Skip to content

Instantly share code, notes, and snippets.

@ddfont
Created June 6, 2024 23:35
Show Gist options
  • Save ddfont/add806f61d805384dec4db622eed6c13 to your computer and use it in GitHub Desktop.
Save ddfont/add806f61d805384dec4db622eed6c13 to your computer and use it in GitHub Desktop.
> Task :beforeTest
make stop && docker-compose up -d
docker-compose down
time="2024-06-06T16:34:08-07:00" level=warning msg="/Users/victor.d/Projects/dasher-service/services/dasher-service/docker-compose.yml: `version` is obsolete"
Container dasher-service.elasticsearch Stopping
Container dasher-service.crdb Stopping
Container dasher-service.db Stopping
Container dasher-service.redis Stopping
Container dasher-service-cassandra-init-1 Stopping
Container dasher-service-cassandra-init-1 Stopped
Container dasher-service-cassandra-init-1 Removing
Container dasher-service-cassandra-init-1 Removed
Container dasher-service.cassandra Stopping
Container dasher-service.cassandra Stopped
Container dasher-service.cassandra Removing
Container dasher-service.cassandra Removed
Container dasher-service.db Stopped
Container dasher-service.db Removing
Container dasher-service.db Removed
Container dasher-service.elasticsearch Stopped
Container dasher-service.elasticsearch Removing
Container dasher-service.elasticsearch Removed
Container dasher-service.crdb Stopped
Container dasher-service.crdb Removing
Container dasher-service.crdb Removed
Container dasher-service.redis Stopped
Container dasher-service.redis Removing
Container dasher-service.redis Removed
Network dasher-service_default Removing
Network dasher-service_default Removed
time="2024-06-06T16:34:19-07:00" level=warning msg="/Users/victor.d/Projects/dasher-service/services/dasher-service/docker-compose.yml: `version` is obsolete"
Network dasher-service_default Creating
Network dasher-service_default Created
Container dasher-service.elasticsearch Creating
Container dasher-service.crdb Creating
Container dasher-service.db Creating
Container dasher-service.cassandra Creating
Container dasher-service.redis Creating
Container dasher-service.elasticsearch Created
Container dasher-service.crdb Created
redis The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Container dasher-service.redis Created
cassandra The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Container dasher-service.cassandra Created
Container dasher-service-cassandra-init-1 Creating
db The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Container dasher-service.db Created
cassandra-init The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Container dasher-service-cassandra-init-1 Created
Container dasher-service.redis Starting
Container dasher-service.cassandra Starting
Container dasher-service.crdb Starting
Container dasher-service.db Starting
Container dasher-service.elasticsearch Starting
Container dasher-service.db Started
Container dasher-service.cassandra Started
Container dasher-service.cassandra Waiting
Container dasher-service.elasticsearch Started
Container dasher-service.crdb Started
Container dasher-service.redis Started
Container dasher-service.cassandra Error
dependency failed to start: container dasher-service.cassandra exited (127)
make: *** [run] Error 1
> Task :beforeTest FAILED
[buildinsights] See Build Insights view on Dev Console for dasher-service: https://devconsole.doordash.team/build-insights/builds-page?build_id=0d854ead-8367-4b2d-b634-4e34e6409752
Execution failed for task ':beforeTest'.
> Process 'command 'sh'' finished with non-zero exit value 2
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.4/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 16s
45 actionable tasks: 9 executed, 36 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment