Merge lp:~zsombi/ubuntu-ui-toolkit/fix-import-versions into lp:ubuntu-ui-toolkit/staging
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Christian Dywan on 2015-05-04 | ||||
Approved revision: | 1522 | ||||
Merged at revision: | 1500 | ||||
Proposed branch: | lp:~zsombi/ubuntu-ui-toolkit/fix-import-versions | ||||
Merge into: | lp:ubuntu-ui-toolkit/staging | ||||
Prerequisite: | lp:~zsombi/ubuntu-ui-toolkit/theming-engine-versioner | ||||
Diff against target: |
2647 lines (+575/-254) 135 files modified
components.api (+1/-1) debian/ubuntu-ui-toolkit-theme.install (+17/-1) documentation/ubuntu-ui-toolkit-common.qdocconf (+1/-1) examples/1.3/1.3.pro (+10/-0) examples/1.3/calculator/calculator.qml (+1/-1) examples/1.3/calculator/components/DefaultLayout.qml (+1/-1) examples/1.3/calculator/components/Functions.qml (+1/-1) examples/1.3/jokes/jokes.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/AnimationCircle.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Animations.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Buttons.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Colors.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/CrossFadeImage.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Dialog.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Icons.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Label.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/ListItemWithLabel.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/ListItemsSection.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Navigation.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/NewListItems.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/OptionSelectors.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Popover.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/ProgressBars.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Sheet.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Sliders.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Template.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/TemplateFlow.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/TemplateRow.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/TemplateSection.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/TemplateSectionNavigation.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/TextInputs.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/Toggles.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/UbuntuListViews.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/WebLink.qml (+1/-1) examples/1.3/ubuntu-ui-toolkit-gallery/ubuntu-ui-toolkit-gallery.qml (+1/-6) examples/1.3/unit-converter/unit-converter.qml (+7/-8) examples/examples.pro (+1/-5) modules/Ubuntu/Components/ActionList.qml (+1/-1) modules/Ubuntu/Components/Captions.qml (+2/-2) modules/Ubuntu/Components/ComboButton.qml (+7/-7) modules/Ubuntu/Components/CrossFadeImage10.qml (+1/-1) modules/Ubuntu/Components/CrossFadeImage11.qml (+1/-1) modules/Ubuntu/Components/InputHandler.qml (+1/-1) modules/Ubuntu/Components/ListItems/Base.qml (+1/-1) modules/Ubuntu/Components/ListItems/Divider.qml (+1/-1) modules/Ubuntu/Components/ListItems/Empty.qml (+1/-1) modules/Ubuntu/Components/ListItems/Expandable.qml (+2/-2) modules/Ubuntu/Components/ListItems/ExpandablesColumn.qml (+2/-2) modules/Ubuntu/Components/ListItems/IconVisual.qml (+1/-1) modules/Ubuntu/Components/ListItems/SingleControl.qml (+2/-2) modules/Ubuntu/Components/ListItems/Standard.qml (+1/-1) modules/Ubuntu/Components/ListItems/Subtitled.qml (+1/-1) modules/Ubuntu/Components/MainView.qml (+3/-4) modules/Ubuntu/Components/MainView12.qml (+1/-1) modules/Ubuntu/Components/OptionSelector.qml (+1/-1) modules/Ubuntu/Components/OptionSelectorDelegate.qml (+2/-2) modules/Ubuntu/Components/OrientationHelper.qml (+1/-1) modules/Ubuntu/Components/Page10.qml (+1/-0) modules/Ubuntu/Components/Page11.qml (+2/-2) modules/Ubuntu/Components/PageHeadConfiguration13.qml (+1/-1) modules/Ubuntu/Components/PageHeadSections.qml (+1/-1) modules/Ubuntu/Components/PageHeadState.qml (+2/-2) modules/Ubuntu/Components/PageStack.qml (+2/-2) modules/Ubuntu/Components/Panel.qml (+3/-3) modules/Ubuntu/Components/Pickers/DatePicker.qml (+4/-4) modules/Ubuntu/Components/Pickers/DayModel.qml (+1/-1) modules/Ubuntu/Components/Pickers/DialerHandGroup.qml (+1/-1) modules/Ubuntu/Components/Pickers/HoursModel.qml (+1/-1) modules/Ubuntu/Components/Pickers/MinutesModel.qml (+1/-1) modules/Ubuntu/Components/Pickers/MonthModel.qml (+1/-1) modules/Ubuntu/Components/Pickers/Picker.qml (+1/-1) modules/Ubuntu/Components/Pickers/PickerPanel.qml (+1/-1) modules/Ubuntu/Components/Pickers/PickerRow.qml (+1/-1) modules/Ubuntu/Components/Pickers/SecondsModel.qml (+1/-1) modules/Ubuntu/Components/Pickers/YearModel.qml (+1/-1) modules/Ubuntu/Components/Popups/ComposerSheet.qml (+2/-2) modules/Ubuntu/Components/Popups/DefaultSheet.qml (+2/-2) modules/Ubuntu/Components/Popups/Dialog.qml (+1/-1) modules/Ubuntu/Components/Popups/Popover.qml (+1/-1) modules/Ubuntu/Components/Popups/PopupBase.qml (+1/-1) modules/Ubuntu/Components/PullToRefresh.qml (+3/-3) modules/Ubuntu/Components/Tab.qml (+1/-1) modules/Ubuntu/Components/Tabs.qml (+2/-2) modules/Ubuntu/Components/TextField.qml (+1/-1) modules/Ubuntu/Components/Themes/1.2/1.2.pro (+16/-0) modules/Ubuntu/Components/Themes/1.3/1.3.pro (+14/-0) modules/Ubuntu/Components/Themes/Ambiance/1.2/1.2.pro (+14/-0) modules/Ubuntu/Components/Themes/Ambiance/1.3/1.3.pro (+14/-0) modules/Ubuntu/Components/Themes/Ambiance/1.3/ActivityIndicatorStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/ButtonForeground.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/ButtonStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/ComboButtonStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/DialerStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/DialogForegroundStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/ListItemOptionSelectorStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/MainViewStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/OptionSelectorStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/Palette.qml (+2/-2) modules/Ubuntu/Components/Themes/Ambiance/1.3/PickerDelegateStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/ProgressionVisualStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/PullToRefreshStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/SheetForegroundStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/TextCursorStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/1.3/ToolbarButtonStyle.qml (+1/-1) modules/Ubuntu/Components/Themes/Ambiance/Ambiance.pro (+5/-23) modules/Ubuntu/Components/Themes/Ambiance/AmbianceModule.pro (+20/-0) modules/Ubuntu/Components/Themes/SuruDark/1.2/1.2.pro (+14/-0) modules/Ubuntu/Components/Themes/SuruDark/1.3/1.3.pro (+14/-0) modules/Ubuntu/Components/Themes/SuruDark/SuruDark.pro (+30/-27) modules/Ubuntu/Components/Themes/SuruDark/SuruDarkModule.pro (+22/-0) modules/Ubuntu/Components/Themes/SuruGradient/SuruGradient.pro (+5/-1) modules/Ubuntu/Components/Themes/Themes.pro (+3/-0) modules/Ubuntu/Components/ToolbarButton.qml (+1/-1) modules/Ubuntu/Components/ToolbarItems.qml (+3/-3) modules/Ubuntu/Components/UbuntuListView.qml (+2/-2) modules/Ubuntu/Components/UbuntuNumberAnimation.qml (+2/-2) modules/Ubuntu/Components/plugin/ucdefaulttheme.cpp (+1/-1) modules/Ubuntu/Components/plugin/ucdeprecatedtheme.cpp (+1/-1) modules/Ubuntu/Components/plugin/uctheme.cpp (+54/-22) modules/Ubuntu/Components/plugin/uctheme.h (+21/-3) modules/Ubuntu/Components/qmldir (+0/-1) tests/autopilot/ubuntuuitoolkit/tests/gallery/__init__.py (+3/-2) tests/unit/tst_components/tst_CrossFadeImage.qml (+6/-6) tests/unit_x11/tst_deprecated_theme_engine/themes/TestModule/TestTheme/parent_theme (+0/-1) tests/unit_x11/tst_deprecated_theme_engine/themes/TestModule/TestTheme/qmldir (+1/-1) tests/unit_x11/tst_subtheming/DeprecatedTheme.qml (+25/-0) tests/unit_x11/tst_subtheming/StyledItemAppThemeFallback.qml (+24/-0) tests/unit_x11/tst_subtheming/StyledItemAppThemeVersioned.qml (+24/-0) tests/unit_x11/tst_subtheming/StyledItemFallback.qml (+24/-0) tests/unit_x11/tst_subtheming/StyledItemV12.qml (+1/-1) tests/unit_x11/tst_subtheming/StyledItemV13.qml (+1/-1) tests/unit_x11/tst_subtheming/themes/TestModule/TestTheme/qmldir (+1/-1) tests/unit_x11/tst_subtheming/tst_subtheming.cpp (+43/-9) tests/unit_x11/tst_subtheming/tst_subtheming.pro (+7/-2) |
||||
To merge this branch: | bzr merge lp:~zsombi/ubuntu-ui-toolkit/fix-import-versions | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot | continuous-integration | Needs Fixing on 2015-05-04 | |
Christian Dywan | 2015-04-25 | Approve on 2015-05-04 | |
Zoltan Balogh | 2015-04-25 | Pending | |
Review via email:
|
Commit message
Fix import versions in entire UITK and examples. Move example code under 1.3 folder.
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1503
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
deb: http://
FAILURE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1505
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
deb: http://
FAILURE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1506
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
deb: http://
FAILURE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
Christian Dywan (kalikiana) wrote : | # |
247 qputenv(
247 qputenv(
255 qputenv(
255 qputenv(
This seems wrong. These tests ensure that themes are loaded without any defined variables, ie. all packaged click apps run that way. By passing the custom themes folder we no longer test that.
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1508
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
UNSTABLE: http://
deb: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
Zsombor Egri (zsombi) wrote : | # |
> 247 qputenv(
> 247 qputenv(
>
> 255 qputenv(
> 255 qputenv(
>
> This seems wrong. These tests ensure that themes are loaded without any
> defined variables, ie. all packaged click apps run that way. By passing the
> custom themes folder we no longer test that.
There was a problem that there was the TestModule.
OTOH, the theming was always running so that having UBUNTU_
I will get the removed app theme back with a different name so we have the test back.
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1511
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
FAILURE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1512
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1512
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1513
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
Christian Dywan (kalikiana) wrote : | # |
file://
file://
file://
file://
file://
file://
file://
Zsombor Egri (zsombi) wrote : | # |
> file://
> CheckBoxStyle.qml not found in theme Ubuntu.
> file://
> gnueabihf/
> Warning: Style HeaderStyle.qml not found in theme
> Ubuntu.
> file://
> gnueabihf/
> Warning: Style MainViewStyle.qml not found in theme
> Ubuntu.
> file://
> gnueabihf/
> Warning: Style ToolbarStyle.qml not found in theme
> Ubuntu.
> file://
> gnueabihf/
> read property 'normal' of null
> file://
> gnueabihf/
> Cannot read property 'selected' of null
> file://
> gnueabihf/
> property '__tabBar' of null
What the heck??! Why does it fail on autopilot and has nothing elsewhere?!
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1513
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1514
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1514
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1515
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1516
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1517
http://
Executed test runs:
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1518
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1519
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1520
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1522
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1522
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
Christian Dywan (kalikiana) wrote : | # |
why examples/1.3? seems a bit pointless if we won't have any old ones
- 191 return QUrl::fromLocal
+ 189 record.deprecated = QFile::
+ 190 record.path = QUrl::fromLocal
+ 191 break;
At first glance this seems a bit ugly, though I can live with it. I think we should have a bug about adding this flag to theme meta data eventually - which we'll need once third party themes can be installed and then we won't need this magic file anymore.
+ 706 qmlInfo(parent) << QStringLiteral(
Should/ could we have a specific warning about the theme being deprecated? So it's clear to an app developer that for instance they should stop using SuruGradient, and not just ponder why it's "incomplete".
Zsombor Egri (zsombi) wrote : | # |
> why examples/1.3? seems a bit pointless if we won't have any old ones
The next MR brings examples 1.2 also. The gallery will have to adapt as well.
>
> - 191 return QUrl::fromLocal
> + 189 record.deprecated = QFile::
> + 190 record.path = QUrl::fromLocal
> + 191 break;
>
> At first glance this seems a bit ugly, though I can live with it. I think we
> should have a bug about adding this flag to theme meta data eventually - which
> we'll need once third party themes can be installed and then we won't need
> this magic file anymore.
Yeah, I think we should really need a theme descriptor file, where we can have all sorts of things declared. The deprecated file will vanish once we reach 2.0, and we will only have 2 themes.
>
> + 706 qmlInfo(parent) << QStringLiteral(
> version %3.%4, fall back to version %5.%6.")
>
> Should/ could we have a specific warning about the theme being deprecated? So
> it's clear to an app developer that for instance they should stop using
> SuruGradient, and not just ponder why it's "incomplete".
Yeah, good point. I'll add a note to that, but perhaps at the setName() time, so it only shows once, not for every component creating the style components.
Christian Dywan (kalikiana) wrote : | # |
Alright, we're good then. The qmlinfo tweak isn't essential. Let's see that we sort out those odd Mir failures.
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
UNSTABLE: http://
Christian Dywan (kalikiana) wrote : | # |
It seems like some corruption is going on, "test_tst_
PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1522
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
FAILED: Continuous integration, rev:1502 jenkins. qa.ubuntu. com/job/ ubuntu- sdk-team- ubuntu- ui-toolkit- staging- ci/1706/ jenkins. qa.ubuntu. com/job/ generic- deb-autopilot- vivid-touch/ 2444/console jenkins. qa.ubuntu. com/job/ ubuntu- sdk-team- ubuntu- ui-toolkit- staging- vivid-amd64- ci/434/ console jenkins. qa.ubuntu. com/job/ ubuntu- sdk-team- ubuntu- ui-toolkit- staging- vivid-armhf- ci/436/ console jenkins. qa.ubuntu. com/job/ ubuntu- sdk-team- ubuntu- ui-toolkit- staging- vivid-i386- ci/433/ console jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- vivid-armhf/ 2442/console
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/ubuntu- sdk-team- ubuntu- ui-toolkit- staging- ci/1706/ rebuild
http://