Build: #1059 failed Scheduled with changes by 5 people

Build result summary

Details

Completed
Queue duration
7 seconds
Duration
44 seconds
Labels
None
Revision
0d6d9bd3f288c208de5e4d7ac9e41e1f8d031699 0d6d9bd3f288c208de5e4d7ac9e41e1f8d031699
No failed test found. A possible compilation error occurred.

Responsible

  • cds cds Automatically assigned
  • csp csp Automatically assigned
  • nbw nbw Automatically assigned
  • uru uru Automatically assigned

Code commits

Author Commit Message Commit date
Nis Wechselberg <enbewe@enbewe.de> Nis Wechselberg <enbewe@enbewe.de> 0d6d9bd3f288c208de5e4d7ac9e41e1f8d031699 0d6d9bd3f288c208de5e4d7ac9e41e1f8d031699 kwebs: Rough migration of kwebs to realElkgGraph. Broken for sure
Nis Wechselberg <enbewe@enbewe.de> Nis Wechselberg <enbewe@enbewe.de> 24679c84aa4a31bdb2e778f1430eb2eef21ca09e 24679c84aa4a31bdb2e778f1430eb2eef21ca09e kiml.libavoid: Migrated to real ELK Graph
Nis Wechselberg <enbewe@enbewe.de> Nis Wechselberg <enbewe@enbewe.de> b9716f2b451e8414481881ae0606f44ee83c877a b9716f2b451e8414481881ae0606f44ee83c877a grana/planar: Moved planarity analysis from planar to grana
Nis Wechselberg <enbewe@enbewe.de> Nis Wechselberg <enbewe@enbewe.de> c3e487083eb91ec1970069adff0c29a4aa4ad280 c3e487083eb91ec1970069adff0c29a4aa4ad280 klighd.offscreen: Removed klighd.examples from required plugins
Nis Wechselberg <enbewe@enbewe.de> Nis Wechselberg <enbewe@enbewe.de> c2553f76de9a843e5ff34414f424389aa2f34fd8 c2553f76de9a843e5ff34414f424389aa2f34fd8 build: Removed grana and config.text from kgraph feature and build

Jira issues

IssueDescriptionStatus
Unknown Issue TypeKIPRA-1834Could not obtain issue details from Jira

Shared artifacts

Artifact File size
Bundled KIELER Layouters (KLay) libraries 5 MB
README 872 bytes

Error summary for Compile, Package and Test

The job generated some errors, drill down into the full build log for more details.

/var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/de/cau/cs/kieler/kiml/formats/standalone/StandaloneGraphLayoutEngine.java:24: error: cannot find symbol
import org.eclipse.elk.graph.KNode;
                            ^
  symbol:   class KNode
  location: package org.eclipse.elk.graph
/var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/de/cau/cs/kieler/kiml/formats/standalone/StandaloneGraphLayoutEngine.java:113: error: cannot find symbol
            IGraphFormatHandler<T> handler, IGraphTransformer<T, KNode> importer) {
                                                                 ^
  symbol:   class KNode
  location: class StandaloneGraphLayoutEngine
/var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/de/cau/cs/kieler/kiml/formats/standalone/StandaloneGraphLayoutEngine.java:116: error: cannot find symbol
        TransformationData<T, KNode> transformationData = new TransformationData<T, KNode>();
                              ^
  symbol:   class KNode
  location: class StandaloneGraphLayoutEngine
/var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/de/cau/cs/kieler/kiml/formats/standalone/StandaloneGraphLayoutEngine.java:116: error: cannot find symbol
        TransformationData<T, KNode> transformationData = new TransformationData<T, KNode>();
                                                                                    ^
  symbol:   class KNode
  location: class StandaloneGraphLayoutEngine
/var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/de/cau/cs/kieler/kiml/formats/standalone/StandaloneGraphLayoutEngine.java:122: error: cannot find symbol
        for (KNode graph : transformationData.getTargetGraphs()) {
             ^
  symbol:   class KNode
  location: class StandaloneGraphLayoutEngine
/var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/de/cau/cs/kieler/kiml/formats/standalone/StandaloneGraphLayoutEngine.java:130: error: cannot find symbol
        TransformationData<KNode, T> outTransData = new TransformationData<KNode, T>();
                           ^
  symbol:   class KNode
  location: class StandaloneGraphLayoutEngine
/var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/de/cau/cs/kieler/kiml/formats/standalone/StandaloneGraphLayoutEngine.java:130: error: cannot find symbol
        TransformationData<KNode, T> outTransData = new TransformationData<KNode, T>();
                                                                           ^
  symbol:   class KNode
  location: class StandaloneGraphLayoutEngine
Note: /var/atlassian/bamboo-data/xml-data/build-dir/KIPRAG-NK-CA/build/de.cau.cs.kieler.klay.libraries/nonosgi/src/main/java/org/eclipse/equinox/nonosgi/internal/registry/Activator.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
7 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':nonosgi:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.