Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
6.10.0 FF
-
None
-
-
644f4d04c (dev), f1bf5e13c (6.9), 5db425119 (6.8), a1bb8b9fe (tqtc/lts-6.5)
Description
/home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp: In member function ‘void tst_QCanBusDevice::tst_waitForFramesReceived()’: /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:566:5: error: ‘QElapsedTimer’ was not declared in this scope; did you mean ‘QBasicTimer’? 566 | QElapsedTimer elapsed; | ^~~~~~~~~~~~~ | QBasicTimer /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:567:5: error: ‘elapsed’ was not declared in this scope; did you mean ‘erase’? 567 | elapsed.start(); | ^~~~~~~ | erase /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp: In member function ‘void tst_QCanBusDevice::tst_waitForFramesWritten()’: /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:653:5: error: ‘QElapsedTimer’ was not declared in this scope; did you mean ‘QBasicTimer’? 653 | QElapsedTimer elapsed; | ^~~~~~~~~~~~~ | QBasicTimer /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:654:5: error: ‘elapsed’ was not declared in this scope; did you mean ‘erase’? 654 | elapsed.start(); | ^~~~~~~ | erase Sccache command failed, re-try calling build tool directly /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp: In member function ‘void tst_QCanBusDevice::tst_waitForFramesReceived()’: /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:566:5: error: ‘QElapsedTimer’ was not declared in this scope; did you mean ‘QBasicTimer’? 566 | QElapsedTimer elapsed; | ^~~~~~~~~~~~~ | QBasicTimer /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:567:5: error: ‘elapsed’ was not declared in this scope; did you mean ‘erase’? 567 | elapsed.start(); | ^~~~~~~ | erase /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp: In member function ‘void tst_QCanBusDevice::tst_waitForFramesWritten()’: /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:653:5: error: ‘QElapsedTimer’ was not declared in this scope; did you mean ‘QBasicTimer’? 653 | QElapsedTimer elapsed; | ^~~~~~~~~~~~~ | QBasicTimer /home/qt/work/qt/qtserialbus/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp:654:5: error: ‘elapsed’ was not declared in this scope; did you mean ‘erase’? 654 | elapsed.start(); | ^~~~~~~ | erase ninja: build stopped: subcommand failed. Process finished with error: exit status 1
Details: https://testresults.qt.io/coin/integration/qt/qtserialbus/tasks/1743149940
Tested changes (refs/builds/qtci/dev/1743149236):
https://codereview.qt-project.org/c/qt/qtserialbus/+/635373/2 Update dependencies on 'dev' in qt/qtserialbus