The quickstart failed to build an image of Orion. The quickstart pulls orion/master when building an image. The latest commit on master is currently 7a6c24b10a329b6fe1322dcc334605760bf12e7a. This is strange because the CI is passing.
```
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':spotlessJava'.
> The following files had format violations:
src/acceptance-test/java/net/consensys/orion/acceptance/dsl/OrionFactory.java
@@ -38,8 +38,7 @@
····return·create(nodeName,·keyCount,·Collections.emptyList());
··}
-··public·OrionNode·create(final·String·nodeName,·final·int·keyCount,
-······final·List<OrionNode>·bootnodes)
+··public·OrionNode·create(final·String·nodeName,·final·int·keyCount,·final·List<OrionNode>·bootnodes)
······throws·IOException·{
····final·Path·nodePath;
····try·{
@@ -51,8 +50,7 @@
····final·List<KeyDefinition>·nodeKeys·=·generateKeys(keyCount,·nodePath);
-····final·List<String>·bootnodeStrings·=
-········bootnodes.stream().map(OrionNode::nodeUrl).collect(Collectors.toList());
+····final·List<String>·bootnodeStrings·=·bootnodes.stream().map(OrionNode::nodeUrl).collect(Collectors.toList());
····final·OrionConfigFileGenerator·fileGenerator·=
········new·OrionConfigFileGenerator(nodeKeys,·libSodiumPath,·bootnodeStrings,·nodePath);
@@ -66,8 +64,7 @@
········bootnodes.size());
··}
-··private·List<KeyDefinition>·generateKeys(final·int·keyCount,·final·Path·nodePath)
-······throws·IOException·{
+··private·List<KeyDefinition>·generateKeys(final·int·keyCount,·final·Path·nodePath)·throws·IOException·{
····try·{
······final·FileKeyStore·fileKeyStore·=·new·FileKeyStore(Config.defaultConfig());
Run 'gradlew spotlessApply' to fix these violations.
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 17 actionable tasks: 13 executed, 4 up-to-date
https://help.gradle.org
BUILD FAILED in 1m 59s
ERROR: Service 'orion1' failed to build: The command '/bin/sh -c git clone https://github.com/PegaSysEng/orion.git && cd orion && ./gradlew build && mkdir /toCopy && mv ./build/distributions/orion*.tar.gz /toCopy' returned a non-zero code: 1
```