2016-05-26 08:41:54 |
Alberto Mardegan |
bug |
|
|
added bug |
2016-05-26 09:13:49 |
Launchpad Janitor |
mesa (Ubuntu): status |
New |
Confirmed |
|
2016-05-26 09:14:46 |
Timo Jyrinki |
bug |
|
|
added subscriber Timo Jyrinki |
2016-06-02 10:53:37 |
Timo Jyrinki |
description |
This error appeared when running unit tests for a QML app in out Jenkins infrastructure, on arm64 only: https://launchpadlibrarian.net/261581280/buildlog_ubuntu-yakkety-arm64.ubuntu-system-settings-online-accounts_0.7+16.10.20160525.1-0ubuntu1_BUILDING.txt.gz
Pasting the relevant lines here in case the link above goes away:
=======================
QT_PLUGIN_PATH=/usr/lib/aarch64-linux-gnu/qt5/plugins LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} xvfb-run -s '-screen 0 640x480x24' -a dbus-test-runner -t ./tst_online_accounts_qml
DBus daemon: unix:abstract=/tmp/dbus-2tbhBHxLZq,guid=03f9df417d619b79067a68045745ad95
task-0: Started with PID: 16930
task-0: ********* Start testing of online_accounts_qml *********
task-0: Config: Using QtTest library 5.5.1, Qt 5.5.1 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160519)
task-0: PASS : online_accounts_qml::AccountCreationPage::initTestCase()
task-0: QWARN : online_accounts_qml::AccountCreationPage::test_fallback() file:///dummy/path/testPlugin/Main.qml: File not found
task-0: PASS : online_accounts_qml::AccountCreationPage::test_fallback()
task-0: QWARN : online_accounts_qml::AccountCreationPage::test_flickable() file:///dummy/path/testPlugin/Main.qml: File not found
task-0: PASS : online_accounts_qml::AccountCreationPage::test_flickable()
task-0: PASS : online_accounts_qml::AccountCreationPage::cleanupTestCase()
task-0: QWARN : online_accounts_qml::UnknownTestFunc() QEGLPlatformContext: Failed to make temporary surface current, format not updated
task-0: PASS : online_accounts_qml::AuthorizationPage::initTestCase()
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_1_one_account() file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: PASS : online_accounts_qml::AuthorizationPage::test_1_one_account()
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(with button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(with button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23: Unable to assign [undefined] to QString
task-0: PASS : online_accounts_qml::AuthorizationPage::test_2_add_another(with button)
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(with button) [PERFORMANCE]: Last frame took 254 ms to render.
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(without button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(without button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23: Unable to assign [undefined] to QString
task-0: PASS : online_accounts_qml::AuthorizationPage::test_2_add_another(without button)
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(without button) [PERFORMANCE]: Last frame took 210 ms to render.
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) [PERFORMANCE]: Last frame took 146 ms to render.
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23: Unable to assign [undefined] to QString
task-0: PASS : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account)
Mesa 11.2.1 implementation error: Failed to link fixed function fragment shader: error: count of uniform locations > MAX_UNIFORM_LOCATIONS(4294967295 > 98304)
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
task-0: Exited with status 139
task-0: Shutting down
DBus daemon: Shutdown
=======================
This happened 2 out of 2 times, after which I disabled running the unit tests for arm64. |
This error appeared when running unit tests for a QML app in our Jenkins/silo infrastructure, on arm64 only: https://launchpadlibrarian.net/261581280/buildlog_ubuntu-yakkety-arm64.ubuntu-system-settings-online-accounts_0.7+16.10.20160525.1-0ubuntu1_BUILDING.txt.gz
Pasting the relevant lines here in case the link above goes away:
=======================
QT_PLUGIN_PATH=/usr/lib/aarch64-linux-gnu/qt5/plugins LD_LIBRARY_PATH=/usr/lib/aarch64-linux-gnu${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} xvfb-run -s '-screen 0 640x480x24' -a dbus-test-runner -t ./tst_online_accounts_qml
DBus daemon: unix:abstract=/tmp/dbus-2tbhBHxLZq,guid=03f9df417d619b79067a68045745ad95
task-0: Started with PID: 16930
task-0: ********* Start testing of online_accounts_qml *********
task-0: Config: Using QtTest library 5.5.1, Qt 5.5.1 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160519)
task-0: PASS : online_accounts_qml::AccountCreationPage::initTestCase()
task-0: QWARN : online_accounts_qml::AccountCreationPage::test_fallback() file:///dummy/path/testPlugin/Main.qml: File not found
task-0: PASS : online_accounts_qml::AccountCreationPage::test_fallback()
task-0: QWARN : online_accounts_qml::AccountCreationPage::test_flickable() file:///dummy/path/testPlugin/Main.qml: File not found
task-0: PASS : online_accounts_qml::AccountCreationPage::test_flickable()
task-0: PASS : online_accounts_qml::AccountCreationPage::cleanupTestCase()
task-0: QWARN : online_accounts_qml::UnknownTestFunc() QEGLPlatformContext: Failed to make temporary surface current, format not updated
task-0: PASS : online_accounts_qml::AuthorizationPage::initTestCase()
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_1_one_account() file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: PASS : online_accounts_qml::AuthorizationPage::test_1_one_account()
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(with button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(with button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23: Unable to assign [undefined] to QString
task-0: PASS : online_accounts_qml::AuthorizationPage::test_2_add_another(with button)
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(with button) [PERFORMANCE]: Last frame took 254 ms to render.
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(without button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(without button) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23: Unable to assign [undefined] to QString
task-0: PASS : online_accounts_qml::AuthorizationPage::test_2_add_another(without button)
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_2_add_another(without button) [PERFORMANCE]: Last frame took 210 ms to render.
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) [PERFORMANCE]: Last frame took 146 ms to render.
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:54: TypeError: Cannot call method 'indexOf' of undefined
task-0: QWARN : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account) file:///«BUILDDIR»/ubuntu-system-settings-online-accounts-0.7+16.10.20160525.1/online-accounts-ui/qml/AuthorizationPage.qml:79:23: Unable to assign [undefined] to QString
task-0: PASS : online_accounts_qml::AuthorizationPage::test_3_many_accounts(first account)
Mesa 11.2.1 implementation error: Failed to link fixed function fragment shader: error: count of uniform locations > MAX_UNIFORM_LOCATIONS(4294967295 > 98304)
Please report at https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
task-0: Exited with status 139
task-0: Shutting down
DBus daemon: Shutdown
=======================
This happened 2 out of 2 times, after which I disabled running the unit tests for arm64. |
|
2016-06-06 12:05:45 |
Alberto Mardegan |
bug task added |
|
ubuntu-system-settings-online-accounts (Ubuntu) |
|
2016-06-06 12:05:52 |
Alberto Mardegan |
ubuntu-system-settings-online-accounts (Ubuntu): assignee |
|
Alberto Mardegan (mardy) |
|
2016-06-06 12:05:58 |
Alberto Mardegan |
ubuntu-system-settings-online-accounts (Ubuntu): importance |
Undecided |
Critical |
|
2016-06-06 12:06:01 |
Alberto Mardegan |
ubuntu-system-settings-online-accounts (Ubuntu): status |
New |
In Progress |
|
2016-06-06 12:08:14 |
Launchpad Janitor |
branch linked |
|
lp:~mardy/ubuntu-system-settings-online-accounts/arm64tests-1585942 |
|
2016-06-06 13:27:28 |
Launchpad Janitor |
branch linked |
|
lp:camera-app/staging |
|
2016-06-10 00:23:17 |
Steve Langasek |
mesa (Ubuntu): importance |
Undecided |
Critical |
|
2016-06-10 00:47:16 |
Steve Langasek |
bug |
|
|
added subscriber Steve Langasek |
2016-06-10 01:31:54 |
Steve Langasek |
attachment added |
|
mesa-arm64-llvmpipe.diff https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1585942/+attachment/4680683/+files/mesa-arm64-llvmpipe.diff |
|
2016-06-10 02:15:31 |
Steve Langasek |
attachment added |
|
mesa-1585942-fix-sorta.patch https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1585942/+attachment/4680685/+files/mesa-1585942-fix-sorta.patch |
|
2016-06-10 04:26:02 |
Ubuntu Foundations Team Bug Bot |
tags |
|
patch |
|
2016-06-16 11:30:21 |
Launchpad Janitor |
ubuntu-system-settings-online-accounts (Ubuntu): status |
In Progress |
Fix Released |
|
2016-07-01 09:02:15 |
Olivier Tilloy |
bug task added |
|
webbrowser-app (Ubuntu) |
|
2016-07-01 09:02:25 |
Olivier Tilloy |
webbrowser-app (Ubuntu): status |
New |
In Progress |
|
2016-07-01 09:02:27 |
Olivier Tilloy |
webbrowser-app (Ubuntu): assignee |
|
Olivier Tilloy (osomon) |
|
2016-07-01 09:02:29 |
Olivier Tilloy |
webbrowser-app (Ubuntu): importance |
Undecided |
Critical |
|
2016-07-01 09:02:54 |
Olivier Tilloy |
branch linked |
|
lp:~osomon/webbrowser-app/arm64-skip-tests |
|
2016-07-05 12:45:06 |
Jean-Baptiste Lallement |
bug task added |
|
canonical-devices-system-image |
|
2016-07-05 12:45:16 |
Jean-Baptiste Lallement |
canonical-devices-system-image: status |
New |
Confirmed |
|
2016-07-05 12:45:20 |
Jean-Baptiste Lallement |
canonical-devices-system-image: importance |
Undecided |
Critical |
|
2016-07-05 12:45:25 |
Jean-Baptiste Lallement |
canonical-devices-system-image: milestone |
|
xenial |
|
2016-07-05 13:06:54 |
Launchpad Janitor |
webbrowser-app (Ubuntu): status |
In Progress |
Fix Released |
|
2016-07-06 12:37:05 |
Pat McGowan |
canonical-devices-system-image: status |
Confirmed |
Fix Committed |
|
2016-07-08 10:27:07 |
Timo Aaltonen |
mesa (Ubuntu): assignee |
|
Timo Aaltonen (tjaalton) |
|
2016-07-18 12:04:46 |
Timo Jyrinki |
tags |
patch |
patch qt5.6 |
|
2016-07-19 07:55:52 |
Timo Aaltonen |
nominated for series |
|
Ubuntu Xenial |
|
2016-07-19 07:55:52 |
Timo Aaltonen |
bug task added |
|
mesa (Ubuntu Xenial) |
|
2016-07-19 07:55:52 |
Timo Aaltonen |
bug task added |
|
webbrowser-app (Ubuntu Xenial) |
|
2016-07-19 07:55:52 |
Timo Aaltonen |
bug task added |
|
ubuntu-system-settings-online-accounts (Ubuntu Xenial) |
|
2016-07-22 07:40:41 |
Adam Conrad |
mesa (Ubuntu Xenial): status |
New |
Fix Committed |
|
2016-07-22 07:40:44 |
Adam Conrad |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2016-07-22 07:40:50 |
Adam Conrad |
bug |
|
|
added subscriber SRU Verification |
2016-07-22 07:40:59 |
Adam Conrad |
tags |
patch qt5.6 |
patch qt5.6 verification-needed |
|
2016-07-24 01:02:06 |
Launchpad Janitor |
mesa (Ubuntu): status |
Confirmed |
Fix Released |
|
2016-08-03 08:48:33 |
Timo Aaltonen |
tags |
patch qt5.6 verification-needed |
patch qt5.6 verification-done |
|
2016-08-04 07:57:42 |
Launchpad Janitor |
mesa (Ubuntu Xenial): status |
Fix Committed |
Fix Released |
|
2016-08-04 07:57:50 |
Timo Aaltonen |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2016-08-04 10:39:13 |
Timo Jyrinki |
canonical-devices-system-image: status |
Fix Committed |
Fix Released |
|
2016-08-08 08:48:10 |
Olivier Tilloy |
branch linked |
|
lp:~osomon/webbrowser-app/revert-workaround-1585942 |
|
2016-08-25 13:12:51 |
Timo Jyrinki |
webbrowser-app (Ubuntu Xenial): status |
New |
Fix Released |
|
2016-08-25 13:12:57 |
Timo Jyrinki |
bug task deleted |
ubuntu-system-settings-online-accounts (Ubuntu Xenial) |
|
|
2016-08-25 13:16:17 |
Timo Jyrinki |
ubuntu-system-settings-online-accounts (Ubuntu): status |
Fix Released |
Triaged |
|
2016-08-29 07:29:41 |
Alberto Mardegan |
ubuntu-system-settings-online-accounts (Ubuntu): status |
Triaged |
In Progress |
|
2016-08-29 07:30:02 |
Alberto Mardegan |
branch linked |
|
lp:~mardy/ubuntu-system-settings-online-accounts/tests-failures |
|