touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #125582
[Bug 1528406] Re: image provider test fails in CI train for arm64 (Vivid only)
I worked around the problem by changing this:
QSignalSpy spy(response, &QQuickImageResponse::finished);
to that:
QSignalSpy spy(response, SIGNAL(finished()));
Seeing this happens only on arm64 on Vivid and passes everywhere else,
I'd say this is a Qt problem of some kind?
** Also affects: qt-sdk (Ubuntu)
Importance: Undecided
Status: New
** Changed in: thumbnailer (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to thumbnailer in Ubuntu.
https://bugs.launchpad.net/bugs/1528406
Title:
image provider test fails in CI train for arm64 (Vivid only)
Status in qt-sdk package in Ubuntu:
New
Status in thumbnailer package in Ubuntu:
Triaged
Bug description:
The image provider test fails consistently on arm64 only, in CI train
only (passes on Jenkins CI), and only on Vivid (passes on Xenial).
https://launchpadlibrarian.net/230899583/buildlog_ubuntu-vivid-
arm64.thumbnailer_2.3%2B15.04.20151222-0ubuntu1_BUILDING.txt.gz
Note the "QSignalSpy: Not a valid signal: ''" messages.
8: [ RUN ] ProviderTest.thumbnail_image
8: thumbnailer-service: [00:35:35.490] Initializing
8: thumbnailer-service: [00:35:35.527] image cache: 0 entries, 0 bytes, hit rate 0.00 (0/0), avg hit run 0.00, avg miss run 0.00
8: thumbnailer-service: [00:35:35.527] thumbnail cache: 0 entries, 0 bytes, hit rate 0.00 (0/0), avg hit run 0.00, avg miss run 0.00
8: thumbnailer-service: [00:35:35.527] failure cache: 0 entries, 0 bytes, hit rate 0.00 (0/0), avg hit run 0.00, avg miss run 0.00
8: QSignalSpy: Not a valid signal: ''
8: thumbnailer-service: [00:35:35.544] "thumbnail: /«BUILDDIR»/thumbnailer-2.3+15.04.20151222/tests/media/orientation-1.jpg (128,128): 0.011494 sec (MISS)"
8: /«BUILDDIR»/thumbnailer-2.3+15.04.20151222/tests/image-providers/provider_test.cpp:84: Failure
8: Value of: spy.wait(SIGNAL_WAIT_TIME)
8: Actual: false
8: Expected: true
8: thumbnailer-service: [00:35:45.704] Exiting
8: [ FAILED ] ProviderTest.thumbnail_image (10553 ms)
8: [ RUN ] ProviderTest.thumbnail_cancel
8: thumbnailer-service: [00:35:46.041] Initializing
8: thumbnailer-service: [00:35:46.073] image cache: 0 entries, 0 bytes, hit rate 0.00 (0/0), avg hit run 0.00, avg miss run 0.00
8: thumbnailer-service: [00:35:46.073] thumbnail cache: 0 entries, 0 bytes, hit rate 0.00 (0/0), avg hit run 0.00, avg miss run 0.00
8: thumbnailer-service: [00:35:46.073] failure cache: 0 entries, 0 bytes, hit rate 0.00 (0/0), avg hit run 0.00, avg miss run 0.00
8: QSignalSpy: Not a valid signal: ''
8: thumbnailer-service: [00:35:46.086] "thumbnail: /«BUILDDIR»/thumbnailer-2.3+15.04.20151222/tests/media/orientation-1.jpg (128,128): 0.010912 sec (MISS)"
8: /«BUILDDIR»/thumbnailer-2.3+15.04.20151222/tests/image-providers/provider_test.cpp:84: Failure
8: Value of: spy.wait(SIGNAL_WAIT_TIME)
8: Actual: false
8: Expected: true
8: thumbnailer-service: [00:35:55.713] Exiting
8: [ FAILED ] ProviderTest.thumbnail_cancel (10009 ms)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt-sdk/+bug/1528406/+subscriptions
References