#1097845 sayonara: ftbfs with GCC-15

#1097845#5
Date:
2025-02-17 17:52:19 UTC
From:
To:
[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/sayonara_1.10.0-stable1-4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
cd /build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components && /usr/bin/c++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components/sayonara_components_autogen/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/gstreamer-1.0 -I/usr/include/taglib -I/build/reproducible-path/sayonara-1.10.0-stable1/src -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2 -ffile-prefix-map=/build/reproducible-path/sayonara-1.10.0-stable1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC   -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC -std=gnu++17 -fPIC -MD -MT src/Components/CMakeFiles/sayonara_components.dir/Library/Importer/LibraryImporter.cpp.o -MF CMakeFiles/sayonara_components.dir/Library/Importer/LibraryImporter.cpp.o.d -o CMakeFiles/sayonara_components.dir/Library/Importer/LibraryImporter.cpp.o -c /build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/Importer/LibraryImporter.cpp
[ 40%] Building CXX object src/Components/CMakeFiles/sayonara_components.dir/Library/LocalLibrary.cpp.o
cd /build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components && /usr/bin/c++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components/sayonara_components_autogen/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/gstreamer-1.0 -I/usr/include/taglib -I/build/reproducible-path/sayonara-1.10.0-stable1/src -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2 -ffile-prefix-map=/build/reproducible-path/sayonara-1.10.0-stable1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC   -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC -std=gnu++17 -fPIC -MD -MT src/Components/CMakeFiles/sayonara_components.dir/Library/LocalLibrary.cpp.o -MF CMakeFiles/sayonara_components.dir/Library/LocalLibrary.cpp.o.d -o CMakeFiles/sayonara_components.dir/Library/LocalLibrary.cpp.o -c /build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/LocalLibrary.cpp
[ 41%] Building CXX object src/Components/CMakeFiles/sayonara_components.dir/Library/PlayActionEventHandler.cpp.o
cd /build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components && /usr/bin/c++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components/sayonara_components_autogen/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/gstreamer-1.0 -I/usr/include/taglib -I/build/reproducible-path/sayonara-1.10.0-stable1/src -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2 -ffile-prefix-map=/build/reproducible-path/sayonara-1.10.0-stable1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC   -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC -std=gnu++17 -fPIC -MD -MT src/Components/CMakeFiles/sayonara_components.dir/Library/PlayActionEventHandler.cpp.o -MF CMakeFiles/sayonara_components.dir/Library/PlayActionEventHandler.cpp.o.d -o CMakeFiles/sayonara_components.dir/Library/PlayActionEventHandler.cpp.o -c /build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp
[ 41%] Building CXX object src/Components/CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThread.cpp.o
cd /build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components && /usr/bin/c++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components/sayonara_components_autogen/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/gstreamer-1.0 -I/usr/include/taglib -I/build/reproducible-path/sayonara-1.10.0-stable1/src -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2 -ffile-prefix-map=/build/reproducible-path/sayonara-1.10.0-stable1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC   -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC -std=gnu++17 -fPIC -MD -MT src/Components/CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThread.cpp.o -MF CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThread.cpp.o.d -o CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThread.cpp.o -c /build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/Threads/ReloadThread.cpp
[ 41%] Building CXX object src/Components/CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThreadFileScanner.cpp.o
cd /build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components && /usr/bin/c++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components/sayonara_components_autogen/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/gstreamer-1.0 -I/usr/include/taglib -I/build/reproducible-path/sayonara-1.10.0-stable1/src -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2 -ffile-prefix-map=/build/reproducible-path/sayonara-1.10.0-stable1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC   -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC -std=gnu++17 -fPIC -MD -MT src/Components/CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThreadFileScanner.cpp.o -MF CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThreadFileScanner.cpp.o.d -o CMakeFiles/sayonara_components.dir/Library/Threads/ReloadThreadFileScanner.cpp.o -c /build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/Threads/ReloadThreadFileScanner.cpp
In file included from /build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp:20:
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:32:30: warning: elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
   32 |                         enum class TrackSet :
      |                         ~~~~ ^~~~~
      |                              -----
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:32:36: error: use of enum ‘TrackSet’ without previous declaration
   32 |                         enum class TrackSet :
      |                                    ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:33:33: error: ‘uint8_t’ was not declared in this scope
   33 |                                 uint8_t
      |                                 ^~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:24:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
   23 | #include <memory>
  +++ |+#include <cstdint>
   24 |
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:34:25: error: default member initializer for unnamed bit-field
   34 |                         {
      |                         ^
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:41:47: error: ‘TrackSet’ has not been declared
   41 |                         virtual void playNext(TrackSet trackSet) = 0;
      |                                               ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:42:45: error: ‘TrackSet’ has not been declared
   42 |                         virtual void append(TrackSet trackSet) = 0;
      |                                             ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:43:43: error: ‘TrackSet’ has not been declared
   43 |                         virtual void play(TrackSet trackSet) = 0;
      |                                           ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.h:44:51: error: ‘TrackSet’ has not been declared
   44 |                         virtual void playInNewTab(TrackSet trackSet) = 0;
      |                                                   ^~~~~~~~
[ 41%] Building CXX object src/Components/CMakeFiles/sayonara_components.dir/LibraryManagement/LibraryManager.cpp.o
cd /build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components && /usr/bin/c++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/src/Components -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src/Components/sayonara_components_autogen/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/gstreamer-1.0 -I/usr/include/taglib -I/build/reproducible-path/sayonara-1.10.0-stable1/src -I/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu/src -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtSql -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2 -ffile-prefix-map=/build/reproducible-path/sayonara-1.10.0-stable1=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2  -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC   -Woverloaded-virtual -Wall -Wunreachable-code -Wextra -Wpedantic -pthread -Wno-old-style-cast -fPIC -std=gnu++17 -fPIC -MD -MT src/Components/CMakeFiles/sayonara_components.dir/LibraryManagement/LibraryManager.cpp.o -MF CMakeFiles/sayonara_components.dir/LibraryManagement/LibraryManager.cpp.o.d -o CMakeFiles/sayonara_components.dir/LibraryManagement/LibraryManager.cpp.o -c /build/reproducible-path/sayonara-1.10.0-stable1/src/Components/LibraryManagement/LibraryManager.cpp
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp:37:45: error: ‘TrackSet’ does not name a type
   37 |                         void playNext(const TrackSet trackSet) override
      |                                             ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp:42:43: error: ‘TrackSet’ does not name a type
   42 |                         void append(const TrackSet trackSet) override
      |                                           ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp:47:41: error: ‘TrackSet’ does not name a type
   47 |                         void play(const TrackSet trackSet) override
      |                                         ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp:52:49: error: ‘TrackSet’ does not name a type
   52 |                         void playInNewTab(const TrackSet trackSet) override
      |                                                 ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp:58:77: error: ‘TrackSet’ does not name a type
   58 |                         [[nodiscard]] const MetaDataList& fetchTracks(const TrackSet trackSet) const
      |                                                                             ^~~~~~~~
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp: In member function ‘const MetaDataList& {anonymous}::PlayActionEventHandlerImpl::fetchTracks(int) const’:
/build/reproducible-path/sayonara-1.10.0-stable1/src/Components/Library/PlayActionEventHandler.cpp:60:53: error: ‘TrackSet’ has not been declared
   60 |                                 return (trackSet == TrackSet::All)
      |                                                     ^~~~~~~~
make[3]: *** [src/Components/CMakeFiles/sayonara_components.dir/build.make:1138: src/Components/CMakeFiles/sayonara_components.dir/Library/PlayActionEventHandler.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:674: src/Components/CMakeFiles/sayonara_components.dir/all] Error 2
make[2]: Leaving directory '/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/sayonara-1.10.0-stable1/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2