CONSOLE OUTPUT
|
[...truncated 2138 lines...] |
[2019-03-19T21:30:43.881Z] FaceUp, |
[2019-03-19T21:30:43.881Z] ^ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:81:18: error: use of undeclared identifier 'FaceDown'; did you mean 'QOrientationReading::FaceDown'? |
[2019-03-19T21:30:43.881Z] case FaceDown: |
[2019-03-19T21:30:43.881Z] ^~~~~~~~ |
[2019-03-19T21:30:43.881Z] QOrientationReading::FaceDown |
[2019-03-19T21:30:43.881Z] /usr/local/include/qt5/QtSensors/qorientationsensor.h:63:9: note: 'QOrientationReading::FaceDown' declared here |
[2019-03-19T21:30:43.881Z] FaceDown |
[2019-03-19T21:30:43.881Z] ^ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:82:18: error: use of undeclared identifier 'Undefined'; did you mean 'QOrientationReading::Undefined'? |
[2019-03-19T21:30:43.881Z] case Undefined: |
[2019-03-19T21:30:43.881Z] ^~~~~~~~~ |
[2019-03-19T21:30:43.881Z] QOrientationReading::Undefined |
[2019-03-19T21:30:43.881Z] /usr/local/include/qt5/QtSensors/qorientationsensor.h:57:9: note: 'QOrientationReading::Undefined' declared here |
[2019-03-19T21:30:43.881Z] Undefined = 0, |
[2019-03-19T21:30:43.881Z] ^ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:85:18: error: use of undeclared identifier 'TopUp'; did you mean 'QOrientationReading::TopUp'? |
[2019-03-19T21:30:43.881Z] case TopUp: |
[2019-03-19T21:30:43.881Z] ^~~~~ |
[2019-03-19T21:30:43.881Z] QOrientationReading::TopUp |
[2019-03-19T21:30:43.881Z] /usr/local/include/qt5/QtSensors/qorientationsensor.h:58:9: note: 'QOrientationReading::TopUp' declared here |
[2019-03-19T21:30:43.881Z] TopUp, |
[2019-03-19T21:30:43.881Z] ^ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:86:18: error: use of undeclared identifier 'TopDown'; did you mean 'QOrientationReading::TopDown'? |
[2019-03-19T21:30:43.881Z] case TopDown: |
[2019-03-19T21:30:43.881Z] ^~~~~~~ |
[2019-03-19T21:30:43.881Z] QOrientationReading::TopDown |
[2019-03-19T21:30:43.881Z] /usr/local/include/qt5/QtSensors/qorientationsensor.h:59:9: note: 'QOrientationReading::TopDown' declared here |
[2019-03-19T21:30:43.881Z] TopDown, |
[2019-03-19T21:30:43.881Z] ^ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:89:18: error: use of undeclared identifier 'LeftUp'; did you mean 'QOrientationReading::LeftUp'? |
[2019-03-19T21:30:43.881Z] case LeftUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~ |
[2019-03-19T21:30:43.881Z] QOrientationReading::LeftUp |
[2019-03-19T21:30:43.881Z] /usr/local/include/qt5/QtSensors/qorientationsensor.h:60:9: note: 'QOrientationReading::LeftUp' declared here |
[2019-03-19T21:30:43.881Z] LeftUp, |
[2019-03-19T21:30:43.881Z] ^ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:90:18: error: use of undeclared identifier 'RightUp'; did you mean 'QOrientationReading::RightUp'? |
[2019-03-19T21:30:43.881Z] case RightUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~~ |
[2019-03-19T21:30:43.881Z] QOrientationReading::RightUp |
[2019-03-19T21:30:43.881Z] /usr/local/include/qt5/QtSensors/qorientationsensor.h:61:9: note: 'QOrientationReading::RightUp' declared here |
[2019-03-19T21:30:43.881Z] RightUp, |
[2019-03-19T21:30:43.881Z] ^ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:90:18: warning: comparison of two values with different enumeration types in switch statement ('KWin::OrientationSensor::Orientation' and 'QOrientationReading::Orientation') [-Wenum-compare-switch] |
[2019-03-19T21:30:43.881Z] case RightUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:90:18: error: value of type 'QOrientationReading::Orientation' is not implicitly convertible to 'KWin::OrientationSensor::Orientation' |
[2019-03-19T21:30:43.881Z] case RightUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:89:18: warning: comparison of two values with different enumeration types in switch statement ('KWin::OrientationSensor::Orientation' and 'QOrientationReading::Orientation') [-Wenum-compare-switch] |
[2019-03-19T21:30:43.881Z] case LeftUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:89:18: error: value of type 'QOrientationReading::Orientation' is not implicitly convertible to 'KWin::OrientationSensor::Orientation' |
[2019-03-19T21:30:43.881Z] case LeftUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:86:18: warning: comparison of two values with different enumeration types in switch statement ('KWin::OrientationSensor::Orientation' and 'QOrientationReading::Orientation') [-Wenum-compare-switch] |
[2019-03-19T21:30:43.881Z] case TopDown: |
[2019-03-19T21:30:43.881Z] ^~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:86:18: error: value of type 'QOrientationReading::Orientation' is not implicitly convertible to 'KWin::OrientationSensor::Orientation' |
[2019-03-19T21:30:43.881Z] case TopDown: |
[2019-03-19T21:30:43.881Z] ^~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:85:18: warning: comparison of two values with different enumeration types in switch statement ('KWin::OrientationSensor::Orientation' and 'QOrientationReading::Orientation') [-Wenum-compare-switch] |
[2019-03-19T21:30:43.881Z] case TopUp: |
[2019-03-19T21:30:43.881Z] ^~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:85:18: error: value of type 'QOrientationReading::Orientation' is not implicitly convertible to 'KWin::OrientationSensor::Orientation' |
[2019-03-19T21:30:43.881Z] case TopUp: |
[2019-03-19T21:30:43.881Z] ^~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:82:18: warning: comparison of two values with different enumeration types in switch statement ('KWin::OrientationSensor::Orientation' and 'QOrientationReading::Orientation') [-Wenum-compare-switch] |
[2019-03-19T21:30:43.881Z] case Undefined: |
[2019-03-19T21:30:43.881Z] ^~~~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:82:18: error: value of type 'QOrientationReading::Orientation' is not implicitly convertible to 'KWin::OrientationSensor::Orientation' |
[2019-03-19T21:30:43.881Z] case Undefined: |
[2019-03-19T21:30:43.881Z] ^~~~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:81:18: warning: comparison of two values with different enumeration types in switch statement ('KWin::OrientationSensor::Orientation' and 'QOrientationReading::Orientation') [-Wenum-compare-switch] |
[2019-03-19T21:30:43.881Z] case FaceDown: |
[2019-03-19T21:30:43.881Z] ^~~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:81:18: error: value of type 'QOrientationReading::Orientation' is not implicitly convertible to 'KWin::OrientationSensor::Orientation' |
[2019-03-19T21:30:43.881Z] case FaceDown: |
[2019-03-19T21:30:43.881Z] ^~~~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:80:18: warning: comparison of two values with different enumeration types in switch statement ('KWin::OrientationSensor::Orientation' and 'QOrientationReading::Orientation') [-Wenum-compare-switch] |
[2019-03-19T21:30:43.881Z] case FaceUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~ |
[2019-03-19T21:30:43.881Z] /usr/home/jenkins/workspace/Plasma/kwin/kf5-qt5 FreeBSDQt5.12/orientation_sensor.cpp:80:18: error: value of type 'QOrientationReading::Orientation' is not implicitly convertible to 'KWin::OrientationSensor::Orientation' |
[2019-03-19T21:30:43.881Z] case FaceUp: |
[2019-03-19T21:30:43.881Z] ^~~~~~ |
[2019-03-19T21:30:43.881Z] gmake[1]: *** [CMakeFiles/Makefile2:7917: autotests/CMakeFiles/testScreenEdges.dir/all] Error 2 |
[2019-03-19T21:30:43.881Z] 7 warnings and 14 errors generated. |
[2019-03-19T21:30:43.881Z] gmake[2]: *** [autotests/CMakeFiles/testXRandRScreens.dir/build.make:199: autotests/CMakeFiles/testXRandRScreens.dir/__/orientation_sensor.cpp.o] Error 1 |
[2019-03-19T21:30:43.881Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2019-03-19T21:30:44.140Z] gmake[1]: *** [CMakeFiles/Makefile2:8406: autotests/CMakeFiles/testXRandRScreens.dir/all] Error 2 |
[2019-03-19T21:30:44.140Z] gmake: *** [Makefile:141: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2019-03-19T21:30:45.276Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |