Skip to content

Instantly share code, notes, and snippets.

@Sammers21
Created July 12, 2017 19:47
Show Gist options
  • Save Sammers21/d1eb18522fc4f9685085852beba05b13 to your computer and use it in GitHub Desktop.
Save Sammers21/d1eb18522fc4f9685085852beba05b13 to your computer and use it in GitHub Desktop.
sammers-nix:vmqtc2 sammers$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Vert.x MQTT client 3.5.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ vertx-mqtt-client ---
[INFO] Deleting /Users/sammers/Desktop/workspace/vmqtc2/target
[INFO] Deleting /Users/sammers/Desktop/workspace/vmqtc2/src/main/asciidoc (includes = [], excludes = [images/**])
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ vertx-mqtt-client ---
[INFO]
[INFO] --- maven-processor-plugin:3.2.0:process (generate-sources) @ vertx-mqtt-client ---
INFO: io.vertx.codegen.CodeGenProcessor - Loaded data_object_converters code generator
INFO: io.vertx.codegen.CodeGenProcessor - Loaded cheatsheet code generator
INFO: io.vertx.codegen.CodeGenProcessor - Loaded cheatsheet code generator
INFO: io.vertx.codegen.CodeGenProcessor - Generated model io.vertx.mqtt.MqttClientOptions: asciidoc/dataobjects.adoc
[WARNING] diagnostic: warning: The following options were not recognized by any processor: '[maven.artifactId, maven.version, codegen.output.data_object_converters, codegen.rxjava.deprecated, maven.groupId]'
[INFO]
[INFO] --- build-helper-maven-plugin:1.12:add-source (add-source) @ vertx-mqtt-client ---
[INFO] Source directory: /Users/sammers/Desktop/workspace/vmqtc2/src/main/generated added.
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ vertx-mqtt-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/sammers/Desktop/workspace/vmqtc2/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ vertx-mqtt-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /Users/sammers/Desktop/workspace/vmqtc2/target/classes
[INFO]
[INFO] --- kotlin-maven-plugin:1.1.0:compile (default) @ vertx-mqtt-client ---
[INFO] Kotlin Compiler version 1.1.0
[WARNING] No sources found skipping Kotlin compile
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ vertx-mqtt-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/sammers/Desktop/workspace/vmqtc2/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ vertx-mqtt-client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /Users/sammers/Desktop/workspace/vmqtc2/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ vertx-mqtt-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ vertx-mqtt-client ---
[INFO] Building jar: /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ vertx-mqtt-client ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ vertx-mqtt-client ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] --- maven-jar-plugin:2.6:test-jar (attach-test-jar) @ vertx-mqtt-client ---
[INFO] Building jar: /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (package-sources) @ vertx-mqtt-client ---
[INFO] Building jar: /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- maven-assembly-plugin:2.6:single (package-docs) @ vertx-mqtt-client ---
[INFO] Building zip: /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT-docs.zip
[INFO]
[INFO] --- docker-maven-plugin:0.21.0:start (run) @ vertx-mqtt-client ---
[INFO] DOCKER> [ansi/mosquitto:latest] "mosquitto": Start container 4d2f0e313e10
[INFO]
[INFO] --- maven-failsafe-plugin:2.17:integration-test (run-integration-test) @ vertx-mqtt-client ---
[INFO] Failsafe report directory: /Users/sammers/Desktop/workspace/vmqtc2/target/failsafe-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running io.vertx.mqtt.test.MqttClientConnectTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
июл 12, 2017 10:27:57 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.18 sec - in io.vertx.mqtt.test.MqttClientConnectTest
Running io.vertx.mqtt.test.MqttClientIdTest
июл 12, 2017 10:27:57 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
июл 12, 2017 10:27:57 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in io.vertx.mqtt.test.MqttClientIdTest
Running io.vertx.mqtt.test.MqttClientPingTest
июл 12, 2017 10:27:57 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
MqttMessage[fixedHeader=MqttFixedHeader[messageType=PINGRESP, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=0], variableHeader=, payload=]
MqttMessage[fixedHeader=MqttFixedHeader[messageType=PINGRESP, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=0], variableHeader=, payload=]
MqttMessage[fixedHeader=MqttFixedHeader[messageType=PINGRESP, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=0], variableHeader=, payload=]
июл 12, 2017 10:28:03 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
MqttMessage[fixedHeader=MqttFixedHeader[messageType=PINGRESP, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=0], variableHeader=, payload=]
MqttMessage[fixedHeader=MqttFixedHeader[messageType=PINGRESP, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=0], variableHeader=, payload=]
MqttMessage[fixedHeader=MqttFixedHeader[messageType=PINGRESP, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=0], variableHeader=, payload=]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.046 sec - in io.vertx.mqtt.test.MqttClientPingTest
Running io.vertx.mqtt.test.MqttClientPublishTest
июл 12, 2017 10:28:09 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
MqttPubAckMessage[fixedHeader=MqttFixedHeader[messageType=PUBACK, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=2], variableHeader=MqttMessageIdVariableHeader[messageId=1], payload=]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.023 sec - in io.vertx.mqtt.test.MqttClientPublishTest
Running io.vertx.mqtt.test.MqttClientSubscribeTest
июл 12, 2017 10:28:09 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
июл 12, 2017 10:28:09 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
июл 12, 2017 10:28:09 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
июл 12, 2017 10:28:09 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
июл 12, 2017 10:28:09 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
MqttPubAckMessage[fixedHeader=MqttFixedHeader[messageType=PUBACK, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=2], variableHeader=MqttMessageIdVariableHeader[messageId=2], payload=]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.22 sec - in io.vertx.mqtt.test.MqttClientSubscribeTest
Running io.vertx.mqtt.test.MqttClientUnsubscribeTest
июл 12, 2017 10:28:10 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
MqttUnsubAckMessage[fixedHeader=MqttFixedHeader[messageType=UNSUBACK, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=2], variableHeader=MqttMessageIdVariableHeader[messageId=2], payload=]
июл 12, 2017 10:28:10 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
MqttUnsubAckMessage[fixedHeader=MqttFixedHeader[messageType=UNSUBACK, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=2], variableHeader=MqttMessageIdVariableHeader[messageId=2], payload=]
июл 12, 2017 10:28:10 PM io.vertx.mqtt.impl.MqttClientImpl
INFO: Connection with localhost:1883 established successfully
MqttUnsubAckMessage[fixedHeader=MqttFixedHeader[messageType=UNSUBACK, isDup=false, qosLevel=AT_MOST_ONCE, isRetain=false, remainingLength=2], variableHeader=MqttMessageIdVariableHeader[messageId=2], payload=]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in io.vertx.mqtt.test.MqttClientUnsubscribeTest
Results :
Tests run: 16, Failures: 0, Errors: 0, Skipped: 2
[INFO]
[INFO] --- docker-maven-plugin:0.21.0:stop (stop) @ vertx-mqtt-client ---
[INFO] DOCKER> [ansi/mosquitto:latest] "mosquitto": Stop and removed container 4d2f0e313e10 after 0 ms
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ vertx-mqtt-client ---
[INFO] Installing /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT.jar to /Users/sammers/.m2/repository/io/vertx/vertx-mqtt-client/3.5.0-SNAPSHOT/vertx-mqtt-client-3.5.0-SNAPSHOT.jar
[INFO] Installing /Users/sammers/Desktop/workspace/vmqtc2/pom.xml to /Users/sammers/.m2/repository/io/vertx/vertx-mqtt-client/3.5.0-SNAPSHOT/vertx-mqtt-client-3.5.0-SNAPSHOT.pom
[INFO] Installing /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT-tests.jar to /Users/sammers/.m2/repository/io/vertx/vertx-mqtt-client/3.5.0-SNAPSHOT/vertx-mqtt-client-3.5.0-SNAPSHOT-tests.jar
[INFO] Installing /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT-sources.jar to /Users/sammers/.m2/repository/io/vertx/vertx-mqtt-client/3.5.0-SNAPSHOT/vertx-mqtt-client-3.5.0-SNAPSHOT-sources.jar
[INFO] Installing /Users/sammers/Desktop/workspace/vmqtc2/target/vertx-mqtt-client-3.5.0-SNAPSHOT-docs.zip to /Users/sammers/.m2/repository/io/vertx/vertx-mqtt-client/3.5.0-SNAPSHOT/vertx-mqtt-client-3.5.0-SNAPSHOT-docs.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54.279 s
[INFO] Finished at: 2017-07-12T22:28:11+03:00
[INFO] Final Memory: 44M/332M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment