Skip to content

Instantly share code, notes, and snippets.

@skonto
Created January 22, 2020 13:33
Show Gist options
  • Save skonto/d86b3ee345e1074dc9ad2c27ffd5d706 to your computer and use it in GitHub Desktop.
Save skonto/d86b3ee345e1074dc9ad2c27ffd5d706 to your computer and use it in GitHub Desktop.
sbt verifyBlueprint
$ sbt verifyBlueprint
[info] Loading settings for project sensor-data-scala-build from plugins.sbt,cloudflow-plugins.sbt ...
[info] Loading project definition from cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/project
[info] Updating ProjectRef(uri("file:cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/project/"), "sensor-data-scala-build")...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings.
[info] Loading settings for project sensorData from build.sbt ...
[info] Set current project to sensor-data-scala (in build file:/cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/)
[info] Updating ...
[info] Formatting 14 Scala sources ProjectRef(uri("file:/cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/"), "sensorData")(compile) ...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings.
[info] Considering source directories cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/src/main/avro
[info] Compiling AVSC cloudflow/examples/sensor-data-scala/src/main/avro/Metric.avsc to loudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/target/scala-2.12/src_managed/main/compiled_avro
[info] Compiling AVSC cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/src/main/avro/Measurements.avsc to /cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/target/scala-2.12/src_managed/main/compiled_avro
[info] Compiling AVSC cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/src/main/avro/SensorData.avsc to cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/target/scala-2.12/src_managed/main/compiled_avro
[info] Compiling AVSC cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/src/main/avro/InvalidMetric.avsc to cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/target/scala-2.12/src_managed/main/compiled_avro
[info] Compiling 18 Scala sources to cloudflow/oss/post_launch/cloudflow/examples/sensor-data-scala/target/scala-2.12/classes ...
[info] Done compiling.
[info] Streamlet 'sensordata.SensorDataFileIngress' found
[info] Streamlet 'sensordata.SensorDataStreamingIngress' found
[info] Streamlet 'sensordata.SensorDataToMetrics' found
[info] Streamlet 'sensordata.MetricsValidation' found
[info] Streamlet 'sensordata.RotorSpeedFilter' found
[info] Streamlet 'sensordata.RotorspeedWindowLogger' found
[info] Streamlet 'sensordata.SensorDataHttpIngress' found
[info] Streamlet 'sensordata.SensorDataMerge' found
[info] Streamlet 'sensordata.ValidMetricLogger' found
[info] Streamlet 'sensordata.InvalidMetricLogger' found
[success]cloudflow/examples/sensor-data-scala/src/main/blueprint/blueprint.conf verified.
[success] Total time: 20 s, completed Jan 22, 2020 3:30:27 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment