Build failed in Jenkins: scalafx #351

1 view
Skip to first unread message

Build Daemon

unread,
Nov 21, 2013, 8:33:29 PM11/21/13
to scalaf...@googlegroups.com, pe...@peter-pc.belkin, peterp...@peters-macbook-pro.local, Rafael@rafael-hp, rafael...@gmail.com, Alain.Fag...@gmail.com
See <http://jfxtras.com/jenkins/job/scalafx/351/>

------------------------------------------
[...truncated 2930 lines...]
[info] A ObservableSet
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.collections.ObservableSet
[info] - should implement all the JavaFX properties
[info] - should generate new instances using Companion's apply
[info] - should notify on invalidation
[info] - should notify on changes
[info] - should return changed set
[info] - should notify each addition individually
[info] - should notify each remotion individually
[info] - should keep his behavior with other types of sets beyond HashSet
[info] ImageCursorSpec:
[info] A ImageCursor
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.ImageCursor
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] FileChooserExtensionFilterSpec:
[info] A ExtensionFilter
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.stage.FileChooser$ExtensionFilter
[info] - should implement all the JavaFX properties
[info] DoublePropertySpec:
[info] A Double Property
[info] - should have a default value of 0
[info] - should be assignable using update
[info] - should return its value using apply
[info] - should know its name
[info] - should know its bean
[info] - should be bindable to another Double Property
[info] - should support unbinding from another Double Property
[info] - should be bidirectionally bindable to another Double Property
[info] - should support bidirectional unbinding from another Double Property
[info] - should support bindable infix addition of a property
[info] - should support bindable infix addition of constants
[info] - should support bindable infix subtraction of a property
[info] - should support bindable infix subtraction of constants
[info] - should support bindable infix multiplication of a property
[info] - should support bindable infix multiplication of constants
[info] - should support bindable infix division of a property
[info] - should support bindable infix division of constants
[info] - should support bindable prefix negation
[info] - should support bindable infix equality with a property
[info] - should support bindable infix equality with a constant
[info] - should support bindable infix inequality with a property
[info] - should support bindable infix inequality with a constant
[info] - should support variable precision equality via +- operator
[info] - should support variable precision inequality via +- operator
[info] - should support bindable infix less than with a property
[info] - should support bindable infix less than with a constant
[info] - should support bindable infix less than or equal to with a property
[info] - should support bindable infix less than or equal to with a constant
[info] - should support bindable infix greater than with a property
[info] - should support bindable infix greater than with a constant
[info] - should support bindable infix greater than or equal to with a property
[info] - should support bindable infix greater than or equal to with a constant
[info] - should support invalidate/change triggers on binding expressions
[info] ActionEventSpec:
[info] A ActionEvent
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.event.ActionEvent
[info] - should implement all the JavaFX properties
[info] KeyCombinationSpec:
[info] A KeyCombination
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.input.KeyCombination
[info] - should implement all the JavaFX properties
[info] DoubleStringConverterSpec:
[info] A DoubleStringConverter
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.util.converter.DoubleStringConverter
[info] - should implement all the JavaFX properties
[info] - should convert double to String and vice-versa
[info] ClosePathSpec:
[info] A ClosePath
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.shape.ClosePath
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] MenuSpec:
[info] A Menu
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.Menu
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] ListViewEditEventSpec:
[info] A EditEvent
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.ListView$EditEvent
[info] - should implement all the JavaFX properties
[info] ReadOnlyStringWrapperSpec:
[info] A ReadOnlyStringWrapper
[info] - should be an instance of StringProperty
[info] - should have public field `readOnlyProperty` that is an instance of `ReadOnlyStringProperty`
[info] - should propagate value changes to `readOnlyProperty`
[info] LightPointSpec:
[info] A Point
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.effect.Light$Point
[info] - should implement all the JavaFX properties
[info] - should have its X Coordinate observed when it is changed
[info] - should have its Y Coordinate observed when it is changed
[info] - should allow observe changes in Color
[info] GlowSpec:
[info] A Glow
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.effect.Glow
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] - should allow observe changes in Input Effect
[info] TextInputControlSpec:
[info] A TextInputControl
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.TextInputControl
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] SingleSelectionModelSpec:
[info] A SingleSelectionModel
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.SingleSelectionModel
[info] - should implement all the JavaFX properties
[info] CubicCurveToSpec:
[info] A CubicCurveTo
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.shape.CubicCurveTo
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] - should have its X Coordinate observed when it is changed
[info] - should have its Y Coordinate observed when it is changed
[info] ClipboardContentSpec:
[info] A ClipboardContent
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.input.ClipboardContent
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] RadioMenuItemSpec:
[info] A RadioMenuItem
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.RadioMenuItem
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] FillTransitionSpec:
[info] A FillTransition
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.animation.FillTransition
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] NumberStringConverterSpec:
[info] A NumberStringConverter
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.util.converter.NumberStringConverter
[info] - should implement all the JavaFX properties
[info] - should convert class java.lang.Number to String and vice-versa
[info] DateTimeStringConverterSpec:
[info] A DateTimeStringConverter
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.util.converter.DateTimeStringConverter
[info] - should implement all the JavaFX properties
[info] - should convert class java.util.Date to String and vice-versa
[info] ObservableBufferSpec:
[info] A ObservableBuffer
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.collections.ObservableList
[info] - should implement all the JavaFX properties
[info] An ObservableBuffer
[info] - should support apply
[info] - should support unapply
[info] - should notify on invalidation
[info] - should notify on changes
[info] - should return changed list
[info] - should notify individuals appends
[info] - should batch notify with additions
[info] - should notify individuals remotions
[info] - should batch notify with removes
[info] - should notify when it is removed a range of elements
[info] - should notify a rotation just once
[info] - should notify on replace with a remove and add
[info] - should notify on a sort order change with a reorder from the JavaFX collection sort
[info] - should notify on a sort order change with a reorder from a member method
[info] - should throws a exception when sort a buffer that is composed by non Comparable subtypes
[info] - should notify on a sort order change with a reorder from a member method with a comparison function
[info] - should shufle with a only change
[info] - should retain continous elements with 2 changes
[info] - should retain non continous elements with 3 changes
[info] - should concat various Observable Lists in a unique
[info] - should revert using just one changing
[info] - should replace all occurrences of a element with just one change
[info] - should fill all with just one change
[info] - should keep his behavior with other types of sets beyond default implementation
[info] CameraSpec:
[info] A Camera
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.Camera
[info] - should implement all the JavaFX properties
[info] CheckBoxTreeCellSpec:
[info] A CheckBoxTreeCell
[info] - should have an implicit conversion from SFX to JFX
[info] - should have an implicit conversion from JFX to SFX
[info] - should declare all public static methods of javafx.scene.control.cell.CheckBoxTreeCell
[info] - should implement all the JavaFX properties
[info] - should implement all the JavaFX builder properties
[info] Passed: Total 2331, Failed 0, Errors 0, Passed 2322, Skipped 9
[success] Total time: 221 s, completed Nov 21, 2013 5:33:26 PM
[info] Packaging <http://jfxtras.com/jenkins/job/scalafx/ws/target/scala-2.9.3/scalafx-project_2.9.3-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[info] Packaging <http://jfxtras.com/jenkins/job/scalafx/ws/scalafx/target/scala-2.9.3/scalafx_2.9.3-1.0.0-M7-SNAPSHOT.jar> ...
[info] Packaging <http://jfxtras.com/jenkins/job/scalafx/ws/scalafx-demos/target/scala-2.9.3/scalafx-demos_2.9.3-1.0.0-M7-SNAPSHOT.jar> ...
[info] Done packaging.
[info] Done packaging.
[success] Total time: 1 s, completed Nov 21, 2013 5:33:28 PM
Build step 'Build using sbt' changed build result to SUCCESS
Archiving artifacts
ERROR: No artifacts found that match the file pattern "target/*.jar". Configuration error?
ERROR: ?target/*.jar? doesn?t match anything: ?target? exists but not ?target/*.jar?
Build step 'Archive the artifacts' changed build result to FAILURE
Recording test results
Invalid address: Jarek Sacha _jps...@gmail.com_
Invalid address: Stephen Chin _steve...@gmail.com_
Failed to send e-mail to prasannakumar because no e-mail address is known, and no default e-mail domain is configured
Invalid address: Daniel Al...@TUBARAO.requisito.net.br
Invalid address: Jarek Sacha _js...@users.sf.net_
Failed to send e-mail to Alain.Fagot.Bearez because no e-mail address is known, and no default e-mail domain is configured
Failed to send e-mail to prasee because no e-mail address is known, and no default e-mail domain is configured
Invalid address: Alain Bearez _...@cua.li_
Failed to send e-mail to rafael.afonso because no e-mail address is known, and no default e-mail domain is configured
Invalid address: Peter Pilgrim _peter....@gmail.com_
Invalid address: Robert Ladsta?tter _rlads...@gmail.com_
Invalid address: rafonso _rafael...@gmail.com_
Reply all
Reply to author
Forward
0 new messages