[dss-merge-requests] Build failed in Jenkins: dSS vdc-db update #34

dS Jenkins jenkins at dev.digitalstrom.org
Mon Dec 17 16:11:53 CET 2018


See <http://dsjenkins.cloudapp.net/jenkins/job/dSS%20vdc-db%20update/34/display/redirect?page=changes>

Changes:

[jenkins] Update vdc-db and translations

[Christian Hitz] cache: add invalidateScene() function and tests

[Christian Hitz] sources.list: remove double mentioned files

[Christian Hitz] cache: invalidateScene(): add single device overload

[Christian Hitz] Set: add getDsuidList() method

[Christian Hitz] tie invalidateScene() into DSActionRequest

[Christian Hitz] DSD-790 improve shade unit-tests

[Christian Hitz] fix oe-core build

[branislav.katreniak] configure.ac: remove checks for standard headers and types

[branislav.katreniak] ds-model: clarify comment for Zone::orderId

[branislav.katreniak] cache-db: fix error use 'template' keyword to treat 'row' ...

[jin] Switch to ical3 API

[Christian Hitz] OEMWebQuery: make unit-testable

[Christian Hitz] DSS: allow to set ModelMaintenance

[Christian Hitz] DSD-807 OEMWebQuery: pad EAN numbers to 13 digits

[michal.tomaszewski] Filled device applicaitons in zones

[michal.tomaszewski] Remove TODO comment

[michal.tomaszewski] Improvements from MR suggestions

[michal.tomaszewski] Few more tweaks

[michal.tomaszewski] Added new zone application enum. Few improvements

[michal.tomaszewski] Added first few unit tests

[michal.tomaszewski] Addressed most suggestions

[michal.tomaszewski] Added sorting

[michal.tomaszewski] Comparing strings as integers

[michal.tomaszewski] Simplified sorting

[michal.tomaszewski] Fixed unit tests

[jin] Updated translations

[branislav.katreniak] dsReflect: add DS_REFLECT_STRUCT with operators ==, !=

[branislav.katreniak] dsReflect: spread DS_REFLECT_STRUCT

[branislav.katreniak] build: fix missing ical cflags

[branislav.katreniak] ds/latencyStatistics: introduce

[branislav.katreniak] dsElapsed: improve printing, add restart()

[branislav.katreniak] conanfile: introduce

[branislav.katreniak] dsStr: add support for boost::system::error

[branislav.katreniak] dsConnector: introduce as independent binary

[branislav.katreniak] dsConnector: organize code into classes better

[branislav.katreniak] dsConnector: fix libds_connector_a_LIB

[branislav.katreniak] style-guide: change rules for acronyms

[branislav.katreniak] build: remove commented ds-api-test

[branislav.katreniak] makefile: remove copy&paste in tests

[branislav.katreniak] dsConnector: unit test skeleton

[branislav.katreniak] propertySystem: fix documentation for getStringValue

[branislav.katreniak] ds/conf: make reading api const

[branislav.katreniak] dsConnector: cleanups

[branislav.katreniak] dsConnectorClientBus: read configuration from dsConf

[branislav.katreniak] dss: simplify IoServiceObjects initialization

[branislav.katreniak] dss: add backendConnector (disabled by default)

[Christian Hitz] hal-test: do not depend on previous state

[branislav.katreniak] apartment: publish apartmentId from remote connectivity to dsModel

[branislav.katreniak] dsConnectorWWSClient: fix canceling unconnected wss connection

[branislav.katreniak] dsConnectorCat: improve instructions

[branislav.katreniak] event: publish eventRegistration event name

[branislav.katreniak] dsModel: publish apartment structure on modelReady, registration events

[branislav.katreniak] modelMaintenance: propagate apartment events without remote connectivity

[branislav.katreniak] dsModel: fix subscribed event names

[branislav.katreniak] dsModel: notice pushed events

[branislav.katreniak] dsConnector: fix test

[branislav.katreniak] dsConnectorBus: fix virtual ~

[branislav.katreniak] backendConnector: move the enabling option to dss code

[branislav.katreniak] dsEnum: add DS_REFLECTED_ENUM

[Christian Hitz] DSD-1014 fix regression from ical3 update

[branislav.katreniak] dsEnum: add DS_REFLECTED_ENUM_WITH_INITIALIZERS

[michal.tomaszewski] Add activeGroup information to backend-vdc model

[branislav.katreniak] backendVdcs: add test for device groups

[branislav.katreniak] dsConnectorClientBus: cache dsConf options

[branislav.katreniak] dsModel: fix apartment event to contain method and content

[branislav.katreniak] dsModel: add dsRest::Response to the apartment event

[branislav.katreniak] dsConnecor: unit tests for client-bus

[branislav.katreniak] dsModel: drop installation from apartment

[branislav.katreniak] dsAsioClock: add test, small tweaks

[branislav.katreniak] dsConnector/parseWSSUrl: add test

[branislav.katreniak] dsConnector/wssClient: add test

[branislav.katreniak] dsModel: none does not belong to zone::applications

[branislav.katreniak] dsConnector/wssClient: add tests for stream destroy

[branislav.katreniak] dsApi: fix typo in ResourceWithIncluded

[jin] Trap set/getConfig calls to bank 128/129/130 and update the device cache

[Christian Hitz] DSD-1062 make event and date tests independent from host time zone

[branislav.katreniak] dsEnum: add support for enum->enum conversion

[branislav.katreniak] dsModel: use enum conversion

[jin] Added tests for ds485 get/setConfig snooping

[branislav.katreniak] dsConnetorCat: improve welcome message

[branislav.katreniak] ds: align ds::void_t with c++17 version, do not use boost::void_t

[michal.tomaszewski] Add first device data to apartment structure

[michal.tomaszewski] Added reflection

[michal.tomaszewski] Adding submodules

[michal.tomaszewski] Renamed Device to DSDevice

[michal.tomaszewski] Make submodule model

[michal.tomaszewski] Add submodule model to apartment structure

[michal.tomaszewski] Added most of functional block structure

[michal.tomaszewski] Added some output channel data(some fixed for now)

[michal.tomaszewski] Add function blocks to apartment structure

[michal.tomaszewski] Test some fixes

[michal.tomaszewski] Further enumeration fixes

[michal.tomaszewski] Catch ItemNotFound for paired devices

[michal.tomaszewski] Few simple cleanups

[michal.tomaszewski] Drop handling of paired devices for now

[michal.tomaszewski] Remove invalid FunctionBlock fields

[michal.tomaszewski] Use reflected enum macro

[michal.tomaszewski] Add sensor usage

[michal.tomaszewski] Change enum name and returned values

[michal.tomaszewski] Fix for situations where activeGroup == 0

[michal.tomaszewski] Clean up structs, ordering and types

[michal.tomaszewski] Fix for using wrong enum value

[michal.tomaszewski] Few fixes after rebase

[michal.tomaszewski] Few added unit tests

[michal.tomaszewski] Extend unit tests

[michal.tomaszewski] Small fixes after rebase

[branislav.katreniak] ds/reflect: cleanup detection of whether given type has reflection

[branislav.katreniak] ds/reflect: rename isDefaultInstance->isEmptyInstance

[branislav.katreniak] ds/enum: move core parts into enum-core.h

[branislav.katreniak] ds/reflect: 1st enum option is not empty value

[branislav.katreniak] cache: fix -Wmissing-field-initializers

[branislav.katreniak] ds/reflect-test: fix after logic changed

[branislav.katreniak] dsConnector: pass dssId and apartmentId in authenticate message

[jean.visagie] Added artifacts to CI config

[Christian Hitz] fail in case of unknown paths

[Christian Hitz] device: make functions const where possible

[Christian Hitz] light-device: add support for hue channel

[Christian Hitz] light-device: add support for saturation channel

[Christian Hitz] light-device: add support for colortemp channel

[Christian Hitz] light-device: add support for x/y channels

[Christian Hitz] implement scene flags for multi-channel devices

[Christian Hitz] add support for channel dontCare flags

[Christian Hitz] light-device: simplify channel read/write implementation

[Christian Hitz] move multi channel test into own file

[Christian Hitz] implement serialization for new enum values

[Christian Hitz] light-device: invalidate channels

[Christian Hitz] hal-device: fix warning

[Christian Hitz] hal-device: remove unreachable code

[Christian Hitz] improve test coverage

[Christian Hitz] fix potential endless loops

[Christian Hitz] remove unreachable code

[Christian Hitz] rename variables and add new tests

[Christian Hitz] add uncached tests

[branislav.katreniak] websocketMessage: fix test

[branislav.katreniak] websocketMessage: drop test

[Christian Hitz] hal-device: remove commented line

[jean.visagie] Cache update process implementation

[jean.visagie] Integration in dss

[jean.visagie] Different update speeds Better mocking of hal

[jean.visagie] Cleanup

[jean.visagie] Improve unit test coverage

[jean.visagie] Add missing event subscription

[jean.visagie] Rework of cache miss return. No longer via throwing exception

------------------------------------------
[...truncated 127.99 KB...]
7640156792218 tr_TR: OK
7640156792263 tr_TR: OK
7640156792294 tr_TR: OK
7640156792317 tr_TR: OK
7640156792331 tr_TR: OK
7640156792362 tr_TR: OK
7640156792225 tr_TR: OK
7640156792324 tr_TR: OK
7640156792348 tr_TR: OK
7640156792355 tr_TR: OK
7640156792379 tr_TR: OK
7640156792386 tr_TR: OK
7640156792393 tr_TR: OK
7640156792232 tr_TR: OK
7640156792249 tr_TR: OK
7640156792256 tr_TR: OK
7640156792270 tr_TR: OK
7640156792287 tr_TR: OK
7640156792300 tr_TR: OK
7640156792416 tr_TR: OK
7640156792423 tr_TR: OK
7640156792430 tr_TR: OK
7640156792447 tr_TR: OK
7640156792461 tr_TR: OK
7640156792478 tr_TR: OK
7640156792799 tr_TR: OK
7640156792805 tr_TR: OK
7640156792812 tr_TR: OK
7640156792829 tr_TR: OK
7640156792850 tr_TR: OK
7640156792881 tr_TR: OK
7640156792874 tr_TR: OK
7640156792867 tr_TR: OK
7640156792898 tr_TR: OK
7640156792942 tr_TR: OK
7640156792935 tr_TR: OK
7640156792928 tr_TR: OK
7640156792911 tr_TR: OK
7640156792904 tr_TR: OK
7640156792966 tr_TR: OK
7640156792973 tr_TR: OK
7640156792980 tr_TR: OK
7640156792997 tr_TR: OK
7640156793000 tr_TR: OK
7640156793017 tr_TR: OK
7640156793024 tr_TR: OK
7640156793031 tr_TR: OK
7640156793048 tr_TR: OK
7640156793154 tr_TR: OK
7640156793161 tr_TR: OK
7640156793376 tr_TR: OK
7640156793130 tr_TR: OK
7640156793277 tr_TR: OK
7640156793567 tr_TR: OK
7640156792959 tr_TR: OK
7640156793062 tr_TR: OK
7640156793055 tr_TR: OK
7640156793079 tr_TR: OK
7640156793086 tr_TR: OK
7640156793093 tr_TR: OK
7640156793109 tr_TR: OK
7640156793116 tr_TR: OK
7640156793123 tr_TR: OK
7640156793147 tr_TR: OK
7640156793178 tr_TR: OK
7640156793185 tr_TR: OK
7640156793192 tr_TR: OK
7640156793208 tr_TR: OK
7640156793215 tr_TR: OK
7640156793222 tr_TR: OK
7640156793239 tr_TR: OK
7640156793246 tr_TR: OK
7640156793253 tr_TR: OK
7640156793260 tr_TR: OK
7640156793284 tr_TR: OK
7640156793291 tr_TR: OK
7640156793307 tr_TR: OK
7640156793314 tr_TR: OK
7640156793321 tr_TR: OK
7640156793338 tr_TR: OK
7640156793345 tr_TR: OK
7640156793352 tr_TR: OK
7640156793369 tr_TR: OK
7640156793390 tr_TR: OK
7640156793406 tr_TR: OK
7640156793413 tr_TR: OK
7640156793420 tr_TR: OK
7640156793710 tr_TR: OK
7640156793734 tr_TR: OK
7640156792546 tr_TR: OK
7640156792669 tr_TR: OK
7640156792553 tr_TR: OK
7640156792560 tr_TR: OK
7640156792577 tr_TR: OK
7640156792584 tr_TR: OK
7640156792614 tr_TR: OK
7640156792621 tr_TR: OK
7640156792638 tr_TR: OK
7640156792645 tr_TR: OK
7640156792652 tr_TR: OK
7640156792676 tr_TR: OK
7640156792737 tr_TR: OK
7640156793741 tr_TR: OK
7640156793758 tr_TR: OK
7640156793765 tr_TR: OK
7640156793772 tr_TR: OK
7640156793826 tr_TR: OK
7640156793833 tr_TR: OK
7640156793871 tr_TR: OK
7640156792591 tr_TR: OK
7640156792607 tr_TR: OK
7640156792744 tr_TR: OK
7640156792683 tr_TR: OK
7640156793864 tr_TR: OK
7640156793895 tr_TR: OK
7640156793901 tr_TR: OK
7640156793888 tr_TR: OK
2345678901234 tr_TR: OK
7640156794076 tr_TR: OK
7640156794083 tr_TR: OK
7640156794090 tr_TR: OK
7640156794106 tr_TR: OK
7640156794113 tr_TR: OK
7640156794120 tr_TR: OK
7640156794144 tr_TR: OK
7640156794137 tr_TR: OK
7640156794182 tr_TR: OK
7640156794205 tr_TR: OK
7640156794212 tr_TR: OK
7640156794229 tr_TR: OK
7640156794236 tr_TR: OK
7640156794243 tr_TR: OK
7640156794250 tr_TR: OK
7640156794267 tr_TR: OK
7640156794311 tr_TR: OK
7640156794298 tr_TR: OK
7640156794328 tr_TR: OK
7640156794199 tr_TR: OK
7640156794304 tr_TR: OK
7640156794342 tr_TR: OK
7640156793925 tr_TR: OK
7640156793932 tr_TR: OK
7640156793987 tr_TR: OK
7640156794014 tr_TR: OK
7640156794021 tr_TR: OK
7640156793918 tr_TR: OK
7640156793949 tr_TR: OK
7640156793956 tr_TR: OK
7640156793994 tr_TR: OK
7640156794007 tr_TR: OK
7640156794038 tr_TR: OK
7640156794281 tr_TR: OK
Bosch tr_TR: OK
Generic tr_TR: OK
Washing tr_TR: OK
Machine tr_TR: OK
7640156794274 tr_TR: OK
po/tr_TR/vdc-common.po tr_TR: OK
tx INFO: Pulling translations for resource dss-mainline.dss-mainlinepot (source: po/dss-mainline.pot)
tx INFO: Skipping 'fi_FI' translation (file: po/fi_FI/dss-mainline.po).
tx INFO: Skipping 'pt_PT' translation (file: po/pt_PT/dss-mainline.po).
tx INFO: Skipping 'it_IT' translation (file: po/it_IT/dss-mainline.po).
tx INFO: Skipping 'sv_SE' translation (file: po/sv_SE/dss-mainline.po).
tx INFO: Skipping 'nl_NL' translation (file: po/nl_NL/dss-mainline.po).
tx INFO: Skipping 'en_US' translation (file: po/en_US/dss-mainline.po).
tx INFO: Skipping 'tr_TR' translation (file: po/tr_TR/dss-mainline.po).
tx INFO: Skipping 'fr_CH' translation (file: po/fr_CH/dss-mainline.po).
tx INFO: Skipping 'de_DE' translation (file: po/de_DE/dss-mainline.po).
tx INFO: Skipping 'pl_PL' translation (file: po/pl_PL/dss-mainline.po).
tx INFO: Skipping 'nb_NO' translation (file: po/nb_NO/dss-mainline.po).
tx INFO: Skipping 'da_DK' translation (file: po/da_DK/dss-mainline.po).
tx INFO: Skipping 'en_pseudo' translation (file: po/en_pseudo/dss-mainline.po).
tx INFO: Done.
tx INFO: Done.
~/workspace/dSS vdc-db update/data
++ git status
++ wc -l
++ egrep '(\.po$|vdc-db.sql)'
+ CHANGES=49
+ '[' 49 -gt 0 ']'
+ git add vdc-db.sql
+ cd ..
+ git add --all po
+ git commit '-mUpdate vdc-db and translations'
[detached HEAD 4799008] Update vdc-db and translations
 49 files changed, 3425 insertions(+), 3 deletions(-)
 create mode 100644 po/de_DE/vdc-gtin-7640156794274.po
 create mode 100644 po/de_DE/vdc-gtin-7640156794281.po
 create mode 100644 po/de_DE/vdc-gtin-Bosch.po
 create mode 100644 po/de_DE/vdc-gtin-Generic.po
 create mode 100644 po/de_DE/vdc-gtin-Machine.po
 create mode 100644 po/de_DE/vdc-gtin-Washing.po
 create mode 100644 po/en_US/vdc-gtin-7640156794274.po
 create mode 100644 po/en_US/vdc-gtin-7640156794281.po
 create mode 100644 po/en_US/vdc-gtin-Bosch.po
 create mode 100644 po/en_US/vdc-gtin-Generic.po
 create mode 100644 po/en_US/vdc-gtin-Machine.po
 create mode 100644 po/en_US/vdc-gtin-Washing.po
 create mode 100644 po/en_pseudo/vdc-gtin-7640156794274.po
 create mode 100644 po/en_pseudo/vdc-gtin-7640156794281.po
 create mode 100644 po/en_pseudo/vdc-gtin-Bosch.po
 create mode 100644 po/en_pseudo/vdc-gtin-Generic.po
 create mode 100644 po/en_pseudo/vdc-gtin-Machine.po
 create mode 100644 po/en_pseudo/vdc-gtin-Washing.po
 create mode 100644 po/fi_FI/vdc-gtin-7640156794274.po
 create mode 100644 po/fi_FI/vdc-gtin-7640156794281.po
 create mode 100644 po/fi_FI/vdc-gtin-Bosch.po
 create mode 100644 po/fi_FI/vdc-gtin-Generic.po
 create mode 100644 po/fi_FI/vdc-gtin-Machine.po
 create mode 100644 po/fi_FI/vdc-gtin-Washing.po
 create mode 100644 po/fr_CH/vdc-gtin-7640156794274.po
 create mode 100644 po/fr_CH/vdc-gtin-7640156794281.po
 create mode 100644 po/fr_CH/vdc-gtin-Bosch.po
 create mode 100644 po/fr_CH/vdc-gtin-Generic.po
 create mode 100644 po/fr_CH/vdc-gtin-Machine.po
 create mode 100644 po/fr_CH/vdc-gtin-Washing.po
 create mode 100644 po/it_IT/vdc-gtin-7640156794274.po
 create mode 100644 po/it_IT/vdc-gtin-7640156794281.po
 create mode 100644 po/it_IT/vdc-gtin-Bosch.po
 create mode 100644 po/it_IT/vdc-gtin-Generic.po
 create mode 100644 po/it_IT/vdc-gtin-Machine.po
 create mode 100644 po/it_IT/vdc-gtin-Washing.po
 create mode 100644 po/nl_NL/vdc-gtin-7640156794274.po
 create mode 100644 po/nl_NL/vdc-gtin-7640156794281.po
 create mode 100644 po/nl_NL/vdc-gtin-Bosch.po
 create mode 100644 po/nl_NL/vdc-gtin-Generic.po
 create mode 100644 po/nl_NL/vdc-gtin-Machine.po
 create mode 100644 po/nl_NL/vdc-gtin-Washing.po
 create mode 100644 po/tr_TR/vdc-gtin-7640156794274.po
 create mode 100644 po/tr_TR/vdc-gtin-7640156794281.po
 create mode 100644 po/tr_TR/vdc-gtin-Bosch.po
 create mode 100644 po/tr_TR/vdc-gtin-Generic.po
 create mode 100644 po/tr_TR/vdc-gtin-Machine.po
 create mode 100644 po/tr_TR/vdc-gtin-Washing.po
+ git push origin HEAD:master
To ssh://git@git.digitalstrom.org:16022/dss/dss-mainline.git
 ! [rejected]        HEAD -> master (fetch first)
error: failed to push some refs to 'ssh://git@git.digitalstrom.org:16022/dss/dss-mainline.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user jin at developer.digitalstrom.org
Not sending mail to unregistered user jean.visagie at digitalstrom.com
Not sending mail to unregistered user michal.tomaszewski at digitalstrom.com
Not sending mail to unregistered user jenkins at cloudapp.net
Not sending mail to unregistered user branislav.katreniak at digitalstrom.com


More information about the dSS-merge-requests mailing list