[Pkg-nagios-devel] Bug#1029422: icinga2: FTBFS in bookworm (undeclared build-dependency on tzdata)
Santiago Vila
sanvila at debian.org
Sun Jan 22 15:59:52 GMT 2023
Package: src:icinga2
Version: 2.13.6-1
Severity: serious
Tags: ftbfs patch
Dear maintainer:
During a rebuild of all packages in bookworm, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with bash_completion,vim_addon
dh_update_autotools_config -i
dh_autoreconf -i
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
test -f third-party/cmake/GNUInstallDirs.cmake.disabled || \
mv third-party/cmake/GNUInstallDirs.cmake third-party/cmake/GNUInstallDirs.cmake.disabled
dh_auto_configure \
-- \
-DCMAKE_INSTALL_LOCALSTATEDIR=/var \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DICINGA2_RUNDIR=/run \
-DICINGA2_USER=nagios \
-DICINGA2_GROUP=nagios \
-DICINGA2_COMMAND_GROUP=www-data \
-DICINGA2_GIT_VERSION_INFO=false \
-DICINGA2_PLUGINDIR=/usr/lib/nagios/plugins \
-DUSE_SYSTEMD=ON
cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_INSTALL_SYSCONFDIR=/etc -DICINGA2_RUNDIR=/run -DICINGA2_USER=nagios -DICINGA2_GROUP=nagios -DICINGA2_COMMAND_GROUP=www-data -DICINGA2_GIT_VERSION_INFO=false -DICINGA2_PLUGINDIR=/usr/lib/nagios/plugins -DUSE_SYSTEMD=ON ..
CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Prefixing in ICINGA2_FULL_PKGDATADIR "share/icinga2" with /usr
-- Prefixing in ICINGA2_FULL_INCLUDEDIR "share/icinga2/include" with /usr
-- ICINGA2_VERSION_SAFE=2.13.6 CHOCO_VERSION_SHORT=2.13.6
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.66.0") found components: coroutine context date_time filesystem iostreams thread system program_options regex
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.7")
-- Found JSON: /<<PKGBUILDDIR>>/third-party/nlohmann_json
-- Found UTF8CPP: /<<PKGBUILDDIR>>/third-party/utf8cpp/source
-- Found Editline: /usr/lib/x86_64-linux-gnu/libedit.so
-- Found Termcap: /usr/lib/x86_64-linux-gnu/libtermcap.so
-- Performing Test CXX_INVALID_PCH
-- Performing Test CXX_INVALID_PCH - Success
-- Looking for __COUNTER__
-- Looking for __COUNTER__ - found
-- Looking for vfork
-- Looking for vfork - found
-- Looking for backtrace_symbols
-- Looking for backtrace_symbols - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for nice
-- Looking for nice - found
-- Looking for dladdr in dl
-- Looking for dladdr in dl - found
-- Looking for backtrace_symbols in execinfo
-- Looking for backtrace_symbols in execinfo - not found
-- Looking for C++ include cxxabi.h
-- Looking for C++ include cxxabi.h - found
-- Performing Test CXX_FEATURE_OVERRIDE
-- Performing Test CXX_FEATURE_OVERRIDE - Success
-- Target architecture - x86_64
-- Found BISON: /usr/bin/bison (Required is at least version "2.3.0")
-- Found FLEX: 2.6.4 (Required is at least version "2.5.31")
-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: mysqlclient;mariadbclient
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Found PostgreSQL: /usr/lib/x86_64-linux-gnu/libpq.so
-- Test 'base' uses the CMake-configurable form of the boost test framework - congrats! (Including File: test-runner.cpp)
-- Test 'livestatus' uses the CMake-configurable form of the boost test framework - congrats! (Including File: test-runner.cpp)
-- Test 'icinga_checkable' uses the CMake-configurable form of the boost test framework - congrats! (Including File: test-runner.cpp)
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -i
cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install --strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f third-party/mmatch/CMakeFiles/mmatch.dir/build.make third-party/mmatch/CMakeFiles/mmatch.dir/depend
make -f third-party/execvpe/CMakeFiles/execvpe.dir/build.make third-party/execvpe/CMakeFiles/execvpe.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/third-party/mmatch /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/mmatch /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/mmatch/CMakeFiles/mmatch.dir/DependInfo.cmake --color=
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/third-party/execvpe /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/execvpe /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/execvpe/CMakeFiles/execvpe.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f third-party/execvpe/CMakeFiles/execvpe.dir/build.make third-party/execvpe/CMakeFiles/execvpe.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f third-party/mmatch/CMakeFiles/mmatch.dir/build.make third-party/mmatch/CMakeFiles/mmatch.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 1%] Building C object third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/execvpe && /usr/bin/cc -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -MD -MT third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o -MF CMakeFiles/execvpe.dir/execvpe.c.o.d -o CMakeFiles/execvpe.dir/execvpe.c.o -c /<<PKGBUILDDIR>>/third-party/execvpe/execvpe.c
[ 2%] Building C object third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/mmatch && /usr/bin/cc -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -MD -MT third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o -MF CMakeFiles/mmatch.dir/mmatch.c.o.d -o CMakeFiles/mmatch.dir/mmatch.c.o -c /<<PKGBUILDDIR>>/third-party/mmatch/mmatch.c
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 2%] Built target mmatch
make -f third-party/socketpair/CMakeFiles/socketpair.dir/build.make third-party/socketpair/CMakeFiles/socketpair.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/third-party/socketpair /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/socketpair /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/socketpair/CMakeFiles/socketpair.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 2%] Built target execvpe
make -f tools/mkclass/CMakeFiles/mkclass.dir/build.make tools/mkclass/CMakeFiles/mkclass.dir/depend
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f third-party/socketpair/CMakeFiles/socketpair.dir/build.make third-party/socketpair/CMakeFiles/socketpair.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 2%] [BISON][class_parser] Building parser with bison 3.8.2
cd /<<PKGBUILDDIR>>/tools/mkclass && /usr/bin/bison -d -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass/class_parser.cc class_parser.yy
class_parser.yy:19.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
19 | %pure-parser
| ^~~~~~~~~~~~
| %define api.pure
class_parser.yy:23.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated]
23 | %error-verbose
| ^~~~~~~~~~~~~~
| [ 3%] Building C object third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o
%define parse.error verbose
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/third-party/socketpair && /usr/bin/cc -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -MD -MT third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o -MF CMakeFiles/socketpair.dir/socketpair.c.o.d -o CMakeFiles/socketpair.dir/socketpair.c.o -c /<<PKGBUILDDIR>>/third-party/socketpair/socketpair.c
class_parser.yy: warning: 2 shift/reduce conflicts [-Wconflicts-sr]
class_parser.yy: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 3%] Built target socketpair
make -f tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/build.make tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tools/mkembedconfig /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkembedconfig /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/build.make tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 4%] Building C object tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/mkembedconfig.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkembedconfig && /usr/bin/cc -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -MD -MT tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/mkembedconfig.c.o -MF CMakeFiles/mkembedconfig.dir/mkembedconfig.c.o.d -o CMakeFiles/mkembedconfig.dir/mkembedconfig.c.o -c /<<PKGBUILDDIR>>/tools/mkembedconfig/mkembedconfig.c
class_parser.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
[ 5%] [FLEX][class_lexer] Building scanner with flex 2.6.4
cd /<<PKGBUILDDIR>>/tools/mkclass && /usr/bin/flex -o/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass/class_lexer.cc class_lexer.ll
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tools/mkclass /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass/CMakeFiles/mkclass.dir/DependInfo.cmake --color=
[ 6%] Linking C executable ../../Bin/None/mkembedconfig
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkembedconfig && /usr/bin/cmake -E cmake_link_script CMakeFiles/mkembedconfig.dir/link.txt --verbose=1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f tools/mkclass/CMakeFiles/mkclass.dir/build.make tools/mkclass/CMakeFiles/mkclass.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/mkembedconfig.dir/mkembedconfig.c.o -o ../../Bin/None/mkembedconfig
[ 7%] Building CXX object tools/mkclass/CMakeFiles/mkclass.dir/mkclass.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/tools/mkclass -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT tools/mkclass/CMakeFiles/mkclass.dir/mkclass.cpp.o -MF CMakeFiles/mkclass.dir/mkclass.cpp.o.d -o CMakeFiles/mkclass.dir/mkclass.cpp.o -c /<<PKGBUILDDIR>>/tools/mkclass/mkclass.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 7%] Built target mkembedconfig
make -f tools/mkunity/CMakeFiles/mkunity.dir/build.make tools/mkunity/CMakeFiles/mkunity.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tools/mkunity /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkunity /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkunity/CMakeFiles/mkunity.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f tools/mkunity/CMakeFiles/mkunity.dir/build.make tools/mkunity/CMakeFiles/mkunity.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 7%] Building C object tools/mkunity/CMakeFiles/mkunity.dir/mkunity.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkunity && /usr/bin/cc -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -MD -MT tools/mkunity/CMakeFiles/mkunity.dir/mkunity.c.o -MF CMakeFiles/mkunity.dir/mkunity.c.o.d -o CMakeFiles/mkunity.dir/mkunity.c.o -c /<<PKGBUILDDIR>>/tools/mkunity/mkunity.c
[ 8%] Linking C executable ../../Bin/None/mkunity
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkunity && /usr/bin/cmake -E cmake_link_script CMakeFiles/mkunity.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/mkunity.dir/mkunity.c.o -o ../../Bin/None/mkunity
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 8%] Built target mkunity
make -f lib/mysql_shim/CMakeFiles/mysql_shim.dir/build.make lib/mysql_shim/CMakeFiles/mysql_shim.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 9%] Generating mysql_shim_unity.cpp
cd /<<PKGBUILDDIR>>/lib/mysql_shim && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity mysql_shim mysqlinterface.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim/mysql_shim_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/mysql_shim && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim/mysql_shim_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim/mysql_shim_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/mysql_shim /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim/CMakeFiles/mysql_shim.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/mysql_shim/CMakeFiles/mysql_shim.dir/build.make lib/mysql_shim/CMakeFiles/mysql_shim.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 9%] Building CXX object lib/mysql_shim/CMakeFiles/mysql_shim.dir/mysql_shim_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -Dmysql_shim_EXPORTS -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -fPIC -MD -MT lib/mysql_shim/CMakeFiles/mysql_shim.dir/mysql_shim_unity.cpp.o -MF CMakeFiles/mysql_shim.dir/mysql_shim_unity.cpp.o.d -o CMakeFiles/mysql_shim.dir/mysql_shim_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim/mysql_shim_unity.cpp
[ 10%] Linking CXX shared library ../../Bin/None/libmysql_shim.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim && /usr/bin/cmake -E cmake_link_script CMakeFiles/mysql_shim.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,libmysql_shim.so.2.13.6 -o ../../Bin/None/libmysql_shim.so.2.13.6 CMakeFiles/mysql_shim.dir/mysql_shim_unity.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::: -lmysqlclient
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/mysql_shim && /usr/bin/cmake -E cmake_symlink_library ../../Bin/None/libmysql_shim.so.2.13.6 ../../Bin/None/libmysql_shim.so.2.13.6 ../../Bin/None/libmysql_shim.so
[ 11%] Building CXX object tools/mkclass/CMakeFiles/mkclass.dir/classcompiler.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/tools/mkclass -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT tools/mkclass/CMakeFiles/mkclass.dir/classcompiler.cpp.o -MF CMakeFiles/mkclass.dir/classcompiler.cpp.o.d -o CMakeFiles/mkclass.dir/classcompiler.cpp.o -c /<<PKGBUILDDIR>>/tools/mkclass/classcompiler.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 11%] Built target mysql_shim
make -f lib/pgsql_shim/CMakeFiles/pgsql_shim.dir/build.make lib/pgsql_shim/CMakeFiles/pgsql_shim.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 12%] Generating pgsql_shim_unity.cpp
cd /<<PKGBUILDDIR>>/lib/pgsql_shim && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity pgsql_shim pgsqlinterface.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim/pgsql_shim_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/pgsql_shim && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim/pgsql_shim_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim/pgsql_shim_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/pgsql_shim /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim/CMakeFiles/pgsql_shim.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/pgsql_shim/CMakeFiles/pgsql_shim.dir/build.make lib/pgsql_shim/CMakeFiles/pgsql_shim.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 12%] Building CXX object lib/pgsql_shim/CMakeFiles/pgsql_shim.dir/pgsql_shim_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -Dpgsql_shim_EXPORTS -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -I/usr/include/postgresql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -fPIC -MD -MT lib/pgsql_shim/CMakeFiles/pgsql_shim.dir/pgsql_shim_unity.cpp.o -MF CMakeFiles/pgsql_shim.dir/pgsql_shim_unity.cpp.o.d -o CMakeFiles/pgsql_shim.dir/pgsql_shim_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim/pgsql_shim_unity.cpp
[ 13%] Linking CXX shared library ../../Bin/None/libpgsql_shim.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim && /usr/bin/cmake -E cmake_link_script CMakeFiles/pgsql_shim.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -shared -Wl,-soname,libpgsql_shim.so.2.13.6 -o ../../Bin/None/libpgsql_shim.so.2.13.6 CMakeFiles/pgsql_shim.dir/pgsql_shim_unity.cpp.o -Wl,-rpath,::::::::::::::::::::::::::::::::: -lpq
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/pgsql_shim && /usr/bin/cmake -E cmake_symlink_library ../../Bin/None/libpgsql_shim.so.2.13.6 ../../Bin/None/libpgsql_shim.so.2.13.6 ../../Bin/None/libpgsql_shim.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 13%] Built target pgsql_shim
[ 14%] Building CXX object tools/mkclass/CMakeFiles/mkclass.dir/class_lexer.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/tools/mkclass -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT tools/mkclass/CMakeFiles/mkclass.dir/class_lexer.cc.o -MF CMakeFiles/mkclass.dir/class_lexer.cc.o.d -o CMakeFiles/mkclass.dir/class_lexer.cc.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass/class_lexer.cc
[ 14%] Building CXX object tools/mkclass/CMakeFiles/mkclass.dir/class_parser.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/tools/mkclass -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT tools/mkclass/CMakeFiles/mkclass.dir/class_parser.cc.o -MF CMakeFiles/mkclass.dir/class_parser.cc.o.d -o CMakeFiles/mkclass.dir/class_parser.cc.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass/class_parser.cc
[ 15%] Linking CXX executable ../../Bin/None/mkclass
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tools/mkclass && /usr/bin/cmake -E cmake_link_script CMakeFiles/mkclass.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/mkclass.dir/mkclass.cpp.o CMakeFiles/mkclass.dir/classcompiler.cpp.o CMakeFiles/mkclass.dir/class_lexer.cc.o CMakeFiles/mkclass.dir/class_parser.cc.o -o ../../Bin/None/mkclass
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 15%] Built target mkclass
make -f lib/base/CMakeFiles/base.dir/build.make lib/base/CMakeFiles/base.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 16%] Generating application-ti.cpp, application-ti.hpp
[ 16%] Generating sysloglogger-ti.cpp, sysloglogger-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass sysloglogger.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/sysloglogger-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/sysloglogger-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass application.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/application-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/application-ti.hpp
[ 18%] Generating configobject-ti.cpp, configobject-ti.hpp
[ 18%] Generating base_unity.cpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity base application.cpp application-environment.cpp array.cpp array-script.cpp atomic-file.cpp base64.cpp boolean.cpp boolean-script.cpp configobject.cpp configobject-script.cpp configtype.cpp configuration.cpp configwriter.cpp console.cpp context.cpp convert.cpp datetime.cpp datetime-script.cpp debuginfo.cpp dependencygraph.cpp dictionary.cpp dictionary-script.cpp exception.cpp fifo.cpp filelogger.cpp function.cpp function-script.cpp initialize.cpp io-engine.cpp json.cpp json-script.cpp library.cpp loader.cpp logger.cpp math-script.cpp netstring.cpp networkstream.cpp namespace.cpp namespace-script.cpp number.cpp number-script.cpp object.cpp object-script.cpp objectlock.cpp object-packer.cpp objecttype.cpp perfdatavalue.cpp primitivetype.cpp process.cpp reference.cpp reference-script.cpp ringbuffer.cpp scriptframe.cpp scriptglobal.cpp scriptutils.cpp serializer.cpp socket.cpp stacktrace.cpp stdiostream.cpp stream.cpp streamlogger.cpp string.cpp string-script.cpp sysloglogger.cpp tcpsocket.cpp threadpool.cpp timer.cpp tlsstream.cpp tlsutility.cpp type.cpp typetype-script.cpp unixsocket.cpp utility.cpp value.cpp value-operators.cpp workqueue.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/base_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass configobject.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/configobject-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/configobject-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/base_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/base_unity.cpp
[ 19%] Generating configuration-ti.cpp, configuration-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass configuration.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/configuration-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/configuration-ti.hpp
[ 20%] Generating datetime-ti.cpp, datetime-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass datetime.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/datetime-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/datetime-ti.hpp
[ 20%] Generating filelogger-ti.cpp, filelogger-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass filelogger.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/filelogger-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/filelogger-ti.hpp
[ 21%] Generating function-ti.cpp, function-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass function.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/function-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/function-ti.hpp
[ 22%] Generating logger-ti.cpp, logger-ti.hpp
[ 23%] Generating perfdatavalue-ti.cpp, perfdatavalue-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass logger.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/logger-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/logger-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass perfdatavalue.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/perfdatavalue-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/perfdatavalue-ti.hpp
[ 23%] Generating streamlogger-ti.cpp, streamlogger-ti.hpp
cd /<<PKGBUILDDIR>>/lib/base && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass streamlogger.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/streamlogger-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/streamlogger-ti.hpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/base /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/CMakeFiles/base.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/base/CMakeFiles/base.dir/build.make lib/base/CMakeFiles/base.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 24%] Building CXX object lib/base/CMakeFiles/base.dir/base_unity.cpp.o
[ 24%] Building CXX object lib/base/CMakeFiles/base.dir/application-version.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/third-party/execvpe -I/<<PKGBUILDDIR>>/third-party/mmatch -I/<<PKGBUILDDIR>>/third-party/socketpair -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/base/CMakeFiles/base.dir/base_unity.cpp.o -MF CMakeFiles/base.dir/base_unity.cpp.o.d -o CMakeFiles/base.dir/base_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/base_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/third-party/execvpe -I/<<PKGBUILDDIR>>/third-party/mmatch -I/<<PKGBUILDDIR>>/third-party/socketpair -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/base/CMakeFiles/base.dir/application-version.cpp.o -MF CMakeFiles/base.dir/application-version.cpp.o.d -o CMakeFiles/base.dir/application-version.cpp.o -c /<<PKGBUILDDIR>>/lib/base/application-version.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/application-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/base/application.hpp:7,
from /<<PKGBUILDDIR>>/lib/base/application.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/base_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/base_unity.cpp:69:
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp: In function ‘int icinga::MakeX509CSR(const String&, const String&, const String&, const String&, bool)’:
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:465:27: warning: ‘RSA* RSA_new()’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
465 | RSA *rsa = RSA_new();
| ~~~~~~~^~
In file included from /usr/include/openssl/x509.h:36,
from /usr/include/openssl/ssl.h:31,
from /<<PKGBUILDDIR>>/lib/base/tlsutility.hpp:12,
from /<<PKGBUILDDIR>>/lib/base/utility.hpp:10,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/application-ti.cpp:3,
from /<<PKGBUILDDIR>>/lib/base/application.cpp:4:
/usr/include/openssl/rsa.h:201:28: note: declared here
201 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:479:33: warning: ‘int RSA_generate_key_ex(RSA*, int, BIGNUM*, BN_GENCB*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
479 | if (!RSA_generate_key_ex(rsa, 4096, e, nullptr)) {
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/rsa.h:260:27: note: declared here
260 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
| ^~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:505:41: warning: ‘int PEM_write_bio_RSAPrivateKey(BIO*, const RSA*, const EVP_CIPHER*, const unsigned char*, int, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
505 | if (!PEM_write_bio_RSAPrivateKey(bio, rsa, nullptr, nullptr, 0, nullptr, nullptr)) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/ssl.h:36:
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp: In function ‘std::shared_ptr<x509_st> icinga::CreateCert(EVP_PKEY*, X509_NAME*, X509_NAME*, EVP_PKEY*, bool)’:
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:638:23: warning: ‘int SHA1_Init(SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
638 | if (!SHA1_Init(&context)) {
| ~~~~~~~~~^~~~~~~~~~
In file included from /usr/include/openssl/x509.h:41:
/usr/include/openssl/sha.h:49:27: note: declared here
49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
| ^~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:647:25: warning: ‘int SHA1_Update(SHA_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
647 | if (!SHA1_Update(&context, (unsigned char*)id.CStr(), id.GetLength())) {
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:50:27: note: declared here
50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:656:24: warning: ‘int SHA1_Final(unsigned char*, SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
656 | if (!SHA1_Final(digest, &context)) {
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:51:27: note: declared here
51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
| ^~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp: In function ‘std::shared_ptr<x509_st> icinga::CreateCertIcingaCA(EVP_PKEY*, X509_NAME*)’:
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:728:41: warning: ‘RSA* PEM_read_bio_RSAPrivateKey(BIO*, RSA**, int (*)(char*, int, int, void*), void*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
728 | rsa = PEM_read_bio_RSAPrivateKey(cakeybio, nullptr, nullptr, nullptr);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/pem.h:447:1: note: declared here
447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp: In function ‘icinga::String icinga::SHA1(const String&, bool)’:
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:831:23: warning: ‘int SHA1_Init(SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
831 | if (!SHA1_Init(&context)) {
| ~~~~~~~~~^~~~~~~~~~
/usr/include/openssl/sha.h:49:27: note: declared here
49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
| ^~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:840:25: warning: ‘int SHA1_Update(SHA_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
840 | if (!SHA1_Update(&context, (unsigned char*)s.CStr(), s.GetLength())) {
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:50:27: note: declared here
50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:849:24: warning: ‘int SHA1_Final(unsigned char*, SHA_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
849 | if (!SHA1_Final(digest, &context)) {
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:51:27: note: declared here
51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
| ^~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp: In function ‘icinga::String icinga::SHA256(const String&)’:
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:870:25: warning: ‘int SHA256_Init(SHA256_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
870 | if (!SHA256_Init(&context)) {
| ~~~~~~~~~~~^~~~~~~~~~
/usr/include/openssl/sha.h:73:27: note: declared here
73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
| ^~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:879:27: warning: ‘int SHA256_Update(SHA256_CTX*, const void*, size_t)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
879 | if (!SHA256_Update(&context, (unsigned char*)s.CStr(), s.GetLength())) {
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:74:27: note: declared here
74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
| ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/lib/base/tlsutility.cpp:888:26: warning: ‘int SHA256_Final(unsigned char*, SHA256_CTX*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
888 | if (!SHA256_Final(digest, &context)) {
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/openssl/sha.h:76:27: note: declared here
76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c);
| ^~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 24%] Built target base
make -f lib/config/CMakeFiles/config.dir/build.make lib/config/CMakeFiles/config.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Generating config_unity.cpp
cd /<<PKGBUILDDIR>>/lib/config && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity config activationcontext.cpp applyrule.cpp applyrule-targeted.cpp configcompiler.cpp configcompilercontext.cpp configitem.cpp configitembuilder.cpp expression.cpp objectrule.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/config && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_unity.cpp
[ 26%] [FLEX][config_lexer] Building scanner with flex 2.6.4
cd /<<PKGBUILDDIR>>/lib/config && /usr/bin/flex -o/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_lexer.cc config_lexer.ll
[ 27%] [BISON][config_parser] Building parser with bison 3.8.2
cd /<<PKGBUILDDIR>>/lib/config && /usr/bin/bison -d -o /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_parser.cc config_parser.yy
config_parser.yy:59.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
59 | %pure-parser
| ^~~~~~~~~~~~
| %define api.pure
config_parser.yy:63.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated]
63 | %error-verbose
| ^~~~~~~~~~~~~~
| %define parse.error verbose
config_parser.yy: warning: 52 shift/reduce conflicts [-Wconflicts-sr]
config_parser.yy: warning: 105 reduce/reduce conflicts [-Wconflicts-rr]
config_parser.yy: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
config_parser.yy: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/config /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/CMakeFiles/config.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/config/CMakeFiles/config.dir/build.make lib/config/CMakeFiles/config.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 27%] Building CXX object lib/config/CMakeFiles/config.dir/config_lexer.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config -I/<<PKGBUILDDIR>>/lib/config -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/config/CMakeFiles/config.dir/config_lexer.cc.o -MF CMakeFiles/config.dir/config_lexer.cc.o.d -o CMakeFiles/config.dir/config_lexer.cc.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_lexer.cc
[ 28%] Building CXX object lib/config/CMakeFiles/config.dir/config_parser.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config -I/<<PKGBUILDDIR>>/lib/config -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/config/CMakeFiles/config.dir/config_parser.cc.o -MF CMakeFiles/config.dir/config_parser.cc.o.d -o CMakeFiles/config.dir/config_parser.cc.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_parser.cc
[ 29%] Building CXX object lib/config/CMakeFiles/config.dir/config_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config -I/<<PKGBUILDDIR>>/lib/config -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/config/CMakeFiles/config.dir/config_unity.cpp.o -MF CMakeFiles/config.dir/config_unity.cpp.o.d -o CMakeFiles/config.dir/config_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/configobject-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/base/configobject.hpp:7,
from /<<PKGBUILDDIR>>/lib/base/exception.hpp:11,
from /<<PKGBUILDDIR>>/lib/config/activationcontext.cpp:4,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/config/config_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 29%] Built target config
make -f lib/remote/CMakeFiles/remote.dir/build.make lib/remote/CMakeFiles/remote.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 30%] Generating zone-ti.cpp, zone-ti.hpp
cd /<<PKGBUILDDIR>>/lib/remote && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass zone.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/zone-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/zone-ti.hpp
[ 31%] Generating apilistener-ti.cpp, apilistener-ti.hpp
cd /<<PKGBUILDDIR>>/lib/remote && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass apilistener.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/apilistener-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/apilistener-ti.hpp
[ 32%] Generating apiuser-ti.cpp, apiuser-ti.hpp
cd /<<PKGBUILDDIR>>/lib/remote && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass apiuser.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/apiuser-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/apiuser-ti.hpp
[ 32%] Generating endpoint-ti.cpp, endpoint-ti.hpp
cd /<<PKGBUILDDIR>>/lib/remote && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass endpoint.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/endpoint-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/endpoint-ti.hpp
[ 33%] Generating remote_unity.cpp
cd /<<PKGBUILDDIR>>/lib/remote && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity remote actionshandler.cpp apiaction.cpp apifunction.cpp apilistener.cpp apilistener-configsync.cpp apilistener-filesync.cpp apilistener-authority.cpp apiuser.cpp configfileshandler.cpp configobjectutility.cpp configpackageshandler.cpp configpackageutility.cpp configstageshandler.cpp consolehandler.cpp createobjecthandler.cpp deleteobjecthandler.cpp endpoint.cpp eventqueue.cpp eventshandler.cpp filterutility.cpp httphandler.cpp httpserverconnection.cpp httputility.cpp infohandler.cpp jsonrpc.cpp jsonrpcconnection.cpp jsonrpcconnection-heartbeat.cpp jsonrpcconnection-pki.cpp messageorigin.cpp modifyobjecthandler.cpp objectqueryhandler.cpp pkiutility.cpp statushandler.cpp templatequeryhandler.cpp typequeryhandler.cpp url.cpp variablequeryhandler.cpp zone.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/remote_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/remote && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/remote_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/remote_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/remote /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/CMakeFiles/remote.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/remote/CMakeFiles/remote.dir/build.make lib/remote/CMakeFiles/remote.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Building CXX object lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o -MF CMakeFiles/remote.dir/remote_unity.cpp.o.d -o CMakeFiles/remote.dir/remote_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/remote_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/apiuser-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/remote/apiuser.hpp:7,
from /<<PKGBUILDDIR>>/lib/remote/httpserverconnection.hpp:6,
from /<<PKGBUILDDIR>>/lib/remote/httphandler.hpp:8,
from /<<PKGBUILDDIR>>/lib/remote/actionshandler.hpp:6,
from /<<PKGBUILDDIR>>/lib/remote/actionshandler.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/remote_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/remote/remote_unity.cpp:28:
/<<PKGBUILDDIR>>/lib/remote/jsonrpcconnection-pki.cpp: In function ‘icinga::Value UpdateCertificateHandler(const icinga::MessageOrigin::Ptr&, const icinga::Dictionary::Ptr&)’:
/<<PKGBUILDDIR>>/lib/remote/jsonrpcconnection-pki.cpp:335:29: warning: ‘int EVP_PKEY_cmp(const EVP_PKEY*, const EVP_PKEY*)’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
335 | EVP_PKEY_cmp(oldKey.get(), newKey.get()) != 1) {
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/openssl/x509.h:29,
from /usr/include/openssl/ssl.h:31,
from /<<PKGBUILDDIR>>/lib/base/tlsutility.hpp:12,
from /<<PKGBUILDDIR>>/lib/base/tlsstream.hpp:10,
from /<<PKGBUILDDIR>>/lib/remote/httpserverconnection.hpp:8:
/usr/include/openssl/evp.h:1418:5: note: declared here
1418 | int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);
| ^~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 34%] Built target remote
make -f lib/icinga/CMakeFiles/icinga.dir/build.make lib/icinga/CMakeFiles/icinga.dir/depend
make -f plugins/CMakeFiles/check_nscp_api.dir/build.make plugins/CMakeFiles/check_nscp_api.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/plugins /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins/CMakeFiles/check_nscp_api.dir/DependInfo.cmake --color=
[ 35%] Generating usergroup-ti.cpp, usergroup-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass usergroup.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/usergroup-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/usergroup-ti.hpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f plugins/CMakeFiles/check_nscp_api.dir/build.make plugins/CMakeFiles/check_nscp_api.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 35%] Generating checkable-ti.cpp, checkable-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass checkable.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/checkable-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/checkable-ti.hpp
[ 36%] Building CXX object plugins/CMakeFiles/check_nscp_api.dir/check_nscp_api.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_COROUTINE_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT plugins/CMakeFiles/check_nscp_api.dir/check_nscp_api.cpp.o -MF CMakeFiles/check_nscp_api.dir/check_nscp_api.cpp.o.d -o CMakeFiles/check_nscp_api.dir/check_nscp_api.cpp.o -c /<<PKGBUILDDIR>>/plugins/check_nscp_api.cpp
[ 37%] Generating checkcommand-ti.cpp, checkcommand-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass checkcommand.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/checkcommand-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/checkcommand-ti.hpp
[ 38%] Generating checkresult-ti.cpp, checkresult-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass checkresult.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/checkresult-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/checkresult-ti.hpp
[ 39%] Generating command-ti.cpp, command-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass command.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/command-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/command-ti.hpp
[ 39%] Generating comment-ti.cpp, comment-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass comment.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/comment-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/comment-ti.hpp
[ 40%] Generating customvarobject-ti.cpp, customvarobject-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass customvarobject.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/customvarobject-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/customvarobject-ti.hpp
[ 41%] Generating dependency-ti.cpp, dependency-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass dependency.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/dependency-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/dependency-ti.hpp
[ 42%] Generating downtime-ti.cpp, downtime-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass downtime.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/downtime-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/downtime-ti.hpp
[ 43%] Generating eventcommand-ti.cpp, eventcommand-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass eventcommand.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/eventcommand-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/eventcommand-ti.hpp
[ 43%] Generating host-ti.cpp, host-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass host.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/host-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/host-ti.hpp
[ 44%] Generating hostgroup-ti.cpp, hostgroup-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass hostgroup.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/hostgroup-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/hostgroup-ti.hpp
[ 45%] Generating icinga-itl.cpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkembedconfig icinga-itl.conf /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icinga-itl.cpp
[ 46%] Generating icinga_unity.cpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity icinga apiactions.cpp apievents.cpp checkable.cpp checkable-check.cpp checkable-comment.cpp checkable-dependency.cpp checkable-downtime.cpp checkable-event.cpp checkable-flapping.cpp checkable-notification.cpp checkable-script.cpp checkcommand.cpp checkresult.cpp cib.cpp clusterevents.cpp clusterevents-check.cpp command.cpp comment.cpp compatutility.cpp customvarobject.cpp dependency.cpp dependency-apply.cpp downtime.cpp eventcommand.cpp externalcommandprocessor.cpp host.cpp hostgroup.cpp icingaapplication.cpp legacytimeperiod.cpp macroprocessor.cpp notification.cpp notification-apply.cpp notificationcommand.cpp objectutils.cpp pluginutility.cpp scheduleddowntime.cpp scheduleddowntime-apply.cpp service.cpp service-apply.cpp servicegroup.cpp timeperiod.cpp user.cpp usergroup.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icinga_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/icinga && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icinga_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icinga_unity.cpp
[ 47%] Generating icingaapplication-ti.cpp, icingaapplication-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass icingaapplication.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icingaapplication-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icingaapplication-ti.hpp
[ 48%] Generating notification-ti.cpp, notification-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass notification.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/notification-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/notification-ti.hpp
[ 48%] Generating notificationcommand-ti.cpp, notificationcommand-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass notificationcommand.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/notificationcommand-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/notificationcommand-ti.hpp
[ 49%] Generating scheduleddowntime-ti.cpp, scheduleddowntime-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass scheduleddowntime.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/scheduleddowntime-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/scheduleddowntime-ti.hpp
[ 50%] Generating service-ti.cpp, service-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass service.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/service-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/service-ti.hpp
[ 51%] Generating servicegroup-ti.cpp, servicegroup-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass servicegroup.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/servicegroup-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/servicegroup-ti.hpp
[ 51%] Generating timeperiod-ti.cpp, timeperiod-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass timeperiod.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/timeperiod-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/timeperiod-ti.hpp
[ 52%] Generating user-ti.cpp, user-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icinga && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass user.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/user-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/user-ti.hpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/icinga /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/CMakeFiles/icinga.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/icinga/CMakeFiles/icinga.dir/build.make lib/icinga/CMakeFiles/icinga.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Building CXX object lib/icinga/CMakeFiles/icinga.dir/icinga-itl.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/icinga/CMakeFiles/icinga.dir/icinga-itl.cpp.o -MF CMakeFiles/icinga.dir/icinga-itl.cpp.o.d -o CMakeFiles/icinga.dir/icinga-itl.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icinga-itl.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/application-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/base/application.hpp:7,
from /<<PKGBUILDDIR>>/plugins/check_nscp_api.cpp:7:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
[ 53%] Building CXX object lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o -MF CMakeFiles/icinga.dir/icinga_unity.cpp.o.d -o CMakeFiles/icinga.dir/icinga_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icinga_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/configobject-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/base/configobject.hpp:7,
from /<<PKGBUILDDIR>>/lib/icinga/apiactions.hpp:7,
from /<<PKGBUILDDIR>>/lib/icinga/apiactions.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icinga_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
[ 54%] Linking CXX executable ../Bin/None/check_nscp_api
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/plugins && /usr/bin/cmake -E cmake_link_script CMakeFiles/check_nscp_api.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/check_nscp_api.dir/check_nscp_api.cpp.o "../third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o" "../third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o" "../lib/base/CMakeFiles/base.dir/application-version.cpp.o" ../lib/base/CMakeFiles/base.dir/base_unity.cpp.o "../third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o" ../lib/config/CMakeFiles/config.dir/config_lexer.cc.o ../lib/config/CMakeFiles/config.dir/config_parser.cc.o ../lib/config/CMakeFiles/config.dir/config_unity.cpp.o ../lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o -o ../Bin/None/check_nscp_api -Wl,-rpath,::::::::::::::::::::::::::::::::: -ldl /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.74.0 -lssl -lcrypto -lsystemd -ledit -ltermcap /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.74.0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 54%] Built target check_nscp_api
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 54%] Built target icinga
make -f lib/cli/CMakeFiles/cli.dir/build.make lib/cli/CMakeFiles/cli.dir/depend
make -f lib/methods/CMakeFiles/methods.dir/build.make lib/methods/CMakeFiles/methods.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 55%] Generating cli_unity.cpp
cd /<<PKGBUILDDIR>>/lib/cli && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity cli apisetupcommand.cpp apisetuputility.cpp calistcommand.cpp caremovecommand.cpp carestorecommand.cpp casigncommand.cpp clicommand.cpp consolecommand.cpp daemoncommand.cpp daemonutility.cpp featuredisablecommand.cpp featureenablecommand.cpp featurelistcommand.cpp featureutility.cpp internalsignalcommand.cpp nodesetupcommand.cpp nodeutility.cpp nodewizardcommand.cpp objectlistcommand.cpp objectlistutility.cpp pkinewcacommand.cpp pkinewcertcommand.cpp pkirequestcommand.cpp pkisavecertcommand.cpp pkisigncsrcommand.cpp pkiticketcommand.cpp pkiverifycommand.cpp variablegetcommand.cpp variablelistcommand.cpp variableutility.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli/cli_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/cli && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli/cli_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli/cli_unity.cpp
[ 56%] Generating methods_unity.cpp
cd /<<PKGBUILDDIR>>/lib/methods && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity methods clusterchecktask.cpp clusterzonechecktask.cpp dummychecktask.cpp exceptionchecktask.cpp icingachecktask.cpp nullchecktask.cpp nulleventtask.cpp pluginchecktask.cpp plugineventtask.cpp pluginnotificationtask.cpp randomchecktask.cpp timeperiodtask.cpp sleepchecktask.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/methods_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/cli /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli/CMakeFiles/cli.dir/DependInfo.cmake --color=
cd /<<PKGBUILDDIR>>/lib/methods && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/methods_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/methods_unity.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/cli/CMakeFiles/cli.dir/build.make lib/cli/CMakeFiles/cli.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 57%] Building CXX object lib/cli/CMakeFiles/cli.dir/cli_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/cli/CMakeFiles/cli.dir/cli_unity.cpp.o -MF CMakeFiles/cli.dir/cli_unity.cpp.o.d -o CMakeFiles/cli.dir/cli_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli/cli_unity.cpp
[ 57%] Generating methods-itl.cpp
cd /<<PKGBUILDDIR>>/lib/methods && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkembedconfig methods-itl.conf /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/methods-itl.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/methods /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/CMakeFiles/methods.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/methods/CMakeFiles/methods.dir/build.make lib/methods/CMakeFiles/methods.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 58%] Building CXX object lib/methods/CMakeFiles/methods.dir/methods-itl.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/methods/CMakeFiles/methods.dir/methods-itl.cpp.o -MF CMakeFiles/methods.dir/methods-itl.cpp.o.d -o CMakeFiles/methods.dir/methods-itl.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/methods-itl.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/configobject-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/base/configobject.hpp:7,
from /<<PKGBUILDDIR>>/lib/base/exception.hpp:11,
from /<<PKGBUILDDIR>>/lib/base/threadpool.hpp:7,
from /<<PKGBUILDDIR>>/lib/base/utility.hpp:9,
from /<<PKGBUILDDIR>>/lib/cli/clicommand.hpp:8,
from /<<PKGBUILDDIR>>/lib/cli/apisetupcommand.hpp:6,
from /<<PKGBUILDDIR>>/lib/cli/apisetupcommand.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/cli/cli_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
[ 59%] Building CXX object lib/methods/CMakeFiles/methods.dir/methods_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/methods/CMakeFiles/methods.dir/methods_unity.cpp.o -MF CMakeFiles/methods.dir/methods_unity.cpp.o.d -o CMakeFiles/methods.dir/methods_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/methods_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/service-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/icinga/service.hpp:7,
from /<<PKGBUILDDIR>>/lib/methods/clusterchecktask.hpp:6,
from /<<PKGBUILDDIR>>/lib/methods/clusterchecktask.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/methods/methods_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 59%] Built target methods
make -f lib/checker/CMakeFiles/checker.dir/build.make lib/checker/CMakeFiles/checker.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 60%] Generating checkercomponent-ti.cpp, checkercomponent-ti.hpp
cd /<<PKGBUILDDIR>>/lib/checker && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass checkercomponent.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checkercomponent-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checkercomponent-ti.hpp
[ 60%] Generating checker_unity.cpp
cd /<<PKGBUILDDIR>>/lib/checker && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity checker checkercomponent.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checker_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/checker && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checker_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checker_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/checker /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/CMakeFiles/checker.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/checker/CMakeFiles/checker.dir/build.make lib/checker/CMakeFiles/checker.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 61%] Building CXX object lib/checker/CMakeFiles/checker.dir/checker_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/checker/CMakeFiles/checker.dir/checker_unity.cpp.o -MF CMakeFiles/checker.dir/checker_unity.cpp.o.d -o CMakeFiles/checker.dir/checker_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checker_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checkercomponent-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/checker/checkercomponent.hpp:6,
from /<<PKGBUILDDIR>>/lib/checker/checkercomponent.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/checker/checker_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 61%] Built target checker
make -f lib/compat/CMakeFiles/compat.dir/build.make lib/compat/CMakeFiles/compat.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 62%] Generating statusdatawriter-ti.cpp, statusdatawriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/compat && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass statusdatawriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/statusdatawriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/statusdatawriter-ti.hpp
[ 63%] Generating checkresultreader-ti.cpp, checkresultreader-ti.hpp
cd /<<PKGBUILDDIR>>/lib/compat && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass checkresultreader.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/checkresultreader-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/checkresultreader-ti.hpp
[ 64%] Generating compat_unity.cpp
cd /<<PKGBUILDDIR>>/lib/compat && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity compat checkresultreader.cpp compatlogger.cpp externalcommandlistener.cpp statusdatawriter.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/compat_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/compat && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/compat_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/compat_unity.cpp
[ 64%] Generating compatlogger-ti.cpp, compatlogger-ti.hpp
cd /<<PKGBUILDDIR>>/lib/compat && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass compatlogger.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/compatlogger-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/compatlogger-ti.hpp
[ 65%] Generating externalcommandlistener-ti.cpp, externalcommandlistener-ti.hpp
cd /<<PKGBUILDDIR>>/lib/compat && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass externalcommandlistener.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/externalcommandlistener-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/externalcommandlistener-ti.hpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/compat /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/CMakeFiles/compat.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/compat/CMakeFiles/compat.dir/build.make lib/compat/CMakeFiles/compat.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 65%] Building CXX object lib/compat/CMakeFiles/compat.dir/compat_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/compat/CMakeFiles/compat.dir/compat_unity.cpp.o -MF CMakeFiles/compat.dir/compat_unity.cpp.o.d -o CMakeFiles/compat.dir/compat_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/compat_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/host-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/icinga/host.hpp:7,
from /<<PKGBUILDDIR>>/lib/icinga/compatutility.hpp:7,
from /<<PKGBUILDDIR>>/lib/compat/checkresultreader.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/compat/compat_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 65%] Built target cli
make -f lib/db_ido/CMakeFiles/db_ido.dir/build.make lib/db_ido/CMakeFiles/db_ido.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 65%] Generating dbconnection-ti.cpp, dbconnection-ti.hpp
cd /<<PKGBUILDDIR>>/lib/db_ido && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass dbconnection.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/dbconnection-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/dbconnection-ti.hpp
[ 66%] Generating db_ido-itl.cpp
cd /<<PKGBUILDDIR>>/lib/db_ido && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkembedconfig db_ido-itl.conf /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/db_ido-itl.cpp
[ 67%] Generating db_ido_unity.cpp
cd /<<PKGBUILDDIR>>/lib/db_ido && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity db_ido commanddbobject.cpp dbconnection.cpp dbevents.cpp dbobject.cpp dbquery.cpp dbreference.cpp dbtype.cpp dbvalue.cpp endpointdbobject.cpp hostdbobject.cpp hostgroupdbobject.cpp idochecktask.cpp servicedbobject.cpp servicegroupdbobject.cpp timeperioddbobject.cpp userdbobject.cpp usergroupdbobject.cpp zonedbobject.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/db_ido_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/db_ido && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/db_ido_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/db_ido_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/db_ido /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/CMakeFiles/db_ido.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/db_ido/CMakeFiles/db_ido.dir/build.make lib/db_ido/CMakeFiles/db_ido.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 68%] Building CXX object lib/db_ido/CMakeFiles/db_ido.dir/db_ido-itl.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/db_ido/CMakeFiles/db_ido.dir/db_ido-itl.cpp.o -MF CMakeFiles/db_ido.dir/db_ido-itl.cpp.o.d -o CMakeFiles/db_ido.dir/db_ido-itl.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/db_ido-itl.cpp
[ 69%] Building CXX object lib/db_ido/CMakeFiles/db_ido.dir/db_ido_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/db_ido/CMakeFiles/db_ido.dir/db_ido_unity.cpp.o -MF CMakeFiles/db_ido.dir/db_ido_unity.cpp.o.d -o CMakeFiles/db_ido.dir/db_ido_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/db_ido_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/customvarobject-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/icinga/customvarobject.hpp:7,
from /<<PKGBUILDDIR>>/lib/db_ido/dbquery.hpp:8,
from /<<PKGBUILDDIR>>/lib/db_ido/dbobject.hpp:8,
from /<<PKGBUILDDIR>>/lib/db_ido/commanddbobject.hpp:6,
from /<<PKGBUILDDIR>>/lib/db_ido/commanddbobject.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido/db_ido_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 69%] Built target compat
make -f lib/livestatus/CMakeFiles/livestatus.dir/build.make lib/livestatus/CMakeFiles/livestatus.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 70%] Generating livestatuslistener-ti.cpp, livestatuslistener-ti.hpp
cd /<<PKGBUILDDIR>>/lib/livestatus && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass livestatuslistener.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/livestatuslistener-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/livestatuslistener-ti.hpp
[ 71%] Generating livestatus_unity.cpp
cd /<<PKGBUILDDIR>>/lib/livestatus && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity livestatus aggregator.cpp andfilter.cpp attributefilter.cpp avgaggregator.cpp column.cpp combinerfilter.cpp commandstable.cpp commentstable.cpp contactgroupstable.cpp contactstable.cpp countaggregator.cpp downtimestable.cpp endpointstable.cpp hostgroupstable.cpp hoststable.cpp invavgaggregator.cpp invsumaggregator.cpp livestatuslistener.cpp livestatuslogutility.cpp livestatusquery.cpp logtable.cpp maxaggregator.cpp minaggregator.cpp negatefilter.cpp orfilter.cpp servicegroupstable.cpp servicestable.cpp statehisttable.cpp statustable.cpp stdaggregator.cpp sumaggregator.cpp table.cpp timeperiodstable.cpp zonestable.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/livestatus_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/livestatus && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/livestatus_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/livestatus_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/livestatus /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/CMakeFiles/livestatus.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/livestatus/CMakeFiles/livestatus.dir/build.make lib/livestatus/CMakeFiles/livestatus.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 72%] Building CXX object lib/livestatus/CMakeFiles/livestatus.dir/livestatus_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/livestatus/CMakeFiles/livestatus.dir/livestatus_unity.cpp.o -MF CMakeFiles/livestatus.dir/livestatus_unity.cpp.o.d -o CMakeFiles/livestatus.dir/livestatus_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/livestatus_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/base/logger-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/base/logger.hpp:8,
from /<<PKGBUILDDIR>>/lib/livestatus/attributefilter.cpp:7,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/livestatus/livestatus_unity.cpp:3:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 72%] Built target db_ido
make -f lib/notification/CMakeFiles/notification.dir/build.make lib/notification/CMakeFiles/notification.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 73%] Generating notificationcomponent-ti.cpp, notificationcomponent-ti.hpp
cd /<<PKGBUILDDIR>>/lib/notification && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass notificationcomponent.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notificationcomponent-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notificationcomponent-ti.hpp
[ 74%] Generating notification_unity.cpp
cd /<<PKGBUILDDIR>>/lib/notification && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity notification notificationcomponent.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notification_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/notification && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notification_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notification_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/notification /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/CMakeFiles/notification.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/notification/CMakeFiles/notification.dir/build.make lib/notification/CMakeFiles/notification.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 74%] Building CXX object lib/notification/CMakeFiles/notification.dir/notification_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/notification/CMakeFiles/notification.dir/notification_unity.cpp.o -MF CMakeFiles/notification.dir/notification_unity.cpp.o.d -o CMakeFiles/notification.dir/notification_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notification_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notificationcomponent-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/notification/notificationcomponent.hpp:6,
from /<<PKGBUILDDIR>>/lib/notification/notificationcomponent.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/notification/notification_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 74%] Built target livestatus
make -f lib/perfdata/CMakeFiles/perfdata.dir/build.make lib/perfdata/CMakeFiles/perfdata.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 74%] Generating perfdatawriter-ti.cpp, perfdatawriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass perfdatawriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/perfdatawriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/perfdatawriter-ti.hpp
[ 75%] Generating elasticsearchwriter-ti.cpp, elasticsearchwriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass elasticsearchwriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/elasticsearchwriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/elasticsearchwriter-ti.hpp
[ 76%] Generating gelfwriter-ti.cpp, gelfwriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass gelfwriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/gelfwriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/gelfwriter-ti.hpp
[ 77%] Generating graphitewriter-ti.cpp, graphitewriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass graphitewriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/graphitewriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/graphitewriter-ti.hpp
[ 78%] Generating influxdb2writer-ti.cpp, influxdb2writer-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass influxdb2writer.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/influxdb2writer-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/influxdb2writer-ti.hpp
[ 78%] Generating influxdbcommonwriter-ti.cpp, influxdbcommonwriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass influxdbcommonwriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/influxdbcommonwriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/influxdbcommonwriter-ti.hpp
[ 79%] Generating influxdbwriter-ti.cpp, influxdbwriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass influxdbwriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/influxdbwriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/influxdbwriter-ti.hpp
[ 80%] Generating opentsdbwriter-ti.cpp, opentsdbwriter-ti.hpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass opentsdbwriter.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/opentsdbwriter-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/opentsdbwriter-ti.hpp
[ 81%] Generating perfdata_unity.cpp
cd /<<PKGBUILDDIR>>/lib/perfdata && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity perfdata elasticsearchwriter.cpp gelfwriter.cpp graphitewriter.cpp influxdbcommonwriter.cpp influxdbwriter.cpp influxdb2writer.cpp opentsdbwriter.cpp perfdatawriter.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/perfdata_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/perfdata && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/perfdata_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/perfdata_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/perfdata /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/CMakeFiles/perfdata.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/perfdata/CMakeFiles/perfdata.dir/build.make lib/perfdata/CMakeFiles/perfdata.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 82%] Building CXX object lib/perfdata/CMakeFiles/perfdata.dir/perfdata_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/perfdata/CMakeFiles/perfdata.dir/perfdata_unity.cpp.o -MF CMakeFiles/perfdata.dir/perfdata_unity.cpp.o.d -o CMakeFiles/perfdata.dir/perfdata_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/perfdata_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/elasticsearchwriter-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/perfdata/elasticsearchwriter.hpp:6,
from /<<PKGBUILDDIR>>/lib/perfdata/elasticsearchwriter.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/perfdata/perfdata_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 82%] Built target notification
make -f lib/icingadb/CMakeFiles/icingadb.dir/build.make lib/icingadb/CMakeFiles/icingadb.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 83%] Generating icingadb_unity.cpp
cd /<<PKGBUILDDIR>>/lib/icingadb && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity icingadb icingadb.cpp icingadb-objects.cpp icingadb-stats.cpp icingadb-utility.cpp redisconnection.cpp icingadbchecktask.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/icingadb && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb_unity.cpp
[ 83%] Generating icingadb-itl.cpp
cd /<<PKGBUILDDIR>>/lib/icingadb && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkembedconfig icingadb-itl.conf /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb-itl.cpp
[ 84%] Generating icingadb-ti.cpp, icingadb-ti.hpp
cd /<<PKGBUILDDIR>>/lib/icingadb && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass icingadb.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb-ti.hpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/icingadb /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/CMakeFiles/icingadb.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/icingadb/CMakeFiles/icingadb.dir/build.make lib/icingadb/CMakeFiles/icingadb.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 85%] Building CXX object lib/icingadb/CMakeFiles/icingadb.dir/icingadb-itl.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -I/<<PKGBUILDDIR>>/third-party -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/icingadb/CMakeFiles/icingadb.dir/icingadb-itl.cpp.o -MF CMakeFiles/icingadb.dir/icingadb-itl.cpp.o.d -o CMakeFiles/icingadb.dir/icingadb-itl.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb-itl.cpp
[ 86%] Building CXX object lib/icingadb/CMakeFiles/icingadb.dir/icingadb_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -I/<<PKGBUILDDIR>>/third-party -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/icingadb/CMakeFiles/icingadb.dir/icingadb_unity.cpp.o -MF CMakeFiles/icingadb.dir/icingadb_unity.cpp.o.d -o CMakeFiles/icingadb.dir/icingadb_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/icingadb/icingadb.hpp:6,
from /<<PKGBUILDDIR>>/lib/icingadb/icingadb.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icingadb/icingadb_unity.cpp:2:
/<<PKGBUILDDIR>>/lib/icingadb/icingadb-objects.cpp: In member function ‘void icinga::IcingaDB::SendSentNotification(const icinga::Notification::Ptr&, const icinga::Checkable::Ptr&, const std::set<boost::intrusive_ptr<icinga::User> >&, icinga::NotificationType, const icinga::CheckResult::Ptr&, const icinga::String&, const icinga::String&, double)’:
/<<PKGBUILDDIR>>/lib/icingadb/icingadb-objects.cpp:1763:87: warning: enumerated mismatch in conditional expression: ‘icinga::ServiceState’ vs ‘icinga::HostState’ [-Wenum-compare]
1763 | "previous_hard_state", Convert::ToString(cr ? Convert::ToLong(service ? cr->GetPreviousHardState() : Host::CalculateState(cr->GetPreviousHardState())) : 99),
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 86%] Built target perfdata
make -f icinga-app/CMakeFiles/icingaloader.dir/build.make icinga-app/CMakeFiles/icingaloader.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/icinga-app /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/icinga-app /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/icinga-app/CMakeFiles/icingaloader.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f icinga-app/CMakeFiles/icingaloader.dir/build.make icinga-app/CMakeFiles/icingaloader.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 86%] Building CXX object icinga-app/CMakeFiles/icingaloader.dir/icinga.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/icinga-app && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT icinga-app/CMakeFiles/icingaloader.dir/icinga.cpp.o -MF CMakeFiles/icingaloader.dir/icinga.cpp.o.d -o CMakeFiles/icingaloader.dir/icinga.cpp.o -c /<<PKGBUILDDIR>>/icinga-app/icinga.cpp
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 86%] Built target icingaloader
make -f test/CMakeFiles/boosttest-test-base.dir/build.make test/CMakeFiles/boosttest-test-base.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 87%] Generating base_unity.cpp
cd /<<PKGBUILDDIR>>/test && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity test icingaapplication-fixture.cpp base-array.cpp base-base64.cpp base-convert.cpp base-dictionary.cpp base-fifo.cpp base-json.cpp base-match.cpp base-netstring.cpp base-object.cpp base-object-packer.cpp base-serialize.cpp base-shellescape.cpp base-stacktrace.cpp base-stream.cpp base-string.cpp base-timer.cpp base-tlsutility.cpp base-type.cpp base-utility.cpp base-value.cpp config-ops.cpp icinga-checkresult.cpp icinga-dependencies.cpp icinga-legacytimeperiod.cpp icinga-macros.cpp icinga-notification.cpp icinga-perfdata.cpp remote-configpackageutility.cpp remote-url.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/base_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/test && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/base_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/base_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/test /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/CMakeFiles/boosttest-test-base.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f test/CMakeFiles/boosttest-test-base.dir/build.make test/CMakeFiles/boosttest-test-base.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 88%] Building CXX object test/CMakeFiles/boosttest-test-base.dir/test-runner.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_COROUTINE_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT test/CMakeFiles/boosttest-test-base.dir/test-runner.cpp.o -MF CMakeFiles/boosttest-test-base.dir/test-runner.cpp.o.d -o CMakeFiles/boosttest-test-base.dir/test-runner.cpp.o -c /<<PKGBUILDDIR>>/test/test-runner.cpp
[ 89%] Building CXX object test/CMakeFiles/boosttest-test-base.dir/base_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_COROUTINE_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT test/CMakeFiles/boosttest-test-base.dir/base_unity.cpp.o -MF CMakeFiles/boosttest-test-base.dir/base_unity.cpp.o.d -o CMakeFiles/boosttest-test-base.dir/base_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/base_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icingaapplication-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/icinga/icingaapplication.hpp:7,
from /<<PKGBUILDDIR>>/test/icingaapplication-fixture.hpp:6,
from /<<PKGBUILDDIR>>/test/icingaapplication-fixture.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/base_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 89%] Built target icingadb
make -f test/CMakeFiles/boosttest-test-livestatus.dir/build.make test/CMakeFiles/boosttest-test-livestatus.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 90%] Generating livestatus_unity.cpp
cd /<<PKGBUILDDIR>>/test && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity test icingaapplication-fixture.cpp livestatus-fixture.cpp livestatus.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/livestatus_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/test && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/livestatus_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/livestatus_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/test /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/CMakeFiles/boosttest-test-livestatus.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f test/CMakeFiles/boosttest-test-livestatus.dir/build.make test/CMakeFiles/boosttest-test-livestatus.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 91%] Building CXX object test/CMakeFiles/boosttest-test-livestatus.dir/test-runner.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_COROUTINE_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT test/CMakeFiles/boosttest-test-livestatus.dir/test-runner.cpp.o -MF CMakeFiles/boosttest-test-livestatus.dir/test-runner.cpp.o.d -o CMakeFiles/boosttest-test-livestatus.dir/test-runner.cpp.o -c /<<PKGBUILDDIR>>/test/test-runner.cpp
[ 92%] Building CXX object test/CMakeFiles/boosttest-test-livestatus.dir/livestatus_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_COROUTINE_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT test/CMakeFiles/boosttest-test-livestatus.dir/livestatus_unity.cpp.o -MF CMakeFiles/boosttest-test-livestatus.dir/livestatus_unity.cpp.o.d -o CMakeFiles/boosttest-test-livestatus.dir/livestatus_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/livestatus_unity.cpp
[ 92%] Linking CXX executable ../Bin/None/boosttest-test-livestatus
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/boosttest-test-livestatus.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -rdynamic "CMakeFiles/boosttest-test-livestatus.dir/test-runner.cpp.o" "CMakeFiles/boosttest-test-livestatus.dir/livestatus_unity.cpp.o" "../third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o" "../third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o" "../lib/base/CMakeFiles/base.dir/application-version.cpp.o" ../lib/base/CMakeFiles/base.dir/base_unity.cpp.o "../third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o" ../lib/config/CMakeFiles/config.dir/config_lexer.cc.o ../lib/config/CMakeFiles/config.dir/config_parser.cc.o ../lib/config/CMakeFiles/config.dir/config_unity.cpp.o ../lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o "../lib/icinga/CMakeFiles/icinga.dir/icinga-itl.cpp.o" ../lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o ../lib/livestatus/CMakeFiles/livestatus.dir/livestatus_unity.cpp.o "../lib/methods/CMakeFiles/methods.dir/methods-itl.cpp.o" ../lib/methods/CMakeFiles/methods.dir/methods_unity.cpp.o -o ../Bin/None/boosttest-test-livestatus -ldl /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.74.0 -lssl -lcrypto -lsystemd -ledit -ltermcap /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.74.0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 92%] Built target boosttest-test-livestatus
make -f test/CMakeFiles/boosttest-test-icinga_checkable.dir/build.make test/CMakeFiles/boosttest-test-icinga_checkable.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 93%] Generating icinga_checkable_unity.cpp
cd /<<PKGBUILDDIR>>/test && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity test icingaapplication-fixture.cpp icinga-checkable-fixture.cpp icinga-checkable-flapping.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/icinga_checkable_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/test && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/icinga_checkable_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/icinga_checkable_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/test /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/CMakeFiles/boosttest-test-icinga_checkable.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f test/CMakeFiles/boosttest-test-icinga_checkable.dir/build.make test/CMakeFiles/boosttest-test-icinga_checkable.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 94%] Building CXX object test/CMakeFiles/boosttest-test-icinga_checkable.dir/test-runner.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_COROUTINE_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT test/CMakeFiles/boosttest-test-icinga_checkable.dir/test-runner.cpp.o -MF CMakeFiles/boosttest-test-icinga_checkable.dir/test-runner.cpp.o.d -o CMakeFiles/boosttest-test-icinga_checkable.dir/test-runner.cpp.o -c /<<PKGBUILDDIR>>/test/test-runner.cpp
[ 95%] Building CXX object test/CMakeFiles/boosttest-test-icinga_checkable.dir/icinga_checkable_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK -DBOOST_CONTEXT_DYN_LINK -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_COROUTINE_DYN_LINK -DBOOST_DATE_TIME_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_FILESYSTEM_NO_DEPRECATED -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_REGEX_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT test/CMakeFiles/boosttest-test-icinga_checkable.dir/icinga_checkable_unity.cpp.o -MF CMakeFiles/boosttest-test-icinga_checkable.dir/icinga_checkable_unity.cpp.o.d -o CMakeFiles/boosttest-test-icinga_checkable.dir/icinga_checkable_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/icinga_checkable_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/icinga/icingaapplication-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/icinga/icingaapplication.hpp:7,
from /<<PKGBUILDDIR>>/test/icingaapplication-fixture.hpp:6,
from /<<PKGBUILDDIR>>/test/icingaapplication-fixture.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test/icinga_checkable_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
[ 95%] Linking CXX executable ../Bin/None/boosttest-test-icinga_checkable
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/boosttest-test-icinga_checkable.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -rdynamic "CMakeFiles/boosttest-test-icinga_checkable.dir/test-runner.cpp.o" "CMakeFiles/boosttest-test-icinga_checkable.dir/icinga_checkable_unity.cpp.o" "../third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o" "../third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o" "../lib/base/CMakeFiles/base.dir/application-version.cpp.o" ../lib/base/CMakeFiles/base.dir/base_unity.cpp.o "../third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o" ../lib/config/CMakeFiles/config.dir/config_lexer.cc.o ../lib/config/CMakeFiles/config.dir/config_parser.cc.o ../lib/config/CMakeFiles/config.dir/config_unity.cpp.o ../lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o "../lib/icinga/CMakeFiles/icinga.dir/icinga-itl.cpp.o" ../lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o ../lib/cli/CMakeFiles/cli.dir/cli_unity.cpp.o -o ../Bin/None/boosttest-test-icinga_checkable -ldl /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.74.0 -lssl -lcrypto -lsystemd -ledit -ltermcap /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.74.0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 95%] Built target boosttest-test-icinga_checkable
make -f lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/build.make lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 95%] Generating idomysqlconnection-ti.cpp, idomysqlconnection-ti.hpp
cd /<<PKGBUILDDIR>>/lib/db_ido_mysql && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass idomysqlconnection.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/idomysqlconnection-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/idomysqlconnection-ti.hpp
[ 96%] Generating db_ido_mysql_unity.cpp
cd /<<PKGBUILDDIR>>/lib/db_ido_mysql && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity db_ido_mysql idomysqlconnection.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/db_ido_mysql_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/db_ido_mysql && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/db_ido_mysql_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/db_ido_mysql_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/db_ido_mysql /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/build.make lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 97%] Building CXX object lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/db_ido_mysql_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/db_ido_mysql_unity.cpp.o -MF CMakeFiles/db_ido_mysql.dir/db_ido_mysql_unity.cpp.o.d -o CMakeFiles/db_ido_mysql.dir/db_ido_mysql_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/db_ido_mysql_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/idomysqlconnection-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/db_ido_mysql/idomysqlconnection.hpp:6,
from /<<PKGBUILDDIR>>/lib/db_ido_mysql/idomysqlconnection.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_mysql/db_ido_mysql_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
[ 97%] Linking CXX executable ../Bin/None/boosttest-test-base
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/boosttest-test-base.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -rdynamic "CMakeFiles/boosttest-test-base.dir/test-runner.cpp.o" "CMakeFiles/boosttest-test-base.dir/base_unity.cpp.o" "../third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o" "../third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o" "../lib/base/CMakeFiles/base.dir/application-version.cpp.o" ../lib/base/CMakeFiles/base.dir/base_unity.cpp.o "../third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o" ../lib/config/CMakeFiles/config.dir/config_lexer.cc.o ../lib/config/CMakeFiles/config.dir/config_parser.cc.o ../lib/config/CMakeFiles/config.dir/config_unity.cpp.o ../lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o "../lib/icinga/CMakeFiles/icinga.dir/icinga-itl.cpp.o" ../lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o -o ../Bin/None/boosttest-test-base -ldl /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.74.0 -lssl -lcrypto -lsystemd -ledit -ltermcap /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.74.0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 97%] Built target boosttest-test-base
make -f lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/build.make lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 98%] Generating idopgsqlconnection-ti.cpp, idopgsqlconnection-ti.hpp
cd /<<PKGBUILDDIR>>/lib/db_ido_pgsql && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkclass idopgsqlconnection.ti /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/idopgsqlconnection-ti.cpp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/idopgsqlconnection-ti.hpp
[ 98%] Generating db_ido_pgsql_unity.cpp
cd /<<PKGBUILDDIR>>/lib/db_ido_pgsql && /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/mkunity db_ido_pgsql idopgsqlconnection.cpp > /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/db_ido_pgsql_unity.cpp.tmp
cd /<<PKGBUILDDIR>>/lib/db_ido_pgsql && /usr/bin/cmake -E copy /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/db_ido_pgsql_unity.cpp.tmp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/db_ido_pgsql_unity.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/lib/db_ido_pgsql /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/build.make lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 99%] Building CXX object lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/db_ido_pgsql_unity.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql && /usr/bin/c++ -DBOOST_ASIO_USE_TS_EXECUTOR_AS_DEFAULT -DBOOST_COROUTINES_NO_DEPRECATION_WARNING -DBOOST_FILESYSTEM_NO_DEPRECATED -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/third-party/nlohmann_json -I/<<PKGBUILDDIR>>/third-party/utf8cpp/source -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib -I/usr/include/mysql -I/usr/include/postgresql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -MD -MT lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/db_ido_pgsql_unity.cpp.o -MF CMakeFiles/db_ido_pgsql.dir/db_ido_pgsql_unity.cpp.o.d -o CMakeFiles/db_ido_pgsql.dir/db_ido_pgsql_unity.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/db_ido_pgsql_unity.cpp
In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22,
from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23,
from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14,
from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42,
from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25,
from /usr/include/boost/smart_ptr/shared_ptr.hpp:29,
from /usr/include/boost/shared_ptr.hpp:17,
from /usr/include/boost/signals2/deconstruct.hpp:28,
from /usr/include/boost/signals2.hpp:15,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/idopgsqlconnection-ti.hpp:10,
from /<<PKGBUILDDIR>>/lib/db_ido_pgsql/idopgsqlconnection.hpp:6,
from /<<PKGBUILDDIR>>/lib/db_ido_pgsql/idopgsqlconnection.cpp:3,
from /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/db_ido_pgsql/db_ido_pgsql_unity.cpp:1:
/usr/include/boost/detail/scoped_enum_emulation.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/scoped_enum.hpp> instead.’
17 | BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 99%] Built target db_ido_mysql
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 99%] Built target db_ido_pgsql
make -f icinga-app/CMakeFiles/icinga-app.dir/build.make icinga-app/CMakeFiles/icinga-app.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/icinga-app /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/icinga-app /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/icinga-app/CMakeFiles/icinga-app.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f icinga-app/CMakeFiles/icinga-app.dir/build.make icinga-app/CMakeFiles/icinga-app.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Linking CXX executable ../Bin/None/icinga2
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/icinga-app && /usr/bin/cmake -E cmake_link_script CMakeFiles/icinga-app.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -pthread -Winvalid-pch -std=c++0x -Wl,-z,relro -Wl,-z,now -rdynamic CMakeFiles/icingaloader.dir/icinga.cpp.o "../third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o" "../third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o" "../lib/base/CMakeFiles/base.dir/application-version.cpp.o" ../lib/base/CMakeFiles/base.dir/base_unity.cpp.o "../third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o" ../lib/config/CMakeFiles/config.dir/config_lexer.cc.o ../lib/config/CMakeFiles/config.dir/config_parser.cc.o ../lib/config/CMakeFiles/config.dir/config_unity.cpp.o ../lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o ../lib/cli/CMakeFiles/cli.dir/cli_unity.cpp.o "../lib/icinga/CMakeFiles/icinga.dir/icinga-itl.cpp.o" ../lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o "../lib/methods/CMakeFiles/methods.dir/methods-itl.cpp.o" ../lib/methods/CMakeFiles/methods.dir/methods_unity.cpp.o ../lib/checker/CMakeFiles/checker.dir/checker_unity.cpp.o ../lib/compat/CMakeFiles/compat.dir/compat_unity.cpp.o "../lib/db_ido/CMakeFiles/db_ido.dir/db_ido-itl.cpp.o" ../lib/db_ido/CMakeFiles/db_ido.dir/db_ido_unity.cpp.o ../lib/db_ido_mysql/CMakeFiles/db_ido_mysql.dir/db_ido_mysql_unity.cpp.o ../lib/db_ido_pgsql/CMakeFiles/db_ido_pgsql.dir/db_ido_pgsql_unity.cpp.o ../lib/livestatus/CMakeFiles/livestatus.dir/livestatus_unity.cpp.o ../lib/notification/CMakeFiles/notification.dir/notification_unity.cpp.o ../lib/perfdata/CMakeFiles/perfdata.dir/perfdata_unity.cpp.o "../lib/icingadb/CMakeFiles/icingadb.dir/icingadb-itl.cpp.o" ../lib/icingadb/CMakeFiles/icingadb.dir/icingadb_unity.cpp.o -o ../Bin/None/icinga2 -Wl,-rpath,::::::::::::::::::::::::::::::::: -ldl /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_iostreams.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.74.0 -lssl -lcrypto -lsystemd -ledit -ltermcap /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_chrono.so.1.74.0
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Built target icinga-app
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test -i
cd obj-x86_64-linux-gnu && make -j2 test ARGS\+=--verbose ARGS\+=-j2
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --verbose -j2
UpdateCTestConfiguration from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Parse Config file:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
UpdateCTestConfiguration from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Parse Config file:/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
Start 1: base-base_array/construct
1: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/construct" "--catch_system_error=yes"
1: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
1: Test timeout computed to be: 1500
test 2
Start 2: base-base_array/getset
2: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/getset" "--catch_system_error=yes"
2: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
2: Test timeout computed to be: 1500
2: Running 1 test case...
1: Running 1 test case...
1:
1: [1;32;49m*** No errors detected
2:
2: [1;32;49m*** No errors detected
1: [0;39;49m
1/120 Test #1: base-base_array/construct ............................................... Passed 0.02 sec
test 3
Start 3: base-base_array/resize
3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/resize" "--catch_system_error=yes"
3: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
3: Test timeout computed to be: 1500
2: [0;39;49m
2/120 Test #2: base-base_array/getset .................................................. Passed 0.02 sec
test 4
Start 4: base-base_array/insert
4: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/insert" "--catch_system_error=yes"
4: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
4: Test timeout computed to be: 1500
3: Running 1 test case...
3:
3: [1;32;49m*** No errors detected
3: [0;39;49m
3/120 Test #3: base-base_array/resize .................................................. Passed 0.01 sec
test 5
Start 5: base-base_array/remove
5: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/remove" "--catch_system_error=yes"
5: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
5: Test timeout computed to be: 1500
4: Running 1 test case...
4:
4: [1;32;49m*** No errors detected
4: [0;39;49m
4/120 Test #4: base-base_array/insert .................................................. Passed 0.02 sec
test 6
Start 6: base-base_array/unique
6: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/unique" "--catch_system_error=yes"
6: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
6: Test timeout computed to be: 1500
6: Running 1 test case...
6:
6: [1;32;49m*** No errors detected
6: [0;39;49m
5/120 Test #6: base-base_array/unique .................................................. Passed 0.01 sec
test 7
Start 7: base-base_array/foreach
7: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/foreach" "--catch_system_error=yes"
7: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
7: Test timeout computed to be: 1500
5: Running 1 test case...
5:
5: [1;32;49m*** No errors detected
5: [0;39;49m
6/120 Test #5: base-base_array/remove .................................................. Passed 0.03 sec
test 8
Start 8: base-base_array/clone
8: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/clone" "--catch_system_error=yes"
8: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
8: Test timeout computed to be: 1500
7: Running 1 test case...
7:
7: [1;32;49m*** No errors detected
7: [0;39;49m
7/120 Test #7: base-base_array/foreach ................................................. Passed 0.02 sec
test 9
Start 9: base-base_array/json
9: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_array/json" "--catch_system_error=yes"
9: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
9: Test timeout computed to be: 1500
8: Running 1 test case...
8:
8: [1;32;49m*** No errors detected
8: [0;39;49m
8/120 Test #8: base-base_array/clone ................................................... Passed 0.02 sec
test 10
Start 10: base-base_base64/base64
10: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_base64/base64" "--catch_system_error=yes"
10: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
10: Test timeout computed to be: 1500
9: Running 1 test case...
9:
9: [1;32;49m*** No errors detected
9: [0;39;49m
9/120 Test #9: base-base_array/json .................................................... Passed 0.02 sec
test 11
Start 11: base-base_convert/tolong
11: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_convert/tolong" "--catch_system_error=yes"
11: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
11: Test timeout computed to be: 1500
10: Running 1 test case...
10:
10: [1;32;49m*** No errors detected
10: [0;39;49m
10/120 Test #10: base-base_base64/base64 ................................................. Passed 0.02 sec
test 12
Start 12: base-base_convert/todouble
12: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_convert/todouble" "--catch_system_error=yes"
12: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
12: Test timeout computed to be: 1500
11: Running 1 test case...
11:
11: [1;32;49m*** No errors detected
11: [0;39;49m
11/120 Test #11: base-base_convert/tolong ................................................ Passed 0.01 sec
test 13
Start 13: base-base_convert/tostring
13: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_convert/tostring" "--catch_system_error=yes"
13: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
13: Test timeout computed to be: 1500
13: Running 1 test case...
13:
13: [1;32;49m*** No errors detected
13: [0;39;49m
12/120 Test #13: base-base_convert/tostring .............................................. Passed 0.01 sec
test 14
Start 14: base-base_convert/tobool
14: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_convert/tobool" "--catch_system_error=yes"
14: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
14: Test timeout computed to be: 1500
12: Running 1 test case...
12:
12: [1;32;49m*** No errors detected
12: [0;39;49m
13/120 Test #12: base-base_convert/todouble .............................................. Passed 0.02 sec
test 15
Start 15: base-base_dictionary/construct
15: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/construct" "--catch_system_error=yes"
15: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
15: Test timeout computed to be: 1500
14: Running 1 test case...
14:
14: [1;32;49m*** No errors detected
14: [0;39;49m
14/120 Test #14: base-base_convert/tobool ................................................ Passed 0.01 sec
test 16
Start 16: base-base_dictionary/initializer1
16: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/initializer1" "--catch_system_error=yes"
16: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
16: Test timeout computed to be: 1500
15: Running 1 test case...
15:
15: [1;32;49m*** No errors detected
16: Running 1 test case...
15: [0;39;49m
15/120 Test #15: base-base_dictionary/construct .......................................... Passed 0.02 sec
test 17
Start 17: base-base_dictionary/initializer2
17: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/initializer2" "--catch_system_error=yes"
17: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
17: Test timeout computed to be: 1500
16:
16: [1;32;49m*** No errors detected
16: [0;39;49m
16/120 Test #16: base-base_dictionary/initializer1 ....................................... Passed 0.01 sec
test 18
Start 18: base-base_dictionary/get1
18: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/get1" "--catch_system_error=yes"
18: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
18: Test timeout computed to be: 1500
17: Running 1 test case...
17:
17: [1;32;49m*** No errors detected
17: [0;39;49m
17/120 Test #17: base-base_dictionary/initializer2 ....................................... Passed 0.02 sec
test 19
Start 19: base-base_dictionary/get2
19: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/get2" "--catch_system_error=yes"
19: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
19: Test timeout computed to be: 1500
18: Running 1 test case...
18:
18: [1;32;49m*** No errors detected
18: [0;39;49m
18/120 Test #18: base-base_dictionary/get1 ............................................... Passed 0.02 sec
test 20
Start 20: base-base_dictionary/foreach
20: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/foreach" "--catch_system_error=yes"
20: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
20: Test timeout computed to be: 1500
19: Running 1 test case...
19:
19: [1;32;49m*** No errors detected
19: [0;39;49m
19/120 Test #19: base-base_dictionary/get2 ............................................... Passed 0.02 sec
test 21
Start 21: base-base_dictionary/remove
21: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/remove" "--catch_system_error=yes"
21: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
21: Test timeout computed to be: 1500
20: Running 1 test case...
20:
20: [1;32;49m*** No errors detected
20: [0;39;49m
20/120 Test #20: base-base_dictionary/foreach ............................................ Passed 0.01 sec
test 22
Start 22: base-base_dictionary/clone
22: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/clone" "--catch_system_error=yes"
22: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
22: Test timeout computed to be: 1500
21: Running 1 test case...
21:
21: [1;32;49m*** No errors detected
21: [0;39;49m
21/120 Test #21: base-base_dictionary/remove ............................................. Passed 0.02 sec
test 23
Start 23: base-base_dictionary/json
23: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/json" "--catch_system_error=yes"
23: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
23: Test timeout computed to be: 1500
22: Running 1 test case...
22:
22: [1;32;49m*** No errors detected
22: [0;39;49m
22/120 Test #22: base-base_dictionary/clone .............................................. Passed 0.02 sec
test 24
Start 24: base-base_dictionary/keys_ordered
24: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_dictionary/keys_ordered" "--catch_system_error=yes"
24: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
24: Test timeout computed to be: 1500
23: Running 1 test case...
23:
23: [1;32;49m*** No errors detected
23: [0;39;49m
23/120 Test #23: base-base_dictionary/json ............................................... Passed 0.01 sec
test 25
Start 25: base-base_fifo/construct
25: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_fifo/construct" "--catch_system_error=yes"
25: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
25: Test timeout computed to be: 1500
24: Running 1 test case...
24:
24: [1;32;49m*** No errors detected
24: [0;39;49m
24/120 Test #24: base-base_dictionary/keys_ordered ....................................... Passed 0.01 sec
test 26
Start 26: base-base_fifo/io
26: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_fifo/io" "--catch_system_error=yes"
26: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
26: Test timeout computed to be: 1500
25: Running 1 test case...
25:
25: [1;32;49m*** No errors detected
25: [0;39;49m
25/120 Test #25: base-base_fifo/construct ................................................ Passed 0.02 sec
test 27
Start 27: base-base_json/encode
27: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_json/encode" "--catch_system_error=yes"
27: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
27: Test timeout computed to be: 1500
26: Running 1 test case...
26:
26: [1;32;49m*** No errors detected
26: [0;39;49m
26/120 Test #26: base-base_fifo/io ....................................................... Passed 0.02 sec
test 28
Start 28: base-base_json/decode
28: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_json/decode" "--catch_system_error=yes"
28: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
28: Test timeout computed to be: 1500
27: Running 1 test case...
27:
27: [1;32;49m*** No errors detected
27: [0;39;49m
27/120 Test #27: base-base_json/encode ................................................... Passed 0.01 sec
test 29
Start 29: base-base_json/invalid1
29: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_json/invalid1" "--catch_system_error=yes"
29: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
29: Test timeout computed to be: 1500
29: Running 1 test case...
29:
29: [1;32;49m*** No errors detected
28: Running 1 test case...
28:
28: [1;32;49m*** No errors detected
29: [0;39;49m
28/120 Test #29: base-base_json/invalid1 ................................................. Passed 0.01 sec
test 30
Start 30: base-base_object_packer/pack_null
30: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object_packer/pack_null" "--catch_system_error=yes"
30: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
30: Test timeout computed to be: 1500
28: [0;39;49m
29/120 Test #28: base-base_json/decode ................................................... Passed 0.02 sec
test 31
Start 31: base-base_object_packer/pack_false
31: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object_packer/pack_false" "--catch_system_error=yes"
31: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
31: Test timeout computed to be: 1500
30: Running 1 test case...
30:
30: [1;32;49m*** No errors detected
30: [0;39;49m
30/120 Test #30: base-base_object_packer/pack_null ....................................... Passed 0.01 sec
test 32
Start 32: base-base_object_packer/pack_true
32: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object_packer/pack_true" "--catch_system_error=yes"
32: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
32: Test timeout computed to be: 1500
31: Running 1 test case...
31:
31: [1;32;49m*** No errors detected
31: [0;39;49m
31/120 Test #31: base-base_object_packer/pack_false ...................................... Passed 0.02 sec
test 33
Start 33: base-base_object_packer/pack_number
33: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object_packer/pack_number" "--catch_system_error=yes"
33: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
33: Test timeout computed to be: 1500
32: Running 1 test case...
32:
32: [1;32;49m*** No errors detected
32: [0;39;49m
32/120 Test #32: base-base_object_packer/pack_true ....................................... Passed 0.02 sec
test 34
Start 34: base-base_object_packer/pack_string
34: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object_packer/pack_string" "--catch_system_error=yes"
34: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
34: Test timeout computed to be: 1500
33: Running 1 test case...
33:
33: [1;32;49m*** No errors detected
33: [0;39;49m
33/120 Test #33: base-base_object_packer/pack_number ..................................... Passed 0.02 sec
test 35
Start 35: base-base_object_packer/pack_array
35: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object_packer/pack_array" "--catch_system_error=yes"
35: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
35: Test timeout computed to be: 1500
34: Running 1 test case...
34:
34: [1;32;49m*** No errors detected
34: [0;39;49m
34/120 Test #34: base-base_object_packer/pack_string ..................................... Passed 0.02 sec
test 36
Start 36: base-base_object_packer/pack_object
36: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object_packer/pack_object" "--catch_system_error=yes"
36: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
36: Test timeout computed to be: 1500
35: Running 1 test case...
35:
35: [1;32;49m*** No errors detected
35: [0;39;49m
35/120 Test #35: base-base_object_packer/pack_array ...................................... Passed 0.02 sec
test 37
Start 37: base-base_match/tolong
37: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_match/tolong" "--catch_system_error=yes"
37: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
37: Test timeout computed to be: 1500
36: Running 1 test case...
36:
36: [1;32;49m*** No errors detected
36: [0;39;49m
36/120 Test #36: base-base_object_packer/pack_object ..................................... Passed 0.02 sec
test 38
Start 38: base-base_netstring/netstring
38: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_netstring/netstring" "--catch_system_error=yes"
38: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
38: Test timeout computed to be: 1500
37: Running 1 test case...
37:
37: [1;32;49m*** No errors detected
37: [0;39;49m
37/120 Test #37: base-base_match/tolong .................................................. Passed 0.01 sec
test 39
Start 39: base-base_object/construct
39: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object/construct" "--catch_system_error=yes"
39: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
39: Test timeout computed to be: 1500
38: Running 1 test case...
38:
38: [1;32;49m*** No errors detected
38: [0;39;49m
38/120 Test #38: base-base_netstring/netstring ........................................... Passed 0.02 sec
test 40
Start 40: base-base_object/getself
40: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_object/getself" "--catch_system_error=yes"
40: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
40: Test timeout computed to be: 1500
39: Running 1 test case...
39:
39: [1;32;49m*** No errors detected
39: [0;39;49m
39/120 Test #39: base-base_object/construct .............................................. Passed 0.01 sec
test 41
Start 41: base-base_serialize/scalar
41: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_serialize/scalar" "--catch_system_error=yes"
41: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
41: Test timeout computed to be: 1500
40: Running 1 test case...
40:
40: [1;32;49m*** No errors detected
40: [0;39;49m
40/120 Test #40: base-base_object/getself ................................................ Passed 0.01 sec
test 42
Start 42: base-base_serialize/array
42: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_serialize/array" "--catch_system_error=yes"
42: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
42: Test timeout computed to be: 1500
41: Running 1 test case...
41:
41: [1;32;49m*** No errors detected
41: [0;39;49m
41/120 Test #41: base-base_serialize/scalar .............................................. Passed 0.02 sec
test 43
Start 43: base-base_serialize/dictionary
43: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_serialize/dictionary" "--catch_system_error=yes"
43: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
43: Test timeout computed to be: 1500
42: Running 1 test case...
42:
42: [1;32;49m*** No errors detected
42: [0;39;49m
42/120 Test #42: base-base_serialize/array ............................................... Passed 0.01 sec
test 44
Start 44: base-base_serialize/object
44: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_serialize/object" "--catch_system_error=yes"
44: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
44: Test timeout computed to be: 1500
43: Running 1 test case...
43:
43: [1;32;49m*** No errors detected
43: [0;39;49m
43/120 Test #43: base-base_serialize/dictionary .......................................... Passed 0.01 sec
test 45
Start 45: base-base_shellescape/escape_basic
45: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_shellescape/escape_basic" "--catch_system_error=yes"
45: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
45: Test timeout computed to be: 1500
44: Running 1 test case...
44:
44: [1;32;49m*** No errors detected
44: [0;39;49m
44/120 Test #44: base-base_serialize/object .............................................. Passed 0.02 sec
test 46
Start 46: base-base_shellescape/escape_quoted
46: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_shellescape/escape_quoted" "--catch_system_error=yes"
46: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
46: Test timeout computed to be: 1500
45: Running 1 test case...
45:
45: [1;32;49m*** No errors detected
45: [0;39;49m
45/120 Test #45: base-base_shellescape/escape_basic ...................................... Passed 0.01 sec
test 47
Start 47: base-base_stacktrace/stacktrace
47: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_stacktrace/stacktrace" "--catch_system_error=yes"
47: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
47: Test timeout computed to be: 1500
46: Running 1 test case...
46:
46: [1;32;49m*** No errors detected
46: [0;39;49m
46/120 Test #46: base-base_shellescape/escape_quoted ..................................... Passed 0.01 sec
test 48
Start 48: base-base_stream/readline_stdio
48: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_stream/readline_stdio" "--catch_system_error=yes"
48: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
48: Test timeout computed to be: 1500
47: Running 1 test case...
47:
47: [1;32;49m*** No errors detected
47: [0;39;49m
47/120 Test #47: base-base_stacktrace/stacktrace ......................................... Passed 0.02 sec
test 49
Start 49: base-base_string/construct
49: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/construct" "--catch_system_error=yes"
49: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
49: Test timeout computed to be: 1500
48: Running 1 test case...
48:
48: [1;32;49m*** No errors detected
48: [0;39;49m
48/120 Test #48: base-base_stream/readline_stdio ......................................... Passed 0.01 sec
test 50
Start 50: base-base_string/equal
50: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/equal" "--catch_system_error=yes"
50: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
50: Test timeout computed to be: 1500
49: Running 1 test case...
49:
49: [1;32;49m*** No errors detected
49: [0;39;49m
49/120 Test #49: base-base_string/construct .............................................. Passed 0.01 sec
test 51
Start 51: base-base_string/clear
51: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/clear" "--catch_system_error=yes"
51: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
51: Test timeout computed to be: 1500
50: Running 1 test case...
50:
50: [1;32;49m*** No errors detected
50: [0;39;49m
50/120 Test #50: base-base_string/equal .................................................. Passed 0.02 sec
test 52
Start 52: base-base_string/append
52: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/append" "--catch_system_error=yes"
52: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
52: Test timeout computed to be: 1500
51: Running 1 test case...
51:
51: [1;32;49m*** No errors detected
51: [0;39;49m
51/120 Test #51: base-base_string/clear .................................................. Passed 0.03 sec
test 53
Start 53: base-base_string/trim
53: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/trim" "--catch_system_error=yes"
53: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
53: Test timeout computed to be: 1500
52: Running 1 test case...
52:
53: Running 1 test case...
53:
53: [1;32;49m*** No errors detected
52: [1;32;49m*** No errors detected
53: [0;39;49m
52/120 Test #53: base-base_string/trim ................................................... Passed 0.01 sec
test 54
Start 54: base-base_string/contains
54: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/contains" "--catch_system_error=yes"
54: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
54: Test timeout computed to be: 1500
52: [0;39;49m
53/120 Test #52: base-base_string/append ................................................. Passed 0.02 sec
test 55
Start 55: base-base_string/replace
55: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/replace" "--catch_system_error=yes"
55: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
55: Test timeout computed to be: 1500
54: Running 1 test case...
54:
54: [1;32;49m*** No errors detected
54: [0;39;49m
54/120 Test #54: base-base_string/contains ............................................... Passed 0.01 sec
test 56
Start 56: base-base_string/index
56: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/index" "--catch_system_error=yes"
56: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
56: Test timeout computed to be: 1500
55: Running 1 test case...
55:
55: [1;32;49m*** No errors detected
55: [0;39;49m
55/120 Test #55: base-base_string/replace ................................................ Passed 0.02 sec
test 57
Start 57: base-base_string/find
57: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_string/find" "--catch_system_error=yes"
57: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
57: Test timeout computed to be: 1500
56: Running 1 test case...
56:
56: [1;32;49m*** No errors detected
56: [0;39;49m
56/120 Test #56: base-base_string/index .................................................. Passed 0.01 sec
test 58
Start 58: base-base_timer/construct
58: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_timer/construct" "--catch_system_error=yes"
58: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
58: Test timeout computed to be: 1500
57: Running 1 test case...
57:
57: [1;32;49m*** No errors detected
57: [0;39;49m
57/120 Test #57: base-base_string/find ................................................... Passed 0.02 sec
test 59
Start 59: base-base_timer/interval
59: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_timer/interval" "--catch_system_error=yes"
59: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
59: Test timeout computed to be: 1500
58: Running 1 test case...
58:
58: [1;32;49m*** No errors detected
58: [0;39;49m
58/120 Test #58: base-base_timer/construct ............................................... Passed 0.02 sec
test 60
Start 60: base-base_timer/invoke
60: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_timer/invoke" "--catch_system_error=yes"
60: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
60: Test timeout computed to be: 1500
59: Running 1 test case...
59:
59: [1;32;49m*** No errors detected
59: [0;39;49m
59/120 Test #59: base-base_timer/interval ................................................ Passed 0.03 sec
test 61
Start 61: base-base_timer/scope
61: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_timer/scope" "--catch_system_error=yes"
61: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
61: Test timeout computed to be: 1500
60: Running 1 test case...
60:
60: [1;32;49m*** No errors detected
60: [0;39;49m
60/120 Test #60: base-base_timer/invoke .................................................. Passed 5.52 sec
test 62
Start 62: base-base_tlsutility/sha1
62: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_tlsutility/sha1" "--catch_system_error=yes"
62: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
62: Test timeout computed to be: 1500
62: Running 1 test case...
62:
62: [1;32;49m*** No errors detected
62: [0;39;49m
61/120 Test #62: base-base_tlsutility/sha1 ............................................... Passed 0.02 sec
test 63
Start 63: base-base_type/gettype
63: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_type/gettype" "--catch_system_error=yes"
63: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
63: Test timeout computed to be: 1500
63: Running 1 test case...
63:
63: [1;32;49m*** No errors detected
63: [0;39;49m
62/120 Test #63: base-base_type/gettype .................................................. Passed 0.01 sec
test 64
Start 64: base-base_type/assign
64: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_type/assign" "--catch_system_error=yes"
64: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
64: Test timeout computed to be: 1500
64: Running 1 test case...
64:
64: [1;32;49m*** No errors detected
64: [0;39;49m
63/120 Test #64: base-base_type/assign ................................................... Passed 0.01 sec
test 65
Start 65: base-base_type/byname
65: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_type/byname" "--catch_system_error=yes"
65: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
65: Test timeout computed to be: 1500
65: Running 1 test case...
65:
65: [1;32;49m*** No errors detected
65: [0;39;49m
64/120 Test #65: base-base_type/byname ................................................... Passed 0.02 sec
test 66
Start 66: base-base_type/instantiate
66: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_type/instantiate" "--catch_system_error=yes"
66: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
66: Test timeout computed to be: 1500
66: Running 1 test case...
66:
66: [1;32;49m*** No errors detected
66: [0;39;49m
65/120 Test #66: base-base_type/instantiate .............................................. Passed 0.02 sec
test 67
Start 67: base-base_utility/parse_version
67: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_utility/parse_version" "--catch_system_error=yes"
67: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
67: Test timeout computed to be: 1500
67: Running 1 test case...
67:
67: [1;32;49m*** No errors detected
67: [0;39;49m
66/120 Test #67: base-base_utility/parse_version ......................................... Passed 0.02 sec
test 68
Start 68: base-base_utility/compare_version
68: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_utility/compare_version" "--catch_system_error=yes"
68: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
68: Test timeout computed to be: 1500
68: Running 1 test case...
68:
68: [1;32;49m*** No errors detected
68: [0;39;49m
67/120 Test #68: base-base_utility/compare_version ....................................... Passed 0.02 sec
test 69
Start 69: base-base_utility/comparepasswords_works
69: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_utility/comparepasswords_works" "--catch_system_error=yes"
69: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
69: Test timeout computed to be: 1500
69: Running 1 test case...
69:
69: [1;32;49m*** No errors detected
69: [0;39;49m
68/120 Test #69: base-base_utility/comparepasswords_works ................................ Passed 0.02 sec
test 70
Start 70: base-base_utility/comparepasswords_issafe
70: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_utility/comparepasswords_issafe" "--catch_system_error=yes"
70: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
70: Test timeout computed to be: 1500
70: Running 1 test case...
70:
70: [1;32;49m*** No errors detected
70: [0;39;49m
69/120 Test #70: base-base_utility/comparepasswords_issafe ............................... Passed 1.24 sec
test 71
Start 71: base-base_utility/validateutf8
71: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_utility/validateutf8" "--catch_system_error=yes"
71: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
71: Test timeout computed to be: 1500
71: Running 1 test case...
71:
71: [1;32;49m*** No errors detected
71: [0;39;49m
70/120 Test #71: base-base_utility/validateutf8 .......................................... Passed 0.02 sec
test 72
Start 72: base-base_utility/EscapeCreateProcessArg
72: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_utility/EscapeCreateProcessArg" "--catch_system_error=yes"
72: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
72: Test timeout computed to be: 1500
72: Running 1 test case...
72:
72: [1;32;49m*** No errors detected
72: [0;39;49m
71/120 Test #72: base-base_utility/EscapeCreateProcessArg ................................ Passed 0.02 sec
test 73
Start 73: base-base_utility/TruncateUsingHash
73: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_utility/TruncateUsingHash" "--catch_system_error=yes"
73: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
73: Test timeout computed to be: 1500
73: Running 1 test case...
73:
73: [1;32;49m*** No errors detected
73: [0;39;49m
72/120 Test #73: base-base_utility/TruncateUsingHash ..................................... Passed 0.02 sec
test 74
Start 74: base-base_value/scalar
74: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_value/scalar" "--catch_system_error=yes"
74: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
74: Test timeout computed to be: 1500
74: Running 1 test case...
74:
74: [1;32;49m*** No errors detected
74: [0;39;49m
73/120 Test #74: base-base_value/scalar .................................................. Passed 0.02 sec
test 75
Start 75: base-base_value/convert
75: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_value/convert" "--catch_system_error=yes"
75: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
75: Test timeout computed to be: 1500
75: Running 1 test case...
75:
75: [1;32;49m*** No errors detected
75: [0;39;49m
74/120 Test #75: base-base_value/convert ................................................. Passed 0.02 sec
test 76
Start 76: base-base_value/format
76: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=base_value/format" "--catch_system_error=yes"
76: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
76: Test timeout computed to be: 1500
76: Running 1 test case...
76:
76: [1;32;49m*** No errors detected
76: [0;39;49m
75/120 Test #76: base-base_value/format .................................................. Passed 0.01 sec
test 77
Start 77: base-config_ops/simple
77: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=config_ops/simple" "--catch_system_error=yes"
77: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
77: Test timeout computed to be: 1500
77: Running 1 test case...
77:
77: [1;32;49m*** No errors detected
77: [0;39;49m
76/120 Test #77: base-config_ops/simple .................................................. Passed 0.02 sec
test 78
Start 78: base-config_ops/advanced
78: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=config_ops/advanced" "--catch_system_error=yes"
78: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
78: Test timeout computed to be: 1500
78: Running 1 test case...
78:
78: [1;32;49m*** No errors detected
78: [0;39;49m
77/120 Test #78: base-config_ops/advanced ................................................ Passed 0.02 sec
test 79
Start 79: base-icinga_checkresult/host_1attempt
79: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/host_1attempt" "--catch_system_error=yes"
79: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
79: Test timeout computed to be: 1500
79: Running 1 test case...
79: Before first check result (ok, hard)
79: First check result (unknown)
79: Notification triggered: Problem
79: Second check result (ok)
79: Notification triggered: Recovery
79: Third check result (critical)
79: Notification triggered: Problem
79: Fourth check result (ok)
79: Notification triggered: Recovery
79:
79: [1;32;49m*** No errors detected
79: [0;39;49m
78/120 Test #79: base-icinga_checkresult/host_1attempt ................................... Passed 0.02 sec
test 80
Start 80: base-icinga_checkresult/host_2attempts
80: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/host_2attempts" "--catch_system_error=yes"
80: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
80: Test timeout computed to be: 1500
80: Running 1 test case...
80: Before first check result (ok, hard)
80: First check result (unknown)
80: Second check result (critical)
80: Notification triggered: Problem
80: Third check result (ok)
80: Notification triggered: Recovery
80: Fourth check result (critical)
80: Fifth check result (ok)
80:
80: [1;32;49m*** No errors detected
80: [0;39;49m
79/120 Test #80: base-icinga_checkresult/host_2attempts .................................. Passed 0.02 sec
test 81
Start 81: base-icinga_checkresult/host_3attempts
81: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/host_3attempts" "--catch_system_error=yes"
81: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
81: Test timeout computed to be: 1500
81: Running 1 test case...
81: Before first check result (ok, hard)
81: First check result (unknown)
81: Second check result (critical)
81: Third check result (critical)
81: Notification triggered: Problem
81: Fourth check result (ok)
81: Notification triggered: Recovery
81: Fifth check result (critical)
81: Sixth check result (ok)
81:
81: [1;32;49m*** No errors detected
81: [0;39;49m
80/120 Test #81: base-icinga_checkresult/host_3attempts .................................. Passed 0.02 sec
test 82
Start 82: base-icinga_checkresult/service_1attempt
82: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/service_1attempt" "--catch_system_error=yes"
82: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
82: Test timeout computed to be: 1500
82: Running 1 test case...
82: Before first check result (ok, hard)
82: First check result (unknown)
82: Notification triggered: Problem
82: Second check result (ok)
82: Notification triggered: Recovery
82: Third check result (critical)
82: Notification triggered: Problem
82: Fourth check result (ok)
82: Notification triggered: Recovery
82:
82: [1;32;49m*** No errors detected
82: [0;39;49m
81/120 Test #82: base-icinga_checkresult/service_1attempt ................................ Passed 0.02 sec
test 83
Start 83: base-icinga_checkresult/service_2attempts
83: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/service_2attempts" "--catch_system_error=yes"
83: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
83: Test timeout computed to be: 1500
83: Running 1 test case...
83: Before first check result (ok, hard)
83: First check result (unknown)
83: Second check result (critical)
83: Notification triggered: Problem
83: Third check result (ok)
83: Notification triggered: Recovery
83: Fourth check result (critical)
83: Fifth check result (ok)
83:
83: [1;32;49m*** No errors detected
83: [0;39;49m
82/120 Test #83: base-icinga_checkresult/service_2attempts ............................... Passed 0.02 sec
test 84
Start 84: base-icinga_checkresult/service_3attempts
84: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/service_3attempts" "--catch_system_error=yes"
84: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
84: Test timeout computed to be: 1500
84: Running 1 test case...
84: Before first check result (ok, hard)
84: First check result (unknown)
84: Second check result (critical)
84: Third check result (critical)
84: Notification triggered: Problem
84: Fourth check result (ok)
84: Notification triggered: Recovery
84: Fifth check result (critical)
84: Sixth check result (ok)
84:
84: [1;32;49m*** No errors detected
84: [0;39;49m
83/120 Test #84: base-icinga_checkresult/service_3attempts ............................... Passed 0.02 sec
test 85
Start 85: base-icinga_checkresult/host_flapping_notification
85: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/host_flapping_notification" "--catch_system_error=yes"
85: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
85: Test timeout computed to be: 1500
85: Running 1 test case...
85:
85: [1;32;49m*** No errors detected
85: [0;39;49m
84/120 Test #85: base-icinga_checkresult/host_flapping_notification ...................... Passed 0.01 sec
test 86
Start 86: base-icinga_checkresult/service_flapping_notification
86: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/service_flapping_notification" "--catch_system_error=yes"
86: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
86: Test timeout computed to be: 1500
86: Running 1 test case...
86:
86: [1;32;49m*** No errors detected
86: [0;39;49m
85/120 Test #86: base-icinga_checkresult/service_flapping_notification ................... Passed 0.01 sec
test 87
Start 87: base-icinga_checkresult/suppressed_notification
87: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_checkresult/suppressed_notification" "--catch_system_error=yes"
87: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
87: Test timeout computed to be: 1500
87: Running 1 test case...
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: -> OnNotificationsRequested(Problem, WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: -> OnNotificationsRequested(Problem, WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: -> OnNotificationsRequested(Problem, WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: -> OnNotificationsRequested(Problem, WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=0 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN OK OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN OK WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN OK CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN WARNING OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN WARNING WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN CRITICAL OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={OK UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN OK OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN OK WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN WARNING OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={WARNING UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN OK OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={CRITICAL UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=1 sequence={UNKNOWN UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: -> OnNotificationsRequested(Problem, WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN OK OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN OK WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN OK CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN WARNING OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN WARNING WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN CRITICAL OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={OK UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN OK OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN OK WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN OK CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN WARNING OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN WARNING WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={WARNING UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN OK OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN OK WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN OK CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={CRITICAL UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, UNKNOWN)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN OK UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN WARNING UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN CRITICAL UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(WARNING)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(CRITICAL)
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN OK UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: ProcessCheckResult(UNKNOWN)
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN WARNING UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN CRITICAL UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN OK}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(OK)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Recovery, OK)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN WARNING}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(WARNING)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, WARNING)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN CRITICAL}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(CRITICAL)
87: Downtime End
87: FireSuppressedNotifications()
87: -> OnNotificationsRequested(Problem, CRITICAL)
87: Test case: volatile=1 checkAttempts=2 sequence={UNKNOWN UNKNOWN UNKNOWN UNKNOWN}
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime Start
87: [2022-11-30 17:27:26 +0000] information/Downtime: Triggering downtime 'downtime' for checkable 'service'.
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: ProcessCheckResult(UNKNOWN)
87: Downtime End
87: FireSuppressedNotifications()
87:
87: [1;32;49m*** No errors detected
87: [0;39;49m
86/120 Test #87: base-icinga_checkresult/suppressed_notification ......................... Passed 0.31 sec
test 88
Start 88: base-icinga_dependencies/multi_parent
88: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_dependencies/multi_parent" "--catch_system_error=yes"
88: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
88: Test timeout computed to be: 1500
88: Running 1 test case...
88: Testing reachability for multi parent dependencies.
88:
88: [1;32;49m*** No errors detected
88: [0;39;49m
87/120 Test #88: base-icinga_dependencies/multi_parent ................................... Passed 0.01 sec
test 89
Start 89: base-icinga_notification/strings
89: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_notification/strings" "--catch_system_error=yes"
89: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
89: Test timeout computed to be: 1500
89: Running 1 test case...
89:
89: [1;32;49m*** No errors detected
89: [0;39;49m
88/120 Test #89: base-icinga_notification/strings ........................................ Passed 0.01 sec
test 90
Start 90: base-icinga_notification/state_filter
90: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_notification/state_filter" "--catch_system_error=yes"
90: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
90: Test timeout computed to be: 1500
90: Running 1 test case...
90: #1 Notification state: 2 against 3 must pass.
90: #2 Notification state: 8 against 3 must fail.
90: #3 Notification state: 1 against -1 must pass.
90: #4 Notification state: 4 against 0 must fail.
90:
90: [1;32;49m*** No errors detected
90: [0;39;49m
89/120 Test #90: base-icinga_notification/state_filter ................................... Passed 0.01 sec
test 91
Start 91: base-icinga_notification/type_filter
91: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_notification/type_filter" "--catch_system_error=yes"
91: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
91: Test timeout computed to be: 1500
91: Running 1 test case...
91: #1 Notification type: 32 against 35 must pass.
91: #2 Notification type: 8 against 35 must fail.
91: #3 Notification type: 64 against -1 must pass.
91: #4 Notification type: 32 against 0 must fail.
91:
91: [1;32;49m*** No errors detected
91: [0;39;49m
90/120 Test #91: base-icinga_notification/type_filter .................................... Passed 0.01 sec
test 92
Start 92: base-icinga_macros/simple
92: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_macros/simple" "--catch_system_error=yes"
92: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
92: Test timeout computed to be: 1500
92: Running 1 test case...
92:
92: [1;32;49m*** No errors detected
92: [0;39;49m
91/120 Test #92: base-icinga_macros/simple ............................................... Passed 0.02 sec
test 93
Start 93: base-icinga_legacytimeperiod/simple
93: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_legacytimeperiod/simple" "--catch_system_error=yes"
93: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
93: Test timeout computed to be: 1500
93: Running 1 test case...
93:
93: [1;32;49m*** No errors detected
93: [0;39;49m
92/120 Test #93: base-icinga_legacytimeperiod/simple ..................................... Passed 0.02 sec
test 94
Start 94: base-icinga_legacytimeperiod/advanced
94: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_legacytimeperiod/advanced" "--catch_system_error=yes"
94: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
94: Test timeout computed to be: 1500
94: Running 1 test case...
94:
94: [1;32;49m*** No errors detected
94: [0;39;49m
93/120 Test #94: base-icinga_legacytimeperiod/advanced ................................... Passed 0.01 sec
test 95
Start 95: base-icinga_legacytimeperiod/dst
95: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_legacytimeperiod/dst" "--catch_system_error=yes"
95: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
95: Test timeout computed to be: 1500
95: Running 1 test case...
95: ./test/icinga-legacytimeperiod.cpp(377): [1;31;49merror: in "icinga_legacytimeperiod/dst": check make_time_t("2021-11-07 01:30:00 PST") == 1636277400 has failed [1636248600 != 1636277400][0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(378): [1;31;49merror: in "icinga_legacytimeperiod/dst": check make_time_t("2021-11-07 01:30:00 PDT") == 1636273800 has failed [1636245000 != 1636273800][0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='02:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600)) expected=none[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:15:00 America (1636247700) .. 2021-11-07 01:45:00 America (1636249500)) expected=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 01:15:00 America (1636247700) .. 2021-11-07 01:45:00 America (1636249500)) expected=none[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:00:00 America'): got=(2021-11-07 01:15:00 America (1636247700) .. 2021-11-07 01:45:00 America (1636249500)) expected=none[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 01:00:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=none[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 00:00:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=none[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95: ./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
95:
95: [1;31;49m*** 93 failures are detected in the test module "icinga2"
95: [0;39;49m
94/120 Test #95: base-icinga_legacytimeperiod/dst ........................................***Failed 0.05 sec
Running 1 test case...
./test/icinga-legacytimeperiod.cpp(377): [1;31;49merror: in "icinga_legacytimeperiod/dst": check make_time_t("2021-11-07 01:30:00 PST") == 1636277400 has failed [1636248600 != 1636277400][0;39;49m
./test/icinga-legacytimeperiod.cpp(378): [1;31;49merror: in "icinga_legacytimeperiod/dst": check make_time_t("2021-11-07 01:30:00 PDT") == 1636273800 has failed [1636245000 != 1636273800][0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='02:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600)) expected=none[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-03-14' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-03-14' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 2' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 2' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='02:15-03:45' ref='2021-03-14 03:30:00 '): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='02:15-03:45' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 03:45:00 America (1615693500)) expected=(2021-03-14 02:15:00 America (1615688100) .. 2021-03-14 02:45:00 America (1615689900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='03:30-04:30' ref='2021-03-14 04:00:00 '): got=none expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='03:30-04:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='03:30-04:30' ref='2021-03-14 03:00:00 '): got=(2021-03-14 03:30:00 America (1615692600) .. 2021-03-14 04:30:00 America (1615696200)) expected=(2021-03-14 02:30:00 America (1615689000) .. 2021-03-14 03:30:00 America (1615692600))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='01:30-03:30' ref='2021-03-14 01:45:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -3' ranges='01:30-03:30' ref='2021-03-14 03:15:00 '): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -3' ranges='01:30-03:30' ref='2021-03-14 01:00:00 America'): got=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 03:30:00 America (1615692600)) expected=(2021-03-14 01:30:00 America (1615685400) .. 2021-03-14 02:30:00 America (1615689000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:15:00 America (1636247700) .. 2021-11-07 01:45:00 America (1636249500)) expected=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 01:15:00 America (1636247700) .. 2021-11-07 01:45:00 America (1636249500)) expected=none[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:15-01:45' ref='2021-11-07 01:00:00 America'): got=(2021-11-07 01:15:00 America (1636247700) .. 2021-11-07 01:45:00 America (1636249500)) expected=none[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 01:00:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=none[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='00:30-01:30' ref='2021-11-07 00:00:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=none[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='2021-11-07' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday 1' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:15-00:45' ref='2021-11-07 00:30:00 '): got=none expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='00:15-00:45' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:15:00 America (1636244100) .. 2021-11-07 00:45:00 America (1636245900)) expected=(2021-11-06 23:15:00 America (1636240500) .. 2021-11-06 23:45:00 America (1636242300))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 00:45:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 01:30:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 01:30:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 02:15:00 America'): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='00:30-02:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='00:30-01:30' ref='2021-11-07 01:00:00 '): got=none expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='00:30-01:30' ref='2021-11-07 00:00:00 '): got=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 01:30:00 America (1636248600)) expected=(2021-11-06 23:30:00 America (1636241400) .. 2021-11-07 00:30:00 America (1636245000))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(622): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindRunningSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 02:00:00 America'): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
./test/icinga-legacytimeperiod.cpp(641): [1;31;49merror: in "icinga_legacytimeperiod/dst": FindNextSegment(day='sunday -4' ranges='01:30-02:30' ref='2021-11-07 01:00:00 '): got=(2021-11-07 01:30:00 America (1636248600) .. 2021-11-07 02:30:00 America (1636252200)) expected=(2021-11-07 00:30:00 America (1636245000) .. 2021-11-07 02:30:00 America (1636252200))[0;39;49m
[1;31;49m*** 93 failures are detected in the test module "icinga2"
[0;39;49m
test 96
Start 96: base-icinga_legacytimeperiod/dst_isinside
96: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_legacytimeperiod/dst_isinside" "--catch_system_error=yes"
96: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
96: Test timeout computed to be: 1500
96: Running 1 test case...
96:
96: [1;32;49m*** No errors detected
96: [0;39;49m
95/120 Test #96: base-icinga_legacytimeperiod/dst_isinside ............................... Passed 0.06 sec
test 97
Start 97: base-icinga_perfdata/empty
97: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/empty" "--catch_system_error=yes"
97: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
97: Test timeout computed to be: 1500
97: Running 1 test case...
97:
97: [1;32;49m*** No errors detected
97: [0;39;49m
96/120 Test #97: base-icinga_perfdata/empty .............................................. Passed 0.01 sec
test 98
Start 98: base-icinga_perfdata/simple
98: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/simple" "--catch_system_error=yes"
98: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
98: Test timeout computed to be: 1500
98: Running 1 test case...
98:
98: [1;32;49m*** No errors detected
98: [0;39;49m
97/120 Test #98: base-icinga_perfdata/simple ............................................. Passed 0.02 sec
test 99
Start 99: base-icinga_perfdata/quotes
99: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/quotes" "--catch_system_error=yes"
99: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
99: Test timeout computed to be: 1500
99: Running 1 test case...
99:
99: [1;32;49m*** No errors detected
99: [0;39;49m
98/120 Test #99: base-icinga_perfdata/quotes ............................................. Passed 0.02 sec
test 100
Start 100: base-icinga_perfdata/multiple
100: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/multiple" "--catch_system_error=yes"
100: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
100: Test timeout computed to be: 1500
100: Running 1 test case...
100:
100: [1;32;49m*** No errors detected
100: [0;39;49m
99/120 Test #100: base-icinga_perfdata/multiple ........................................... Passed 0.01 sec
test 101
Start 101: base-icinga_perfdata/normalize
101: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/normalize" "--catch_system_error=yes"
101: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
101: Test timeout computed to be: 1500
101: Running 1 test case...
101:
101: [1;32;49m*** No errors detected
101: [0;39;49m
100/120 Test #101: base-icinga_perfdata/normalize .......................................... Passed 0.02 sec
test 102
Start 102: base-icinga_perfdata/uom
102: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/uom" "--catch_system_error=yes"
102: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
102: Test timeout computed to be: 1500
102: Running 1 test case...
102:
102: [1;32;49m*** No errors detected
102: [0;39;49m
101/120 Test #102: base-icinga_perfdata/uom ................................................ Passed 0.02 sec
test 103
Start 103: base-icinga_perfdata/warncritminmax
103: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/warncritminmax" "--catch_system_error=yes"
103: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
103: Test timeout computed to be: 1500
103: Running 1 test case...
103:
103: [1;32;49m*** No errors detected
103: [0;39;49m
102/120 Test #103: base-icinga_perfdata/warncritminmax ..................................... Passed 0.01 sec
test 104
Start 104: base-icinga_perfdata/ignore_invalid_warn_crit_min_max
104: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/ignore_invalid_warn_crit_min_max" "--catch_system_error=yes"
104: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
104: Test timeout computed to be: 1500
104: Running 1 test case...
104:
104: [1;32;49m*** No errors detected
104: [0;39;49m
103/120 Test #104: base-icinga_perfdata/ignore_invalid_warn_crit_min_max ................... Passed 0.02 sec
test 105
Start 105: base-icinga_perfdata/invalid
105: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/invalid" "--catch_system_error=yes"
105: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
105: Test timeout computed to be: 1500
105: Running 1 test case...
105:
105: [1;32;49m*** No errors detected
105: [0;39;49m
104/120 Test #105: base-icinga_perfdata/invalid ............................................ Passed 0.02 sec
test 106
Start 106: base-icinga_perfdata/multi
106: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/multi" "--catch_system_error=yes"
106: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
106: Test timeout computed to be: 1500
106: Running 1 test case...
106:
106: [1;32;49m*** No errors detected
106: [0;39;49m
105/120 Test #106: base-icinga_perfdata/multi .............................................. Passed 0.01 sec
test 107
Start 107: base-icinga_perfdata/scientificnotation
107: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/scientificnotation" "--catch_system_error=yes"
107: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
107: Test timeout computed to be: 1500
107: Running 1 test case...
107:
107: [1;32;49m*** No errors detected
107: [0;39;49m
106/120 Test #107: base-icinga_perfdata/scientificnotation ................................. Passed 0.01 sec
test 108
Start 108: base-icinga_perfdata/parse_edgecases
108: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=icinga_perfdata/parse_edgecases" "--catch_system_error=yes"
108: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
108: Test timeout computed to be: 1500
108: Running 1 test case...
108:
108: [1;32;49m*** No errors detected
108: [0;39;49m
107/120 Test #108: base-icinga_perfdata/parse_edgecases .................................... Passed 0.01 sec
test 109
Start 109: base-remote_configpackageutility/ValidateName
109: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=remote_configpackageutility/ValidateName" "--catch_system_error=yes"
109: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
109: Test timeout computed to be: 1500
109: Running 1 test case...
109:
109: [1;32;49m*** No errors detected
109: [0;39;49m
108/120 Test #109: base-remote_configpackageutility/ValidateName ........................... Passed 0.02 sec
test 110
Start 110: base-remote_url/id_and_path
110: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=remote_url/id_and_path" "--catch_system_error=yes"
110: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
110: Test timeout computed to be: 1500
110: Running 1 test case...
110:
110: [1;32;49m*** No errors detected
110: [0;39;49m
109/120 Test #110: base-remote_url/id_and_path ............................................. Passed 0.02 sec
test 111
Start 111: base-remote_url/parameters
111: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=remote_url/parameters" "--catch_system_error=yes"
111: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
111: Test timeout computed to be: 1500
111: Running 1 test case...
111:
111: [1;32;49m*** No errors detected
111: [0;39;49m
110/120 Test #111: base-remote_url/parameters .............................................. Passed 0.01 sec
test 112
Start 112: base-remote_url/get_and_set
112: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=remote_url/get_and_set" "--catch_system_error=yes"
112: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
112: Test timeout computed to be: 1500
112: Running 1 test case...
112:
112: [1;32;49m*** No errors detected
112: [0;39;49m
111/120 Test #112: base-remote_url/get_and_set ............................................. Passed 0.01 sec
test 113
Start 113: base-remote_url/format
113: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=remote_url/format" "--catch_system_error=yes"
113: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
113: Test timeout computed to be: 1500
113: Running 1 test case...
113:
113: [1;32;49m*** No errors detected
113: [0;39;49m
112/120 Test #113: base-remote_url/format .................................................. Passed 0.01 sec
test 114
Start 114: base-remote_url/illegal_legal_strings
114: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-base "--run_test=remote_url/illegal_legal_strings" "--catch_system_error=yes"
114: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
114: Test timeout computed to be: 1500
114: Running 1 test case...
114:
114: [1;32;49m*** No errors detected
114: [0;39;49m
113/120 Test #114: base-remote_url/illegal_legal_strings ................................... Passed 0.01 sec
test 115
Start 115: livestatus-livestatus/hosts
115: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-livestatus "--run_test=livestatus/hosts" "--catch_system_error=yes"
115: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
115: Test timeout computed to be: 1500
115: Running 1 test case...
115:
115: [1;32;49m*** No errors detected
115: [0;39;49m
114/120 Test #115: livestatus-livestatus/hosts ............................................. Passed 0.02 sec
test 116
Start 116: livestatus-livestatus/services
116: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-livestatus "--run_test=livestatus/services" "--catch_system_error=yes"
116: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
116: Test timeout computed to be: 1500
116: Running 1 test case...
116:
116: [1;32;49m*** No errors detected
116: [0;39;49m
115/120 Test #116: livestatus-livestatus/services .......................................... Passed 0.02 sec
test 117
Start 117: icinga_checkable-icinga_checkable_flapping/host_not_flapping
117: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-icinga_checkable "--run_test=icinga_checkable_flapping/host_not_flapping" "--catch_system_error=yes"
117: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
117: Test timeout computed to be: 1500
117: Running 1 test case...
117:
117: [1;32;49m*** No errors detected
117: [0;39;49m
116/120 Test #117: icinga_checkable-icinga_checkable_flapping/host_not_flapping ............ Passed 0.02 sec
test 118
Start 118: icinga_checkable-icinga_checkable_flapping/host_flapping
118: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-icinga_checkable "--run_test=icinga_checkable_flapping/host_flapping" "--catch_system_error=yes"
118: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
118: Test timeout computed to be: 1500
118: Running 1 test case...
118:
118: [1;32;49m*** No errors detected
118: [0;39;49m
117/120 Test #118: icinga_checkable-icinga_checkable_flapping/host_flapping ................ Passed 0.02 sec
test 119
Start 119: icinga_checkable-icinga_checkable_flapping/host_flapping_recover
119: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-icinga_checkable "--run_test=icinga_checkable_flapping/host_flapping_recover" "--catch_system_error=yes"
119: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
119: Test timeout computed to be: 1500
119: Running 1 test case...
119:
119: [1;32;49m*** No errors detected
119: [0;39;49m
118/120 Test #119: icinga_checkable-icinga_checkable_flapping/host_flapping_recover ........ Passed 0.01 sec
test 120
Start 120: icinga_checkable-icinga_checkable_flapping/host_flapping_docs_example
120: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Bin/None/boosttest-test-icinga_checkable "--run_test=icinga_checkable_flapping/host_flapping_docs_example" "--catch_system_error=yes"
120: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test
120: Test timeout computed to be: 1500
120: Running 1 test case...
120:
120: [1;32;49m*** No errors detected
120: [0;39;49m
119/120 Test #120: icinga_checkable-icinga_checkable_flapping/host_flapping_docs_example ... Passed 0.01 sec
61: Running 1 test case...
61:
61: [1;32;49m*** No errors detected
61: [0;39;49m
120/120 Test #61: base-base_timer/scope ................................................... Passed 11.02 sec
99% tests passed, 1 tests failed out of 120
Total Test time (real) = 11.56 sec
The following tests FAILED:
95 - base-icinga_legacytimeperiod/dst (Failed)
Errors while running CTest
make[1]: *** [Makefile:94: test] Error 8
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j2 test ARGS\+=--verbose ARGS\+=-j2 returned exit code 2
make: *** [debian/rules:17: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit status 2
--------------------------------------------------------------------------------
(The above is just how the build ends and not necessarily the most relevant part)
Note: I'm using the "patch" tag because there is an obvious fix
(indicated in the subject).
About the archive rebuild: The build was made using virtual machines
from Hetzner, with enough memory, enough disk, and either one or two
CPUs, using a reduced chroot with only build-essential packages (plus
debhelper).
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
More information about the Pkg-nagios-devel
mailing list