Skip to content

Instantly share code, notes, and snippets.

@LlorandoLau
Created May 7, 2020 01:51
Show Gist options
  • Save LlorandoLau/e972534c4ac487190e850d8a991a1310 to your computer and use it in GitHub Desktop.
Save LlorandoLau/e972534c4ac487190e850d8a991a1310 to your computer and use it in GitHub Desktop.
PS E:\github\ftgo-application> ./gradlew :composeDown
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
Parallel execution is an incubating feature.
Parallel execution with configuration on demand is an incubating feature.
> Task :composeDown
Stopping ftgo-application_ftgo-restaurant-service_1 ... done
Stopping ftgo-application_ftgo-order-history-service_1 ... done
Stopping ftgo-application_ftgo-kitchen-service_1 ... done
Stopping ftgo-application_ftgo-order-service_1 ... done
Stopping ftgo-application_ftgo-consumer-service_1 ... done
Stopping ftgo-application_ftgo-accounting-service_1 ... done
Stopping ftgo-application_cdc-service_1 ... done
Stopping ftgo-application_kafka_1 ... done
Stopping ftgo-application_dynamodblocal-init_1 ... done
Stopping ftgo-application_zipkin_1 ... done
Stopping ftgo-application_zookeeper_1 ... done
Stopping ftgo-application_mysql_1 ... done
Stopping ftgo-application_ftgo-api-gateway_1 ... done
RRemoving ftgo-application_ftgo-restaurant-service_1 ... done
Removing ftgo-application_ftgo-order-history-service_1 ... done
Removing ftgo-application_ftgo-kitchen-service_1 ... done
Removing ftgo-application_ftgo-order-service_1 ... done
Removing ftgo-application_ftgo-consumer-service_1 ... done
Removing ftgo-application_ftgo-accounting-service_1 ... done
Removing ftgo-application_cdc-service_1 ... done
Removing ftgo-application_kafka_1 ... done
Removing ftgo-application_dynamodblocal-init_1 ... done
Removing ftgo-application_zipkin_1 ... done
Removing ftgo-application_dynamodblocal_1 ... done
Removing ftgo-application_zookeeper_1 ... done
Removing ftgo-application_mysql_1 ... done
Removing ftgo-application_ftgo-api-gateway_1 ... done
Removing network ftgo-application_default
BUILD SUCCESSFUL in 1m 15s
1 actionable task: 1 executed
PS E:\github\ftgo-application> ./gradlew assemble :composeUp
Parallel execution is an incubating feature.
Parallel execution with configuration on demand is an incubating feature.
> Task :ftgo-consumer-service:compileJava
Errors occurred while build effective model from C:\Users\23693\.gradle\caches\modules-2\files-2.1\log4j\log4j\1.2.16\88efb1b8d3d993fe339e9e2b201c75eed57d4c65\log4j-1.2.16.pom:
'build.plugins.plugin[io.spring.gradle.dependencymanagement.org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.scope' for junit:junit:jar must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
> Task :ftgo-consumer-service:compileJava UP-TO-DATE
> Task :ftgo-accounting-service:compileJava UP-TO-DATE
Errors occurred while build effective model from C:\Users\23693\.gradle\caches\modules-2\files-2.1\log4j\log4j\1.2.16\88efb1b8d3d993fe339e9e2b201c75eed57d4c65\log4j-1.2.16.pom:
'build.plugins.plugin[io.spring.gradle.dependencymanagement.org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.scope' for junit:junit:jar must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
> Task :ftgo-kitchen-service:compileJava UP-TO-DATE
Errors occurred while build effective model from C:\Users\23693\.gradle\caches\modules-2\files-2.1\log4j\log4j\1.2.16\88efb1b8d3d993fe339e9e2b201c75eed57d4c65\log4j-1.2.16.pom:
'build.plugins.plugin[io.spring.gradle.dependencymanagement.org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.scope' for junit:junit:jar must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
> Task :ftgo-restaurant-service:compileJava
Errors occurred while build effective model from C:\Users\23693\.gradle\caches\modules-2\files-2.1\log4j\log4j\1.2.16\88efb1b8d3d993fe339e9e2b201c75eed57d4c65\log4j-1.2.16.pom:
'build.plugins.plugin[io.spring.gradle.dependencymanagement.org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.scope' for junit:junit:jar must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
> Task :ftgo-order-history-service:compileJava UP-TO-DATE
Errors occurred while build effective model from C:\Users\23693\.gradle\caches\modules-2\files-2.1\log4j\log4j\1.2.16\88efb1b8d3d993fe339e9e2b201c75eed57d4c65\log4j-1.2.16.pom:
'build.plugins.plugin[io.spring.gradle.dependencymanagement.org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.scope' for junit:junit:jar must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
> Task :ftgo-restaurant-service:compileJava UP-TO-DATE
> Task :ftgo-order-service:extractIncludeProto UP-TO-DATE
Errors occurred while build effective model from C:\Users\23693\.gradle\caches\modules-2\files-2.1\log4j\log4j\1.2.16\88efb1b8d3d993fe339e9e2b201c75eed57d4c65\log4j-1.2.16.pom:
'build.plugins.plugin[io.spring.gradle.dependencymanagement.org.apache.maven.plugins:maven-antrun-plugin].dependencies.dependency.scope' for junit:junit:jar must be one of [compile, runtime, system] but is 'test'. in log4j:log4j:1.2.16
> Task :composeUp
zookeeper uses an image, skipping
kafka uses an image, skipping
cdc-service uses an image, skipping
zipkin uses an image, skipping
Building mysql
Building ftgo-consumer-service
Building ftgo-kitchen-service
Building ftgo-restaurant-service
Building ftgo-accounting-service
Building ftgo-api-gateway
Building ftgo-order-service
Building dynamodblocal
Building dynamodblocal-init
Building ftgo-order-history-service
Creating network "ftgo-application_default" with the default driver
Creating ftgo-application_dynamodblocal_1 ... done
Creating ftgo-application_zookeeper_1 ... done
Creating ftgo-application_zipkin_1 ... done
Creating ftgo-application_ftgo-api-gateway_1 ... done
Creating ftgo-application_mysql_1 ... done
<============-> 99% EXECUTING [1m 48s] CCreating ftgo-application_dynamodblocal-init_1 ... done
Creating ftgo-application_kafka_1 ... done
<============-> 99% EXECUTING [1m 50s] Creating ftgo-application_cdc-serCreating ftgo-application_cdc-service_1 ... done
Creating ftgo-application_ftgo-kitchen-service_1 ... done
Creating ftgo-application_ftgo-order-history-service_1 ... done
Creating ftgo-application_ftgo-restaurant-service_1 ... done
Creating ftgo-application_ftgo-order-service_1 ... done
Creating ftgo-application_ftgo-consumer-service_1 ... done
Creating ftgo-application_ftgo-accounting-service_1 ... done
<============-> 99% EXECUTING [1m 58s] WWill use localhost as host of kafka
Will use localhost as host of mysql
Will use localhost as host of cdc-service
Will use localhost as host of ftgo-consumer-service
Will use localhost as host of ftgo-kitchen-service
Will use localhost as host of ftgo-restaurant-service
Will use localhost as host of ftgo-accounting-service
Will use localhost as host of ftgo-api-gateway
Will use localhost as host of zipkin
Will use localhost as host of ftgo-order-service
Will use localhost as host of dynamodblocal
Will use localhost as host of dynamodblocal-init
Will use localhost as host of ftgo-order-history-service
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Waiting for cdc-service_1 to become healthy (it's unhealthy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment