Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bsblan] BSB LAN Binding initial contribution #6314

Merged
merged 63 commits into from
Apr 16, 2020
Merged

[bsblan] BSB LAN Binding initial contribution #6314

merged 63 commits into from
Apr 16, 2020

Conversation

hypetsch
Copy link
Contributor

This binding adds support to interact with a BSB-LAN device which can be used read and write parameters of several heating controlers. More details: https://github.com/fredlcore/bsb_lan

The binding has already been tested by two other users after publishing it in the forum via thread https://community.openhab.org/t/new-binding-for-bsb-lan-device/

The way the binding is working was inspired by the fronius binding.

@hypetsch hypetsch marked this pull request as ready for review October 31, 2019 22:12
@hypetsch hypetsch requested a review from a team as a code owner October 31, 2019 22:12
@TravisBuddy
Copy link

Travis tests have failed

Hey @hypetsch,
please read the following log in order to understand the failure reason. There might also be some helpful tips along the way.
It will be awesome if you fix what is wrong and commit the changes.

2nd Build

Expand here
Single addon pull request: Building org.openhab.binding.bsblan
[WARNING] /home/travis/build/openhab/openhab2-addons/bundles/org.openhab.binding.bsblan/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab2-addons/bundles/org.openhab.binding.bsblan/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[WARNING] The POM for com.sun.xml.bind:jaxb-core:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for com.sun.xml.bind:jaxb-impl:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Could not find file feature file features/karaf/openhab-addons/src/main/feature/feature.xml
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (file:/home/travis/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-impl-2.2.11.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
     [java] JVM args ignored when same JVM is used.
     [java] Warnings generated: 4
[INFO] Individual report appended to summary report.
[ERROR] Code Analysis Tool has found: 
 2 error(s)! 
 17 warning(s) 
 9 info(s)
[WARNING] org.openhab.binding.bsblan.internal.BsbLanBindingConstants.java:[34]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.BsbLanBindingConstants.java:[35]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.handler.BsbLanBridgeHandler.java:[41]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.handler.BsbLanParameterHandler.java:[38]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.handler.BsbLanBaseThingHandler.java:[36]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.helper.BsbLanParameterConverter.java:[34]
Classes/Interfaces should be annotated with @NonNullByDefault
[DEBUG] org.openhab.binding.bsblan.internal.helper.BsbLanParameterConverter.java:[36]
'static' modifier out of order with the JLS suggestions.
[DEBUG] org.openhab.binding.bsblan.internal.helper.BsbLanParameterConverter.java:[36]
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
[DEBUG] org.openhab.binding.bsblan.internal.helper.BsbLanParameterConverter.java:[39]
Remove empty line after opening brace
[DEBUG] org.openhab.binding.bsblan.internal.helper.BsbLanParameterConverter.java:[95]
Remove empty line before closing brace
[WARNING] org.openhab.binding.bsblan.internal.configuration.BsbLanBridgeConfiguration.java:[21]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.configuration.BsbLanParameterConfiguration.java:[21]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.api.BsbLanApiContent.java:[20]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.api.BsbLanApiCaller.java:[41]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.api.models.BsbLanApiParameter.java:[22]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.api.models.BsbLanApiParameterSetResponse.java:[26]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.api.models.BsbLanApiParameterSetResult.java:[23]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.api.models.BsbLanApiParameterSetRequest.java:[25]
Classes/Interfaces should be annotated with @NonNullByDefault
[WARNING] org.openhab.binding.bsblan.internal.api.models.BsbLanApiParameterQueryResponse.java:[26]
Classes/Interfaces should be annotated with @NonNullByDefault
[ERROR] org.openhab.binding.bsblan.internal.api.BsbLanApiContentConverter.java:[28]
Illegal class is passed to LoggerFactory#getLogger(Class). It should be one of [org.openhab.binding.bsblan.internal.api.BsbLanApiContentConverter].
[WARNING] org.openhab.binding.bsblan.internal.api.BsbLanApiContentConverter.java:[27]
Classes/Interfaces should be annotated with @NonNullByDefault
[DEBUG] org.openhab.binding.bsblan.internal.api.BsbLanApiContentConverter.java:[28]
'static' modifier out of order with the JLS suggestions.
[DEBUG] org.openhab.binding.bsblan.internal.api.BsbLanApiContentConverter.java:[28]
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.
[DEBUG] org.openhab.binding.bsblan.internal.api.BsbLanApiContentConverter.java:[]
Logger should be non-static field. Change this field (logger) to non-static field.
[ERROR] org.openhab.binding.bsblan.internal.handler.BsbLanParameterHandler.java:[133]
Count of placeholder(1) is not equal to count of parameter(2)
[DEBUG] org.openhab.binding.bsblan.internal.helper.BsbLanParameterConverter.java:[]
Logger should be non-static field. Change this field (logger) to non-static field.
[WARNING] org.openhab.binding.bsblan.internal.BsbLanHandlerFactory.java:[37]
Classes/Interfaces should be annotated with @NonNullByDefault
[DEBUG] org.openhab.binding.bsblan.bsblan.code-workspace:[0]
File does not end with a newline.
[ERROR] Failed to execute goal org.openhab.tools.sat:sat-plugin:0.7.0:report (sat-all) on project org.openhab.binding.bsblan: 
[ERROR] Code Analysis Tool has found 2 error(s)! 
[ERROR] Please fix the errors and rerun the build.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

@TravisBuddy
Copy link

Travis tests were successful

Hey @hypetsch,
we found no major flaws with your code. Still you might want to look at this logfile, as we usually suggest some optional improvements.

1 similar comment
@TravisBuddy
Copy link

Travis tests were successful

Hey @hypetsch,
we found no major flaws with your code. Still you might want to look at this logfile, as we usually suggest some optional improvements.

@Hilbrand Hilbrand changed the title [bsblan] Add bsb lan binding [bsblan] Initial contribution bsb lan binding Nov 1, 2019
@Hilbrand Hilbrand added the new binding If someone has started to work on a binding. For a new binding PR. label Nov 1, 2019
@Hilbrand Hilbrand changed the title [bsblan] Initial contribution bsb lan binding [bsblan] bsb lan binding initial contribution Nov 1, 2019
@wborn wborn changed the title [bsblan] bsb lan binding initial contribution [bsblan] BSB LAN Binding initial contribution Nov 5, 2019
@TravisBuddy
Copy link

Travis tests have failed

Hey @hypetsch,
please read the following log in order to understand the failure reason. There might also be some helpful tips along the way.
It will be awesome if you fix what is wrong and commit the changes.

2nd Build

Expand here
Single addon pull request: Building org.openhab.binding.bsblan
[ERROR] [ERROR] Could not find the selected project in the reactor: :org.openhab.binding.bsblan @ 
[ERROR] Could not find the selected project in the reactor: :org.openhab.binding.bsblan -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

@hypetsch hypetsch changed the base branch from master to 2.5.x February 20, 2020 07:40
@TravisBuddy
Copy link

Travis tests have failed

Hey @hypetsch,
please read the following log in order to understand the failure reason. There might also be some helpful tips along the way.
It will be awesome if you fix what is wrong and commit the changes.

2nd Build

Expand here
Build all
  1/244| openHAB Add-ons 2.5.3-SNAPSHOT
  2/244| openHAB Add-ons :: BOM 2.5.3-SNAPSHOT
  3/244| openHAB Add-ons :: BOM :: Runtime Index 2.5.3-SNAPSHOT
  4/244| openHAB Add-ons :: BOM :: Test Index 2.5.3-SNAPSHOT
  5/244| openHAB Add-ons :: BOM :: openHAB Core Index 2.5.3-SNAPSHOT
  6/244| openHAB Add-ons :: Bundles 2.5.3-SNAPSHOT
  7/244| openHAB Add-ons :: Bundles :: Airquality Binding 2.5.3-SNAPSHOT
  8/244| openHAB Add-ons :: Bundles :: AirVisual Node Air Quality Monitor Binding 2.5.3-SNAPSHOT
  9/244| openHAB Add-ons :: Bundles :: AllPlay Binding 2.5.3-SNAPSHOT
 10/244| openHAB Add-ons :: Bundles :: Amazon Dash Button Binding 2.5.3-SNAPSHOT
 11/244| openHAB Add-ons :: Bundles :: Amazon Echo Control Binding 2.5.3-SNAPSHOT
 12/244| openHAB Add-ons :: Bundles :: Ambient Weather Binding 2.5.3-SNAPSHOT
 13/244| openHAB Add-ons :: Bundles :: Astro Binding 2.5.3-SNAPSHOT
 14/244| openHAB Add-ons :: Bundles :: Atlona Binding 2.5.3-SNAPSHOT
 15/244| openHAB Add-ons :: Bundles :: Autelis Binding 2.5.3-SNAPSHOT
 16/244| openHAB Add-ons :: Bundles :: AVM FRITZ! Binding 2.5.3-SNAPSHOT
 17/244| openHAB Add-ons :: Bundles :: BigAssFan Binding 2.5.3-SNAPSHOT
 18/244| openHAB Add-ons :: Bundles :: Bluetooth Binding 2.5.3-SNAPSHOT
 19/244| openHAB Add-ons :: Bundles :: BlueGiga Bluetooth Adapter 2.5.3-SNAPSHOT
 20/244| openHAB Add-ons :: Bundles :: BlueZ Bluetooth Adapter 2.5.3-SNAPSHOT
 21/244| openHAB Add-ons :: Bundles :: Blukii Bluetooth Adapter 2.5.3-SNAPSHOT
 22/244| openHAB Add-ons :: Bundles :: RuuviTag Bluetooth Adapter 2.5.3-SNAPSHOT
 23/244| openHAB Add-ons :: Bundles :: Bosch Indego Binding 2.5.3-SNAPSHOT
 24/244| openHAB Add-ons :: Bundles :: BoseSoundTouch Binding 2.5.3-SNAPSHOT
 25/244| openHAB Add-ons :: Bundles :: Buienradar Binding 2.5.3-SNAPSHOT
 26/244| openHAB Add-ons :: Bundles :: Chromecast Binding 2.5.3-SNAPSHOT
 27/244| openHAB Add-ons :: Bundles :: CM11A Binding 2.5.3-SNAPSHOT
 28/244| openHAB Add-ons :: Bundles :: CoolMasterNet Binding 2.5.3-SNAPSHOT
 29/244| openHAB Add-ons :: Bundles :: Daikin Binding 2.5.3-SNAPSHOT
 30/244| openHAB Add-ons :: Bundles :: Dark Sky Binding 2.5.3-SNAPSHOT
 31/244| openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding 2.5.3-SNAPSHOT
 32/244| openHAB Add-ons :: Bundles :: Denon / Marantz Binding 2.5.3-SNAPSHOT
 33/244| openHAB Add-ons :: Bundles :: Digiplex/EVO Binding 2.5.3-SNAPSHOT
 34/244| openHAB Add-ons :: Bundles :: DigitalSTROM Binding 2.5.3-SNAPSHOT
 35/244| openHAB Add-ons :: Bundles :: D-Link Smart Home Binding 2.5.3-SNAPSHOT
 36/244| openHAB Add-ons :: Bundles :: DMX Binding 2.5.3-SNAPSHOT
 37/244| openHAB Add-ons :: Bundles :: Doorbird Binding 2.5.3-SNAPSHOT
 38/244| openHAB Add-ons :: Bundles :: DSCAlarm Binding 2.5.3-SNAPSHOT
 39/244| openHAB Add-ons :: Bundles :: DSMR Binding 2.5.3-SNAPSHOT
​ 40/244| openHAB Add-ons :: Bundles :: DwdUnwetter Binding 2.5.3-SNAPSHOT
 41/244| openHAB Add-ons :: Bundles :: EleroTransmitterStick Binding 2.5.3-SNAPSHOT
 42/244| openHAB Add-ons :: Bundles :: EnOcean Binding 2.5.3-SNAPSHOT
 43/244| openHAB Add-ons :: Bundles :: EnturNo Binding 2.5.3-SNAPSHOT
 44/244| openHAB Add-ons :: Bundles :: evohome Binding 2.5.3-SNAPSHOT
 45/244| openHAB Add-ons :: Bundles :: Exec Binding 2.5.3-SNAPSHOT
 46/244| openHAB Add-ons :: Bundles :: Feed Binding 2.5.3-SNAPSHOT
 47/244| openHAB Add-ons :: Bundles :: Feican Binding 2.5.3-SNAPSHOT
 48/244| openHAB Add-ons :: Bundles :: Folding Binding 2.5.3-SNAPSHOT
 49/244| openHAB Add-ons :: Bundles :: Foobot Binding 2.5.3-SNAPSHOT
 50/244| openHAB Add-ons :: Bundles :: Freebox Binding 2.5.3-SNAPSHOT
 51/244| openHAB Add-ons :: Bundles :: Fronius Binding 2.5.3-SNAPSHOT
 52/244| openHAB Add-ons :: Bundles :: FSInternetRadio Binding 2.5.3-SNAPSHOT
 53/244| openHAB Add-ons :: Bundles :: FTP Upload Binding 2.5.3-SNAPSHOT
 54/244| openHAB Add-ons :: Bundles :: Gardena Binding 2.5.3-SNAPSHOT
 55/244| openHAB Add-ons :: Bundles :: Transformation Service :: Map 2.5.3-SNAPSHOT
 56/244| openHAB Add-ons :: Bundles :: GlobalCache Binding 2.5.3-SNAPSHOT
 57/244| openHAB Add-ons :: Bundles :: GPSTracker Binding 2.5.3-SNAPSHOT
 58/244| openHAB Add-ons :: Bundles :: GROHE ONDUS Binding 2.5.3-SNAPSHOT
 59/244| openHAB Add-ons :: Bundles :: HarmonyHub Binding 2.5.3-SNAPSHOT
 60/244| openHAB Add-ons :: Bundles :: HDanywhere Binding 2.5.3-SNAPSHOT
 61/244| openHAB Add-ons :: Bundles :: Hunter Douglas PowerView Binding 2.5.3-SNAPSHOT
 62/244| openHAB Add-ons :: Bundles :: Helios Binding 2.5.3-SNAPSHOT
 63/244| openHAB Add-ons :: Bundles :: Heos Binding 2.5.3-SNAPSHOT
 64/244| openHAB Add-ons :: Bundles :: Homematic Binding 2.5.3-SNAPSHOT
 65/244| openHAB Add-ons :: Bundles :: HP Printer Binding 2.5.3-SNAPSHOT
 66/244| openHAB Add-ons :: Bundles :: hue Binding 2.5.3-SNAPSHOT
 67/244| openHAB Add-ons :: Bundles :: Hydrawise Binding 2.5.3-SNAPSHOT
 68/244| openHAB Add-ons :: Bundles :: Hyperion Binding 2.5.3-SNAPSHOT
 69/244| openHAB Add-ons :: Bundles :: iAquaLink Binding 2.5.3-SNAPSHOT
 70/244| openHAB Add-ons :: Bundles :: iCloud Binding 2.5.3-SNAPSHOT
 71/244| openHAB Add-ons :: Bundles :: IHC Binding 2.5.3-SNAPSHOT
 72/244| openHAB Add-ons :: Bundles :: innogy Smarthome Binding 2.5.3-SNAPSHOT
 73/244| openHAB Add-ons :: Bundles :: IPP Binding 2.5.3-SNAPSHOT
 74/244| openHAB Add-ons :: Bundles :: IRtrans Binding 2.5.3-SNAPSHOT
 75/244| openHAB Add-ons :: Bundles :: JeeLink Binding 2.5.3-SNAPSHOT
 76/244| openHAB Add-ons :: Bundles :: Keba Binding 2.5.3-SNAPSHOT
 77/244| openHAB Add-ons :: Bundles :: KM200 Binding 2.5.3-SNAPSHOT
 78/244| openHAB Add-ons :: Bundles :: KNX Binding 2.5.3-SNAPSHOT
 79/244| openHAB Add-ons :: Bundles :: Kodi Binding 2.5.3-SNAPSHOT
 80/244| openHAB Add-ons :: Bundles :: Konnected Binding 2.5.3-SNAPSHOT
 81/244| openHAB Add-ons :: Bundles :: Kostal Binding 2.5.3-SNAPSHOT
 82/244| openHAB Add-ons :: Bundles :: LaMetric Time Binding 2.5.3-SNAPSHOT
 83/244| openHAB Add-ons :: Bundles :: Leap Motion Binding 2.5.3-SNAPSHOT
 84/244| openHAB Add-ons :: Bundles :: LG HomBot Binding 2.5.3-SNAPSHOT
 85/244| openHAB Add-ons :: Bundles :: LG TV Serial Binding 2.5.3-SNAPSHOT
 86/244| openHAB Add-ons :: Bundles :: LG webOS Binding 2.5.3-SNAPSHOT
 87/244| openHAB Add-ons :: Bundles :: LIFX Binding 2.5.3-SNAPSHOT
 88/244| openHAB Add-ons :: Bundles :: LIRC Binding 2.5.3-SNAPSHOT
 89/244| openHAB Add-ons :: Bundles :: LinuxInput Binding 2.5.3-SNAPSHOT
 90/244| openHAB Add-ons :: Bundles :: Log Reader Binding 2.5.3-SNAPSHOT
 91/244| openHAB Add-ons :: Bundles :: Loxone Binding 2.5.3-SNAPSHOT
 92/244| openHAB Add-ons :: Bundles :: Lutron Binding 2.5.3-SNAPSHOT
 93/244| openHAB Add-ons :: Bundles :: Mail Binding 2.5.3-SNAPSHOT
 94/244| openHAB Add-ons :: Bundles :: MaxCube Binding 2.5.3-SNAPSHOT
 95/244| openHAB Add-ons :: Bundles :: mcp23017 Binding 2.5.3-SNAPSHOT
 96/244| openHAB Add-ons :: Bundles :: MELCloud Binding 2.5.3-SNAPSHOT
 97/244| openHAB Add-ons :: Bundles :: meteoblue Binding 2.5.3-SNAPSHOT
 98/244| openHAB Add-ons :: Bundles :: meteostick Binding 2.5.3-SNAPSHOT
 99/244| openHAB Add-ons :: Bundles :: Miele Binding 2.5.3-SNAPSHOT
​100/244| openHAB Add-ons :: Bundles :: Xiaomi Mi Smart Home Binding 2.5.3-SNAPSHOT
101/244| openHAB Add-ons :: Bundles :: Xiaomi Mi IO Binding 2.5.3-SNAPSHOT
102/244| openHAB Add-ons :: Bundles :: Millheat Binding 2.5.3-SNAPSHOT
103/244| openHAB Add-ons :: Bundles :: Milight Binding 2.5.3-SNAPSHOT
104/244| openHAB Add-ons :: Bundles :: Minecraft Binding 2.5.3-SNAPSHOT
105/244| openHAB Add-ons :: Bundles :: IO :: Modbus Transport 2.5.3-SNAPSHOT
106/244| openHAB Add-ons :: Bundles :: Modbus Binding 2.5.3-SNAPSHOT
107/244| openHAB Add-ons :: Bundles :: MQTT Broker Binding 2.5.3-SNAPSHOT
108/244| openHAB Add-ons :: Bundles :: MQTT Things and Channels 2.5.3-SNAPSHOT
109/244| openHAB Add-ons :: Bundles :: MQTT HomeAssistant Convention 2.5.3-SNAPSHOT
110/244| openHAB Add-ons :: Bundles :: MQTT Homie Convention 2.5.3-SNAPSHOT
111/244| openHAB Add-ons :: Bundles :: Nanoleaf Binding 2.5.3-SNAPSHOT
112/244| openHAB Add-ons :: Bundles :: Neato Binding 2.5.3-SNAPSHOT
113/244| openHAB Add-ons :: Bundles :: Neeo Binding 2.5.3-SNAPSHOT
114/244| openHAB Add-ons :: Bundles :: NeoHub Binding 2.5.3-SNAPSHOT
115/244| openHAB Add-ons :: Bundles :: Nest Binding 2.5.3-SNAPSHOT
116/244| openHAB Add-ons :: Bundles :: Netatmo Binding 2.5.3-SNAPSHOT
117/244| openHAB Add-ons :: Bundles :: Network Binding 2.5.3-SNAPSHOT
118/244| openHAB Add-ons :: Bundles :: Network UPS Tools Binding 2.5.3-SNAPSHOT
119/244| openHAB Add-ons :: Bundles :: Nibe Heatpump Binding 2.5.3-SNAPSHOT
120/244| openHAB Add-ons :: Bundles :: NibeUplink Binding 2.5.3-SNAPSHOT
121/244| openHAB Add-ons :: Bundles :: Nikobus Binding 2.5.3-SNAPSHOT
122/244| openHAB Add-ons :: Bundles :: Niko Home Control Binding 2.5.3-SNAPSHOT
123/244| openHAB Add-ons :: Bundles :: NTP Binding 2.5.3-SNAPSHOT
124/244| openHAB Add-ons :: Bundles :: Nuki Binding 2.5.3-SNAPSHOT
125/244| openHAB Add-ons :: Bundles :: Oceanic Binding 2.5.3-SNAPSHOT
126/244| openHAB Add-ons :: Bundles :: OmnikInverter Binding 2.5.3-SNAPSHOT
127/244| openHAB Add-ons :: Bundles :: OneBusAway Binding 2.5.3-SNAPSHOT
128/244| openHAB Add-ons :: Bundles :: OneWireGPIO Binding 2.5.3-SNAPSHOT
129/244| openHAB Add-ons :: Bundles :: OneWire Binding 2.5.3-SNAPSHOT
130/244| openHAB Add-ons :: Bundles :: Onkyo Binding 2.5.3-SNAPSHOT
131/244| openHAB Add-ons :: Bundles :: OpenGarage Binding 2.5.3-SNAPSHOT
132/244| openHAB Add-ons :: Bundles :: OpenSprinkler Binding 2.5.3-SNAPSHOT
133/244| openHAB Add-ons :: Bundles :: OpenUV Binding 2.5.3-SNAPSHOT
134/244| openHAB Add-ons :: Bundles :: OpenWeatherMap Binding 2.5.3-SNAPSHOT
135/244| openHAB Add-ons :: Bundles :: Orvibo Binding 2.5.3-SNAPSHOT
136/244| openHAB Add-ons :: Bundles :: ParadoxAlarm Binding 2.5.3-SNAPSHOT
137/244| openHAB Add-ons :: Bundles :: Pentair Binding 2.5.3-SNAPSHOT
138/244| openHAB Add-ons :: Bundles :: PHC Binding 2.5.3-SNAPSHOT
139/244| openHAB Add-ons :: Bundles :: PioneerAvr Binding 2.5.3-SNAPSHOT
140/244| openHAB Add-ons :: Bundles :: pixometer Binding 2.5.3-SNAPSHOT
141/244| openHAB Add-ons :: Bundles :: PJLink Binding 2.5.3-SNAPSHOT
142/244| openHAB Add-ons :: Bundles :: PLCLogo Binding 2.5.3-SNAPSHOT
143/244| openHAB Add-ons :: Bundles :: Plugwise Binding 2.5.3-SNAPSHOT
144/244| openHAB Add-ons :: Bundles :: Powermax Binding 2.5.3-SNAPSHOT
145/244| openHAB Add-ons :: Bundles :: Pulseaudio Binding 2.5.3-SNAPSHOT
146/244| openHAB Add-ons :: Bundles :: Pushbullet Binding 2.5.3-SNAPSHOT
147/244| openHAB Add-ons :: Bundles :: RegoHeatPump Binding 2.5.3-SNAPSHOT
148/244| openHAB Add-ons :: Bundles :: Rfxcom Binding 2.5.3-SNAPSHOT
149/244| openHAB Add-ons :: Bundles :: RME Binding 2.5.3-SNAPSHOT
150/244| openHAB Add-ons :: Bundles :: Robonect Binding 2.5.3-SNAPSHOT
151/244| openHAB Add-ons :: Bundles :: Rotel Binding 2.5.3-SNAPSHOT
152/244| openHAB Add-ons :: Bundles :: RotelRa1x Binding 2.5.3-SNAPSHOT
153/244| openHAB Add-ons :: Bundles :: Russound Binding 2.5.3-SNAPSHOT
154/244| openHAB Add-ons :: Bundles :: SamsungTV Binding 2.5.3-SNAPSHOT
155/244| openHAB Add-ons :: Bundles :: Satel Binding 2.5.3-SNAPSHOT
​156/244| openHAB Add-ons :: Bundles :: Seneye Binding 2.5.3-SNAPSHOT
157/244| openHAB Add-ons :: Bundles :: senseBox Binding 2.5.3-SNAPSHOT
158/244| openHAB Add-ons :: Bundles :: SerialButton Binding 2.5.3-SNAPSHOT
159/244| openHAB Add-ons :: Bundles :: Shelly Binding 2.5.3-SNAPSHOT
160/244| openHAB Add-ons :: Bundles :: Siemens RDS Binding 2.5.3-SNAPSHOT
161/244| openHAB Add-ons :: Bundles :: Sinope Binding 2.5.3-SNAPSHOT
162/244| openHAB Add-ons :: Bundles :: Silvercrest Wifi Socket Binding 2.5.3-SNAPSHOT
163/244| openHAB Add-ons :: Bundles :: SleepIQ Binding 2.5.3-SNAPSHOT
164/244| openHAB Add-ons :: Bundles :: SMA EnergyMeter Binding 2.5.3-SNAPSHOT
165/244| openHAB Add-ons :: Bundles :: Smartmeter Binding 2.5.3-SNAPSHOT
166/244| openHAB Add-ons :: Bundles :: SNMP Binding 2.5.3-SNAPSHOT
167/244| openHAB Add-ons :: Bundles :: SolarEdge Binding 2.5.3-SNAPSHOT
168/244| openHAB Add-ons :: Bundles :: Solar-Log Binding 2.5.3-SNAPSHOT
169/244| openHAB Add-ons :: Bundles :: SomfyTahoma Binding 2.5.3-SNAPSHOT
170/244| openHAB Add-ons :: Bundles :: Sonos Binding 2.5.3-SNAPSHOT
171/244| openHAB Add-ons :: Bundles :: SonyAudio Binding 2.5.3-SNAPSHOT
172/244| openHAB Add-ons :: Bundles :: Sony Projector Binding 2.5.3-SNAPSHOT
173/244| openHAB Add-ons :: Bundles :: Spotify Binding 2.5.3-SNAPSHOT
174/244| openHAB Add-ons :: Bundles :: SqueezeBox Binding 2.5.3-SNAPSHOT
175/244| openHAB Add-ons :: Bundles :: Synop Analyzer Binding 2.5.3-SNAPSHOT
176/244| openHAB Add-ons :: Bundles :: Systeminfo Binding 2.5.3-SNAPSHOT
177/244| openHAB Add-ons :: Bundles :: Tado Binding 2.5.3-SNAPSHOT
178/244| openHAB Add-ons :: Bundles :: Tankerkoenig Binding 2.5.3-SNAPSHOT
179/244| openHAB Add-ons :: Bundles :: Telegram Binding 2.5.3-SNAPSHOT
180/244| openHAB Add-ons :: Bundles :: Tellstick Binding 2.5.3-SNAPSHOT
181/244| openHAB Add-ons :: Bundles :: Tesla Binding 2.5.3-SNAPSHOT
182/244| openHAB Add-ons :: Bundles :: TP-Link Smart Home Binding 2.5.3-SNAPSHOT
183/244| openHAB Add-ons :: Bundles :: TRÅDFRI Binding 2.5.3-SNAPSHOT
184/244| openHAB Add-ons :: Bundles :: UniFi Binding 2.5.3-SNAPSHOT
185/244| openHAB Add-ons :: Bundles :: Somfy URTSI II binding 2.5.3-SNAPSHOT
186/244| openHAB Add-ons :: Bundles :: ValloxMV Binding 2.5.3-SNAPSHOT
187/244| openHAB Add-ons :: Bundles :: Vektiva Binding 2.5.3-SNAPSHOT
188/244| openHAB Add-ons :: Bundles :: Volvo On Call Binding 2.5.3-SNAPSHOT
189/244| openHAB Add-ons :: Bundles :: Velbus Binding 2.5.3-SNAPSHOT
190/244| openHAB Add-ons :: Bundles :: Vitotronic Binding 2.5.3-SNAPSHOT
191/244| openHAB Add-ons :: Bundles :: WeatherCompany Binding 2.5.3-SNAPSHOT
192/244| openHAB Add-ons :: Bundles :: WeatherUnderground Binding 2.5.3-SNAPSHOT
193/244| openHAB Add-ons :: Bundles :: Wemo Binding 2.5.3-SNAPSHOT
194/244| openHAB Add-ons :: Bundles :: WiFiLED Binding 2.5.3-SNAPSHOT
195/244| openHAB Add-ons :: Bundles :: Windcentrale Binding 2.5.3-SNAPSHOT
196/244| openHAB Add-ons :: Bundles :: XMLTV Binding 2.5.3-SNAPSHOT
197/244| openHAB Add-ons :: Bundles :: XMPPClient Binding 2.5.3-SNAPSHOT
198/244| openHAB Add-ons :: Bundles :: Yamaha Receiver Binding 2.5.3-SNAPSHOT
199/244| openHAB Add-ons :: Bundles :: Yeelight Binding 2.5.3-SNAPSHOT
200/244| openHAB Add-ons :: Bundles :: Zoneminder Binding 2.5.3-SNAPSHOT
201/244| openHAB Add-ons :: Bundles :: ZWay Binding 2.5.3-SNAPSHOT
202/244| openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace 2.5.3-SNAPSHOT
203/244| openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace (Automation) 2.5.3-SNAPSHOT
204/244| openHAB Add-ons :: Bundles :: IO :: Homekit 2.5.3-SNAPSHOT
205/244| openHAB Add-ons :: Bundles :: IO :: Hue Emulation Service 2.5.3-SNAPSHOT
​206/244| openHAB Add-ons :: Bundles :: IO :: ImperiHome Integration Service 2.5.3-SNAPSHOT
207/244| openHAB Add-ons :: Bundles :: IO :: Java Sound Support 2.5.3-SNAPSHOT
208/244| openHAB Add-ons :: Bundles :: IO :: NEEO Integration 2.5.3-SNAPSHOT
209/244| openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector 2.5.3-SNAPSHOT
210/244| openHAB Add-ons :: Bundles :: IO :: MQTT Broker Moquette 2.5.3-SNAPSHOT
211/244| openHAB Add-ons :: Bundles :: IO :: Web Audio Support 2.5.3-SNAPSHOT
212/244| openHAB Add-ons :: Bundles :: Persistence Service :: MapDB 2.5.3-SNAPSHOT
213/244| openHAB Add-ons :: Bundles :: Transformation Service :: Binary To JSON 2.5.3-SNAPSHOT
214/244| openHAB Add-ons :: Bundles :: Transformation Service :: Exec 2.5.3-SNAPSHOT
215/244| openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript 2.5.3-SNAPSHOT
216/244| openHAB Add-ons :: Bundles :: Transformation Service :: Jinja 2.5.3-SNAPSHOT
217/244| openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath 2.5.3-SNAPSHOT
218/244| openHAB Add-ons :: Bundles :: Transformation Service :: RegEx 2.5.3-SNAPSHOT
219/244| openHAB Add-ons :: Bundles :: Transformation Service :: Scale 2.5.3-SNAPSHOT
220/244| openHAB Add-ons :: Bundles :: Transformation Service :: XPath 2.5.3-SNAPSHOT
221/244| openHAB Add-ons :: Bundles :: Transformation Service :: Xslt 2.5.3-SNAPSHOT
222/244| openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech 2.5.3-SNAPSHOT
223/244| openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech 2.5.3-SNAPSHOT
224/244| openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech 2.5.3-SNAPSHOT
225/244| openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech 2.5.3-SNAPSHOT
226/244| openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech 2.5.3-SNAPSHOT
227/244| openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech 2.5.3-SNAPSHOT
228/244| openHAB Add-ons :: BOM :: openHAB Add-ons 2.5.3-SNAPSHOT
229/244| openHAB Add-ons :: Features :: Karaf 2.5.3-SNAPSHOT
230/244| openHAB Add-ons :: Features :: Karaf :: Add-ons External 2.5.3-SNAPSHOT
231/244| openHAB Add-ons :: Features :: Karaf :: Add-ons 2.5.3-SNAPSHOT
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.regex ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.regex ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.regex.internal.RegExTransformationServiceTest
[main] INFO org.openhab.transform.regex.internal.RegExTransformationService - the given regular expression '^.*$' doesn't contain a group. No content will be extracted and returned!
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.openhab.transform.regex.internal.RegExTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.regex ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.regex ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.regex ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-regex/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.regex ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.scale >-------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: Scale 2.5.3-SNAPSHOT [219/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.scale ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.scale ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.scale ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.scale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.scale ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.scale ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.scale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.scale ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.scale ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.scale.internal.ScaleTransformServiceTest
[main] WARN org.eclipse.smarthome.core.transform.AbstractFileTransformationService - Could not transform 'azerty' with the file 'scale/evaluationorder.scale' : Scale must be used with numeric inputs, valid quantity types or a 'NaN' entry.
[main] WARN org.eclipse.smarthome.core.transform.AbstractFileTransformationService - Could not transform '-' with the file 'scale/humidex_fr.scale' : Scale must be used with numeric inputs, valid quantity types or a 'NaN' entry.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in org.openhab.transform.scale.internal.ScaleTransformServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.scale ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.scale ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.scale ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-scale/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.scale ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.xpath >-------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: XPath 2.5.3-SNAPSHOT [220/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.xpath ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.xpath ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.xpath ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.xpath ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.xpath ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/main/java/org/openhab/transform/xpath/internal/XPathTransformationService.java:[48,1660] Redundant null check: comparing '@NonNull String' against null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/main/java/org/openhab/transform/xpath/internal/XPathTransformationService.java:[48,1687] Redundant null check: comparing '@NonNull String' against null
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.xpath ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.xpath ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.xpath ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.xpath.internal.XPathTransformationServiceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s - in org.openhab.transform.xpath.internal.XPathTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.xpath ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.xpath ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.xpath ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-xpath/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.xpath ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.xslt >--------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: Xslt 2.5.3-SNAPSHOT [221/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.xslt ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.xslt ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.xslt ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.xslt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.xslt ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/main/java/org/openhab/transform/xslt/internal/XsltTransformationService.java:[59,2161] Redundant null check: comparing '@NonNull String' against null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/main/java/org/openhab/transform/xslt/internal/XsltTransformationService.java:[59,2181] Redundant null check: comparing '@NonNull String' against null
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.xslt ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.xslt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.xslt ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.xslt.internal.XsltTransformationServiceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.79 s - in org.openhab.transform.xslt.internal.XsltTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.xslt ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.xslt ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.xslt ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-xslt/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.xslt ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.googletts >-------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech 2.5.3-SNAPSHOT [222/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.googletts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.googletts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.googletts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.googletts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.googletts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.googletts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.googletts ---
[INFO] Changes detected - recompiling the module!
[INFO] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleCloudAPI.java:[238,7277] At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleTTSVoice.java:[18,508] The import org.openhab.voice.googletts.internal.protocol.SsmlVoiceGender is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.googletts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.googletts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.googletts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.googletts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.googletts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.googletts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.googletts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-googletts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.googletts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.mactts >---------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech 2.5.3-SNAPSHOT [223/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.mactts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.mactts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.mactts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.mactts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.mactts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/main/java/org/openhab/voice/mactts/internal/MacTTSAudioStream.java:[23,689] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.mactts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.mactts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.mactts ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.voice.mactts.internal.MacTTSVoiceTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.183 s - in org.openhab.voice.mactts.internal.MacTTSVoiceTest
[INFO] Running org.openhab.voice.mactts.internal.TTSServiceMacOSTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.004 s - in org.openhab.voice.mactts.internal.TTSServiceMacOSTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 7
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.mactts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.mactts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.mactts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-mactts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.mactts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.marytts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech 2.5.3-SNAPSHOT [224/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.marytts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.marytts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.marytts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.marytts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.marytts ---
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-signalproc/5.2/marytts-signalproc-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/emotionml-checker-java/1.1/emotionml-checker-java-1.1.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/org/apache/opennlp/opennlp-tools/1.5.3/opennlp-tools-1.5.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/org/apache/opennlp/opennlp-maxent/3.0.3/opennlp-maxent-3.0.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-lang-en/5.2/marytts-lang-en-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/com/ibm/icu/icu4j/54.1.1/icu4j-54.1.1.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-cmu-slt-hsmm/5.2/voice-cmu-slt-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-common/5.2/marytts-common-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-bits1-hsmm/5.2/voice-bits1-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/lt/jtok/jtok-core/1.9.3/jtok-core-1.9.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-lang-de/5.2/marytts-lang-de-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-runtime/5.2/marytts-runtime-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-bits3-hsmm/5.2/voice-bits3-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.marytts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.marytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.marytts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/main/java/org/openhab/voice/marytts/internal/MaryTTSAudioStream.java:[25,756] The import org.eclipse.smarthome.core.audio.AudioSource is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/main/java/org/openhab/voice/marytts/internal/MaryTTSAudioStream.java:[96,2915] Potential null pointer access: This expression of type Long may be null but requires auto-unboxing
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.marytts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.marytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.marytts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.marytts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.marytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.marytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.marytts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-marytts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.marytts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.picotts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech 2.5.3-SNAPSHOT [225/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.picotts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.picotts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.picotts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.picotts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.picotts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/main/java/org/openhab/voice/picotts/internal/PicoTTSAudioStream.java:[23,690] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.picotts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.picotts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.picotts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.picotts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.picotts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.picotts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.picotts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-picotts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.picotts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.pollytts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech 2.5.3-SNAPSHOT [226/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.pollytts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.pollytts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.pollytts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.pollytts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.pollytts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.pollytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.pollytts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/main/java/org/openhab/voice/pollytts/internal/cloudapi/PollyTTSCloudImpl.java:[18,551] The import java.io.IOException is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/main/java/org/openhab/voice/pollytts/internal/PollyTTSAudioStream.java:[19,565] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.pollytts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.pollytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.pollytts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.pollytts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.pollytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.pollytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.pollytts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-pollytts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.pollytts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.voicerss >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech 2.5.3-SNAPSHOT [227/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.voicerss ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.voicerss ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.voicerss ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.voicerss ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.voicerss ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/cloudapi/VoiceRSSCloudAPI.java:[20,547] The import org.eclipse.smarthome.core.audio.AudioFormat is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[206,7661] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[208,7757] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[210,7856] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSAudioStream.java:[19,565] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.voicerss ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.voicerss ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.voicerss ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.voicerss ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.voicerss ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.voicerss ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.voicerss ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-voicerss/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.voicerss ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.openhab.addons.bom:org.openhab.addons.bom.openhab-addons >----
[INFO] Building openHAB Add-ons :: BOM :: openHAB Add-ons 2.5.3-SNAPSHOT [228/244]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for org.openhab.addons.bundles:org.openhab.binding.bsblan:jar:2.5.3-SNAPSHOT is missing, no dependency information available
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.bom.openhab-addons ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.bom.openhab-addons ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bom/openhab-addons/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bom/org.openhab.addons.bom.openhab-addons/2.5.3-SNAPSHOT/org.openhab.addons.bom.openhab-addons-2.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.reactor.features.karaf >--
[INFO] Building openHAB Add-ons :: Features :: Karaf 2.5.3-SNAPSHOT   [229/244]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.reactor.features.karaf ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.reactor.features.karaf ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/pom.xml to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.reactor.features.karaf/2.5.3-SNAPSHOT/org.openhab.addons.reactor.features.karaf-2.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons-external >--
[INFO] Building openHAB Add-ons :: Features :: Karaf :: Add-ons External 2.5.3-SNAPSHOT [230/244]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifact) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/pom.xml to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/cometvisu.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-cometvisu.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/voicerss.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-voicerss.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/openhabcloud.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-openhabcloud.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/lib/libLeap.dylib to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-libLeap.lib
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/lib/libLeapJava.dylib to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-libLeapJava.lib
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons >--
[INFO] Building openHAB Add-ons :: Features :: Karaf :: Add-ons 2.5.3-SNAPSHOT [231/244]
[INFO] ------------------------------[ feature ]-------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for openHAB Add-ons 2.5.3-SNAPSHOT:
[INFO] 
[INFO] openHAB Add-ons .................................... SUCCESS [  2.820 s]
[INFO] openHAB Add-ons :: BOM ............................. SUCCESS [  0.415 s]
[INFO] openHAB Add-ons :: BOM :: Runtime Index ............ SUCCESS [  8.949 s]
[INFO] openHAB Add-ons :: BOM :: Test Index ............... SUCCESS [  2.443 s]
[INFO] openHAB Add-ons :: BOM :: openHAB Core Index ....... SUCCESS [  2.517 s]
[INFO] openHAB Add-ons :: Bundles ......................... SUCCESS [  4.895 s]
[INFO] openHAB Add-ons :: Bundles :: Airquality Binding ... SUCCESS [  9.499 s]
[INFO] openHAB Add-ons :: Bundles :: AirVisual Node Air Quality Monitor Binding SUCCESS [  5.157 s]
[INFO] openHAB Add-ons :: Bundles :: AllPlay Binding ...... SUCCESS [  5.093 s]
[INFO] openHAB Add-ons :: Bundles :: Amazon Dash Button Binding SUCCESS [  4.711 s]
[INFO] openHAB Add-ons :: Bundles :: Amazon Echo Control Binding SUCCESS [  4.293 s]
[INFO] openHAB Add-ons :: Bundles :: Ambient Weather Binding SUCCESS [  3.041 s]
[INFO] openHAB Add-ons :: Bundles :: Astro Binding ........ SUCCESS [  5.686 s]
[INFO] openHAB Add-ons :: Bundles :: Atlona Binding ....... SUCCESS [  3.070 s]
[INFO] openHAB Add-ons :: Bundles :: Autelis Binding ...... SUCCESS [  2.782 s]
[INFO] openHAB Add-ons :: Bundles :: AVM FRITZ! Binding ... SUCCESS [  5.871 s]
[INFO] openHAB Add-ons :: Bundles :: BigAssFan Binding .... SUCCESS [  3.007 s]
[INFO] openHAB Add-ons :: Bundles :: Bluetooth Binding .... SUCCESS [  4.408 s]
[INFO] openHAB Add-ons :: Bundles :: BlueGiga Bluetooth Adapter SUCCESS [  4.674 s]
[INFO] openHAB Add-ons :: Bundles :: BlueZ Bluetooth Adapter SUCCESS [  2.916 s]
[INFO] openHAB Add-ons :: Bundles :: Blukii Bluetooth Adapter SUCCESS [  2.846 s]
[INFO] openHAB Add-ons :: Bundles :: RuuviTag Bluetooth Adapter SUCCESS [  3.352 s]
[INFO] openHAB Add-ons :: Bundles :: Bosch Indego Binding . SUCCESS [  3.133 s]
[INFO] openHAB Add-ons :: Bundles :: BoseSoundTouch Binding SUCCESS [  3.133 s]
[INFO] openHAB Add-ons :: Bundles :: Buienradar Binding ... SUCCESS [  4.345 s]
[INFO] openHAB Add-ons :: Bundles :: Chromecast Binding ... SUCCESS [ 24.594 s]
[INFO] openHAB Add-ons :: Bundles :: CM11A Binding ........ SUCCESS [  2.669 s]
[INFO] openHAB Add-ons :: Bundles :: CoolMasterNet Binding  SUCCESS [  2.623 s]
[INFO] openHAB Add-ons :: Bundles :: Daikin Binding ....... SUCCESS [  2.583 s]
[INFO] openHAB Add-ons :: Bundles :: Dark Sky Binding ..... SUCCESS [  4.510 s]
[INFO] openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding SUCCESS [  2.461 s]
[INFO] openHAB Add-ons :: Bundles :: Denon / Marantz Binding SUCCESS [  2.730 s]
[INFO] openHAB Add-ons :: Bundles :: Digiplex/EVO Binding . SUCCESS [  2.769 s]
[INFO] openHAB Add-ons :: Bundles :: DigitalSTROM Binding . SUCCESS [  3.651 s]
[INFO] openHAB Add-ons :: Bundles :: D-Link Smart Home Binding SUCCESS [  3.047 s]
[INFO] openHAB Add-ons :: Bundles :: DMX Binding .......... SUCCESS [  7.054 s]
[INFO] openHAB Add-ons :: Bundles :: Doorbird Binding ..... SUCCESS [  3.003 s]
[INFO] openHAB Add-ons :: Bundles :: DSCAlarm Binding ..... SUCCESS [  3.008 s]
[INFO] openHAB Add-ons :: Bundles :: DSMR Binding ......... SUCCESS [  6.490 s]
[INFO] openHAB Add-ons :: Bundles :: DwdUnwetter Binding .. SUCCESS [  5.170 s]
[INFO] openHAB Add-ons :: Bundles :: EleroTransmitterStick Binding SUCCESS [  2.591 s]
[INFO] openHAB Add-ons :: Bundles :: EnOcean Binding ...... SUCCESS [  3.142 s]
[INFO] openHAB Add-ons :: Bundles :: EnturNo Binding ...... SUCCESS [  2.779 s]
[INFO] openHAB Add-ons :: Bundles :: evohome Binding ...... SUCCESS [  2.358 s]
[INFO] openHAB Add-ons :: Bundles :: Exec Binding ......... SUCCESS [  2.376 s]
[INFO] openHAB Add-ons :: Bundles :: Feed Binding ......... SUCCESS [  2.998 s]
[INFO] openHAB Add-ons :: Bundles :: Feican Binding ....... SUCCESS [  2.697 s]
[INFO] openHAB Add-ons :: Bundles :: Folding Binding ...... SUCCESS [  2.261 s]
[INFO] openHAB Add-ons :: Bundles :: Foobot Binding ....... SUCCESS [  4.159 s]
[INFO] openHAB Add-ons :: Bundles :: Freebox Binding ...... SUCCESS [  2.572 s]
[INFO] openHAB Add-ons :: Bundles :: Fronius Binding ...... SUCCESS [  2.363 s]
[INFO] openHAB Add-ons :: Bundles :: FSInternetRadio Binding SUCCESS [  6.046 s]
[INFO] openHAB Add-ons :: Bundles :: FTP Upload Binding ... SUCCESS [  3.141 s]
[INFO] openHAB Add-ons :: Bundles :: Gardena Binding ...... SUCCESS [  2.822 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Map SUCCESS [  4.495 s]
[INFO] openHAB Add-ons :: Bundles :: GlobalCache Binding .. SUCCESS [  2.309 s]
[INFO] openHAB Add-ons :: Bundles :: GPSTracker Binding ... SUCCESS [  2.525 s]
[INFO] openHAB Add-ons :: Bundles :: GROHE ONDUS Binding .. SUCCESS [  2.450 s]
[INFO] openHAB Add-ons :: Bundles :: HarmonyHub Binding ... SUCCESS [  2.577 s]
[INFO] openHAB Add-ons :: Bundles :: HDanywhere Binding ... SUCCESS [  2.282 s]
[INFO] openHAB Add-ons :: Bundles :: Hunter Douglas PowerView Binding SUCCESS [  2.219 s]
[INFO] openHAB Add-ons :: Bundles :: Helios Binding ....... SUCCESS [  2.555 s]
[INFO] openHAB Add-ons :: Bundles :: Heos Binding ......... SUCCESS [  2.962 s]
[INFO] openHAB Add-ons :: Bundles :: Homematic Binding .... SUCCESS [  5.624 s]
[INFO] openHAB Add-ons :: Bundles :: HP Printer Binding ... SUCCESS [  2.521 s]
[INFO] openHAB Add-ons :: Bundles :: hue Binding .......... SUCCESS [  5.627 s]
[INFO] openHAB Add-ons :: Bundles :: Hydrawise Binding .... SUCCESS [  2.207 s]
[INFO] openHAB Add-ons :: Bundles :: Hyperion Binding ..... SUCCESS [  2.322 s]
[INFO] openHAB Add-ons :: Bundles :: iAquaLink Binding .... SUCCESS [  2.271 s]
[INFO] openHAB Add-ons :: Bundles :: iCloud Binding ....... SUCCESS [  2.430 s]
[INFO] openHAB Add-ons :: Bundles :: IHC Binding .......... SUCCESS [  7.485 s]
[INFO] openHAB Add-ons :: Bundles :: innogy Smarthome Binding SUCCESS [  2.571 s]
[INFO] openHAB Add-ons :: Bundles :: IPP Binding .......... SUCCESS [  3.999 s]
[INFO] openHAB Add-ons :: Bundles :: IRtrans Binding ...... SUCCESS [  2.187 s]
[INFO] openHAB Add-ons :: Bundles :: JeeLink Binding ...... SUCCESS [  2.403 s]
[INFO] openHAB Add-ons :: Bundles :: Keba Binding ......... SUCCESS [  2.196 s]
[INFO] openHAB Add-ons :: Bundles :: KM200 Binding ........ SUCCESS [  2.352 s]
[INFO] openHAB Add-ons :: Bundles :: KNX Binding .......... SUCCESS [  5.053 s]
[INFO] openHAB Add-ons :: Bundles :: Kodi Binding ......... SUCCESS [  3.872 s]
[INFO] openHAB Add-ons :: Bundles :: Konnected Binding .... SUCCESS [  2.377 s]
[INFO] openHAB Add-ons :: Bundles :: Kostal Binding ....... SUCCESS [  2.459 s]
[INFO] openHAB Add-ons :: Bundles :: LaMetric Time Binding  SUCCESS [  2.535 s]
[INFO] openHAB Add-ons :: Bundles :: Leap Motion Binding .. SUCCESS [  2.421 s]
[INFO] openHAB Add-ons :: Bundles :: LG HomBot Binding .... SUCCESS [  2.096 s]
[INFO] openHAB Add-ons :: Bundles :: LG TV Serial Binding . SUCCESS [  2.535 s]
[INFO] openHAB Add-ons :: Bundles :: LG webOS Binding ..... SUCCESS [  2.410 s]
[INFO] openHAB Add-ons :: Bundles :: LIFX Binding ......... SUCCESS [  2.574 s]
[INFO] openHAB Add-ons :: Bundles :: LIRC Binding ......... SUCCESS [  2.144 s]
[INFO] openHAB Add-ons :: Bundles :: LinuxInput Binding ... SUCCESS [  3.586 s]
[INFO] openHAB Add-ons :: Bundles :: Log Reader Binding ... SUCCESS [  2.230 s]
[INFO] openHAB Add-ons :: Bundles :: Loxone Binding ....... SUCCESS [  6.373 s]
[INFO] openHAB Add-ons :: Bundles :: Lutron Binding ....... SUCCESS [  2.947 s]
[INFO] openHAB Add-ons :: Bundles :: Mail Binding ......... SUCCESS [  3.669 s]
[INFO] openHAB Add-ons :: Bundles :: MaxCube Binding ...... SUCCESS [  2.869 s]
[INFO] openHAB Add-ons :: Bundles :: mcp23017 Binding ..... SUCCESS [  2.491 s]
[INFO] openHAB Add-ons :: Bundles :: MELCloud Binding ..... SUCCESS [  2.272 s]
[INFO] openHAB Add-ons :: Bundles :: meteoblue Binding .... SUCCESS [  2.327 s]
[INFO] openHAB Add-ons :: Bundles :: meteostick Binding ... SUCCESS [  2.310 s]
[INFO] openHAB Add-ons :: Bundles :: Miele Binding ........ SUCCESS [  2.447 s]
[INFO] openHAB Add-ons :: Bundles :: Xiaomi Mi Smart Home Binding SUCCESS [  2.476 s]
[INFO] openHAB Add-ons :: Bundles :: Xiaomi Mi IO Binding . SUCCESS [  2.837 s]
[INFO] openHAB Add-ons :: Bundles :: Millheat Binding ..... SUCCESS [  7.047 s]
[INFO] openHAB Add-ons :: Bundles :: Milight Binding ...... SUCCESS [  2.351 s]
[INFO] openHAB Add-ons :: Bundles :: Minecraft Binding .... SUCCESS [  3.008 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Modbus Transport SUCCESS [ 11.727 s]
[INFO] openHAB Add-ons :: Bundles :: Modbus Binding ....... SUCCESS [  4.928 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Broker Binding .. SUCCESS [  5.867 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Things and Channels SUCCESS [  6.820 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT HomeAssistant Convention SUCCESS [  4.382 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Homie Convention  SUCCESS [  6.081 s]
[INFO] openHAB Add-ons :: Bundles :: Nanoleaf Binding ..... SUCCESS [  3.724 s]
[INFO] openHAB Add-ons :: Bundles :: Neato Binding ........ SUCCESS [  2.200 s]
[INFO] openHAB Add-ons :: Bundles :: Neeo Binding ......... SUCCESS [  2.393 s]
[INFO] openHAB Add-ons :: Bundles :: NeoHub Binding ....... SUCCESS [  2.387 s]
[INFO] openHAB Add-ons :: Bundles :: Nest Binding ......... SUCCESS [  2.342 s]
[INFO] openHAB Add-ons :: Bundles :: Netatmo Binding ...... SUCCESS [  2.851 s]
[INFO] openHAB Add-ons :: Bundles :: Network Binding ...... SUCCESS [  5.653 s]
[INFO] openHAB Add-ons :: Bundles :: Network UPS Tools Binding SUCCESS [  4.578 s]
[INFO] openHAB Add-ons :: Bundles :: Nibe Heatpump Binding  SUCCESS [  4.237 s]
[INFO] openHAB Add-ons :: Bundles :: NibeUplink Binding ... SUCCESS [  2.432 s]
[INFO] openHAB Add-ons :: Bundles :: Nikobus Binding ...... SUCCESS [  2.225 s]
[INFO] openHAB Add-ons :: Bundles :: Niko Home Control Binding SUCCESS [  2.606 s]
[INFO] openHAB Add-ons :: Bundles :: NTP Binding .......... SUCCESS [  1.983 s]
[INFO] openHAB Add-ons :: Bundles :: Nuki Binding ......... SUCCESS [  2.386 s]
[INFO] openHAB Add-ons :: Bundles :: Oceanic Binding ...... SUCCESS [  2.222 s]
[INFO] openHAB Add-ons :: Bundles :: OmnikInverter Binding  SUCCESS [  3.173 s]
[INFO] openHAB Add-ons :: Bundles :: OneBusAway Binding ... SUCCESS [  2.055 s]
[INFO] openHAB Add-ons :: Bundles :: OneWireGPIO Binding .. SUCCESS [  2.069 s]
[INFO] openHAB Add-ons :: Bundles :: OneWire Binding ...... SUCCESS [  6.629 s]
[INFO] openHAB Add-ons :: Bundles :: Onkyo Binding ........ SUCCESS [  2.244 s]
[INFO] openHAB Add-ons :: Bundles :: OpenGarage Binding ... SUCCESS [  2.178 s]
[INFO] openHAB Add-ons :: Bundles :: OpenSprinkler Binding  SUCCESS [  2.197 s]
[INFO] openHAB Add-ons :: Bundles :: OpenUV Binding ....... SUCCESS [  2.652 s]
[INFO] openHAB Add-ons :: Bundles :: OpenWeatherMap Binding SUCCESS [  2.240 s]
[INFO] openHAB Add-ons :: Bundles :: Orvibo Binding ....... SUCCESS [  2.357 s]
[INFO] openHAB Add-ons :: Bundles :: ParadoxAlarm Binding . SUCCESS [  2.560 s]
[INFO] openHAB Add-ons :: Bundles :: Pentair Binding ...... SUCCESS [  2.229 s]
[INFO] openHAB Add-ons :: Bundles :: PHC Binding .......... SUCCESS [  2.177 s]
[INFO] openHAB Add-ons :: Bundles :: PioneerAvr Binding ... SUCCESS [  2.588 s]
[INFO] openHAB Add-ons :: Bundles :: pixometer Binding .... SUCCESS [  2.194 s]
[INFO] openHAB Add-ons :: Bundles :: PJLink Binding ....... SUCCESS [  2.179 s]
[INFO] openHAB Add-ons :: Bundles :: PLCLogo Binding ...... SUCCESS [  2.469 s]
[INFO] openHAB Add-ons :: Bundles :: Plugwise Binding ..... SUCCESS [  2.376 s]
[INFO] openHAB Add-ons :: Bundles :: Powermax Binding ..... SUCCESS [  2.327 s]
[INFO] openHAB Add-ons :: Bundles :: Pulseaudio Binding ... SUCCESS [  2.098 s]
[INFO] openHAB Add-ons :: Bundles :: Pushbullet Binding ... SUCCESS [  2.263 s]
[INFO] openHAB Add-ons :: Bundles :: RegoHeatPump Binding . SUCCESS [  2.300 s]
[INFO] openHAB Add-ons :: Bundles :: Rfxcom Binding ....... SUCCESS [  4.856 s]
[INFO] openHAB Add-ons :: Bundles :: RME Binding .......... SUCCESS [  2.145 s]
[INFO] openHAB Add-ons :: Bundles :: Robonect Binding ..... SUCCESS [  5.484 s]
[INFO] openHAB Add-ons :: Bundles :: Rotel Binding ........ SUCCESS [  2.260 s]
[INFO] openHAB Add-ons :: Bundles :: RotelRa1x Binding .... SUCCESS [  2.158 s]
[INFO] openHAB Add-ons :: Bundles :: Russound Binding ..... SUCCESS [  2.572 s]
[INFO] openHAB Add-ons :: Bundles :: SamsungTV Binding .... SUCCESS [  2.467 s]
[INFO] openHAB Add-ons :: Bundles :: Satel Binding ........ SUCCESS [  2.590 s]
[INFO] openHAB Add-ons :: Bundles :: Seneye Binding ....... SUCCESS [  2.150 s]
[INFO] openHAB Add-ons :: Bundles :: senseBox Binding ..... SUCCESS [  2.171 s]
[INFO] openHAB Add-ons :: Bundles :: SerialButton Binding . SUCCESS [  2.030 s]
[INFO] openHAB Add-ons :: Bundles :: Shelly Binding ....... SUCCESS [  2.513 s]
[INFO] openHAB Add-ons :: Bundles :: Siemens RDS Binding .. SUCCESS [  2.342 s]
[INFO] openHAB Add-ons :: Bundles :: Sinope Binding ....... SUCCESS [  2.360 s]
[INFO] openHAB Add-ons :: Bundles :: Silvercrest Wifi Socket Binding SUCCESS [  2.227 s]
[INFO] openHAB Add-ons :: Bundles :: SleepIQ Binding ...... SUCCESS [  2.157 s]
[INFO] openHAB Add-ons :: Bundles :: SMA EnergyMeter Binding SUCCESS [  2.058 s]
[INFO] openHAB Add-ons :: Bundles :: Smartmeter Binding ... SUCCESS [ 35.790 s]
[INFO] openHAB Add-ons :: Bundles :: SNMP Binding ......... SUCCESS [  6.178 s]
[INFO] openHAB Add-ons :: Bundles :: SolarEdge Binding .... SUCCESS [  2.195 s]
[INFO] openHAB Add-ons :: Bundles :: Solar-Log Binding .... SUCCESS [  2.217 s]
[INFO] openHAB Add-ons :: Bundles :: SomfyTahoma Binding .. SUCCESS [  2.362 s]
[INFO] openHAB Add-ons :: Bundles :: Sonos Binding ........ SUCCESS [  2.234 s]
[INFO] openHAB Add-ons :: Bundles :: SonyAudio Binding .... SUCCESS [  1.800 s]
[INFO] openHAB Add-ons :: Bundles :: Sony Projector Binding SUCCESS [  2.360 s]
[INFO] openHAB Add-ons :: Bundles :: Spotify Binding ...... SUCCESS [  2.262 s]
[INFO] openHAB Add-ons :: Bundles :: SqueezeBox Binding ... SUCCESS [  2.387 s]
[INFO] openHAB Add-ons :: Bundles :: Synop Analyzer Binding SUCCESS [  2.111 s]
[INFO] openHAB Add-ons :: Bundles :: Systeminfo Binding ... SUCCESS [  2.432 s]
[INFO] openHAB Add-ons :: Bundles :: Tado Binding ......... SUCCESS [  2.580 s]
[INFO] openHAB Add-ons :: Bundles :: Tankerkoenig Binding . SUCCESS [  2.115 s]
[INFO] openHAB Add-ons :: Bundles :: Telegram Binding ..... SUCCESS [  2.424 s]
[INFO] openHAB Add-ons :: Bundles :: Tellstick Binding .... SUCCESS [  3.359 s]
[INFO] openHAB Add-ons :: Bundles :: Tesla Binding ........ SUCCESS [  2.455 s]
[INFO] openHAB Add-ons :: Bundles :: TP-Link Smart Home Binding SUCCESS [  6.179 s]
[INFO] openHAB Add-ons :: Bundles :: TRÅDFRI Binding ...... SUCCESS [  5.269 s]
[INFO] openHAB Add-ons :: Bundles :: UniFi Binding ........ SUCCESS [  2.634 s]
[INFO] openHAB Add-ons :: Bundles :: Somfy URTSI II binding SUCCESS [  2.116 s]
[INFO] openHAB Add-ons :: Bundles :: ValloxMV Binding ..... SUCCESS [  2.086 s]
[INFO] openHAB Add-ons :: Bundles :: Vektiva Binding ...... SUCCESS [  1.998 s]
[INFO] openHAB Add-ons :: Bundles :: Volvo On Call Binding  SUCCESS [  2.247 s]
[INFO] openHAB Add-ons :: Bundles :: Velbus Binding ....... SUCCESS [  2.231 s]
[INFO] openHAB Add-ons :: Bundles :: Vitotronic Binding ... SUCCESS [  2.085 s]
[INFO] openHAB Add-ons :: Bundles :: WeatherCompany Binding SUCCESS [  2.335 s]
[INFO] openHAB Add-ons :: Bundles :: WeatherUnderground Binding SUCCESS [  2.537 s]
[INFO] openHAB Add-ons :: Bundles :: Wemo Binding ......... SUCCESS [  2.287 s]
[INFO] openHAB Add-ons :: Bundles :: WiFiLED Binding ...... SUCCESS [  5.949 s]
[INFO] openHAB Add-ons :: Bundles :: Windcentrale Binding . SUCCESS [  2.171 s]
[INFO] openHAB Add-ons :: Bundles :: XMLTV Binding ........ SUCCESS [  2.218 s]
[INFO] openHAB Add-ons :: Bundles :: XMPPClient Binding ... SUCCESS [  3.081 s]
[INFO] openHAB Add-ons :: Bundles :: Yamaha Receiver Binding SUCCESS [  6.860 s]
[INFO] openHAB Add-ons :: Bundles :: Yeelight Binding ..... SUCCESS [  2.505 s]
[INFO] openHAB Add-ons :: Bundles :: Zoneminder Binding ... SUCCESS [  3.733 s]
[INFO] openHAB Add-ons :: Bundles :: ZWay Binding ......... SUCCESS [  3.192 s]
[INFO] openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace SUCCESS [  4.169 s]
[INFO] openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace (Automation) SUCCESS [  0.464 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Homekit ........ SUCCESS [  4.122 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Hue Emulation Service SUCCESS [ 13.376 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: ImperiHome Integration Service SUCCESS [  2.317 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Java Sound Support SUCCESS [  2.517 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: NEEO Integration SUCCESS [  2.777 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector SUCCESS [  2.153 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: MQTT Broker Moquette SUCCESS [ 20.288 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Web Audio Support SUCCESS [  2.144 s]
[INFO] openHAB Add-ons :: Bundles :: Persistence Service :: MapDB SUCCESS [  2.091 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Binary To JSON SUCCESS [  2.268 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Exec SUCCESS [  2.084 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript SUCCESS [  2.221 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Jinja SUCCESS [  3.773 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath SUCCESS [  3.443 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: RegEx SUCCESS [  3.260 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Scale SUCCESS [  3.808 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: XPath SUCCESS [  3.333 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Xslt SUCCESS [  3.817 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech SUCCESS [  2.303 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech SUCCESS [  3.399 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech SUCCESS [  7.876 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech SUCCESS [  1.943 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech SUCCESS [  2.172 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech SUCCESS [  2.087 s]
[INFO] openHAB Add-ons :: BOM :: openHAB Add-ons .......... SUCCESS [  0.745 s]
[INFO] openHAB Add-ons :: Features :: Karaf ............... SUCCESS [  0.161 s]
[INFO] openHAB Add-ons :: Features :: Karaf :: Add-ons External SUCCESS [  0.160 s]
[INFO] openHAB Add-ons :: Features :: Karaf :: Add-ons .... FAILURE [  8.003 s]
[INFO] openHAB Add-ons :: Integration Tests ............... SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Astro Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: AVM FRITZ! Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Feed Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: hue Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: MaxCube Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Nest Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: NTP Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Systeminfo Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: TRÅDFRI Binding SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Wemo Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Hue Emulation Service Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: MapDB Persistence Tests SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13:39 min
[INFO] Finished at: 2020-02-20T08:04:43Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.openhab.addons.features.karaf.openhab-addons: Could not resolve dependencies for project org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons:feature:2.5.3-SNAPSHOT: Could not find artifact org.openhab.addons.bundles:org.openhab.binding.bsblan:jar:2.5.3-SNAPSHOT in sonatype-snapshots (https://oss.sonatype.org/content/repositories/snapshots/) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.openhab.addons.features.karaf.openhab-addons

@TravisBuddy
Copy link

Travis tests have failed

Hey @hypetsch,
please read the following log in order to understand the failure reason. There might also be some helpful tips along the way.
It will be awesome if you fix what is wrong and commit the changes.

2nd Build

Expand here
Build all
  1/244| openHAB Add-ons 2.5.3-SNAPSHOT
  2/244| openHAB Add-ons :: BOM 2.5.3-SNAPSHOT
  3/244| openHAB Add-ons :: BOM :: Runtime Index 2.5.3-SNAPSHOT
  4/244| openHAB Add-ons :: BOM :: Test Index 2.5.3-SNAPSHOT
  5/244| openHAB Add-ons :: BOM :: openHAB Core Index 2.5.3-SNAPSHOT
  6/244| openHAB Add-ons :: Bundles 2.5.3-SNAPSHOT
  7/244| openHAB Add-ons :: Bundles :: Airquality Binding 2.5.3-SNAPSHOT
  8/244| openHAB Add-ons :: Bundles :: AirVisual Node Air Quality Monitor Binding 2.5.3-SNAPSHOT
  9/244| openHAB Add-ons :: Bundles :: AllPlay Binding 2.5.3-SNAPSHOT
 10/244| openHAB Add-ons :: Bundles :: Amazon Dash Button Binding 2.5.3-SNAPSHOT
 11/244| openHAB Add-ons :: Bundles :: Amazon Echo Control Binding 2.5.3-SNAPSHOT
 12/244| openHAB Add-ons :: Bundles :: Ambient Weather Binding 2.5.3-SNAPSHOT
 13/244| openHAB Add-ons :: Bundles :: Astro Binding 2.5.3-SNAPSHOT
 14/244| openHAB Add-ons :: Bundles :: Atlona Binding 2.5.3-SNAPSHOT
 15/244| openHAB Add-ons :: Bundles :: Autelis Binding 2.5.3-SNAPSHOT
 16/244| openHAB Add-ons :: Bundles :: AVM FRITZ! Binding 2.5.3-SNAPSHOT
 17/244| openHAB Add-ons :: Bundles :: BigAssFan Binding 2.5.3-SNAPSHOT
 18/244| openHAB Add-ons :: Bundles :: Bluetooth Binding 2.5.3-SNAPSHOT
 19/244| openHAB Add-ons :: Bundles :: BlueGiga Bluetooth Adapter 2.5.3-SNAPSHOT
 20/244| openHAB Add-ons :: Bundles :: BlueZ Bluetooth Adapter 2.5.3-SNAPSHOT
 21/244| openHAB Add-ons :: Bundles :: Blukii Bluetooth Adapter 2.5.3-SNAPSHOT
 22/244| openHAB Add-ons :: Bundles :: RuuviTag Bluetooth Adapter 2.5.3-SNAPSHOT
 23/244| openHAB Add-ons :: Bundles :: Bosch Indego Binding 2.5.3-SNAPSHOT
 24/244| openHAB Add-ons :: Bundles :: BoseSoundTouch Binding 2.5.3-SNAPSHOT
 25/244| openHAB Add-ons :: Bundles :: Buienradar Binding 2.5.3-SNAPSHOT
 26/244| openHAB Add-ons :: Bundles :: Chromecast Binding 2.5.3-SNAPSHOT
 27/244| openHAB Add-ons :: Bundles :: CM11A Binding 2.5.3-SNAPSHOT
 28/244| openHAB Add-ons :: Bundles :: CoolMasterNet Binding 2.5.3-SNAPSHOT
 29/244| openHAB Add-ons :: Bundles :: Daikin Binding 2.5.3-SNAPSHOT
 30/244| openHAB Add-ons :: Bundles :: Dark Sky Binding 2.5.3-SNAPSHOT
 31/244| openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding 2.5.3-SNAPSHOT
 32/244| openHAB Add-ons :: Bundles :: Denon / Marantz Binding 2.5.3-SNAPSHOT
 33/244| openHAB Add-ons :: Bundles :: Digiplex/EVO Binding 2.5.3-SNAPSHOT
 34/244| openHAB Add-ons :: Bundles :: DigitalSTROM Binding 2.5.3-SNAPSHOT
 35/244| openHAB Add-ons :: Bundles :: D-Link Smart Home Binding 2.5.3-SNAPSHOT
 36/244| openHAB Add-ons :: Bundles :: DMX Binding 2.5.3-SNAPSHOT
 37/244| openHAB Add-ons :: Bundles :: Doorbird Binding 2.5.3-SNAPSHOT
 38/244| openHAB Add-ons :: Bundles :: DSCAlarm Binding 2.5.3-SNAPSHOT
 39/244| openHAB Add-ons :: Bundles :: DSMR Binding 2.5.3-SNAPSHOT
 40/244| openHAB Add-ons :: Bundles :: DwdUnwetter Binding 2.5.3-SNAPSHOT
​ 41/244| openHAB Add-ons :: Bundles :: EleroTransmitterStick Binding 2.5.3-SNAPSHOT
 42/244| openHAB Add-ons :: Bundles :: EnOcean Binding 2.5.3-SNAPSHOT
 43/244| openHAB Add-ons :: Bundles :: EnturNo Binding 2.5.3-SNAPSHOT
 44/244| openHAB Add-ons :: Bundles :: evohome Binding 2.5.3-SNAPSHOT
 45/244| openHAB Add-ons :: Bundles :: Exec Binding 2.5.3-SNAPSHOT
 46/244| openHAB Add-ons :: Bundles :: Feed Binding 2.5.3-SNAPSHOT
 47/244| openHAB Add-ons :: Bundles :: Feican Binding 2.5.3-SNAPSHOT
 48/244| openHAB Add-ons :: Bundles :: Folding Binding 2.5.3-SNAPSHOT
 49/244| openHAB Add-ons :: Bundles :: Foobot Binding 2.5.3-SNAPSHOT
 50/244| openHAB Add-ons :: Bundles :: Freebox Binding 2.5.3-SNAPSHOT
 51/244| openHAB Add-ons :: Bundles :: Fronius Binding 2.5.3-SNAPSHOT
 52/244| openHAB Add-ons :: Bundles :: FSInternetRadio Binding 2.5.3-SNAPSHOT
 53/244| openHAB Add-ons :: Bundles :: FTP Upload Binding 2.5.3-SNAPSHOT
 54/244| openHAB Add-ons :: Bundles :: Gardena Binding 2.5.3-SNAPSHOT
 55/244| openHAB Add-ons :: Bundles :: Transformation Service :: Map 2.5.3-SNAPSHOT
 56/244| openHAB Add-ons :: Bundles :: GlobalCache Binding 2.5.3-SNAPSHOT
 57/244| openHAB Add-ons :: Bundles :: GPSTracker Binding 2.5.3-SNAPSHOT
 58/244| openHAB Add-ons :: Bundles :: GROHE ONDUS Binding 2.5.3-SNAPSHOT
 59/244| openHAB Add-ons :: Bundles :: HarmonyHub Binding 2.5.3-SNAPSHOT
 60/244| openHAB Add-ons :: Bundles :: HDanywhere Binding 2.5.3-SNAPSHOT
 61/244| openHAB Add-ons :: Bundles :: Hunter Douglas PowerView Binding 2.5.3-SNAPSHOT
 62/244| openHAB Add-ons :: Bundles :: Helios Binding 2.5.3-SNAPSHOT
 63/244| openHAB Add-ons :: Bundles :: Heos Binding 2.5.3-SNAPSHOT
 64/244| openHAB Add-ons :: Bundles :: Homematic Binding 2.5.3-SNAPSHOT
 65/244| openHAB Add-ons :: Bundles :: HP Printer Binding 2.5.3-SNAPSHOT
 66/244| openHAB Add-ons :: Bundles :: hue Binding 2.5.3-SNAPSHOT
 67/244| openHAB Add-ons :: Bundles :: Hydrawise Binding 2.5.3-SNAPSHOT
 68/244| openHAB Add-ons :: Bundles :: Hyperion Binding 2.5.3-SNAPSHOT
 69/244| openHAB Add-ons :: Bundles :: iAquaLink Binding 2.5.3-SNAPSHOT
 70/244| openHAB Add-ons :: Bundles :: iCloud Binding 2.5.3-SNAPSHOT
 71/244| openHAB Add-ons :: Bundles :: IHC Binding 2.5.3-SNAPSHOT
 72/244| openHAB Add-ons :: Bundles :: innogy Smarthome Binding 2.5.3-SNAPSHOT
 73/244| openHAB Add-ons :: Bundles :: IPP Binding 2.5.3-SNAPSHOT
 74/244| openHAB Add-ons :: Bundles :: IRtrans Binding 2.5.3-SNAPSHOT
 75/244| openHAB Add-ons :: Bundles :: JeeLink Binding 2.5.3-SNAPSHOT
 76/244| openHAB Add-ons :: Bundles :: Keba Binding 2.5.3-SNAPSHOT
 77/244| openHAB Add-ons :: Bundles :: KM200 Binding 2.5.3-SNAPSHOT
 78/244| openHAB Add-ons :: Bundles :: KNX Binding 2.5.3-SNAPSHOT
 79/244| openHAB Add-ons :: Bundles :: Kodi Binding 2.5.3-SNAPSHOT
 80/244| openHAB Add-ons :: Bundles :: Konnected Binding 2.5.3-SNAPSHOT
 81/244| openHAB Add-ons :: Bundles :: Kostal Binding 2.5.3-SNAPSHOT
 82/244| openHAB Add-ons :: Bundles :: LaMetric Time Binding 2.5.3-SNAPSHOT
 83/244| openHAB Add-ons :: Bundles :: Leap Motion Binding 2.5.3-SNAPSHOT
 84/244| openHAB Add-ons :: Bundles :: LG HomBot Binding 2.5.3-SNAPSHOT
 85/244| openHAB Add-ons :: Bundles :: LG TV Serial Binding 2.5.3-SNAPSHOT
 86/244| openHAB Add-ons :: Bundles :: LG webOS Binding 2.5.3-SNAPSHOT
 87/244| openHAB Add-ons :: Bundles :: LIFX Binding 2.5.3-SNAPSHOT
 88/244| openHAB Add-ons :: Bundles :: LIRC Binding 2.5.3-SNAPSHOT
 89/244| openHAB Add-ons :: Bundles :: LinuxInput Binding 2.5.3-SNAPSHOT
 90/244| openHAB Add-ons :: Bundles :: Log Reader Binding 2.5.3-SNAPSHOT
 91/244| openHAB Add-ons :: Bundles :: Loxone Binding 2.5.3-SNAPSHOT
 92/244| openHAB Add-ons :: Bundles :: Lutron Binding 2.5.3-SNAPSHOT
 93/244| openHAB Add-ons :: Bundles :: Mail Binding 2.5.3-SNAPSHOT
 94/244| openHAB Add-ons :: Bundles :: MaxCube Binding 2.5.3-SNAPSHOT
 95/244| openHAB Add-ons :: Bundles :: mcp23017 Binding 2.5.3-SNAPSHOT
 96/244| openHAB Add-ons :: Bundles :: MELCloud Binding 2.5.3-SNAPSHOT
​ 97/244| openHAB Add-ons :: Bundles :: meteoblue Binding 2.5.3-SNAPSHOT
 98/244| openHAB Add-ons :: Bundles :: meteostick Binding 2.5.3-SNAPSHOT
 99/244| openHAB Add-ons :: Bundles :: Miele Binding 2.5.3-SNAPSHOT
100/244| openHAB Add-ons :: Bundles :: Xiaomi Mi Smart Home Binding 2.5.3-SNAPSHOT
101/244| openHAB Add-ons :: Bundles :: Xiaomi Mi IO Binding 2.5.3-SNAPSHOT
102/244| openHAB Add-ons :: Bundles :: Millheat Binding 2.5.3-SNAPSHOT
103/244| openHAB Add-ons :: Bundles :: Milight Binding 2.5.3-SNAPSHOT
104/244| openHAB Add-ons :: Bundles :: Minecraft Binding 2.5.3-SNAPSHOT
105/244| openHAB Add-ons :: Bundles :: IO :: Modbus Transport 2.5.3-SNAPSHOT
106/244| openHAB Add-ons :: Bundles :: Modbus Binding 2.5.3-SNAPSHOT
107/244| openHAB Add-ons :: Bundles :: MQTT Broker Binding 2.5.3-SNAPSHOT
108/244| openHAB Add-ons :: Bundles :: MQTT Things and Channels 2.5.3-SNAPSHOT
109/244| openHAB Add-ons :: Bundles :: MQTT HomeAssistant Convention 2.5.3-SNAPSHOT
110/244| openHAB Add-ons :: Bundles :: MQTT Homie Convention 2.5.3-SNAPSHOT
111/244| openHAB Add-ons :: Bundles :: Nanoleaf Binding 2.5.3-SNAPSHOT
112/244| openHAB Add-ons :: Bundles :: Neato Binding 2.5.3-SNAPSHOT
113/244| openHAB Add-ons :: Bundles :: Neeo Binding 2.5.3-SNAPSHOT
114/244| openHAB Add-ons :: Bundles :: NeoHub Binding 2.5.3-SNAPSHOT
115/244| openHAB Add-ons :: Bundles :: Nest Binding 2.5.3-SNAPSHOT
116/244| openHAB Add-ons :: Bundles :: Netatmo Binding 2.5.3-SNAPSHOT
117/244| openHAB Add-ons :: Bundles :: Network Binding 2.5.3-SNAPSHOT
118/244| openHAB Add-ons :: Bundles :: Network UPS Tools Binding 2.5.3-SNAPSHOT
119/244| openHAB Add-ons :: Bundles :: Nibe Heatpump Binding 2.5.3-SNAPSHOT
120/244| openHAB Add-ons :: Bundles :: NibeUplink Binding 2.5.3-SNAPSHOT
121/244| openHAB Add-ons :: Bundles :: Nikobus Binding 2.5.3-SNAPSHOT
122/244| openHAB Add-ons :: Bundles :: Niko Home Control Binding 2.5.3-SNAPSHOT
123/244| openHAB Add-ons :: Bundles :: NTP Binding 2.5.3-SNAPSHOT
124/244| openHAB Add-ons :: Bundles :: Nuki Binding 2.5.3-SNAPSHOT
125/244| openHAB Add-ons :: Bundles :: Oceanic Binding 2.5.3-SNAPSHOT
126/244| openHAB Add-ons :: Bundles :: OmnikInverter Binding 2.5.3-SNAPSHOT
127/244| openHAB Add-ons :: Bundles :: OneBusAway Binding 2.5.3-SNAPSHOT
128/244| openHAB Add-ons :: Bundles :: OneWireGPIO Binding 2.5.3-SNAPSHOT
129/244| openHAB Add-ons :: Bundles :: OneWire Binding 2.5.3-SNAPSHOT
130/244| openHAB Add-ons :: Bundles :: Onkyo Binding 2.5.3-SNAPSHOT
131/244| openHAB Add-ons :: Bundles :: OpenGarage Binding 2.5.3-SNAPSHOT
132/244| openHAB Add-ons :: Bundles :: OpenSprinkler Binding 2.5.3-SNAPSHOT
133/244| openHAB Add-ons :: Bundles :: OpenUV Binding 2.5.3-SNAPSHOT
134/244| openHAB Add-ons :: Bundles :: OpenWeatherMap Binding 2.5.3-SNAPSHOT
135/244| openHAB Add-ons :: Bundles :: Orvibo Binding 2.5.3-SNAPSHOT
136/244| openHAB Add-ons :: Bundles :: ParadoxAlarm Binding 2.5.3-SNAPSHOT
137/244| openHAB Add-ons :: Bundles :: Pentair Binding 2.5.3-SNAPSHOT
138/244| openHAB Add-ons :: Bundles :: PHC Binding 2.5.3-SNAPSHOT
139/244| openHAB Add-ons :: Bundles :: PioneerAvr Binding 2.5.3-SNAPSHOT
140/244| openHAB Add-ons :: Bundles :: pixometer Binding 2.5.3-SNAPSHOT
141/244| openHAB Add-ons :: Bundles :: PJLink Binding 2.5.3-SNAPSHOT
142/244| openHAB Add-ons :: Bundles :: PLCLogo Binding 2.5.3-SNAPSHOT
143/244| openHAB Add-ons :: Bundles :: Plugwise Binding 2.5.3-SNAPSHOT
144/244| openHAB Add-ons :: Bundles :: Powermax Binding 2.5.3-SNAPSHOT
145/244| openHAB Add-ons :: Bundles :: Pulseaudio Binding 2.5.3-SNAPSHOT
146/244| openHAB Add-ons :: Bundles :: Pushbullet Binding 2.5.3-SNAPSHOT
147/244| openHAB Add-ons :: Bundles :: RegoHeatPump Binding 2.5.3-SNAPSHOT
148/244| openHAB Add-ons :: Bundles :: Rfxcom Binding 2.5.3-SNAPSHOT
149/244| openHAB Add-ons :: Bundles :: RME Binding 2.5.3-SNAPSHOT
150/244| openHAB Add-ons :: Bundles :: Robonect Binding 2.5.3-SNAPSHOT
151/244| openHAB Add-ons :: Bundles :: Rotel Binding 2.5.3-SNAPSHOT
​152/244| openHAB Add-ons :: Bundles :: RotelRa1x Binding 2.5.3-SNAPSHOT
153/244| openHAB Add-ons :: Bundles :: Russound Binding 2.5.3-SNAPSHOT
154/244| openHAB Add-ons :: Bundles :: SamsungTV Binding 2.5.3-SNAPSHOT
155/244| openHAB Add-ons :: Bundles :: Satel Binding 2.5.3-SNAPSHOT
156/244| openHAB Add-ons :: Bundles :: Seneye Binding 2.5.3-SNAPSHOT
157/244| openHAB Add-ons :: Bundles :: senseBox Binding 2.5.3-SNAPSHOT
158/244| openHAB Add-ons :: Bundles :: SerialButton Binding 2.5.3-SNAPSHOT
159/244| openHAB Add-ons :: Bundles :: Shelly Binding 2.5.3-SNAPSHOT
160/244| openHAB Add-ons :: Bundles :: Siemens RDS Binding 2.5.3-SNAPSHOT
161/244| openHAB Add-ons :: Bundles :: Sinope Binding 2.5.3-SNAPSHOT
162/244| openHAB Add-ons :: Bundles :: Silvercrest Wifi Socket Binding 2.5.3-SNAPSHOT
163/244| openHAB Add-ons :: Bundles :: SleepIQ Binding 2.5.3-SNAPSHOT
164/244| openHAB Add-ons :: Bundles :: SMA EnergyMeter Binding 2.5.3-SNAPSHOT
165/244| openHAB Add-ons :: Bundles :: Smartmeter Binding 2.5.3-SNAPSHOT
166/244| openHAB Add-ons :: Bundles :: SNMP Binding 2.5.3-SNAPSHOT
167/244| openHAB Add-ons :: Bundles :: SolarEdge Binding 2.5.3-SNAPSHOT
168/244| openHAB Add-ons :: Bundles :: Solar-Log Binding 2.5.3-SNAPSHOT
169/244| openHAB Add-ons :: Bundles :: SomfyTahoma Binding 2.5.3-SNAPSHOT
170/244| openHAB Add-ons :: Bundles :: Sonos Binding 2.5.3-SNAPSHOT
171/244| openHAB Add-ons :: Bundles :: SonyAudio Binding 2.5.3-SNAPSHOT
172/244| openHAB Add-ons :: Bundles :: Sony Projector Binding 2.5.3-SNAPSHOT
173/244| openHAB Add-ons :: Bundles :: Spotify Binding 2.5.3-SNAPSHOT
174/244| openHAB Add-ons :: Bundles :: SqueezeBox Binding 2.5.3-SNAPSHOT
175/244| openHAB Add-ons :: Bundles :: Synop Analyzer Binding 2.5.3-SNAPSHOT
176/244| openHAB Add-ons :: Bundles :: Systeminfo Binding 2.5.3-SNAPSHOT
177/244| openHAB Add-ons :: Bundles :: Tado Binding 2.5.3-SNAPSHOT
178/244| openHAB Add-ons :: Bundles :: Tankerkoenig Binding 2.5.3-SNAPSHOT
179/244| openHAB Add-ons :: Bundles :: Telegram Binding 2.5.3-SNAPSHOT
180/244| openHAB Add-ons :: Bundles :: Tellstick Binding 2.5.3-SNAPSHOT
181/244| openHAB Add-ons :: Bundles :: Tesla Binding 2.5.3-SNAPSHOT
182/244| openHAB Add-ons :: Bundles :: TP-Link Smart Home Binding 2.5.3-SNAPSHOT
183/244| openHAB Add-ons :: Bundles :: TRÅDFRI Binding 2.5.3-SNAPSHOT
184/244| openHAB Add-ons :: Bundles :: UniFi Binding 2.5.3-SNAPSHOT
185/244| openHAB Add-ons :: Bundles :: Somfy URTSI II binding 2.5.3-SNAPSHOT
186/244| openHAB Add-ons :: Bundles :: ValloxMV Binding 2.5.3-SNAPSHOT
187/244| openHAB Add-ons :: Bundles :: Vektiva Binding 2.5.3-SNAPSHOT
188/244| openHAB Add-ons :: Bundles :: Volvo On Call Binding 2.5.3-SNAPSHOT
189/244| openHAB Add-ons :: Bundles :: Velbus Binding 2.5.3-SNAPSHOT
190/244| openHAB Add-ons :: Bundles :: Vitotronic Binding 2.5.3-SNAPSHOT
191/244| openHAB Add-ons :: Bundles :: WeatherCompany Binding 2.5.3-SNAPSHOT
192/244| openHAB Add-ons :: Bundles :: WeatherUnderground Binding 2.5.3-SNAPSHOT
193/244| openHAB Add-ons :: Bundles :: Wemo Binding 2.5.3-SNAPSHOT
194/244| openHAB Add-ons :: Bundles :: WiFiLED Binding 2.5.3-SNAPSHOT
195/244| openHAB Add-ons :: Bundles :: Windcentrale Binding 2.5.3-SNAPSHOT
196/244| openHAB Add-ons :: Bundles :: XMLTV Binding 2.5.3-SNAPSHOT
197/244| openHAB Add-ons :: Bundles :: XMPPClient Binding 2.5.3-SNAPSHOT
198/244| openHAB Add-ons :: Bundles :: Yamaha Receiver Binding 2.5.3-SNAPSHOT
199/244| openHAB Add-ons :: Bundles :: Yeelight Binding 2.5.3-SNAPSHOT
200/244| openHAB Add-ons :: Bundles :: Zoneminder Binding 2.5.3-SNAPSHOT
201/244| openHAB Add-ons :: Bundles :: ZWay Binding 2.5.3-SNAPSHOT
202/244| openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace 2.5.3-SNAPSHOT
203/244| openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace (Automation) 2.5.3-SNAPSHOT
204/244| openHAB Add-ons :: Bundles :: IO :: Homekit 2.5.3-SNAPSHOT
​205/244| openHAB Add-ons :: Bundles :: IO :: Hue Emulation Service 2.5.3-SNAPSHOT
206/244| openHAB Add-ons :: Bundles :: IO :: ImperiHome Integration Service 2.5.3-SNAPSHOT
207/244| openHAB Add-ons :: Bundles :: IO :: Java Sound Support 2.5.3-SNAPSHOT
208/244| openHAB Add-ons :: Bundles :: IO :: NEEO Integration 2.5.3-SNAPSHOT
209/244| openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector 2.5.3-SNAPSHOT
210/244| openHAB Add-ons :: Bundles :: IO :: MQTT Broker Moquette 2.5.3-SNAPSHOT
211/244| openHAB Add-ons :: Bundles :: IO :: Web Audio Support 2.5.3-SNAPSHOT
212/244| openHAB Add-ons :: Bundles :: Persistence Service :: MapDB 2.5.3-SNAPSHOT
213/244| openHAB Add-ons :: Bundles :: Transformation Service :: Binary To JSON 2.5.3-SNAPSHOT
214/244| openHAB Add-ons :: Bundles :: Transformation Service :: Exec 2.5.3-SNAPSHOT
215/244| openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript 2.5.3-SNAPSHOT
216/244| openHAB Add-ons :: Bundles :: Transformation Service :: Jinja 2.5.3-SNAPSHOT
217/244| openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath 2.5.3-SNAPSHOT
218/244| openHAB Add-ons :: Bundles :: Transformation Service :: RegEx 2.5.3-SNAPSHOT
219/244| openHAB Add-ons :: Bundles :: Transformation Service :: Scale 2.5.3-SNAPSHOT
220/244| openHAB Add-ons :: Bundles :: Transformation Service :: XPath 2.5.3-SNAPSHOT
221/244| openHAB Add-ons :: Bundles :: Transformation Service :: Xslt 2.5.3-SNAPSHOT
222/244| openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech 2.5.3-SNAPSHOT
223/244| openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech 2.5.3-SNAPSHOT
224/244| openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech 2.5.3-SNAPSHOT
225/244| openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech 2.5.3-SNAPSHOT
226/244| openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech 2.5.3-SNAPSHOT
227/244| openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech 2.5.3-SNAPSHOT
228/244| openHAB Add-ons :: BOM :: openHAB Add-ons 2.5.3-SNAPSHOT
229/244| openHAB Add-ons :: Features :: Karaf 2.5.3-SNAPSHOT
230/244| openHAB Add-ons :: Features :: Karaf :: Add-ons External 2.5.3-SNAPSHOT
231/244| openHAB Add-ons :: Features :: Karaf :: Add-ons 2.5.3-SNAPSHOT
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.regex ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.regex ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.regex.internal.RegExTransformationServiceTest
[main] INFO org.openhab.transform.regex.internal.RegExTransformationService - the given regular expression '^.*$' doesn't contain a group. No content will be extracted and returned!
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.openhab.transform.regex.internal.RegExTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.regex ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.regex ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.regex ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-regex/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.regex ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.scale >-------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: Scale 2.5.3-SNAPSHOT [219/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.scale ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.scale ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.scale ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.scale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.scale ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.scale ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.scale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.scale ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.scale ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.scale.internal.ScaleTransformServiceTest
[main] WARN org.eclipse.smarthome.core.transform.AbstractFileTransformationService - Could not transform 'azerty' with the file 'scale/evaluationorder.scale' : Scale must be used with numeric inputs, valid quantity types or a 'NaN' entry.
[main] WARN org.eclipse.smarthome.core.transform.AbstractFileTransformationService - Could not transform '-' with the file 'scale/humidex_fr.scale' : Scale must be used with numeric inputs, valid quantity types or a 'NaN' entry.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s - in org.openhab.transform.scale.internal.ScaleTransformServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.scale ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.scale ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.scale ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-scale/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.scale ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.xpath >-------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: XPath 2.5.3-SNAPSHOT [220/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.xpath ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.xpath ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.xpath ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.xpath ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.xpath ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/main/java/org/openhab/transform/xpath/internal/XPathTransformationService.java:[48,1660] Redundant null check: comparing '@NonNull String' against null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/main/java/org/openhab/transform/xpath/internal/XPathTransformationService.java:[48,1687] Redundant null check: comparing '@NonNull String' against null
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.xpath ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.xpath ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.xpath ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.xpath.internal.XPathTransformationServiceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s - in org.openhab.transform.xpath.internal.XPathTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.xpath ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.xpath ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.xpath ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-xpath/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.xpath ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.xslt >--------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: Xslt 2.5.3-SNAPSHOT [221/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.xslt ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.xslt ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.xslt ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.xslt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.xslt ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/main/java/org/openhab/transform/xslt/internal/XsltTransformationService.java:[59,2161] Redundant null check: comparing '@NonNull String' against null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/main/java/org/openhab/transform/xslt/internal/XsltTransformationService.java:[59,2181] Redundant null check: comparing '@NonNull String' against null
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.xslt ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.xslt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.xslt ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.xslt.internal.XsltTransformationServiceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.openhab.transform.xslt.internal.XsltTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.xslt ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.xslt ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.xslt ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-xslt/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.xslt ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.googletts >-------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech 2.5.3-SNAPSHOT [222/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.googletts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.googletts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.googletts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.googletts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.googletts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.googletts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.googletts ---
[INFO] Changes detected - recompiling the module!
[INFO] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleCloudAPI.java:[238,7277] At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleTTSVoice.java:[18,508] The import org.openhab.voice.googletts.internal.protocol.SsmlVoiceGender is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.googletts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.googletts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.googletts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.googletts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.googletts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.googletts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.googletts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-googletts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.googletts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.mactts >---------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech 2.5.3-SNAPSHOT [223/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.mactts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.mactts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.mactts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.mactts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.mactts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/main/java/org/openhab/voice/mactts/internal/MacTTSAudioStream.java:[23,689] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.mactts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.mactts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.mactts ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.voice.mactts.internal.MacTTSVoiceTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.183 s - in org.openhab.voice.mactts.internal.MacTTSVoiceTest
[INFO] Running org.openhab.voice.mactts.internal.TTSServiceMacOSTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 s - in org.openhab.voice.mactts.internal.TTSServiceMacOSTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 7
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.mactts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.mactts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.mactts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-mactts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.mactts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.marytts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech 2.5.3-SNAPSHOT [224/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.marytts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.marytts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.marytts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.marytts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.marytts ---
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-signalproc/5.2/marytts-signalproc-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/emotionml-checker-java/1.1/emotionml-checker-java-1.1.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/org/apache/opennlp/opennlp-tools/1.5.3/opennlp-tools-1.5.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/org/apache/opennlp/opennlp-maxent/3.0.3/opennlp-maxent-3.0.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-lang-en/5.2/marytts-lang-en-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/com/ibm/icu/icu4j/54.1.1/icu4j-54.1.1.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-cmu-slt-hsmm/5.2/voice-cmu-slt-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-common/5.2/marytts-common-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-bits1-hsmm/5.2/voice-bits1-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/lt/jtok/jtok-core/1.9.3/jtok-core-1.9.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-lang-de/5.2/marytts-lang-de-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-runtime/5.2/marytts-runtime-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-bits3-hsmm/5.2/voice-bits3-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.marytts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.marytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.marytts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/main/java/org/openhab/voice/marytts/internal/MaryTTSAudioStream.java:[25,756] The import org.eclipse.smarthome.core.audio.AudioSource is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/main/java/org/openhab/voice/marytts/internal/MaryTTSAudioStream.java:[96,2915] Potential null pointer access: This expression of type Long may be null but requires auto-unboxing
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.marytts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.marytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.marytts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.marytts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.marytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.marytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.marytts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-marytts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.marytts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.picotts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech 2.5.3-SNAPSHOT [225/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.picotts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.picotts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.picotts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.picotts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.picotts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/main/java/org/openhab/voice/picotts/internal/PicoTTSAudioStream.java:[23,690] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.picotts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.picotts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.picotts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.picotts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.picotts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.picotts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.picotts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-picotts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.picotts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.pollytts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech 2.5.3-SNAPSHOT [226/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.pollytts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.pollytts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.pollytts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.pollytts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.pollytts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.pollytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.pollytts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/main/java/org/openhab/voice/pollytts/internal/cloudapi/PollyTTSCloudImpl.java:[18,551] The import java.io.IOException is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/main/java/org/openhab/voice/pollytts/internal/PollyTTSAudioStream.java:[19,565] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.pollytts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.pollytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.pollytts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.pollytts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.pollytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.pollytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.pollytts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-pollytts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.pollytts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.voicerss >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech 2.5.3-SNAPSHOT [227/244]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.voicerss ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.voicerss ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.voicerss ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.voicerss ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.voicerss ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/cloudapi/VoiceRSSCloudAPI.java:[20,547] The import org.eclipse.smarthome.core.audio.AudioFormat is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[206,7661] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[208,7757] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[210,7856] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSAudioStream.java:[19,565] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.voicerss ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.voicerss ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.voicerss ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.voicerss ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.voicerss ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.voicerss ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.voicerss ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-voicerss/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.voicerss ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.openhab.addons.bom:org.openhab.addons.bom.openhab-addons >----
[INFO] Building openHAB Add-ons :: BOM :: openHAB Add-ons 2.5.3-SNAPSHOT [228/244]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for org.openhab.addons.bundles:org.openhab.binding.bsblan:jar:2.5.3-SNAPSHOT is missing, no dependency information available
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.bom.openhab-addons ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.bom.openhab-addons ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bom/openhab-addons/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bom/org.openhab.addons.bom.openhab-addons/2.5.3-SNAPSHOT/org.openhab.addons.bom.openhab-addons-2.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.reactor.features.karaf >--
[INFO] Building openHAB Add-ons :: Features :: Karaf 2.5.3-SNAPSHOT   [229/244]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.reactor.features.karaf ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.reactor.features.karaf ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/pom.xml to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.reactor.features.karaf/2.5.3-SNAPSHOT/org.openhab.addons.reactor.features.karaf-2.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons-external >--
[INFO] Building openHAB Add-ons :: Features :: Karaf :: Add-ons External 2.5.3-SNAPSHOT [230/244]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifact) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/pom.xml to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/cometvisu.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-cometvisu.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/voicerss.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-voicerss.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/openhabcloud.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-openhabcloud.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/lib/libLeap.dylib to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-libLeap.lib
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/lib/libLeapJava.dylib to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-libLeapJava.lib
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons >--
[INFO] Building openHAB Add-ons :: Features :: Karaf :: Add-ons 2.5.3-SNAPSHOT [231/244]
[INFO] ------------------------------[ feature ]-------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for openHAB Add-ons 2.5.3-SNAPSHOT:
[INFO] 
[INFO] openHAB Add-ons .................................... SUCCESS [  2.996 s]
[INFO] openHAB Add-ons :: BOM ............................. SUCCESS [  0.497 s]
[INFO] openHAB Add-ons :: BOM :: Runtime Index ............ SUCCESS [  7.374 s]
[INFO] openHAB Add-ons :: BOM :: Test Index ............... SUCCESS [  0.409 s]
[INFO] openHAB Add-ons :: BOM :: openHAB Core Index ....... SUCCESS [  1.150 s]
[INFO] openHAB Add-ons :: Bundles ......................... SUCCESS [  4.099 s]
[INFO] openHAB Add-ons :: Bundles :: Airquality Binding ... SUCCESS [ 10.857 s]
[INFO] openHAB Add-ons :: Bundles :: AirVisual Node Air Quality Monitor Binding SUCCESS [  5.564 s]
[INFO] openHAB Add-ons :: Bundles :: AllPlay Binding ...... SUCCESS [  5.316 s]
[INFO] openHAB Add-ons :: Bundles :: Amazon Dash Button Binding SUCCESS [  5.135 s]
[INFO] openHAB Add-ons :: Bundles :: Amazon Echo Control Binding SUCCESS [  4.612 s]
[INFO] openHAB Add-ons :: Bundles :: Ambient Weather Binding SUCCESS [  3.077 s]
[INFO] openHAB Add-ons :: Bundles :: Astro Binding ........ SUCCESS [  5.496 s]
[INFO] openHAB Add-ons :: Bundles :: Atlona Binding ....... SUCCESS [  3.486 s]
[INFO] openHAB Add-ons :: Bundles :: Autelis Binding ...... SUCCESS [  2.879 s]
[INFO] openHAB Add-ons :: Bundles :: AVM FRITZ! Binding ... SUCCESS [  6.076 s]
[INFO] openHAB Add-ons :: Bundles :: BigAssFan Binding .... SUCCESS [  2.718 s]
[INFO] openHAB Add-ons :: Bundles :: Bluetooth Binding .... SUCCESS [  4.432 s]
[INFO] openHAB Add-ons :: Bundles :: BlueGiga Bluetooth Adapter SUCCESS [  5.343 s]
[INFO] openHAB Add-ons :: Bundles :: BlueZ Bluetooth Adapter SUCCESS [  3.489 s]
[INFO] openHAB Add-ons :: Bundles :: Blukii Bluetooth Adapter SUCCESS [  3.195 s]
[INFO] openHAB Add-ons :: Bundles :: RuuviTag Bluetooth Adapter SUCCESS [  3.077 s]
[INFO] openHAB Add-ons :: Bundles :: Bosch Indego Binding . SUCCESS [  3.308 s]
[INFO] openHAB Add-ons :: Bundles :: BoseSoundTouch Binding SUCCESS [  2.983 s]
[INFO] openHAB Add-ons :: Bundles :: Buienradar Binding ... SUCCESS [  4.524 s]
[INFO] openHAB Add-ons :: Bundles :: Chromecast Binding ... SUCCESS [ 18.123 s]
[INFO] openHAB Add-ons :: Bundles :: CM11A Binding ........ SUCCESS [  2.800 s]
[INFO] openHAB Add-ons :: Bundles :: CoolMasterNet Binding  SUCCESS [  2.636 s]
[INFO] openHAB Add-ons :: Bundles :: Daikin Binding ....... SUCCESS [  3.018 s]
[INFO] openHAB Add-ons :: Bundles :: Dark Sky Binding ..... SUCCESS [  4.350 s]
[INFO] openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding SUCCESS [  3.230 s]
[INFO] openHAB Add-ons :: Bundles :: Denon / Marantz Binding SUCCESS [  2.836 s]
[INFO] openHAB Add-ons :: Bundles :: Digiplex/EVO Binding . SUCCESS [  3.034 s]
[INFO] openHAB Add-ons :: Bundles :: DigitalSTROM Binding . SUCCESS [  4.052 s]
[INFO] openHAB Add-ons :: Bundles :: D-Link Smart Home Binding SUCCESS [  3.008 s]
[INFO] openHAB Add-ons :: Bundles :: DMX Binding .......... SUCCESS [  7.332 s]
[INFO] openHAB Add-ons :: Bundles :: Doorbird Binding ..... SUCCESS [  3.230 s]
[INFO] openHAB Add-ons :: Bundles :: DSCAlarm Binding ..... SUCCESS [  3.195 s]
[INFO] openHAB Add-ons :: Bundles :: DSMR Binding ......... SUCCESS [  7.275 s]
[INFO] openHAB Add-ons :: Bundles :: DwdUnwetter Binding .. SUCCESS [  5.296 s]
[INFO] openHAB Add-ons :: Bundles :: EleroTransmitterStick Binding SUCCESS [  2.718 s]
[INFO] openHAB Add-ons :: Bundles :: EnOcean Binding ...... SUCCESS [  3.441 s]
[INFO] openHAB Add-ons :: Bundles :: EnturNo Binding ...... SUCCESS [  2.423 s]
[INFO] openHAB Add-ons :: Bundles :: evohome Binding ...... SUCCESS [  2.492 s]
[INFO] openHAB Add-ons :: Bundles :: Exec Binding ......... SUCCESS [  2.434 s]
[INFO] openHAB Add-ons :: Bundles :: Feed Binding ......... SUCCESS [  2.918 s]
[INFO] openHAB Add-ons :: Bundles :: Feican Binding ....... SUCCESS [  2.685 s]
[INFO] openHAB Add-ons :: Bundles :: Folding Binding ...... SUCCESS [  2.555 s]
[INFO] openHAB Add-ons :: Bundles :: Foobot Binding ....... SUCCESS [  4.623 s]
[INFO] openHAB Add-ons :: Bundles :: Freebox Binding ...... SUCCESS [  2.804 s]
[INFO] openHAB Add-ons :: Bundles :: Fronius Binding ...... SUCCESS [  2.579 s]
[INFO] openHAB Add-ons :: Bundles :: FSInternetRadio Binding SUCCESS [  6.770 s]
[INFO] openHAB Add-ons :: Bundles :: FTP Upload Binding ... SUCCESS [  3.404 s]
[INFO] openHAB Add-ons :: Bundles :: Gardena Binding ...... SUCCESS [  2.597 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Map SUCCESS [  4.656 s]
[INFO] openHAB Add-ons :: Bundles :: GlobalCache Binding .. SUCCESS [  2.550 s]
[INFO] openHAB Add-ons :: Bundles :: GPSTracker Binding ... SUCCESS [  2.523 s]
[INFO] openHAB Add-ons :: Bundles :: GROHE ONDUS Binding .. SUCCESS [  2.627 s]
[INFO] openHAB Add-ons :: Bundles :: HarmonyHub Binding ... SUCCESS [  2.595 s]
[INFO] openHAB Add-ons :: Bundles :: HDanywhere Binding ... SUCCESS [  2.413 s]
[INFO] openHAB Add-ons :: Bundles :: Hunter Douglas PowerView Binding SUCCESS [  2.453 s]
[INFO] openHAB Add-ons :: Bundles :: Helios Binding ....... SUCCESS [  2.416 s]
[INFO] openHAB Add-ons :: Bundles :: Heos Binding ......... SUCCESS [  2.740 s]
[INFO] openHAB Add-ons :: Bundles :: Homematic Binding .... SUCCESS [  7.026 s]
[INFO] openHAB Add-ons :: Bundles :: HP Printer Binding ... SUCCESS [  2.638 s]
[INFO] openHAB Add-ons :: Bundles :: hue Binding .......... SUCCESS [  6.881 s]
[INFO] openHAB Add-ons :: Bundles :: Hydrawise Binding .... SUCCESS [  2.610 s]
[INFO] openHAB Add-ons :: Bundles :: Hyperion Binding ..... SUCCESS [  2.400 s]
[INFO] openHAB Add-ons :: Bundles :: iAquaLink Binding .... SUCCESS [  2.368 s]
[INFO] openHAB Add-ons :: Bundles :: iCloud Binding ....... SUCCESS [  2.312 s]
[INFO] openHAB Add-ons :: Bundles :: IHC Binding .......... SUCCESS [  7.668 s]
[INFO] openHAB Add-ons :: Bundles :: innogy Smarthome Binding SUCCESS [  2.990 s]
[INFO] openHAB Add-ons :: Bundles :: IPP Binding .......... SUCCESS [  4.456 s]
[INFO] openHAB Add-ons :: Bundles :: IRtrans Binding ...... SUCCESS [  2.454 s]
[INFO] openHAB Add-ons :: Bundles :: JeeLink Binding ...... SUCCESS [  2.326 s]
[INFO] openHAB Add-ons :: Bundles :: Keba Binding ......... SUCCESS [  2.392 s]
[INFO] openHAB Add-ons :: Bundles :: KM200 Binding ........ SUCCESS [  2.389 s]
[INFO] openHAB Add-ons :: Bundles :: KNX Binding .......... SUCCESS [  4.642 s]
[INFO] openHAB Add-ons :: Bundles :: Kodi Binding ......... SUCCESS [  3.990 s]
[INFO] openHAB Add-ons :: Bundles :: Konnected Binding .... SUCCESS [  2.146 s]
[INFO] openHAB Add-ons :: Bundles :: Kostal Binding ....... SUCCESS [  2.728 s]
[INFO] openHAB Add-ons :: Bundles :: LaMetric Time Binding  SUCCESS [  2.600 s]
[INFO] openHAB Add-ons :: Bundles :: Leap Motion Binding .. SUCCESS [  2.453 s]
[INFO] openHAB Add-ons :: Bundles :: LG HomBot Binding .... SUCCESS [  2.168 s]
[INFO] openHAB Add-ons :: Bundles :: LG TV Serial Binding . SUCCESS [  2.368 s]
[INFO] openHAB Add-ons :: Bundles :: LG webOS Binding ..... SUCCESS [  2.524 s]
[INFO] openHAB Add-ons :: Bundles :: LIFX Binding ......... SUCCESS [  2.617 s]
[INFO] openHAB Add-ons :: Bundles :: LIRC Binding ......... SUCCESS [  2.252 s]
[INFO] openHAB Add-ons :: Bundles :: LinuxInput Binding ... SUCCESS [  2.985 s]
[INFO] openHAB Add-ons :: Bundles :: Log Reader Binding ... SUCCESS [  2.402 s]
[INFO] openHAB Add-ons :: Bundles :: Loxone Binding ....... SUCCESS [  7.259 s]
[INFO] openHAB Add-ons :: Bundles :: Lutron Binding ....... SUCCESS [  2.946 s]
[INFO] openHAB Add-ons :: Bundles :: Mail Binding ......... SUCCESS [  4.051 s]
[INFO] openHAB Add-ons :: Bundles :: MaxCube Binding ...... SUCCESS [  2.662 s]
[INFO] openHAB Add-ons :: Bundles :: mcp23017 Binding ..... SUCCESS [  2.483 s]
[INFO] openHAB Add-ons :: Bundles :: MELCloud Binding ..... SUCCESS [  2.492 s]
[INFO] openHAB Add-ons :: Bundles :: meteoblue Binding .... SUCCESS [  2.089 s]
[INFO] openHAB Add-ons :: Bundles :: meteostick Binding ... SUCCESS [  2.194 s]
[INFO] openHAB Add-ons :: Bundles :: Miele Binding ........ SUCCESS [  2.365 s]
[INFO] openHAB Add-ons :: Bundles :: Xiaomi Mi Smart Home Binding SUCCESS [  2.306 s]
[INFO] openHAB Add-ons :: Bundles :: Xiaomi Mi IO Binding . SUCCESS [  2.670 s]
[INFO] openHAB Add-ons :: Bundles :: Millheat Binding ..... SUCCESS [  7.145 s]
[INFO] openHAB Add-ons :: Bundles :: Milight Binding ...... SUCCESS [  2.262 s]
[INFO] openHAB Add-ons :: Bundles :: Minecraft Binding .... SUCCESS [  3.060 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Modbus Transport SUCCESS [ 12.109 s]
[INFO] openHAB Add-ons :: Bundles :: Modbus Binding ....... SUCCESS [  5.477 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Broker Binding .. SUCCESS [  5.992 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Things and Channels SUCCESS [  7.276 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT HomeAssistant Convention SUCCESS [  4.169 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Homie Convention  SUCCESS [  6.409 s]
[INFO] openHAB Add-ons :: Bundles :: Nanoleaf Binding ..... SUCCESS [  4.006 s]
[INFO] openHAB Add-ons :: Bundles :: Neato Binding ........ SUCCESS [  2.231 s]
[INFO] openHAB Add-ons :: Bundles :: Neeo Binding ......... SUCCESS [  2.614 s]
[INFO] openHAB Add-ons :: Bundles :: NeoHub Binding ....... SUCCESS [  2.347 s]
[INFO] openHAB Add-ons :: Bundles :: Nest Binding ......... SUCCESS [  2.438 s]
[INFO] openHAB Add-ons :: Bundles :: Netatmo Binding ...... SUCCESS [  3.001 s]
[INFO] openHAB Add-ons :: Bundles :: Network Binding ...... SUCCESS [  6.590 s]
[INFO] openHAB Add-ons :: Bundles :: Network UPS Tools Binding SUCCESS [  5.035 s]
[INFO] openHAB Add-ons :: Bundles :: Nibe Heatpump Binding  SUCCESS [  4.220 s]
[INFO] openHAB Add-ons :: Bundles :: NibeUplink Binding ... SUCCESS [  2.246 s]
[INFO] openHAB Add-ons :: Bundles :: Nikobus Binding ...... SUCCESS [  2.264 s]
[INFO] openHAB Add-ons :: Bundles :: Niko Home Control Binding SUCCESS [  2.563 s]
[INFO] openHAB Add-ons :: Bundles :: NTP Binding .......... SUCCESS [  2.399 s]
[INFO] openHAB Add-ons :: Bundles :: Nuki Binding ......... SUCCESS [  2.278 s]
[INFO] openHAB Add-ons :: Bundles :: Oceanic Binding ...... SUCCESS [  2.406 s]
[INFO] openHAB Add-ons :: Bundles :: OmnikInverter Binding  SUCCESS [  3.172 s]
[INFO] openHAB Add-ons :: Bundles :: OneBusAway Binding ... SUCCESS [  2.191 s]
[INFO] openHAB Add-ons :: Bundles :: OneWireGPIO Binding .. SUCCESS [  2.040 s]
[INFO] openHAB Add-ons :: Bundles :: OneWire Binding ...... SUCCESS [  6.839 s]
[INFO] openHAB Add-ons :: Bundles :: Onkyo Binding ........ SUCCESS [  2.272 s]
[INFO] openHAB Add-ons :: Bundles :: OpenGarage Binding ... SUCCESS [  2.129 s]
[INFO] openHAB Add-ons :: Bundles :: OpenSprinkler Binding  SUCCESS [  2.344 s]
[INFO] openHAB Add-ons :: Bundles :: OpenUV Binding ....... SUCCESS [  2.257 s]
[INFO] openHAB Add-ons :: Bundles :: OpenWeatherMap Binding SUCCESS [  2.275 s]
[INFO] openHAB Add-ons :: Bundles :: Orvibo Binding ....... SUCCESS [  2.491 s]
[INFO] openHAB Add-ons :: Bundles :: ParadoxAlarm Binding . SUCCESS [  2.710 s]
[INFO] openHAB Add-ons :: Bundles :: Pentair Binding ...... SUCCESS [  2.197 s]
[INFO] openHAB Add-ons :: Bundles :: PHC Binding .......... SUCCESS [  2.185 s]
[INFO] openHAB Add-ons :: Bundles :: PioneerAvr Binding ... SUCCESS [  2.209 s]
[INFO] openHAB Add-ons :: Bundles :: pixometer Binding .... SUCCESS [  2.474 s]
[INFO] openHAB Add-ons :: Bundles :: PJLink Binding ....... SUCCESS [  2.313 s]
[INFO] openHAB Add-ons :: Bundles :: PLCLogo Binding ...... SUCCESS [  2.651 s]
[INFO] openHAB Add-ons :: Bundles :: Plugwise Binding ..... SUCCESS [  2.462 s]
[INFO] openHAB Add-ons :: Bundles :: Powermax Binding ..... SUCCESS [  2.486 s]
[INFO] openHAB Add-ons :: Bundles :: Pulseaudio Binding ... SUCCESS [  2.387 s]
[INFO] openHAB Add-ons :: Bundles :: Pushbullet Binding ... SUCCESS [  2.247 s]
[INFO] openHAB Add-ons :: Bundles :: RegoHeatPump Binding . SUCCESS [  2.158 s]
[INFO] openHAB Add-ons :: Bundles :: Rfxcom Binding ....... SUCCESS [  4.991 s]
[INFO] openHAB Add-ons :: Bundles :: RME Binding .......... SUCCESS [  1.961 s]
[INFO] openHAB Add-ons :: Bundles :: Robonect Binding ..... SUCCESS [  5.542 s]
[INFO] openHAB Add-ons :: Bundles :: Rotel Binding ........ SUCCESS [  2.394 s]
[INFO] openHAB Add-ons :: Bundles :: RotelRa1x Binding .... SUCCESS [  2.187 s]
[INFO] openHAB Add-ons :: Bundles :: Russound Binding ..... SUCCESS [  2.369 s]
[INFO] openHAB Add-ons :: Bundles :: SamsungTV Binding .... SUCCESS [  2.561 s]
[INFO] openHAB Add-ons :: Bundles :: Satel Binding ........ SUCCESS [  2.481 s]
[INFO] openHAB Add-ons :: Bundles :: Seneye Binding ....... SUCCESS [  1.996 s]
[INFO] openHAB Add-ons :: Bundles :: senseBox Binding ..... SUCCESS [  1.992 s]
[INFO] openHAB Add-ons :: Bundles :: SerialButton Binding . SUCCESS [  1.917 s]
[INFO] openHAB Add-ons :: Bundles :: Shelly Binding ....... SUCCESS [  2.334 s]
[INFO] openHAB Add-ons :: Bundles :: Siemens RDS Binding .. SUCCESS [  2.168 s]
[INFO] openHAB Add-ons :: Bundles :: Sinope Binding ....... SUCCESS [  2.225 s]
[INFO] openHAB Add-ons :: Bundles :: Silvercrest Wifi Socket Binding SUCCESS [  2.011 s]
[INFO] openHAB Add-ons :: Bundles :: SleepIQ Binding ...... SUCCESS [  2.190 s]
[INFO] openHAB Add-ons :: Bundles :: SMA EnergyMeter Binding SUCCESS [  2.052 s]
[INFO] openHAB Add-ons :: Bundles :: Smartmeter Binding ... SUCCESS [ 36.412 s]
[INFO] openHAB Add-ons :: Bundles :: SNMP Binding ......... SUCCESS [  6.240 s]
[INFO] openHAB Add-ons :: Bundles :: SolarEdge Binding .... SUCCESS [  2.243 s]
[INFO] openHAB Add-ons :: Bundles :: Solar-Log Binding .... SUCCESS [  2.081 s]
[INFO] openHAB Add-ons :: Bundles :: SomfyTahoma Binding .. SUCCESS [  2.320 s]
[INFO] openHAB Add-ons :: Bundles :: Sonos Binding ........ SUCCESS [  2.388 s]
[INFO] openHAB Add-ons :: Bundles :: SonyAudio Binding .... SUCCESS [  1.714 s]
[INFO] openHAB Add-ons :: Bundles :: Sony Projector Binding SUCCESS [  2.326 s]
[INFO] openHAB Add-ons :: Bundles :: Spotify Binding ...... SUCCESS [  2.313 s]
[INFO] openHAB Add-ons :: Bundles :: SqueezeBox Binding ... SUCCESS [  2.318 s]
[INFO] openHAB Add-ons :: Bundles :: Synop Analyzer Binding SUCCESS [  2.273 s]
[INFO] openHAB Add-ons :: Bundles :: Systeminfo Binding ... SUCCESS [  2.545 s]
[INFO] openHAB Add-ons :: Bundles :: Tado Binding ......... SUCCESS [  2.910 s]
[INFO] openHAB Add-ons :: Bundles :: Tankerkoenig Binding . SUCCESS [  2.067 s]
[INFO] openHAB Add-ons :: Bundles :: Telegram Binding ..... SUCCESS [  2.698 s]
[INFO] openHAB Add-ons :: Bundles :: Tellstick Binding .... SUCCESS [  3.555 s]
[INFO] openHAB Add-ons :: Bundles :: Tesla Binding ........ SUCCESS [  2.923 s]
[INFO] openHAB Add-ons :: Bundles :: TP-Link Smart Home Binding SUCCESS [  6.458 s]
[INFO] openHAB Add-ons :: Bundles :: TRÅDFRI Binding ...... SUCCESS [  5.369 s]
[INFO] openHAB Add-ons :: Bundles :: UniFi Binding ........ SUCCESS [  2.408 s]
[INFO] openHAB Add-ons :: Bundles :: Somfy URTSI II binding SUCCESS [  2.033 s]
[INFO] openHAB Add-ons :: Bundles :: ValloxMV Binding ..... SUCCESS [  1.987 s]
[INFO] openHAB Add-ons :: Bundles :: Vektiva Binding ...... SUCCESS [  2.089 s]
[INFO] openHAB Add-ons :: Bundles :: Volvo On Call Binding  SUCCESS [  2.386 s]
[INFO] openHAB Add-ons :: Bundles :: Velbus Binding ....... SUCCESS [  2.402 s]
[INFO] openHAB Add-ons :: Bundles :: Vitotronic Binding ... SUCCESS [  2.292 s]
[INFO] openHAB Add-ons :: Bundles :: WeatherCompany Binding SUCCESS [  2.483 s]
[INFO] openHAB Add-ons :: Bundles :: WeatherUnderground Binding SUCCESS [  2.415 s]
[INFO] openHAB Add-ons :: Bundles :: Wemo Binding ......... SUCCESS [  2.264 s]
[INFO] openHAB Add-ons :: Bundles :: WiFiLED Binding ...... SUCCESS [  6.050 s]
[INFO] openHAB Add-ons :: Bundles :: Windcentrale Binding . SUCCESS [  2.032 s]
[INFO] openHAB Add-ons :: Bundles :: XMLTV Binding ........ SUCCESS [  2.038 s]
[INFO] openHAB Add-ons :: Bundles :: XMPPClient Binding ... SUCCESS [  4.921 s]
[INFO] openHAB Add-ons :: Bundles :: Yamaha Receiver Binding SUCCESS [  7.488 s]
[INFO] openHAB Add-ons :: Bundles :: Yeelight Binding ..... SUCCESS [  2.249 s]
[INFO] openHAB Add-ons :: Bundles :: Zoneminder Binding ... SUCCESS [  3.151 s]
[INFO] openHAB Add-ons :: Bundles :: ZWay Binding ......... SUCCESS [  2.513 s]
[INFO] openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace SUCCESS [  4.571 s]
[INFO] openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace (Automation) SUCCESS [  0.427 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Homekit ........ SUCCESS [  4.237 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Hue Emulation Service SUCCESS [ 13.904 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: ImperiHome Integration Service SUCCESS [  2.532 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Java Sound Support SUCCESS [  2.590 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: NEEO Integration SUCCESS [  2.876 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector SUCCESS [  2.066 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: MQTT Broker Moquette SUCCESS [ 20.577 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Web Audio Support SUCCESS [  1.918 s]
[INFO] openHAB Add-ons :: Bundles :: Persistence Service :: MapDB SUCCESS [  2.006 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Binary To JSON SUCCESS [  2.302 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Exec SUCCESS [  1.978 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript SUCCESS [  2.280 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Jinja SUCCESS [  3.951 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath SUCCESS [  3.424 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: RegEx SUCCESS [  3.047 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Scale SUCCESS [  3.476 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: XPath SUCCESS [  3.358 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Xslt SUCCESS [  3.825 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech SUCCESS [  2.151 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech SUCCESS [  3.516 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech SUCCESS [  8.375 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech SUCCESS [  2.006 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech SUCCESS [  2.238 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech SUCCESS [  2.176 s]
[INFO] openHAB Add-ons :: BOM :: openHAB Add-ons .......... SUCCESS [  0.906 s]
[INFO] openHAB Add-ons :: Features :: Karaf ............... SUCCESS [  0.200 s]
[INFO] openHAB Add-ons :: Features :: Karaf :: Add-ons External SUCCESS [  0.170 s]
[INFO] openHAB Add-ons :: Features :: Karaf :: Add-ons .... FAILURE [  0.195 s]
[INFO] openHAB Add-ons :: Integration Tests ............... SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Astro Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: AVM FRITZ! Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Feed Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: hue Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: MaxCube Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Nest Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: NTP Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Systeminfo Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: TRÅDFRI Binding SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Wemo Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Hue Emulation Service Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: MapDB Persistence Tests SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13:44 min
[INFO] Finished at: 2020-02-20T08:33:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.openhab.addons.features.karaf.openhab-addons: Could not resolve dependencies for project org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons:feature:2.5.3-SNAPSHOT: Failure to find org.openhab.addons.bundles:org.openhab.binding.bsblan:jar:2.5.3-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.openhab.addons.features.karaf.openhab-addons

@TravisBuddy
Copy link

Travis tests have failed

Hey @hypetsch,
please read the following log in order to understand the failure reason. There might also be some helpful tips along the way.
It will be awesome if you fix what is wrong and commit the changes.

2nd Build

Expand here
Build all
  1/246| openHAB Add-ons 2.5.3-SNAPSHOT
  2/246| openHAB Add-ons :: BOM 2.5.3-SNAPSHOT
  3/246| openHAB Add-ons :: BOM :: Runtime Index 2.5.3-SNAPSHOT
  4/246| openHAB Add-ons :: BOM :: Test Index 2.5.3-SNAPSHOT
  5/246| openHAB Add-ons :: BOM :: openHAB Core Index 2.5.3-SNAPSHOT
  6/246| openHAB Add-ons :: Bundles 2.5.3-SNAPSHOT
  7/246| openHAB Add-ons :: Bundles :: Airquality Binding 2.5.3-SNAPSHOT
  8/246| openHAB Add-ons :: Bundles :: AirVisual Node Air Quality Monitor Binding 2.5.3-SNAPSHOT
  9/246| openHAB Add-ons :: Bundles :: AllPlay Binding 2.5.3-SNAPSHOT
 10/246| openHAB Add-ons :: Bundles :: Amazon Dash Button Binding 2.5.3-SNAPSHOT
 11/246| openHAB Add-ons :: Bundles :: Amazon Echo Control Binding 2.5.3-SNAPSHOT
 12/246| openHAB Add-ons :: Bundles :: Ambient Weather Binding 2.5.3-SNAPSHOT
 13/246| openHAB Add-ons :: Bundles :: Astro Binding 2.5.3-SNAPSHOT
 14/246| openHAB Add-ons :: Bundles :: Atlona Binding 2.5.3-SNAPSHOT
 15/246| openHAB Add-ons :: Bundles :: Autelis Binding 2.5.3-SNAPSHOT
 16/246| openHAB Add-ons :: Bundles :: AVM FRITZ! Binding 2.5.3-SNAPSHOT
 17/246| openHAB Add-ons :: Bundles :: BigAssFan Binding 2.5.3-SNAPSHOT
 18/246| openHAB Add-ons :: Bundles :: Bluetooth Binding 2.5.3-SNAPSHOT
 19/246| openHAB Add-ons :: Bundles :: AM43 Bluetooth Adapter 2.5.3-SNAPSHOT
 20/246| openHAB Add-ons :: Bundles :: BlueGiga Bluetooth Adapter 2.5.3-SNAPSHOT
 21/246| openHAB Add-ons :: Bundles :: BlueZ Bluetooth Adapter 2.5.3-SNAPSHOT
 22/246| openHAB Add-ons :: Bundles :: Blukii Bluetooth Adapter 2.5.3-SNAPSHOT
 23/246| openHAB Add-ons :: Bundles :: RuuviTag Bluetooth Adapter 2.5.3-SNAPSHOT
 24/246| openHAB Add-ons :: Bundles :: Bosch Indego Binding 2.5.3-SNAPSHOT
 25/246| openHAB Add-ons :: Bundles :: BoseSoundTouch Binding 2.5.3-SNAPSHOT
 26/246| openHAB Add-ons :: Bundles :: Buienradar Binding 2.5.3-SNAPSHOT
 27/246| openHAB Add-ons :: Bundles :: Chromecast Binding 2.5.3-SNAPSHOT
 28/246| openHAB Add-ons :: Bundles :: CM11A Binding 2.5.3-SNAPSHOT
 29/246| openHAB Add-ons :: Bundles :: CoolMasterNet Binding 2.5.3-SNAPSHOT
 30/246| openHAB Add-ons :: Bundles :: Daikin Binding 2.5.3-SNAPSHOT
 31/246| openHAB Add-ons :: Bundles :: Dark Sky Binding 2.5.3-SNAPSHOT
 32/246| openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding 2.5.3-SNAPSHOT
 33/246| openHAB Add-ons :: Bundles :: Denon / Marantz Binding 2.5.3-SNAPSHOT
 34/246| openHAB Add-ons :: Bundles :: Digiplex/EVO Binding 2.5.3-SNAPSHOT
 35/246| openHAB Add-ons :: Bundles :: DigitalSTROM Binding 2.5.3-SNAPSHOT
 36/246| openHAB Add-ons :: Bundles :: D-Link Smart Home Binding 2.5.3-SNAPSHOT
 37/246| openHAB Add-ons :: Bundles :: DMX Binding 2.5.3-SNAPSHOT
 38/246| openHAB Add-ons :: Bundles :: Doorbird Binding 2.5.3-SNAPSHOT
 39/246| openHAB Add-ons :: Bundles :: DSCAlarm Binding 2.5.3-SNAPSHOT
 40/246| openHAB Add-ons :: Bundles :: DSMR Binding 2.5.3-SNAPSHOT
 41/246| openHAB Add-ons :: Bundles :: DwdUnwetter Binding 2.5.3-SNAPSHOT
 42/246| openHAB Add-ons :: Bundles :: EleroTransmitterStick Binding 2.5.3-SNAPSHOT
 43/246| openHAB Add-ons :: Bundles :: EnOcean Binding 2.5.3-SNAPSHOT
 44/246| openHAB Add-ons :: Bundles :: EnturNo Binding 2.5.3-SNAPSHOT
 45/246| openHAB Add-ons :: Bundles :: evohome Binding 2.5.3-SNAPSHOT
​ 46/246| openHAB Add-ons :: Bundles :: Exec Binding 2.5.3-SNAPSHOT
 47/246| openHAB Add-ons :: Bundles :: Feed Binding 2.5.3-SNAPSHOT
 48/246| openHAB Add-ons :: Bundles :: Feican Binding 2.5.3-SNAPSHOT
 49/246| openHAB Add-ons :: Bundles :: Folding Binding 2.5.3-SNAPSHOT
 50/246| openHAB Add-ons :: Bundles :: Foobot Binding 2.5.3-SNAPSHOT
 51/246| openHAB Add-ons :: Bundles :: Freebox Binding 2.5.3-SNAPSHOT
 52/246| openHAB Add-ons :: Bundles :: Fronius Binding 2.5.3-SNAPSHOT
 53/246| openHAB Add-ons :: Bundles :: FSInternetRadio Binding 2.5.3-SNAPSHOT
 54/246| openHAB Add-ons :: Bundles :: FTP Upload Binding 2.5.3-SNAPSHOT
 55/246| openHAB Add-ons :: Bundles :: Gardena Binding 2.5.3-SNAPSHOT
 56/246| openHAB Add-ons :: Bundles :: Transformation Service :: Map 2.5.3-SNAPSHOT
 57/246| openHAB Add-ons :: Bundles :: GlobalCache Binding 2.5.3-SNAPSHOT
 58/246| openHAB Add-ons :: Bundles :: GPSTracker Binding 2.5.3-SNAPSHOT
 59/246| openHAB Add-ons :: Bundles :: GROHE ONDUS Binding 2.5.3-SNAPSHOT
 60/246| openHAB Add-ons :: Bundles :: HarmonyHub Binding 2.5.3-SNAPSHOT
 61/246| openHAB Add-ons :: Bundles :: HDanywhere Binding 2.5.3-SNAPSHOT
 62/246| openHAB Add-ons :: Bundles :: Hunter Douglas PowerView Binding 2.5.3-SNAPSHOT
 63/246| openHAB Add-ons :: Bundles :: Helios Binding 2.5.3-SNAPSHOT
 64/246| openHAB Add-ons :: Bundles :: Heos Binding 2.5.3-SNAPSHOT
 65/246| openHAB Add-ons :: Bundles :: Homematic Binding 2.5.3-SNAPSHOT
 66/246| openHAB Add-ons :: Bundles :: HP Printer Binding 2.5.3-SNAPSHOT
 67/246| openHAB Add-ons :: Bundles :: hue Binding 2.5.3-SNAPSHOT
 68/246| openHAB Add-ons :: Bundles :: Hydrawise Binding 2.5.3-SNAPSHOT
 69/246| openHAB Add-ons :: Bundles :: Hyperion Binding 2.5.3-SNAPSHOT
 70/246| openHAB Add-ons :: Bundles :: iAquaLink Binding 2.5.3-SNAPSHOT
 71/246| openHAB Add-ons :: Bundles :: iCloud Binding 2.5.3-SNAPSHOT
 72/246| openHAB Add-ons :: Bundles :: IHC Binding 2.5.3-SNAPSHOT
 73/246| openHAB Add-ons :: Bundles :: innogy Smarthome Binding 2.5.3-SNAPSHOT
 74/246| openHAB Add-ons :: Bundles :: IPP Binding 2.5.3-SNAPSHOT
 75/246| openHAB Add-ons :: Bundles :: IRtrans Binding 2.5.3-SNAPSHOT
 76/246| openHAB Add-ons :: Bundles :: JeeLink Binding 2.5.3-SNAPSHOT
 77/246| openHAB Add-ons :: Bundles :: Keba Binding 2.5.3-SNAPSHOT
 78/246| openHAB Add-ons :: Bundles :: KM200 Binding 2.5.3-SNAPSHOT
 79/246| openHAB Add-ons :: Bundles :: KNX Binding 2.5.3-SNAPSHOT
 80/246| openHAB Add-ons :: Bundles :: Kodi Binding 2.5.3-SNAPSHOT
 81/246| openHAB Add-ons :: Bundles :: Konnected Binding 2.5.3-SNAPSHOT
 82/246| openHAB Add-ons :: Bundles :: Kostal Binding 2.5.3-SNAPSHOT
 83/246| openHAB Add-ons :: Bundles :: LaMetric Time Binding 2.5.3-SNAPSHOT
 84/246| openHAB Add-ons :: Bundles :: Leap Motion Binding 2.5.3-SNAPSHOT
 85/246| openHAB Add-ons :: Bundles :: LG HomBot Binding 2.5.3-SNAPSHOT
 86/246| openHAB Add-ons :: Bundles :: LG TV Serial Binding 2.5.3-SNAPSHOT
 87/246| openHAB Add-ons :: Bundles :: LG webOS Binding 2.5.3-SNAPSHOT
 88/246| openHAB Add-ons :: Bundles :: LIFX Binding 2.5.3-SNAPSHOT
 89/246| openHAB Add-ons :: Bundles :: LIRC Binding 2.5.3-SNAPSHOT
 90/246| openHAB Add-ons :: Bundles :: LinuxInput Binding 2.5.3-SNAPSHOT
 91/246| openHAB Add-ons :: Bundles :: Log Reader Binding 2.5.3-SNAPSHOT
 92/246| openHAB Add-ons :: Bundles :: Loxone Binding 2.5.3-SNAPSHOT
 93/246| openHAB Add-ons :: Bundles :: Lutron Binding 2.5.3-SNAPSHOT
 94/246| openHAB Add-ons :: Bundles :: Mail Binding 2.5.3-SNAPSHOT
 95/246| openHAB Add-ons :: Bundles :: MaxCube Binding 2.5.3-SNAPSHOT
 96/246| openHAB Add-ons :: Bundles :: mcp23017 Binding 2.5.3-SNAPSHOT
 97/246| openHAB Add-ons :: Bundles :: MELCloud Binding 2.5.3-SNAPSHOT
 98/246| openHAB Add-ons :: Bundles :: meteoblue Binding 2.5.3-SNAPSHOT
 99/246| openHAB Add-ons :: Bundles :: meteostick Binding 2.5.3-SNAPSHOT
100/246| openHAB Add-ons :: Bundles :: Miele Binding 2.5.3-SNAPSHOT
101/246| openHAB Add-ons :: Bundles :: Xiaomi Mi Smart Home Binding 2.5.3-SNAPSHOT
102/246| openHAB Add-ons :: Bundles :: Xiaomi Mi IO Binding 2.5.3-SNAPSHOT
103/246| openHAB Add-ons :: Bundles :: Millheat Binding 2.5.3-SNAPSHOT
104/246| openHAB Add-ons :: Bundles :: Milight Binding 2.5.3-SNAPSHOT
105/246| openHAB Add-ons :: Bundles :: Minecraft Binding 2.5.3-SNAPSHOT
106/246| openHAB Add-ons :: Bundles :: IO :: Modbus Transport 2.5.3-SNAPSHOT
​107/246| openHAB Add-ons :: Bundles :: Modbus Binding 2.5.3-SNAPSHOT
108/246| openHAB Add-ons :: Bundles :: MQTT Broker Binding 2.5.3-SNAPSHOT
109/246| openHAB Add-ons :: Bundles :: MQTT Things and Channels 2.5.3-SNAPSHOT
110/246| openHAB Add-ons :: Bundles :: MQTT HomeAssistant Convention 2.5.3-SNAPSHOT
111/246| openHAB Add-ons :: Bundles :: MQTT Homie Convention 2.5.3-SNAPSHOT
112/246| openHAB Add-ons :: Bundles :: Nanoleaf Binding 2.5.3-SNAPSHOT
113/246| openHAB Add-ons :: Bundles :: Neato Binding 2.5.3-SNAPSHOT
114/246| openHAB Add-ons :: Bundles :: Neeo Binding 2.5.3-SNAPSHOT
115/246| openHAB Add-ons :: Bundles :: NeoHub Binding 2.5.3-SNAPSHOT
116/246| openHAB Add-ons :: Bundles :: Nest Binding 2.5.3-SNAPSHOT
117/246| openHAB Add-ons :: Bundles :: Netatmo Binding 2.5.3-SNAPSHOT
118/246| openHAB Add-ons :: Bundles :: Network Binding 2.5.3-SNAPSHOT
119/246| openHAB Add-ons :: Bundles :: Network UPS Tools Binding 2.5.3-SNAPSHOT
120/246| openHAB Add-ons :: Bundles :: Nibe Heatpump Binding 2.5.3-SNAPSHOT
121/246| openHAB Add-ons :: Bundles :: NibeUplink Binding 2.5.3-SNAPSHOT
122/246| openHAB Add-ons :: Bundles :: Nikobus Binding 2.5.3-SNAPSHOT
123/246| openHAB Add-ons :: Bundles :: Niko Home Control Binding 2.5.3-SNAPSHOT
124/246| openHAB Add-ons :: Bundles :: NTP Binding 2.5.3-SNAPSHOT
125/246| openHAB Add-ons :: Bundles :: Nuki Binding 2.5.3-SNAPSHOT
126/246| openHAB Add-ons :: Bundles :: Oceanic Binding 2.5.3-SNAPSHOT
127/246| openHAB Add-ons :: Bundles :: OmnikInverter Binding 2.5.3-SNAPSHOT
128/246| openHAB Add-ons :: Bundles :: OneBusAway Binding 2.5.3-SNAPSHOT
129/246| openHAB Add-ons :: Bundles :: OneWireGPIO Binding 2.5.3-SNAPSHOT
130/246| openHAB Add-ons :: Bundles :: OneWire Binding 2.5.3-SNAPSHOT
131/246| openHAB Add-ons :: Bundles :: Onkyo Binding 2.5.3-SNAPSHOT
132/246| openHAB Add-ons :: Bundles :: OpenGarage Binding 2.5.3-SNAPSHOT
133/246| openHAB Add-ons :: Bundles :: OpenSprinkler Binding 2.5.3-SNAPSHOT
134/246| openHAB Add-ons :: Bundles :: OpenUV Binding 2.5.3-SNAPSHOT
135/246| openHAB Add-ons :: Bundles :: OpenWeatherMap Binding 2.5.3-SNAPSHOT
136/246| openHAB Add-ons :: Bundles :: Orvibo Binding 2.5.3-SNAPSHOT
137/246| openHAB Add-ons :: Bundles :: ParadoxAlarm Binding 2.5.3-SNAPSHOT
138/246| openHAB Add-ons :: Bundles :: Pentair Binding 2.5.3-SNAPSHOT
139/246| openHAB Add-ons :: Bundles :: PHC Binding 2.5.3-SNAPSHOT
140/246| openHAB Add-ons :: Bundles :: PioneerAvr Binding 2.5.3-SNAPSHOT
141/246| openHAB Add-ons :: Bundles :: pixometer Binding 2.5.3-SNAPSHOT
142/246| openHAB Add-ons :: Bundles :: PJLink Binding 2.5.3-SNAPSHOT
143/246| openHAB Add-ons :: Bundles :: PLCLogo Binding 2.5.3-SNAPSHOT
144/246| openHAB Add-ons :: Bundles :: Plugwise Binding 2.5.3-SNAPSHOT
145/246| openHAB Add-ons :: Bundles :: Powermax Binding 2.5.3-SNAPSHOT
146/246| openHAB Add-ons :: Bundles :: Pulseaudio Binding 2.5.3-SNAPSHOT
147/246| openHAB Add-ons :: Bundles :: Pushbullet Binding 2.5.3-SNAPSHOT
148/246| openHAB Add-ons :: Bundles :: RegoHeatPump Binding 2.5.3-SNAPSHOT
149/246| openHAB Add-ons :: Bundles :: Rfxcom Binding 2.5.3-SNAPSHOT
150/246| openHAB Add-ons :: Bundles :: RME Binding 2.5.3-SNAPSHOT
151/246| openHAB Add-ons :: Bundles :: Robonect Binding 2.5.3-SNAPSHOT
152/246| openHAB Add-ons :: Bundles :: Rotel Binding 2.5.3-SNAPSHOT
153/246| openHAB Add-ons :: Bundles :: RotelRa1x Binding 2.5.3-SNAPSHOT
154/246| openHAB Add-ons :: Bundles :: Russound Binding 2.5.3-SNAPSHOT
155/246| openHAB Add-ons :: Bundles :: SamsungTV Binding 2.5.3-SNAPSHOT
156/246| openHAB Add-ons :: Bundles :: Satel Binding 2.5.3-SNAPSHOT
157/246| openHAB Add-ons :: Bundles :: Seneye Binding 2.5.3-SNAPSHOT
158/246| openHAB Add-ons :: Bundles :: senseBox Binding 2.5.3-SNAPSHOT
159/246| openHAB Add-ons :: Bundles :: SerialButton Binding 2.5.3-SNAPSHOT
160/246| openHAB Add-ons :: Bundles :: Shelly Binding 2.5.3-SNAPSHOT
161/246| openHAB Add-ons :: Bundles :: Siemens RDS Binding 2.5.3-SNAPSHOT
162/246| openHAB Add-ons :: Bundles :: Sinope Binding 2.5.3-SNAPSHOT
163/246| openHAB Add-ons :: Bundles :: Silvercrest Wifi Socket Binding 2.5.3-SNAPSHOT
164/246| openHAB Add-ons :: Bundles :: SleepIQ Binding 2.5.3-SNAPSHOT
165/246| openHAB Add-ons :: Bundles :: SMA EnergyMeter Binding 2.5.3-SNAPSHOT
166/246| openHAB Add-ons :: Bundles :: Smartmeter Binding 2.5.3-SNAPSHOT
​167/246| openHAB Add-ons :: Bundles :: SNMP Binding 2.5.3-SNAPSHOT
168/246| openHAB Add-ons :: Bundles :: SolarEdge Binding 2.5.3-SNAPSHOT
169/246| openHAB Add-ons :: Bundles :: Solar-Log Binding 2.5.3-SNAPSHOT
170/246| openHAB Add-ons :: Bundles :: SomfyTahoma Binding 2.5.3-SNAPSHOT
171/246| openHAB Add-ons :: Bundles :: Sonos Binding 2.5.3-SNAPSHOT
172/246| openHAB Add-ons :: Bundles :: SonyAudio Binding 2.5.3-SNAPSHOT
173/246| openHAB Add-ons :: Bundles :: Sony Projector Binding 2.5.3-SNAPSHOT
174/246| openHAB Add-ons :: Bundles :: Spotify Binding 2.5.3-SNAPSHOT
175/246| openHAB Add-ons :: Bundles :: SqueezeBox Binding 2.5.3-SNAPSHOT
176/246| openHAB Add-ons :: Bundles :: Synop Analyzer Binding 2.5.3-SNAPSHOT
177/246| openHAB Add-ons :: Bundles :: Systeminfo Binding 2.5.3-SNAPSHOT
178/246| openHAB Add-ons :: Bundles :: Tado Binding 2.5.3-SNAPSHOT
179/246| openHAB Add-ons :: Bundles :: Tankerkoenig Binding 2.5.3-SNAPSHOT
180/246| openHAB Add-ons :: Bundles :: Telegram Binding 2.5.3-SNAPSHOT
181/246| openHAB Add-ons :: Bundles :: Tellstick Binding 2.5.3-SNAPSHOT
182/246| openHAB Add-ons :: Bundles :: Tesla Binding 2.5.3-SNAPSHOT
183/246| openHAB Add-ons :: Bundles :: TP-Link Smart Home Binding 2.5.3-SNAPSHOT
184/246| openHAB Add-ons :: Bundles :: TRÅDFRI Binding 2.5.3-SNAPSHOT
185/246| openHAB Add-ons :: Bundles :: UniFi Binding 2.5.3-SNAPSHOT
186/246| openHAB Add-ons :: Bundles :: Somfy URTSI II binding 2.5.3-SNAPSHOT
187/246| openHAB Add-ons :: Bundles :: ValloxMV Binding 2.5.3-SNAPSHOT
188/246| openHAB Add-ons :: Bundles :: Vektiva Binding 2.5.3-SNAPSHOT
189/246| openHAB Add-ons :: Bundles :: Volvo On Call Binding 2.5.3-SNAPSHOT
190/246| openHAB Add-ons :: Bundles :: Velbus Binding 2.5.3-SNAPSHOT
191/246| openHAB Add-ons :: Bundles :: Velux Binding 2.5.3-SNAPSHOT
192/246| openHAB Add-ons :: Bundles :: Vitotronic Binding 2.5.3-SNAPSHOT
193/246| openHAB Add-ons :: Bundles :: WeatherCompany Binding 2.5.3-SNAPSHOT
194/246| openHAB Add-ons :: Bundles :: WeatherUnderground Binding 2.5.3-SNAPSHOT
195/246| openHAB Add-ons :: Bundles :: Wemo Binding 2.5.3-SNAPSHOT
196/246| openHAB Add-ons :: Bundles :: WiFiLED Binding 2.5.3-SNAPSHOT
197/246| openHAB Add-ons :: Bundles :: Windcentrale Binding 2.5.3-SNAPSHOT
198/246| openHAB Add-ons :: Bundles :: XMLTV Binding 2.5.3-SNAPSHOT
199/246| openHAB Add-ons :: Bundles :: XMPPClient Binding 2.5.3-SNAPSHOT
200/246| openHAB Add-ons :: Bundles :: Yamaha Receiver Binding 2.5.3-SNAPSHOT
201/246| openHAB Add-ons :: Bundles :: Yeelight Binding 2.5.3-SNAPSHOT
202/246| openHAB Add-ons :: Bundles :: Zoneminder Binding 2.5.3-SNAPSHOT
203/246| openHAB Add-ons :: Bundles :: ZWay Binding 2.5.3-SNAPSHOT
204/246| openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace 2.5.3-SNAPSHOT
205/246| openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace (Automation) 2.5.3-SNAPSHOT
206/246| openHAB Add-ons :: Bundles :: IO :: Homekit 2.5.3-SNAPSHOT
207/246| openHAB Add-ons :: Bundles :: IO :: Hue Emulation Service 2.5.3-SNAPSHOT
208/246| openHAB Add-ons :: Bundles :: IO :: ImperiHome Integration Service 2.5.3-SNAPSHOT
209/246| openHAB Add-ons :: Bundles :: IO :: Java Sound Support 2.5.3-SNAPSHOT
210/246| openHAB Add-ons :: Bundles :: IO :: NEEO Integration 2.5.3-SNAPSHOT
211/246| openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector 2.5.3-SNAPSHOT
212/246| openHAB Add-ons :: Bundles :: IO :: MQTT Broker Moquette 2.5.3-SNAPSHOT
213/246| openHAB Add-ons :: Bundles :: IO :: Web Audio Support 2.5.3-SNAPSHOT
214/246| openHAB Add-ons :: Bundles :: Persistence Service :: MapDB 2.5.3-SNAPSHOT
​215/246| openHAB Add-ons :: Bundles :: Transformation Service :: Binary To JSON 2.5.3-SNAPSHOT
216/246| openHAB Add-ons :: Bundles :: Transformation Service :: Exec 2.5.3-SNAPSHOT
217/246| openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript 2.5.3-SNAPSHOT
218/246| openHAB Add-ons :: Bundles :: Transformation Service :: Jinja 2.5.3-SNAPSHOT
219/246| openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath 2.5.3-SNAPSHOT
220/246| openHAB Add-ons :: Bundles :: Transformation Service :: RegEx 2.5.3-SNAPSHOT
221/246| openHAB Add-ons :: Bundles :: Transformation Service :: Scale 2.5.3-SNAPSHOT
222/246| openHAB Add-ons :: Bundles :: Transformation Service :: XPath 2.5.3-SNAPSHOT
223/246| openHAB Add-ons :: Bundles :: Transformation Service :: Xslt 2.5.3-SNAPSHOT
224/246| openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech 2.5.3-SNAPSHOT
225/246| openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech 2.5.3-SNAPSHOT
226/246| openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech 2.5.3-SNAPSHOT
227/246| openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech 2.5.3-SNAPSHOT
228/246| openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech 2.5.3-SNAPSHOT
229/246| openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech 2.5.3-SNAPSHOT
230/246| openHAB Add-ons :: BOM :: openHAB Add-ons 2.5.3-SNAPSHOT
231/246| openHAB Add-ons :: Features :: Karaf 2.5.3-SNAPSHOT
232/246| openHAB Add-ons :: Features :: Karaf :: Add-ons External 2.5.3-SNAPSHOT
233/246| openHAB Add-ons :: Features :: Karaf :: Add-ons 2.5.3-SNAPSHOT
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.regex ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.regex ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.regex.internal.RegExTransformationServiceTest
[main] INFO org.openhab.transform.regex.internal.RegExTransformationService - the given regular expression '^.*$' doesn't contain a group. No content will be extracted and returned!
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.openhab.transform.regex.internal.RegExTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.regex ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.regex ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.regex ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-regex/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.regex ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.regex/target/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.regex/2.5.3-SNAPSHOT/org.openhab.transform.regex-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.scale >-------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: Scale 2.5.3-SNAPSHOT [221/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.scale ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.scale ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.scale ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.scale ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.scale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.scale ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.scale ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.scale ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.scale ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.scale ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.scale.internal.ScaleTransformServiceTest
[main] WARN org.eclipse.smarthome.core.transform.AbstractFileTransformationService - Could not transform 'azerty' with the file 'scale/evaluationorder.scale' : Scale must be used with numeric inputs, valid quantity types or a 'NaN' entry.
[main] WARN org.eclipse.smarthome.core.transform.AbstractFileTransformationService - Could not transform '-' with the file 'scale/humidex_fr.scale' : Scale must be used with numeric inputs, valid quantity types or a 'NaN' entry.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.openhab.transform.scale.internal.ScaleTransformServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.scale ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.scale ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.scale ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-scale/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.scale ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.scale/target/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.scale/2.5.3-SNAPSHOT/org.openhab.transform.scale-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.xpath >-------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: XPath 2.5.3-SNAPSHOT [222/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.xpath ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.xpath ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.xpath ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.xpath ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.xpath ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/main/java/org/openhab/transform/xpath/internal/XPathTransformationService.java:[48,1660] Redundant null check: comparing '@NonNull String' against null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/main/java/org/openhab/transform/xpath/internal/XPathTransformationService.java:[48,1687] Redundant null check: comparing '@NonNull String' against null
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.xpath ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.xpath ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.xpath ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.xpath ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.xpath.internal.XPathTransformationServiceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s - in org.openhab.transform.xpath.internal.XPathTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.xpath ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.xpath ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.xpath ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-xpath/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.xpath ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xpath/target/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xpath/2.5.3-SNAPSHOT/org.openhab.transform.xpath-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.transform.xslt >--------
[INFO] Building openHAB Add-ons :: Bundles :: Transformation Service :: Xslt 2.5.3-SNAPSHOT [223/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.transform.xslt ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.transform.xslt ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.transform.xslt ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.transform.xslt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.transform.xslt ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/main/java/org/openhab/transform/xslt/internal/XsltTransformationService.java:[59,2161] Redundant null check: comparing '@NonNull String' against null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/main/java/org/openhab/transform/xslt/internal/XsltTransformationService.java:[59,2181] Redundant null check: comparing '@NonNull String' against null
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.transform.xslt ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.transform.xslt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.transform.xslt ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.transform.xslt ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.transform.xslt.internal.XsltTransformationServiceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s - in org.openhab.transform.xslt.internal.XsltTransformationServiceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.transform.xslt ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.transform.xslt ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.transform.xslt ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-transformation-xslt/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.transform.xslt ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.transform.xslt/target/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.transform.xslt/2.5.3-SNAPSHOT/org.openhab.transform.xslt-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.googletts >-------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech 2.5.3-SNAPSHOT [224/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.googletts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.googletts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.googletts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.googletts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.googletts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.googletts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.googletts ---
[INFO] Changes detected - recompiling the module!
[INFO] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleCloudAPI.java:[238,7277] At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/main/java/org/openhab/voice/googletts/internal/GoogleTTSVoice.java:[18,508] The import org.openhab.voice.googletts.internal.protocol.SsmlVoiceGender is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.googletts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.googletts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.googletts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.googletts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.googletts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.googletts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.googletts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-googletts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.googletts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.googletts/target/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.googletts/2.5.3-SNAPSHOT/org.openhab.voice.googletts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.mactts >---------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech 2.5.3-SNAPSHOT [225/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.mactts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.mactts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.mactts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.mactts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.mactts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/main/java/org/openhab/voice/mactts/internal/MacTTSAudioStream.java:[23,689] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.mactts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.mactts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.mactts ---
[INFO] Changes detected - recompiling the module!
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.mactts ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.openhab.voice.mactts.internal.MacTTSVoiceTest
[WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.139 s - in org.openhab.voice.mactts.internal.MacTTSVoiceTest
[INFO] Running org.openhab.voice.mactts.internal.TTSServiceMacOSTest
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.005 s - in org.openhab.voice.mactts.internal.TTSServiceMacOSTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 7
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.mactts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.mactts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.mactts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-mactts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.mactts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.mactts/target/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.mactts/2.5.3-SNAPSHOT/org.openhab.voice.mactts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.marytts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech 2.5.3-SNAPSHOT [226/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.marytts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.marytts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.marytts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.marytts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.marytts ---
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-signalproc/5.2/marytts-signalproc-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/emotionml-checker-java/1.1/emotionml-checker-java-1.1.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/org/apache/opennlp/opennlp-tools/1.5.3/opennlp-tools-1.5.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/org/apache/opennlp/opennlp-maxent/3.0.3/opennlp-maxent-3.0.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-lang-en/5.2/marytts-lang-en-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/com/ibm/icu/icu4j/54.1.1/icu4j-54.1.1.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-cmu-slt-hsmm/5.2/voice-cmu-slt-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-common/5.2/marytts-common-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-bits1-hsmm/5.2/voice-bits1-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/lt/jtok/jtok-core/1.9.3/jtok-core-1.9.3.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-lang-de/5.2/marytts-lang-de-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/marytts-runtime/5.2/marytts-runtime-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] Unpacking /home/travis/.m2/repository/de/dfki/mary/voice-bits3-hsmm/5.2/voice-bits3-hsmm-5.2.jar to /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/classes with includes "" and excludes ""
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.marytts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.marytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.marytts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/main/java/org/openhab/voice/marytts/internal/MaryTTSAudioStream.java:[25,756] The import org.eclipse.smarthome.core.audio.AudioSource is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/main/java/org/openhab/voice/marytts/internal/MaryTTSAudioStream.java:[96,2915] Potential null pointer access: This expression of type Long may be null but requires auto-unboxing
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.marytts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.marytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.marytts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.marytts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.marytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.marytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.marytts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-marytts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.marytts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.marytts/target/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.marytts/2.5.3-SNAPSHOT/org.openhab.voice.marytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------< org.openhab.addons.bundles:org.openhab.voice.picotts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech 2.5.3-SNAPSHOT [227/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.picotts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.picotts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.picotts ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.picotts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.picotts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.picotts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/main/java/org/openhab/voice/picotts/internal/PicoTTSAudioStream.java:[23,690] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.picotts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.picotts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.picotts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.picotts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.picotts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.picotts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.picotts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-picotts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.picotts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.picotts/target/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.picotts/2.5.3-SNAPSHOT/org.openhab.voice.picotts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.pollytts >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech 2.5.3-SNAPSHOT [228/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.pollytts ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.pollytts ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.pollytts ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.pollytts ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.pollytts ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.pollytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.pollytts ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/main/java/org/openhab/voice/pollytts/internal/cloudapi/PollyTTSCloudImpl.java:[18,551] The import java.io.IOException is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/main/java/org/openhab/voice/pollytts/internal/PollyTTSAudioStream.java:[19,565] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.pollytts ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml [0:0]: Unused Export-Package instructions: [org.openhab.*] 
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.pollytts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.pollytts ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.pollytts ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.pollytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.pollytts ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.pollytts ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-pollytts/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.pollytts ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.pollytts/target/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.pollytts/2.5.3-SNAPSHOT/org.openhab.voice.pollytts-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------< org.openhab.addons.bundles:org.openhab.voice.voicerss >--------
[INFO] Building openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech 2.5.3-SNAPSHOT [229/246]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.voice.voicerss ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.voice.voicerss ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:unpack-dependencies (embed-dependencies) @ org.openhab.voice.voicerss ---
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:features-generate-descriptor (compile) @ org.openhab.voice.voicerss ---
[INFO] Generating feature descriptor file /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/feature/feature.xml
[INFO] ...done!
[INFO] Attaching features XML
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.openhab.voice.voicerss ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ org.openhab.voice.voicerss ---
[INFO] Changes detected - recompiling the module!
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/cloudapi/VoiceRSSCloudAPI.java:[20,547] The import org.eclipse.smarthome.core.audio.AudioFormat is never used
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[206,7661] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[208,7757] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSTTSService.java:[210,7856] Potential null pointer access: The method getCodec() may return null
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/main/java/org/openhab/voice/voicerss/internal/VoiceRSSAudioStream.java:[19,565] The import org.eclipse.smarthome.core.audio.AudioStream is never used
[INFO] 
[INFO] --- bnd-maven-plugin:4.3.0:bnd-process (default) @ org.openhab.voice.voicerss ---
[WARNING] /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/pom.xml [0:0]: Unused Import-Package instructions: [io.swagger.annotations.*, javax.annotation.security.*, org.eclipse.jdt.annotation.*, org.openhab.core.automation.annotation.*, org.openhab.*, com.google.common.*] 
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.openhab.voice.voicerss ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ org.openhab.voice.voicerss ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ org.openhab.voice.voicerss ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ org.openhab.voice.voicerss ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ org.openhab.voice.voicerss ---
[INFO] Building jar: /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- karaf-maven-plugin:4.2.7:verify (karaf-feature-verification) @ org.openhab.voice.voicerss ---
[INFO] Using repositories: https://maven-central.storage-download.googleapis.com/maven2/@id=google-maven-central,https://oss.sonatype.org/content/repositories/releases/@id=sonatype,https://oss.sonatype.org/content/repositories/snapshots/@id=sonatype-snapshots@noreleases@snapshots,https://repository.apache.org/content/repositories/releases/@id=sonatype-apache,https://repository.apache.org/snapshots/@id=apache-snapshots@noreleases@snapshots,https://openhab.jfrog.io/openhab/libs-release@id=openhab-release,https://openhab.jfrog.io/openhab/libs-snapshot@id=openhab-snapshot@noreleases@snapshots
[INFO] Verification of feature openhab-voice-voicerss/2.5.3.SNAPSHOT succeeded
[INFO] Features verified: 1, failures: 0, ignored: 0, skipped: 0
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.voice.voicerss ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.jar
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/feature/feature.xml to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-features.xml
[INFO] Installing /home/travis/build/openhab/openhab-addons/bundles/org.openhab.voice.voicerss/target/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar to /home/travis/.m2/repository/org/openhab/addons/bundles/org.openhab.voice.voicerss/2.5.3-SNAPSHOT/org.openhab.voice.voicerss-2.5.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] ----< org.openhab.addons.bom:org.openhab.addons.bom.openhab-addons >----
[INFO] Building openHAB Add-ons :: BOM :: openHAB Add-ons 2.5.3-SNAPSHOT [230/246]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] The POM for org.openhab.addons.bundles:org.openhab.binding.bsblan:jar:2.5.3-SNAPSHOT is missing, no dependency information available
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.bom.openhab-addons ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.bom.openhab-addons ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.bom.openhab-addons ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/bom/openhab-addons/pom.xml to /home/travis/.m2/repository/org/openhab/addons/bom/org.openhab.addons.bom.openhab-addons/2.5.3-SNAPSHOT/org.openhab.addons.bom.openhab-addons-2.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.reactor.features.karaf >--
[INFO] Building openHAB Add-ons :: Features :: Karaf 2.5.3-SNAPSHOT   [231/246]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.reactor.features.karaf ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.reactor.features.karaf ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.reactor.features.karaf ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/pom.xml to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.reactor.features.karaf/2.5.3-SNAPSHOT/org.openhab.addons.reactor.features.karaf-2.5.3-SNAPSHOT.pom
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons-external >--
[INFO] Building openHAB Add-ons :: Features :: Karaf :: Add-ons External 2.5.3-SNAPSHOT [232/246]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:directory-of (directories) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Directory of org.openhab.addons:org.openhab.addons.reactor set to: /home/travis/build/openhab/openhab-addons
[INFO] 
[INFO] --- spotless-maven-plugin:1.24.3:check (codestyle_check) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] Spotless check skipped
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:attach-artifact (attach-artifact) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.openhab.addons.features.karaf.openhab-addons-external ---
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/pom.xml to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT.pom
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/cometvisu.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-cometvisu.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/voicerss.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-voicerss.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/conf/openhabcloud.cfg to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-openhabcloud.cfg
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/lib/libLeap.dylib to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-libLeap.lib
[INFO] Installing /home/travis/build/openhab/openhab-addons/features/openhab-addons-external/src/main/resources/lib/libLeapJava.dylib to /home/travis/.m2/repository/org/openhab/addons/features/karaf/org.openhab.addons.features.karaf.openhab-addons-external/2.5.3-SNAPSHOT/org.openhab.addons.features.karaf.openhab-addons-external-2.5.3-SNAPSHOT-libLeapJava.lib
[INFO] 
[INFO] --< org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons >--
[INFO] Building openHAB Add-ons :: Features :: Karaf :: Add-ons 2.5.3-SNAPSHOT [233/246]
[INFO] ------------------------------[ feature ]-------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for openHAB Add-ons 2.5.3-SNAPSHOT:
[INFO] 
[INFO] openHAB Add-ons .................................... SUCCESS [  2.542 s]
[INFO] openHAB Add-ons :: BOM ............................. SUCCESS [  0.662 s]
[INFO] openHAB Add-ons :: BOM :: Runtime Index ............ SUCCESS [  7.121 s]
[INFO] openHAB Add-ons :: BOM :: Test Index ............... SUCCESS [  0.403 s]
[INFO] openHAB Add-ons :: BOM :: openHAB Core Index ....... SUCCESS [  1.149 s]
[INFO] openHAB Add-ons :: Bundles ......................... SUCCESS [  2.580 s]
[INFO] openHAB Add-ons :: Bundles :: Airquality Binding ... SUCCESS [  9.435 s]
[INFO] openHAB Add-ons :: Bundles :: AirVisual Node Air Quality Monitor Binding SUCCESS [  6.765 s]
[INFO] openHAB Add-ons :: Bundles :: AllPlay Binding ...... SUCCESS [  6.520 s]
[INFO] openHAB Add-ons :: Bundles :: Amazon Dash Button Binding SUCCESS [  4.436 s]
[INFO] openHAB Add-ons :: Bundles :: Amazon Echo Control Binding SUCCESS [  4.203 s]
[INFO] openHAB Add-ons :: Bundles :: Ambient Weather Binding SUCCESS [  2.743 s]
[INFO] openHAB Add-ons :: Bundles :: Astro Binding ........ SUCCESS [  4.905 s]
[INFO] openHAB Add-ons :: Bundles :: Atlona Binding ....... SUCCESS [  2.952 s]
[INFO] openHAB Add-ons :: Bundles :: Autelis Binding ...... SUCCESS [  2.611 s]
[INFO] openHAB Add-ons :: Bundles :: AVM FRITZ! Binding ... SUCCESS [  5.319 s]
[INFO] openHAB Add-ons :: Bundles :: BigAssFan Binding .... SUCCESS [  2.909 s]
[INFO] openHAB Add-ons :: Bundles :: Bluetooth Binding .... SUCCESS [  4.068 s]
[INFO] openHAB Add-ons :: Bundles :: AM43 Bluetooth Adapter SUCCESS [  4.661 s]
[INFO] openHAB Add-ons :: Bundles :: BlueGiga Bluetooth Adapter SUCCESS [  4.656 s]
[INFO] openHAB Add-ons :: Bundles :: BlueZ Bluetooth Adapter SUCCESS [  2.945 s]
[INFO] openHAB Add-ons :: Bundles :: Blukii Bluetooth Adapter SUCCESS [  3.101 s]
[INFO] openHAB Add-ons :: Bundles :: RuuviTag Bluetooth Adapter SUCCESS [  3.126 s]
[INFO] openHAB Add-ons :: Bundles :: Bosch Indego Binding . SUCCESS [  3.193 s]
[INFO] openHAB Add-ons :: Bundles :: BoseSoundTouch Binding SUCCESS [  2.987 s]
[INFO] openHAB Add-ons :: Bundles :: Buienradar Binding ... SUCCESS [  4.297 s]
[INFO] openHAB Add-ons :: Bundles :: Chromecast Binding ... SUCCESS [ 10.212 s]
[INFO] openHAB Add-ons :: Bundles :: CM11A Binding ........ SUCCESS [  2.861 s]
[INFO] openHAB Add-ons :: Bundles :: CoolMasterNet Binding  SUCCESS [  2.848 s]
[INFO] openHAB Add-ons :: Bundles :: Daikin Binding ....... SUCCESS [  2.819 s]
[INFO] openHAB Add-ons :: Bundles :: Dark Sky Binding ..... SUCCESS [  4.398 s]
[INFO] openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding SUCCESS [  2.646 s]
[INFO] openHAB Add-ons :: Bundles :: Denon / Marantz Binding SUCCESS [  2.731 s]
[INFO] openHAB Add-ons :: Bundles :: Digiplex/EVO Binding . SUCCESS [  2.858 s]
[INFO] openHAB Add-ons :: Bundles :: DigitalSTROM Binding . SUCCESS [  3.322 s]
[INFO] openHAB Add-ons :: Bundles :: D-Link Smart Home Binding SUCCESS [  2.727 s]
[INFO] openHAB Add-ons :: Bundles :: DMX Binding .......... SUCCESS [  6.521 s]
[INFO] openHAB Add-ons :: Bundles :: Doorbird Binding ..... SUCCESS [  2.951 s]
[INFO] openHAB Add-ons :: Bundles :: DSCAlarm Binding ..... SUCCESS [  2.581 s]
[INFO] openHAB Add-ons :: Bundles :: DSMR Binding ......... SUCCESS [  6.205 s]
[INFO] openHAB Add-ons :: Bundles :: DwdUnwetter Binding .. SUCCESS [  5.244 s]
[INFO] openHAB Add-ons :: Bundles :: EleroTransmitterStick Binding SUCCESS [  2.475 s]
[INFO] openHAB Add-ons :: Bundles :: EnOcean Binding ...... SUCCESS [  3.476 s]
[INFO] openHAB Add-ons :: Bundles :: EnturNo Binding ...... SUCCESS [  2.332 s]
[INFO] openHAB Add-ons :: Bundles :: evohome Binding ...... SUCCESS [  2.519 s]
[INFO] openHAB Add-ons :: Bundles :: Exec Binding ......... SUCCESS [  2.136 s]
[INFO] openHAB Add-ons :: Bundles :: Feed Binding ......... SUCCESS [  2.855 s]
[INFO] openHAB Add-ons :: Bundles :: Feican Binding ....... SUCCESS [  2.112 s]
[INFO] openHAB Add-ons :: Bundles :: Folding Binding ...... SUCCESS [  2.274 s]
[INFO] openHAB Add-ons :: Bundles :: Foobot Binding ....... SUCCESS [  3.978 s]
[INFO] openHAB Add-ons :: Bundles :: Freebox Binding ...... SUCCESS [  2.455 s]
[INFO] openHAB Add-ons :: Bundles :: Fronius Binding ...... SUCCESS [  2.339 s]
[INFO] openHAB Add-ons :: Bundles :: FSInternetRadio Binding SUCCESS [  5.797 s]
[INFO] openHAB Add-ons :: Bundles :: FTP Upload Binding ... SUCCESS [  2.787 s]
[INFO] openHAB Add-ons :: Bundles :: Gardena Binding ...... SUCCESS [  2.518 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Map SUCCESS [  4.351 s]
[INFO] openHAB Add-ons :: Bundles :: GlobalCache Binding .. SUCCESS [  2.278 s]
[INFO] openHAB Add-ons :: Bundles :: GPSTracker Binding ... SUCCESS [  2.402 s]
[INFO] openHAB Add-ons :: Bundles :: GROHE ONDUS Binding .. SUCCESS [  2.483 s]
[INFO] openHAB Add-ons :: Bundles :: HarmonyHub Binding ... SUCCESS [  2.372 s]
[INFO] openHAB Add-ons :: Bundles :: HDanywhere Binding ... SUCCESS [  2.152 s]
[INFO] openHAB Add-ons :: Bundles :: Hunter Douglas PowerView Binding SUCCESS [  2.258 s]
[INFO] openHAB Add-ons :: Bundles :: Helios Binding ....... SUCCESS [  2.486 s]
[INFO] openHAB Add-ons :: Bundles :: Heos Binding ......... SUCCESS [  2.389 s]
[INFO] openHAB Add-ons :: Bundles :: Homematic Binding .... SUCCESS [  5.715 s]
[INFO] openHAB Add-ons :: Bundles :: HP Printer Binding ... SUCCESS [  2.265 s]
[INFO] openHAB Add-ons :: Bundles :: hue Binding .......... SUCCESS [  5.695 s]
[INFO] openHAB Add-ons :: Bundles :: Hydrawise Binding .... SUCCESS [  2.228 s]
[INFO] openHAB Add-ons :: Bundles :: Hyperion Binding ..... SUCCESS [  2.287 s]
[INFO] openHAB Add-ons :: Bundles :: iAquaLink Binding .... SUCCESS [  2.158 s]
[INFO] openHAB Add-ons :: Bundles :: iCloud Binding ....... SUCCESS [  2.453 s]
[INFO] openHAB Add-ons :: Bundles :: IHC Binding .......... SUCCESS [  7.302 s]
[INFO] openHAB Add-ons :: Bundles :: innogy Smarthome Binding SUCCESS [  2.421 s]
[INFO] openHAB Add-ons :: Bundles :: IPP Binding .......... SUCCESS [  4.242 s]
[INFO] openHAB Add-ons :: Bundles :: IRtrans Binding ...... SUCCESS [  2.096 s]
[INFO] openHAB Add-ons :: Bundles :: JeeLink Binding ...... SUCCESS [  2.376 s]
[INFO] openHAB Add-ons :: Bundles :: Keba Binding ......... SUCCESS [  2.157 s]
[INFO] openHAB Add-ons :: Bundles :: KM200 Binding ........ SUCCESS [  2.404 s]
[INFO] openHAB Add-ons :: Bundles :: KNX Binding .......... SUCCESS [  4.330 s]
[INFO] openHAB Add-ons :: Bundles :: Kodi Binding ......... SUCCESS [  3.814 s]
[INFO] openHAB Add-ons :: Bundles :: Konnected Binding .... SUCCESS [  2.032 s]
[INFO] openHAB Add-ons :: Bundles :: Kostal Binding ....... SUCCESS [  2.367 s]
[INFO] openHAB Add-ons :: Bundles :: LaMetric Time Binding  SUCCESS [  2.365 s]
[INFO] openHAB Add-ons :: Bundles :: Leap Motion Binding .. SUCCESS [  2.370 s]
[INFO] openHAB Add-ons :: Bundles :: LG HomBot Binding .... SUCCESS [  2.034 s]
[INFO] openHAB Add-ons :: Bundles :: LG TV Serial Binding . SUCCESS [  2.147 s]
[INFO] openHAB Add-ons :: Bundles :: LG webOS Binding ..... SUCCESS [  2.298 s]
[INFO] openHAB Add-ons :: Bundles :: LIFX Binding ......... SUCCESS [  2.531 s]
[INFO] openHAB Add-ons :: Bundles :: LIRC Binding ......... SUCCESS [  2.195 s]
[INFO] openHAB Add-ons :: Bundles :: LinuxInput Binding ... SUCCESS [  2.777 s]
[INFO] openHAB Add-ons :: Bundles :: Log Reader Binding ... SUCCESS [  2.207 s]
[INFO] openHAB Add-ons :: Bundles :: Loxone Binding ....... SUCCESS [  7.138 s]
[INFO] openHAB Add-ons :: Bundles :: Lutron Binding ....... SUCCESS [  2.809 s]
[INFO] openHAB Add-ons :: Bundles :: Mail Binding ......... SUCCESS [  3.606 s]
[INFO] openHAB Add-ons :: Bundles :: MaxCube Binding ...... SUCCESS [  2.266 s]
[INFO] openHAB Add-ons :: Bundles :: mcp23017 Binding ..... SUCCESS [  2.475 s]
[INFO] openHAB Add-ons :: Bundles :: MELCloud Binding ..... SUCCESS [  2.363 s]
[INFO] openHAB Add-ons :: Bundles :: meteoblue Binding .... SUCCESS [  2.076 s]
[INFO] openHAB Add-ons :: Bundles :: meteostick Binding ... SUCCESS [  2.201 s]
[INFO] openHAB Add-ons :: Bundles :: Miele Binding ........ SUCCESS [  2.363 s]
[INFO] openHAB Add-ons :: Bundles :: Xiaomi Mi Smart Home Binding SUCCESS [  2.262 s]
[INFO] openHAB Add-ons :: Bundles :: Xiaomi Mi IO Binding . SUCCESS [  2.762 s]
[INFO] openHAB Add-ons :: Bundles :: Millheat Binding ..... SUCCESS [  6.514 s]
[INFO] openHAB Add-ons :: Bundles :: Milight Binding ...... SUCCESS [  2.297 s]
[INFO] openHAB Add-ons :: Bundles :: Minecraft Binding .... SUCCESS [  3.077 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Modbus Transport SUCCESS [ 11.357 s]
[INFO] openHAB Add-ons :: Bundles :: Modbus Binding ....... SUCCESS [  5.225 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Broker Binding .. SUCCESS [  5.519 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Things and Channels SUCCESS [  6.528 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT HomeAssistant Convention SUCCESS [  4.027 s]
[INFO] openHAB Add-ons :: Bundles :: MQTT Homie Convention  SUCCESS [  5.732 s]
[INFO] openHAB Add-ons :: Bundles :: Nanoleaf Binding ..... SUCCESS [  3.656 s]
[INFO] openHAB Add-ons :: Bundles :: Neato Binding ........ SUCCESS [  2.169 s]
[INFO] openHAB Add-ons :: Bundles :: Neeo Binding ......... SUCCESS [  2.238 s]
[INFO] openHAB Add-ons :: Bundles :: NeoHub Binding ....... SUCCESS [  2.362 s]
[INFO] openHAB Add-ons :: Bundles :: Nest Binding ......... SUCCESS [  2.359 s]
[INFO] openHAB Add-ons :: Bundles :: Netatmo Binding ...... SUCCESS [  2.722 s]
[INFO] openHAB Add-ons :: Bundles :: Network Binding ...... SUCCESS [  5.807 s]
[INFO] openHAB Add-ons :: Bundles :: Network UPS Tools Binding SUCCESS [  4.524 s]
[INFO] openHAB Add-ons :: Bundles :: Nibe Heatpump Binding  SUCCESS [  4.225 s]
[INFO] openHAB Add-ons :: Bundles :: NibeUplink Binding ... SUCCESS [  2.234 s]
[INFO] openHAB Add-ons :: Bundles :: Nikobus Binding ...... SUCCESS [  2.179 s]
[INFO] openHAB Add-ons :: Bundles :: Niko Home Control Binding SUCCESS [  2.389 s]
[INFO] openHAB Add-ons :: Bundles :: NTP Binding .......... SUCCESS [  2.247 s]
[INFO] openHAB Add-ons :: Bundles :: Nuki Binding ......... SUCCESS [  2.053 s]
[INFO] openHAB Add-ons :: Bundles :: Oceanic Binding ...... SUCCESS [  2.078 s]
[INFO] openHAB Add-ons :: Bundles :: OmnikInverter Binding  SUCCESS [  2.902 s]
[INFO] openHAB Add-ons :: Bundles :: OneBusAway Binding ... SUCCESS [  2.203 s]
[INFO] openHAB Add-ons :: Bundles :: OneWireGPIO Binding .. SUCCESS [  1.892 s]
[INFO] openHAB Add-ons :: Bundles :: OneWire Binding ...... SUCCESS [  6.520 s]
[INFO] openHAB Add-ons :: Bundles :: Onkyo Binding ........ SUCCESS [  2.168 s]
[INFO] openHAB Add-ons :: Bundles :: OpenGarage Binding ... SUCCESS [  1.922 s]
[INFO] openHAB Add-ons :: Bundles :: OpenSprinkler Binding  SUCCESS [  2.234 s]
[INFO] openHAB Add-ons :: Bundles :: OpenUV Binding ....... SUCCESS [  1.981 s]
[INFO] openHAB Add-ons :: Bundles :: OpenWeatherMap Binding SUCCESS [  2.056 s]
[INFO] openHAB Add-ons :: Bundles :: Orvibo Binding ....... SUCCESS [  2.214 s]
[INFO] openHAB Add-ons :: Bundles :: ParadoxAlarm Binding . SUCCESS [  2.444 s]
[INFO] openHAB Add-ons :: Bundles :: Pentair Binding ...... SUCCESS [  2.184 s]
[INFO] openHAB Add-ons :: Bundles :: PHC Binding .......... SUCCESS [  1.925 s]
[INFO] openHAB Add-ons :: Bundles :: PioneerAvr Binding ... SUCCESS [  2.257 s]
[INFO] openHAB Add-ons :: Bundles :: pixometer Binding .... SUCCESS [  1.992 s]
[INFO] openHAB Add-ons :: Bundles :: PJLink Binding ....... SUCCESS [  2.319 s]
[INFO] openHAB Add-ons :: Bundles :: PLCLogo Binding ...... SUCCESS [  2.238 s]
[INFO] openHAB Add-ons :: Bundles :: Plugwise Binding ..... SUCCESS [  2.374 s]
[INFO] openHAB Add-ons :: Bundles :: Powermax Binding ..... SUCCESS [  2.289 s]
[INFO] openHAB Add-ons :: Bundles :: Pulseaudio Binding ... SUCCESS [  2.098 s]
[INFO] openHAB Add-ons :: Bundles :: Pushbullet Binding ... SUCCESS [  2.291 s]
[INFO] openHAB Add-ons :: Bundles :: RegoHeatPump Binding . SUCCESS [  2.118 s]
[INFO] openHAB Add-ons :: Bundles :: Rfxcom Binding ....... SUCCESS [  4.427 s]
[INFO] openHAB Add-ons :: Bundles :: RME Binding .......... SUCCESS [  1.890 s]
[INFO] openHAB Add-ons :: Bundles :: Robonect Binding ..... SUCCESS [  5.400 s]
[INFO] openHAB Add-ons :: Bundles :: Rotel Binding ........ SUCCESS [  2.341 s]
[INFO] openHAB Add-ons :: Bundles :: RotelRa1x Binding .... SUCCESS [  2.232 s]
[INFO] openHAB Add-ons :: Bundles :: Russound Binding ..... SUCCESS [  2.213 s]
[INFO] openHAB Add-ons :: Bundles :: SamsungTV Binding .... SUCCESS [  2.308 s]
[INFO] openHAB Add-ons :: Bundles :: Satel Binding ........ SUCCESS [  2.359 s]
[INFO] openHAB Add-ons :: Bundles :: Seneye Binding ....... SUCCESS [  2.107 s]
[INFO] openHAB Add-ons :: Bundles :: senseBox Binding ..... SUCCESS [  1.957 s]
[INFO] openHAB Add-ons :: Bundles :: SerialButton Binding . SUCCESS [  1.900 s]
[INFO] openHAB Add-ons :: Bundles :: Shelly Binding ....... SUCCESS [  2.310 s]
[INFO] openHAB Add-ons :: Bundles :: Siemens RDS Binding .. SUCCESS [  2.134 s]
[INFO] openHAB Add-ons :: Bundles :: Sinope Binding ....... SUCCESS [  2.169 s]
[INFO] openHAB Add-ons :: Bundles :: Silvercrest Wifi Socket Binding SUCCESS [  1.979 s]
[INFO] openHAB Add-ons :: Bundles :: SleepIQ Binding ...... SUCCESS [  2.092 s]
[INFO] openHAB Add-ons :: Bundles :: SMA EnergyMeter Binding SUCCESS [  2.363 s]
[INFO] openHAB Add-ons :: Bundles :: Smartmeter Binding ... SUCCESS [ 35.085 s]
[INFO] openHAB Add-ons :: Bundles :: SNMP Binding ......... SUCCESS [  6.328 s]
[INFO] openHAB Add-ons :: Bundles :: SolarEdge Binding .... SUCCESS [  2.146 s]
[INFO] openHAB Add-ons :: Bundles :: Solar-Log Binding .... SUCCESS [  1.848 s]
[INFO] openHAB Add-ons :: Bundles :: SomfyTahoma Binding .. SUCCESS [  2.151 s]
[INFO] openHAB Add-ons :: Bundles :: Sonos Binding ........ SUCCESS [  2.345 s]
[INFO] openHAB Add-ons :: Bundles :: SonyAudio Binding .... SUCCESS [  1.669 s]
[INFO] openHAB Add-ons :: Bundles :: Sony Projector Binding SUCCESS [  2.234 s]
[INFO] openHAB Add-ons :: Bundles :: Spotify Binding ...... SUCCESS [  2.205 s]
[INFO] openHAB Add-ons :: Bundles :: SqueezeBox Binding ... SUCCESS [  2.332 s]
[INFO] openHAB Add-ons :: Bundles :: Synop Analyzer Binding SUCCESS [  2.002 s]
[INFO] openHAB Add-ons :: Bundles :: Systeminfo Binding ... SUCCESS [  2.338 s]
[INFO] openHAB Add-ons :: Bundles :: Tado Binding ......... SUCCESS [  2.470 s]
[INFO] openHAB Add-ons :: Bundles :: Tankerkoenig Binding . SUCCESS [  1.963 s]
[INFO] openHAB Add-ons :: Bundles :: Telegram Binding ..... SUCCESS [  2.471 s]
[INFO] openHAB Add-ons :: Bundles :: Tellstick Binding .... SUCCESS [  3.337 s]
[INFO] openHAB Add-ons :: Bundles :: Tesla Binding ........ SUCCESS [  2.384 s]
[INFO] openHAB Add-ons :: Bundles :: TP-Link Smart Home Binding SUCCESS [  6.141 s]
[INFO] openHAB Add-ons :: Bundles :: TRÅDFRI Binding ...... SUCCESS [  4.872 s]
[INFO] openHAB Add-ons :: Bundles :: UniFi Binding ........ SUCCESS [  2.081 s]
[INFO] openHAB Add-ons :: Bundles :: Somfy URTSI II binding SUCCESS [  2.012 s]
[INFO] openHAB Add-ons :: Bundles :: ValloxMV Binding ..... SUCCESS [  1.986 s]
[INFO] openHAB Add-ons :: Bundles :: Vektiva Binding ...... SUCCESS [  1.912 s]
[INFO] openHAB Add-ons :: Bundles :: Volvo On Call Binding  SUCCESS [  2.223 s]
[INFO] openHAB Add-ons :: Bundles :: Velbus Binding ....... SUCCESS [  2.175 s]
[INFO] openHAB Add-ons :: Bundles :: Velux Binding ........ SUCCESS [  4.723 s]
[INFO] openHAB Add-ons :: Bundles :: Vitotronic Binding ... SUCCESS [  2.034 s]
[INFO] openHAB Add-ons :: Bundles :: WeatherCompany Binding SUCCESS [  2.155 s]
[INFO] openHAB Add-ons :: Bundles :: WeatherUnderground Binding SUCCESS [  2.096 s]
[INFO] openHAB Add-ons :: Bundles :: Wemo Binding ......... SUCCESS [  2.076 s]
[INFO] openHAB Add-ons :: Bundles :: WiFiLED Binding ...... SUCCESS [  5.757 s]
[INFO] openHAB Add-ons :: Bundles :: Windcentrale Binding . SUCCESS [  2.079 s]
[INFO] openHAB Add-ons :: Bundles :: XMLTV Binding ........ SUCCESS [  1.951 s]
[INFO] openHAB Add-ons :: Bundles :: XMPPClient Binding ... SUCCESS [  2.726 s]
[INFO] openHAB Add-ons :: Bundles :: Yamaha Receiver Binding SUCCESS [  6.801 s]
[INFO] openHAB Add-ons :: Bundles :: Yeelight Binding ..... SUCCESS [  4.158 s]
[INFO] openHAB Add-ons :: Bundles :: Zoneminder Binding ... SUCCESS [  2.559 s]
[INFO] openHAB Add-ons :: Bundles :: ZWay Binding ......... SUCCESS [  2.414 s]
[INFO] openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace SUCCESS [  4.076 s]
[INFO] openHAB Add-ons :: Bundles :: Extension Service :: Eclipse IoT Marketplace (Automation) SUCCESS [  0.602 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Homekit ........ SUCCESS [  4.392 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Hue Emulation Service SUCCESS [ 12.442 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: ImperiHome Integration Service SUCCESS [  2.321 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Java Sound Support SUCCESS [  2.427 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: NEEO Integration SUCCESS [  2.659 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: openHAB Cloud Connector SUCCESS [  1.916 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: MQTT Broker Moquette SUCCESS [ 19.447 s]
[INFO] openHAB Add-ons :: Bundles :: IO :: Web Audio Support SUCCESS [  2.146 s]
[INFO] openHAB Add-ons :: Bundles :: Persistence Service :: MapDB SUCCESS [  2.218 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Binary To JSON SUCCESS [  2.191 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Exec SUCCESS [  2.116 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: JavaScript SUCCESS [  2.235 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Jinja SUCCESS [  3.594 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: JSonPath SUCCESS [  3.393 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: RegEx SUCCESS [  2.940 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Scale SUCCESS [  3.313 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: XPath SUCCESS [  3.070 s]
[INFO] openHAB Add-ons :: Bundles :: Transformation Service :: Xslt SUCCESS [  3.543 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Google Cloud Text-to-Speech SUCCESS [  2.272 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: macOS Text-to-Speech SUCCESS [  3.139 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Mary Text-to-Speech SUCCESS [  7.279 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Pico Text-to-Speech SUCCESS [  1.882 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: Polly Text-to-Speech SUCCESS [  1.981 s]
[INFO] openHAB Add-ons :: Bundles :: Voice :: VoiceRSS Text-to-Speech SUCCESS [  2.221 s]
[INFO] openHAB Add-ons :: BOM :: openHAB Add-ons .......... SUCCESS [  0.869 s]
[INFO] openHAB Add-ons :: Features :: Karaf ............... SUCCESS [  0.143 s]
[INFO] openHAB Add-ons :: Features :: Karaf :: Add-ons External SUCCESS [  0.160 s]
[INFO] openHAB Add-ons :: Features :: Karaf :: Add-ons .... FAILURE [  0.529 s]
[INFO] openHAB Add-ons :: Integration Tests ............... SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Astro Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: AVM FRITZ! Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Feed Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: hue Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: MaxCube Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Nest Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: NTP Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Systeminfo Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: TRÅDFRI Binding SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Wemo Binding Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: Hue Emulation Service Tests SKIPPED
[INFO] openHAB Add-ons :: Integration Tests :: MapDB Persistence Tests SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:53 min
[INFO] Finished at: 2020-03-05T08:40:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.openhab.addons.features.karaf.openhab-addons: Could not resolve dependencies for project org.openhab.addons.features.karaf:org.openhab.addons.features.karaf.openhab-addons:feature:2.5.3-SNAPSHOT: Failure to find org.openhab.addons.bundles:org.openhab.binding.bsblan:jar:2.5.3-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-snapshots has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.openhab.addons.features.karaf.openhab-addons

Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
… thing status changes

Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
@TravisBuddy
Copy link

Travis tests were successful

Hey @hypetsch,
we found no major flaws with your code. Still you might want to look at this logfile, as we usually suggest some optional improvements.

Copy link
Contributor

@cpmeister cpmeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks really good. These will be my last change requests.

Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
@TravisBuddy
Copy link

Travis tests were successful

Hey @hypetsch,
we found no major flaws with your code. Still you might want to look at this logfile, as we usually suggest some optional improvements.

Copy link
Contributor

@cpmeister cpmeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good now. I forgot to catch this last change in my last pass through the code so you can fix it while we wait for other maintainers to review this.

Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>

Co-Authored-By: cpmeister <mistercpp2000@gmail.com>
@TravisBuddy
Copy link

Travis tests were successful

Hey @hypetsch,
we found no major flaws with your code. Still you might want to look at this logfile, as we usually suggest some optional improvements.

@cpmeister cpmeister added the cre Coordinated Review Effort label Apr 8, 2020
Copy link
Member

@kaikreuzer kaikreuzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, many thanks!

@kaikreuzer kaikreuzer added this to the 2.5.4 milestone Apr 16, 2020
@kaikreuzer kaikreuzer merged commit f7e5915 into openhab:2.5.x Apr 16, 2020
@hypetsch hypetsch deleted the add-bsb-lan-binding branch April 16, 2020 21:06
yfre pushed a commit to yfre/openhab-addons that referenced this pull request Apr 27, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Eugen Freiter <freiter@gmx.de>
markus7017 pushed a commit to markus7017/openhab-addons that referenced this pull request May 29, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
LoungeFlyZ pushed a commit to LoungeFlyZ/openhab2-addons that referenced this pull request Jun 8, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
J-N-K pushed a commit to J-N-K/openhab-addons that referenced this pull request Jul 14, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
CSchlipp pushed a commit to CSchlipp/openhab-addons that referenced this pull request Jul 26, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: CSchlipp <christian@schlipp.de>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this pull request Aug 31, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this pull request Aug 31, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this pull request Aug 31, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this pull request Aug 31, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
DaanMeijer pushed a commit to DaanMeijer/openhab-addons that referenced this pull request Sep 1, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Signed-off-by: Daan Meijer <daan@studioseptember.nl>
markus7017 pushed a commit to markus7017/openhab-addons that referenced this pull request Sep 19, 2020
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cre Coordinated Review Effort new binding If someone has started to work on a binding. For a new binding PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants