GammaRay icon indicating copy to clipboard operation
GammaRay copied to clipboard

"FAILED: bin/sleep" when building on Linux

Open mitchcurtis opened this issue 4 years ago • 1 comments

I'm trying to build GammaRay with Qt's dev branch on Ubuntu 20.04.2 but am running into a build failure:

[41/1008] : && /usr/bin/c++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-z,origin    -rdynamic tests/CMakeFiles/sleep.dir/sleep_autogen/mocs_compilation.cpp.o tests/CMakeFiles/sleep.dir/sleep.cpp.o -o bin/sleep  -Wl,-rpath,/home/mitch/dev/qt-dev-debug/qtbase/lib  /home/mitch/dev/qt-dev-debug/qtbase/lib/libQt6Core.so.6.2.0  -lasan  -pthread && :
FAILED: bin/sleep 
: && /usr/bin/c++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-z,origin    -rdynamic tests/CMakeFiles/sleep.dir/sleep_autogen/mocs_compilation.cpp.o tests/CMakeFiles/sleep.dir/sleep.cpp.o -o bin/sleep  -Wl,-rpath,/home/mitch/dev/qt-dev-debug/qtbase/lib  /home/mitch/dev/qt-dev-debug/qtbase/lib/libQt6Core.so.6.2.0  -lasan  -pthread && :
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libasan.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libasan.so: warning: the use of `tempnam' is dangerous, better use `mkstemp'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libasan.so: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
collect2: error: ld returned 1 exit status

Configure output:

mitch@mitch-ubuntu-20:~/dev/GammaRay/build-qt-dev-debug$ cmake -G Ninja -DCMAKE_PREFIX_PATH=/home/mitch/dev/qt-dev-debug/qtbase ..
-- The CXX compiler identification is GNU 9.3.0
-- The C compiler identification is GNU 9.3.0
-- 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
-- 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
-- Could NOT find libdw (missing: LIBDW_LIBRARY LIBDW_INCLUDE_DIR) 
-- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR) 
-- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBELF_LIBRARY LIBELF_INCLUDE_DIR) 
-- Found Backward: /home/mitch/dev/GammaRay/3rdparty/backward-cpp  
-- Found Git: /usr/bin/git (found version "2.25.1") 
-- Building GammaRay 2.11.50 (revision: 490f80a06) in Release mode
-- Performing Test C_SUPPORTS_UNUSED_BUT_SET
-- Performing Test C_SUPPORTS_UNUSED_BUT_SET - Success
-- Performing Test CXX_SUPPORTS_UNUSED_BUT_SET
-- Performing Test CXX_SUPPORTS_UNUSED_BUT_SET - Success
-- Performing Test C_SUPPORTS_LOGICAL_OP
-- Performing Test C_SUPPORTS_LOGICAL_OP - Success
-- Performing Test CXX_SUPPORTS_LOGICAL_OP
-- Performing Test CXX_SUPPORTS_LOGICAL_OP - Success
-- Performing Test C_SUPPORTS_POINTER_MEMACCESS
-- Performing Test C_SUPPORTS_POINTER_MEMACCESS - Success
-- Performing Test CXX_SUPPORTS_POINTER_MEMACCESS
-- Performing Test CXX_SUPPORTS_POINTER_MEMACCESS - Success
-- Performing Test C_SUPPORTS_REORDER
-- Performing Test C_SUPPORTS_REORDER - Failed
-- Performing Test CXX_SUPPORTS_REORDER
-- Performing Test CXX_SUPPORTS_REORDER - Success
-- Performing Test C_SUPPORTS_FORMAT_SECURITY
-- Performing Test C_SUPPORTS_FORMAT_SECURITY - Success
-- Performing Test CXX_SUPPORTS_FORMAT_SECURITY
-- Performing Test CXX_SUPPORTS_FORMAT_SECURITY - Success
-- Performing Test HAVE_GXX_GNUXX11
-- Performing Test HAVE_GXX_GNUXX11 - Success
-- Performing Test HAVE_GXX_CXX11
-- Performing Test HAVE_GXX_CXX11 - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so   
-- Found WrapOpenGL: TRUE  
-- Found Vulkan: /usr/lib/x86_64-linux-gnu/libvulkan.so  
-- Found XKB: /usr/lib/x86_64-linux-gnu/libxkbcommon.so (found suitable version "0.10.0", minimum required is "0.5.0") 
-- Performing Test HAVE_STDATOMIC
-- Performing Test HAVE_STDATOMIC - Success
-- Found WrapAtomic: TRUE  
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.1f")  
-- Found WrapOpenSSLHeaders: TRUE  
-- Could NOT find Qt63DAnimation (missing: Qt63DAnimation_DIR)
-- Could NOT find Qt63DExtras (missing: Qt63DExtras_DIR)
-- Could NOT find Qt63DInput (missing: Qt63DInput_DIR)
-- Could NOT find Qt63DLogic (missing: Qt63DLogic_DIR)
-- Could NOT find Qt63DRender (missing: Qt63DRender_DIR)
-- Could NOT find Qt63DQuick (missing: Qt63DQuick_DIR)
-- Could NOT find Qt6AndroidExtras (missing: Qt6AndroidExtras_DIR)
-- Could NOT find Qt6Bluetooth (missing: Qt6Bluetooth_DIR)
-- Could NOT find Qt6Location (missing: Qt6Location_DIR)
-- Could NOT find Qt6Positioning (missing: Qt6Positioning_DIR)
-- Could NOT find Qt6Svg (missing: Qt6Svg_DIR)
-- Could NOT find Qt6Script (missing: Qt6Script_DIR)
-- Could NOT find Qt6ScriptTools (missing: Qt6ScriptTools_DIR)
-- Could NOT find Qt6WebEngineWidgets (missing: Qt6WebEngineWidgets_DIR)
-- Could NOT find Qt6WaylandCompositor (missing: Qt6WaylandCompositor_DIR)
-- Performing Test C_SUPPORTS_ZERO_AS_NULL_POINTER_CONSTANT
-- Performing Test C_SUPPORTS_ZERO_AS_NULL_POINTER_CONSTANT - Failed
-- Performing Test CXX_SUPPORTS_ZERO_AS_NULL_POINTER_CONSTANT
-- Performing Test CXX_SUPPORTS_ZERO_AS_NULL_POINTER_CONSTANT - Success
-- Not building GammaRay Widget 3D
-- Looking for QT_NO_OPENGL
-- Looking for QT_NO_OPENGL - not found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Looking for abi::__cxa_demangle
-- Looking for abi::__cxa_demangle - found
-- Building probe for ABI: qt6_2-x86_64 (Release)
-- 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
-- Performing Test HAVE_NO_CXX_ZERO_AS_NULL_POINTER_CON
-- Performing Test HAVE_NO_CXX_ZERO_AS_NULL_POINTER_CON - Success
-- Performing Test HAVE_NO_CXX_UNNEEDED_INTERNAL_DEC
-- Performing Test HAVE_NO_CXX_UNNEEDED_INTERNAL_DEC - Success
-- Performing Test HAVE_NO_CXX_NULL_CONVERSION
-- Performing Test HAVE_NO_CXX_NULL_CONVERSION - Success
-- WARNING: Skipping the translatortest since the translations are not installed.
CMake Warning at plugins/objectvisualizer/CMakeLists.txt:19 (find_package):
  By not providing "FindVTK.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "VTK", but
  CMake did not find one.

  Could not find a package configuration file provided by "VTK" with any of
  the following names:

    VTKConfig.cmake
    vtk-config.cmake

  Add the installation prefix of "VTK" to CMAKE_PREFIX_PATH or set "VTK_DIR"
  to a directory containing one of the above files.  If "VTK" provides a
  separate development package or SDK, be sure it has been installed.


-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
CMake Warning (dev) at /home/mitch/dev/CMake/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
  The package name passed to `find_package_handle_standard_args`
  (Wayland_Server) does not match the name of the calling package (Wayland).
  This can lead to problems in calling code that expects `find_package`
  result variables (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/ECMFindModuleHelpers.cmake:248 (find_package_handle_standard_args)
  cmake/FindWayland.cmake:101 (ecm_find_package_handle_library_components)
  plugins/wlcompositorinspector/CMakeLists.txt:3 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found Wayland_Server: /usr/lib/x86_64-linux-gnu/libwayland-server.so (found version "1.18.0") 
-- Found Wayland: /usr/lib/x86_64-linux-gnu/libwayland-server.so (found suitable version "1.18.0", minimum required is "1.12") found components: Server 
CMake Warning (dev) at plugins/qmlsupport/CMakeLists.txt:24 (target_sources):
  Policy CMP0076 is not set: target_sources() command converts relative paths
  to absolute.  Run "cmake --help-policy CMP0076" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  An interface source of target "gammaray_qmlsupport" has a relative path.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Unable to build user manual in qch format.
-- qdoc exectuable: /home/mitch/dev/qt-dev-debug/qtbase/bin/qdoc
-- qhelpgenerator exectuable: /home/mitch/dev/qt-dev-debug/qtbase/bin/qhelpgenerator
-- qtattributionsscanner executable: /home/mitch/dev/qt-dev-debug/qtbase/bin/qtattributionsscanner
-- qdoc template (qt-html-templates-offline.qdocconf): /home/mitch/dev/qt-dev-debug/qtbase/doc/global/qt-html-templates-offline.qdocconf
-- qdoc qtcore index (qtcore.index): QDOC_QTCORE_INDEX-NOTFOUND
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot
-- Unable to provide inheritance diagrams for the API documentation. To fix, install the graphviz project from https://www.graphviz.org
-- The following features have been enabled:

 * Option GAMMARAY_BUILD_UI, Build the GammaRay client and in-process UI.
 * Option GAMMARAY_MULTI_BUILD, Build multiple applicable probe configurations.
 * Option GAMMARAY_BUILD_CLI_INJECTOR, Build command line injector on Windows.
 * Option GAMMARAY_BUILD_DOCS, Build GammaRay documentation.
 * Widget .ui file export, Requires QtDesigner library.
 * ELF ABI detection, Automatic probe ABI detection on ELF-based systems. Requires elf.h.

-- The following OPTIONAL packages have been found:

 * Git
   Determine exact build version.
 * OpenGL
 * XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org>
 * Qt6GuiTools (required version >= 6.2.0)
 * Qt6CoreTools (required version >= 6.2.0)
 * Qt6Gui
 * OpenSSL
 * WrapOpenSSLHeaders
 * Qt6Network
 * Qt6Designer
 * Vulkan
 * Qt6OpenGL
 * Qt6QmlTools (required version >= 6.2.0)
 * Qt6Qml
 * Qt6Quick
 * Qt6QuickWidgets
 * Qt6Test
 * Qt6Help
 * Qt6LinguistTools
 * Qt6WidgetsTools (required version >= 6.2.0)
 * Qt6Widgets
 * QmlLint, <https://qt.io>
   Validate QML code.
 * PkgConfig
 * Wayland (required version >= 1.12), C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients, <https://wayland.freedesktop.org>
   Needed for the QtWayland compositor inspector plug-in.
 * Doxygen, API Documentation system, <https://www.doxygen.org>
   Needed to build the API documentation.

-- The following RECOMMENDED packages have been found:

 * Qt6Concurrent
   Required for the GammaRay launcher process list.
 * pod2man, Man page generator
   Generate GammaRay man pages.

-- The following REQUIRED packages have been found:

 * Qt (required version >= 5.5)
 * Qt6, <https://qt.io/>

-- The following features have been disabled:

 * Option GAMMARAY_PROBE_ONLY_BUILD, Build only an additional probe configuration for an already existing launcher.
 * Option GAMMARAY_CLIENT_ONLY_BUILD, Build the client part only.
 * Option GAMMARAY_ENABLE_GPL_ONLY_FEATURES, Enable features only available under GPL license.
 * Option GAMMARAY_INSTALL_QT_LAYOUT, Install into Qt directory layout.
 * Option GAMMARAY_STATIC_PROBE, Build the probe as static library for compile-time injection.
 * Option GAMMARAY_ENFORCE_QT_ASSERTS, Force QT_ASSERT in all builds.
 * Option GAMMARAY_DISABLE_FEEDBACK, Disable user feedback support.
 * Option GAMMARAY_CORE_ONLY_LAUNCHER, Only use QtCore in the CLI launcher (breaks style injector, but is needed for Boot2Qt compatibility)
 * QtScript debugger, Requires QtScript and QtScriptTools.
 * 3D Widget Inspector, Requires Qt5 >= 5.7, Qt3D and QtQuick Controls
 * User Manual creation in qch format, Requires qdoc, qhelpgenerator, qtattributionsscanner, the qdoc templates and index files

-- The following OPTIONAL packages have not been found:

 * Qt63DAnimation
 * Qt63DExtras
 * Qt63DInput
 * Qt63DLogic
 * Qt63DRender
 * Qt63DQuick
 * Qt6AndroidExtras
 * Qt6Bluetooth
 * Qt6Location
 * Qt6Positioning
 * Qt6Svg
   Required for widget SVG export.
 * Qt6Script
 * Qt6ScriptTools
 * Qt6WebEngineWidgets
 * Qt6WaylandCompositor
 * Qt6IviCore (required version >= 1.1)
 * Qt6IviVehicleFunctions (required version >= 1.1)
 * Qt6IviMedia (required version >= 1.1)
 * Qt6Scxml (required version >= 5.8)
 * Glslang, <https://github.com/KhronosGroup/glslang>
   Validate GL shader code.
 * KF6CoreAddons, KDE KCoreAddons Framework, <https://www.kde.org/>
   Required for the KJob tracker plug-in.
 * VTK, Visualization Toolkit, <https://www.vtk.org>
   Needed for the object visualizer plugin (required Qt5). Just for toying around, highly experimental plugin.

-- The following RECOMMENDED packages have not been found:

 * KF6SyntaxHighlighting (required version >= 5.28), <https://www.kde.org/>
   Syntax highlighting for code editor.

-- Configuring done
ni-- Generating done
n-- Build files have been written to: /home/mitch/dev/GammaRay/build-qt-dev-debug

Build output:

mitch@mitch-ubuntu-20:~/dev/GammaRay/build-qt-dev-debug$ ninja -v
[1/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E copy /home/mitch/dev/GammaRay/tests/manual/translation.qm /home/mitch/dev/GammaRay/build-qt-dev-debug/bin/translation.qm
[2/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/sleep_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/sleep_autogen/timestamp
[3/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/modeltestobj_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/modeltestobj_autogen/timestamp
[4/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/CMakeFiles/quickwidgettest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/quickwidgettest_autogen/timestamp
[5/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/test_helpers_obj_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/test_helpers_obj_autogen/timestamp
[6/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/targets && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/targets/CMakeFiles/minimalwidgetapplication_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/targets/minimalwidgetapplication_autogen/timestamp
[7/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/sleep_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/sleep.dir/sleep_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/sleep.dir/sleep_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/sleep.dir/sleep_autogen/mocs_compilation.cpp.o -c tests/sleep_autogen/mocs_compilation.cpp
[8/1008] /usr/bin/c++ -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/modeltestobj_autogen/include -I../ -I../3rdparty -I. -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -std=gnu++17 -MD -MT tests/CMakeFiles/modeltestobj.dir/modeltestobj_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/modeltestobj.dir/modeltestobj_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/modeltestobj.dir/modeltestobj_autogen/mocs_compilation.cpp.o -c tests/modeltestobj_autogen/mocs_compilation.cpp
[9/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/test_helpers_obj_autogen/include -I../ -I../3rdparty -I. -I/home/mitch/dev/qt-dev-debug/qtbase/include -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -I/home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=gnu++17 -MD -MT tests/CMakeFiles/test_helpers_obj.dir/test_helpers_obj_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/test_helpers_obj.dir/test_helpers_obj_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/test_helpers_obj.dir/test_helpers_obj_autogen/mocs_compilation.cpp.o -c tests/test_helpers_obj_autogen/mocs_compilation.cpp
[10/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autorcc /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/CMakeFiles/quickwidgettest_autogen.dir/AutoRcc_quickwidgettest_EWIEGA46WW_Info.json Release
[11/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Itests/targets -I../tests/targets -Itests/targets/minimalwidgetapplication_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/targets/CMakeFiles/minimalwidgetapplication.dir/minimalwidgetapplication_autogen/mocs_compilation.cpp.o -MF tests/targets/CMakeFiles/minimalwidgetapplication.dir/minimalwidgetapplication_autogen/mocs_compilation.cpp.o.d -o tests/targets/CMakeFiles/minimalwidgetapplication.dir/minimalwidgetapplication_autogen/mocs_compilation.cpp.o -c tests/targets/minimalwidgetapplication_autogen/mocs_compilation.cpp
[12/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/targets && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/targets/CMakeFiles/minimalcoreapplication_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/targets/minimalcoreapplication_autogen/timestamp
[13/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Itests/manual -I../tests/manual -Itests/manual/quickwidgettest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQuickWidgets -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQml -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtNetwork -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQuick -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQmlModels -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtOpenGL -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest_autogen/mocs_compilation.cpp.o -MF tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest_autogen/mocs_compilation.cpp.o.d -o tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest_autogen/mocs_compilation.cpp.o -c tests/manual/quickwidgettest_autogen/mocs_compilation.cpp
[14/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Itests/manual -I../tests/manual -Itests/manual/quickwidgettest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQuickWidgets -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQml -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtNetwork -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQuick -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQmlModels -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtOpenGL -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest_autogen/EWIEGA46WW/qrc_quickwidgettest.cpp.o -MF tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest_autogen/EWIEGA46WW/qrc_quickwidgettest.cpp.o.d -o tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest_autogen/EWIEGA46WW/qrc_quickwidgettest.cpp.o -c tests/manual/quickwidgettest_autogen/EWIEGA46WW/qrc_quickwidgettest.cpp
[15/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests/targets -I../tests/targets -Itests/targets/minimalcoreapplication_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/targets/CMakeFiles/minimalcoreapplication.dir/minimalcoreapplication_autogen/mocs_compilation.cpp.o -MF tests/targets/CMakeFiles/minimalcoreapplication.dir/minimalcoreapplication_autogen/mocs_compilation.cpp.o.d -o tests/targets/CMakeFiles/minimalcoreapplication.dir/minimalcoreapplication_autogen/mocs_compilation.cpp.o -c tests/targets/minimalcoreapplication_autogen/mocs_compilation.cpp
[16/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/launcher/core/injector && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/launcher/core/injector/CMakeFiles/gammaray_injector_style_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/launcher/core/injector/gammaray_injector_style_autogen/timestamp
[17/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/attachhelper_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/attachhelper_autogen/timestamp
[18/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/CMakeFiles/translator_test_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/translator_test_autogen/timestamp
[19/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/signalspycallbacktest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/signalspycallbacktest_autogen/timestamp
[20/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/base_quick_test_obj_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/base_quick_test_obj_autogen/timestamp
[21/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/CMakeFiles/signalmonitortest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/signalmonitortest_autogen/timestamp
[22/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/timertoptest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/timertoptest_autogen/timestamp
[23/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/probe && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/probe/CMakeFiles/gammaray_probe_obj_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/probe/gammaray_probe_obj_autogen/timestamp
[24/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/connectiontest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/connectiontest_autogen/timestamp
[25/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/widgettest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/widgettest_autogen/timestamp
[26/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/quicktexturetest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/quicktexturetest_autogen/timestamp
[27/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/3rdparty/kde && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/3rdparty/kde/CMakeFiles/gammaray_kitemmodels_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/3rdparty/kde/gammaray_kitemmodels_autogen/timestamp
[28/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/CMakeFiles/objectreparenttest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/objectreparenttest_autogen/timestamp
[29/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests/targets -I../tests/targets -Itests/targets/minimalcoreapplication_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/targets/CMakeFiles/minimalcoreapplication.dir/minimalcoreapplication.cpp.o -MF tests/targets/CMakeFiles/minimalcoreapplication.dir/minimalcoreapplication.cpp.o.d -o tests/targets/CMakeFiles/minimalcoreapplication.dir/minimalcoreapplication.cpp.o -c ../tests/targets/minimalcoreapplication.cpp
[30/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/integrationtest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/integrationtest_autogen/timestamp
[31/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/problemreportertest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/problemreportertest_autogen/timestamp
[32/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Itests/targets -I../tests/targets -Itests/targets/minimalwidgetapplication_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/targets/CMakeFiles/minimalwidgetapplication.dir/minimalwidgetapplication.cpp.o -MF tests/targets/CMakeFiles/minimalwidgetapplication.dir/minimalwidgetapplication.cpp.o.d -o tests/targets/CMakeFiles/minimalwidgetapplication.dir/minimalwidgetapplication.cpp.o -c ../tests/targets/minimalwidgetapplication.cpp
[33/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/shared && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/shared/CMakeFiles/gammaray_shared_test_data_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/shared/gammaray_shared_test_data_autogen/timestamp
[34/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/CMakeFiles/connectionstest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/connectionstest_autogen/timestamp
[35/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/fontdatabasemodeltest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/fontdatabasemodeltest_autogen/timestamp
[36/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/quickinspectorbench_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/quickinspectorbench_autogen/timestamp
[37/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/sleep_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/sleep.dir/sleep.cpp.o -MF tests/CMakeFiles/sleep.dir/sleep.cpp.o.d -o tests/CMakeFiles/sleep.dir/sleep.cpp.o -c ../tests/sleep.cpp
[38/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/CMakeFiles/messagemodeltest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/manual/messagemodeltest_autogen/timestamp
[39/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/base_probe_test_obj_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/base_probe_test_obj_autogen/timestamp
[40/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Iprobe -I../probe -Iprobe/gammaray_probe_obj_autogen/include -I../ -I../3rdparty -I. -Icore -Icommon -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/corelib -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0/QtCore -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT probe/CMakeFiles/gammaray_probe_obj.dir/entry_unix.cpp.o -MF probe/CMakeFiles/gammaray_probe_obj.dir/entry_unix.cpp.o.d -o probe/CMakeFiles/gammaray_probe_obj.dir/entry_unix.cpp.o -c ../probe/entry_unix.cpp
[41/1008] : && /usr/bin/c++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-z,origin    -rdynamic tests/CMakeFiles/sleep.dir/sleep_autogen/mocs_compilation.cpp.o tests/CMakeFiles/sleep.dir/sleep.cpp.o -o bin/sleep  -Wl,-rpath,/home/mitch/dev/qt-dev-debug/qtbase/lib  /home/mitch/dev/qt-dev-debug/qtbase/lib/libQt6Core.so.6.2.0  -lasan  -pthread && :
FAILED: bin/sleep 
: && /usr/bin/c++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-z,origin    -rdynamic tests/CMakeFiles/sleep.dir/sleep_autogen/mocs_compilation.cpp.o tests/CMakeFiles/sleep.dir/sleep.cpp.o -o bin/sleep  -Wl,-rpath,/home/mitch/dev/qt-dev-debug/qtbase/lib  /home/mitch/dev/qt-dev-debug/qtbase/lib/libQt6Core.so.6.2.0  -lasan  -pthread && :
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libasan.so: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libasan.so: warning: the use of `tempnam' is dangerous, better use `mkstemp'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/libasan.so: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
collect2: error: ld returned 1 exit status
[42/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/multithreadingtest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/multithreadingtest_autogen/timestamp
[43/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/3rdparty/kuserfeedback && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/3rdparty/kuserfeedback/CMakeFiles/gammaray_kuserfeedback_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/3rdparty/kuserfeedback/gammaray_kuserfeedback_autogen/timestamp
[44/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/attachhelper_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/attachhelper.dir/attachhelper_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/attachhelper.dir/attachhelper_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/attachhelper.dir/attachhelper_autogen/mocs_compilation.cpp.o -c tests/attachhelper_autogen/mocs_compilation.cpp
[45/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/multisignalmappertest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/multisignalmappertest_autogen/timestamp
[46/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests/manual -I../tests/manual -Itests/manual/signalmonitortest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/manual/CMakeFiles/signalmonitortest.dir/signalmonitortest_autogen/mocs_compilation.cpp.o -MF tests/manual/CMakeFiles/signalmonitortest.dir/signalmonitortest_autogen/mocs_compilation.cpp.o.d -o tests/manual/CMakeFiles/signalmonitortest.dir/signalmonitortest_autogen/mocs_compilation.cpp.o -c tests/manual/signalmonitortest_autogen/mocs_compilation.cpp
[47/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/test_helpers_obj_autogen/include -I../ -I../3rdparty -I. -I/home/mitch/dev/qt-dev-debug/qtbase/include -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -I/home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=gnu++17 -MD -MT tests/CMakeFiles/test_helpers_obj.dir/testhelpers.cpp.o -MF tests/CMakeFiles/test_helpers_obj.dir/testhelpers.cpp.o.d -o tests/CMakeFiles/test_helpers_obj.dir/testhelpers.cpp.o -c ../tests/testhelpers.cpp
[48/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/actiontest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/actiontest_autogen/timestamp
[49/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/quickinspectorpickingtest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/quickinspectorpickingtest_autogen/timestamp
[50/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Dgammaray_injector_style_EXPORTS -Ilauncher/core/injector -I../launcher/core/injector -Ilauncher/core/injector/gammaray_injector_style_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/gui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui/6.2.0/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/corelib -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0/QtCore -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT launcher/core/injector/CMakeFiles/gammaray_injector_style.dir/gammaray_injector_style_autogen/mocs_compilation.cpp.o -MF launcher/core/injector/CMakeFiles/gammaray_injector_style.dir/gammaray_injector_style_autogen/mocs_compilation.cpp.o.d -o launcher/core/injector/CMakeFiles/gammaray_injector_style.dir/gammaray_injector_style_autogen/mocs_compilation.cpp.o -c launcher/core/injector/gammaray_injector_style_autogen/mocs_compilation.cpp
[51/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Itests/manual -I../tests/manual -Itests/manual/quickwidgettest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQuickWidgets -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQml -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtNetwork -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQuick -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtQmlModels -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtOpenGL -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest.cpp.o -MF tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest.cpp.o.d -o tests/manual/CMakeFiles/quickwidgettest.dir/quickwidgettest.cpp.o -c ../tests/manual/quickwidgettest.cpp
[52/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests/manual -I../tests/manual -Itests/manual/signalmonitortest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/manual/CMakeFiles/signalmonitortest.dir/signalmonitortest.cpp.o -MF tests/manual/CMakeFiles/signalmonitortest.dir/signalmonitortest.cpp.o.d -o tests/manual/CMakeFiles/signalmonitortest.dir/signalmonitortest.cpp.o -c ../tests/manual/signalmonitortest.cpp
[53/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Iprobe -I../probe -Iprobe/gammaray_probe_obj_autogen/include -I../ -I../3rdparty -I. -Icore -Icommon -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/corelib -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0/QtCore -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT probe/CMakeFiles/gammaray_probe_obj.dir/hooks.cpp.o -MF probe/CMakeFiles/gammaray_probe_obj.dir/hooks.cpp.o.d -o probe/CMakeFiles/gammaray_probe_obj.dir/hooks.cpp.o -c ../probe/hooks.cpp
[54/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/methodmodeltest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/methodmodeltest_autogen/timestamp
[55/1008] /usr/bin/c++ -DMAKE_KITEMMODELS_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -I3rdparty/kde -I../3rdparty/kde -I3rdparty/kde/gammaray_kitemmodels_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/gammaray_kitemmodels_autogen/mocs_compilation.cpp.o -MF 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/gammaray_kitemmodels_autogen/mocs_compilation.cpp.o.d -o 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/gammaray_kitemmodels_autogen/mocs_compilation.cpp.o -c 3rdparty/kde/gammaray_kitemmodels_autogen/mocs_compilation.cpp
[56/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/attachhelper_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/attachhelper.dir/attachhelper.cpp.o -MF tests/CMakeFiles/attachhelper.dir/attachhelper.cpp.o.d -o tests/CMakeFiles/attachhelper.dir/attachhelper.cpp.o -c ../tests/attachhelper.cpp
[57/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Iprobe -I../probe -Iprobe/gammaray_probe_obj_autogen/include -I../ -I../3rdparty -I. -Icore -Icommon -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/corelib -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0/QtCore -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT probe/CMakeFiles/gammaray_probe_obj.dir/gammaray_probe_obj_autogen/mocs_compilation.cpp.o -MF probe/CMakeFiles/gammaray_probe_obj.dir/gammaray_probe_obj_autogen/mocs_compilation.cpp.o.d -o probe/CMakeFiles/gammaray_probe_obj.dir/gammaray_probe_obj_autogen/mocs_compilation.cpp.o -c probe/gammaray_probe_obj_autogen/mocs_compilation.cpp
[58/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Iprobe -I../probe -Iprobe/gammaray_probe_obj_autogen/include -I../ -I../3rdparty -I. -Icore -Icommon -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/corelib -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0/QtCore -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT probe/CMakeFiles/gammaray_probe_obj.dir/probecreator.cpp.o -MF probe/CMakeFiles/gammaray_probe_obj.dir/probecreator.cpp.o.d -o probe/CMakeFiles/gammaray_probe_obj.dir/probecreator.cpp.o -c ../probe/probecreator.cpp
[59/1008] /usr/bin/c++ -DMAKE_KITEMMODELS_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -I3rdparty/kde -I../3rdparty/kde -I3rdparty/kde/gammaray_kitemmodels_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/kitemmodels_debug.cpp.o -MF 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/kitemmodels_debug.cpp.o.d -o 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/kitemmodels_debug.cpp.o -c ../3rdparty/kde/kitemmodels_debug.cpp
[60/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/bindinginspectortest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/bindinginspectortest_autogen/timestamp
[61/1008] cd /home/mitch/dev/GammaRay/build-qt-dev-debug/tests && /home/mitch/dev/cmake-build/bin/cmake -E cmake_autogen /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/CMakeFiles/quickmaterialtest_autogen.dir/AutogenInfo.json Release && /home/mitch/dev/cmake-build/bin/cmake -E touch /home/mitch/dev/GammaRay/build-qt-dev-debug/tests/quickmaterialtest_autogen/timestamp
[62/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Itests -I../tests -Itests/connectiontest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/connectiontest.dir/connectiontest_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/connectiontest.dir/connectiontest_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/connectiontest.dir/connectiontest_autogen/mocs_compilation.cpp.o -c tests/connectiontest_autogen/mocs_compilation.cpp
[63/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/fontdatabasemodeltest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/fontdatabasemodeltest.dir/fontdatabasemodeltest_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/fontdatabasemodeltest.dir/fontdatabasemodeltest_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/fontdatabasemodeltest.dir/fontdatabasemodeltest_autogen/mocs_compilation.cpp.o -c tests/fontdatabasemodeltest_autogen/mocs_compilation.cpp
[64/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Dgammaray_injector_style_EXPORTS -Ilauncher/core/injector -I../launcher/core/injector -Ilauncher/core/injector/gammaray_injector_style_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/gui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui/6.2.0/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/src/corelib -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0 -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore/6.2.0/QtCore -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT launcher/core/injector/CMakeFiles/gammaray_injector_style.dir/injectorstyleplugin.cpp.o -MF launcher/core/injector/CMakeFiles/gammaray_injector_style.dir/injectorstyleplugin.cpp.o.d -o launcher/core/injector/CMakeFiles/gammaray_injector_style.dir/injectorstyleplugin.cpp.o -c ../launcher/core/injector/injectorstyleplugin.cpp
[65/1008] /usr/bin/c++ -DMAKE_KITEMMODELS_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -I3rdparty/kde -I../3rdparty/kde -I3rdparty/kde/gammaray_kitemmodels_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/klinkitemselectionmodel.cpp.o -MF 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/klinkitemselectionmodel.cpp.o.d -o 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/klinkitemselectionmodel.cpp.o -c ../3rdparty/kde/klinkitemselectionmodel.cpp
[66/1008] /usr/bin/c++ -DMAKE_KITEMMODELS_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -I3rdparty/kde -I../3rdparty/kde -I3rdparty/kde/gammaray_kitemmodels_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/kmodelindexproxymapper.cpp.o -MF 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/kmodelindexproxymapper.cpp.o.d -o 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/kmodelindexproxymapper.cpp.o -c ../3rdparty/kde/kmodelindexproxymapper.cpp
[67/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests/shared -I../tests/shared -Itests/shared/gammaray_shared_test_data_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/shared/CMakeFiles/gammaray_shared_test_data.dir/gammaray_shared_test_data_autogen/mocs_compilation.cpp.o -MF tests/shared/CMakeFiles/gammaray_shared_test_data.dir/gammaray_shared_test_data_autogen/mocs_compilation.cpp.o.d -o tests/shared/CMakeFiles/gammaray_shared_test_data.dir/gammaray_shared_test_data_autogen/mocs_compilation.cpp.o -c tests/shared/gammaray_shared_test_data_autogen/mocs_compilation.cpp
[68/1008] /usr/bin/c++ -DMAKE_KITEMMODELS_LIB -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -I3rdparty/kde -I../3rdparty/kde -I3rdparty/kde/gammaray_kitemmodels_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/krecursivefilterproxymodel.cpp.o -MF 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/krecursivefilterproxymodel.cpp.o.d -o 3rdparty/kde/CMakeFiles/gammaray_kitemmodels.dir/krecursivefilterproxymodel.cpp.o -c ../3rdparty/kde/krecursivefilterproxymodel.cpp
[69/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/fontdatabasemodeltest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/fontdatabasemodeltest.dir/__/plugins/fontbrowser/fontdatabasemodel.cpp.o -MF tests/CMakeFiles/fontdatabasemodeltest.dir/__/plugins/fontbrowser/fontdatabasemodel.cpp.o.d -o tests/CMakeFiles/fontdatabasemodeltest.dir/__/plugins/fontbrowser/fontdatabasemodel.cpp.o -c ../plugins/fontbrowser/fontdatabasemodel.cpp
[70/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/fontdatabasemodeltest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/fontdatabasemodeltest.dir/fontdatabasemodeltest.cpp.o -MF tests/CMakeFiles/fontdatabasemodeltest.dir/fontdatabasemodeltest.cpp.o.d -o tests/CMakeFiles/fontdatabasemodeltest.dir/fontdatabasemodeltest.cpp.o -c ../tests/fontdatabasemodeltest.cpp
[71/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/base_probe_test_obj_autogen/include -I../ -I../3rdparty -I. -Icore -Icommon -I/home/mitch/dev/qt-dev-debug/qtbase/include -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -I/home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=gnu++17 -MD -MT tests/CMakeFiles/base_probe_test_obj.dir/base_probe_test_obj_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/base_probe_test_obj.dir/base_probe_test_obj_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/base_probe_test_obj.dir/base_probe_test_obj_autogen/mocs_compilation.cpp.o -c tests/base_probe_test_obj_autogen/mocs_compilation.cpp
[72/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests/shared -I../tests/shared -Itests/shared/gammaray_shared_test_data_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/shared/CMakeFiles/gammaray_shared_test_data.dir/variantpropertyobject.cpp.o -MF tests/shared/CMakeFiles/gammaray_shared_test_data.dir/variantpropertyobject.cpp.o.d -o tests/shared/CMakeFiles/gammaray_shared_test_data.dir/variantpropertyobject.cpp.o -c ../tests/shared/variantpropertyobject.cpp
[73/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DQT_WIDGETS_LIB -Itests -I../tests -Itests/connectiontest_autogen/include -I../ -I../3rdparty -I. -isystem /home/mitch/dev/qt-dev-debug/qtbase/include -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -isystem /home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtWidgets -isystem /home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -pthread -std=gnu++17 -MD -MT tests/CMakeFiles/connectiontest.dir/test_connections.cpp.o -MF tests/CMakeFiles/connectiontest.dir/test_connections.cpp.o.d -o tests/CMakeFiles/connectiontest.dir/test_connections.cpp.o -c ../tests/test_connections.cpp
[74/1008] /usr/bin/c++ -DQT_CORE_LIB -DQT_DISABLE_DEPRECATED_BEFORE=0x050500 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_URL_CAST_FROM_STRING -DQT_OPENGL_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_STRICT_ITERATORS -DQT_TESTLIB_LIB -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -Itests -I../tests -Itests/base_quick_test_obj_autogen/include -I../ -I../3rdparty -I. -Icore -Icommon -I/home/mitch/dev/qt-dev-debug/qtbase/include -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtCore -I/home/mitch/dev/qt-dev/qtbase/mkspecs/linux-g++ -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtTest -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtQuick -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtGui -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtQml -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtNetwork -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtQmlModels -I/home/mitch/dev/qt-dev-debug/qtbase/include/QtOpenGL -Wunused-but-set-variable -Wlogical-op -Wsizeof-pointer-memaccess -Wreorder -Wformat-security -Wall -Wextra -pedantic -Woverloaded-virtual -Winit-self -Wmissing-include-dirs -Wunused -Wundef -Wpointer-arith -Wmissing-noreturn -Werror=return-type -Wswitch -std=gnu++0x -fno-operator-names -Wzero-as-null-pointer-constant -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -std=gnu++17 -MD -MT tests/CMakeFiles/base_quick_test_obj.dir/base_quick_test_obj_autogen/mocs_compilation.cpp.o -MF tests/CMakeFiles/base_quick_test_obj.dir/base_quick_test_obj_autogen/mocs_compilation.cpp.o.d -o tests/CMakeFiles/base_quick_test_obj.dir/base_quick_test_obj_autogen/mocs_compilation.cpp.o -c tests/base_quick_test_obj_autogen/mocs_compilation.cpp
ninja: build stopped: subcommand failed.
mitch@mitch-ubuntu-20:~/dev/GammaRay/build-qt-dev-debug$ 

mitchcurtis avatar Apr 12 '21 08:04 mitchcurtis

I also tried the work/qt6-support branch, in case master doesn't support Qt 6 yet, but got the same result.

mitchcurtis avatar Apr 12 '21 08:04 mitchcurtis

please try again from scratch using current master

winterz avatar May 27 '23 11:05 winterz

Thanks, works now.

mitchcurtis avatar May 29 '23 09:05 mitchcurtis