Build failed in Hudson: Cayenne-trunk » sqlite,JDK 1.5 (latest) #95

From: Apache Hudson Server (hudso..udson.zones.apache.org)
Date: Fri Dec 11 2009 - 11:12:35 EST

  • Next message: Aristedes Maniatis: "Re: Hudson unit test runs"

    See <http://hudson.zones.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=sqlite,jdk=JDK%201.5%20(latest)/95/changes>

    Changes:

    [oltka] CAY-1327

    * ComponentGeometry switched to Java preferences API

    ------------------------------------------
    Started by upstream project "Cayenne-trunk" build number 95
    Building on master
    Updating http://svn.apache.org/repos/asf/cayenne/main/trunk
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/Application.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/CayenneModelerFrame.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/editor/EditorView.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/ModelerPreferences.java
    D framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/pref/_ComponentGeometry.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/pref/ComponentGeometry.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/dialog/LogConsole.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/CayenneModelerController.java
    D framework/cayenne-modeler/src/main/java/org/apache/cayenne/pref/UpgradeCayennePreferenceDecorator.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/pref/Preference.java
    U framework/cayenne-modeler/src/main/java/org/apache/cayenne/pref/CayennePreference.java
    A framework/cayenne-modeler/src/main/java/org/apache/cayenne/pref/UpgradeCayennePreference.java
    At revision 889664
    [locks-and-latches] Checking to see if we really have the locks
    [locks-and-latches] Have all the locks, build can start
    [trunk] $ /home/hudson/tools/maven/latest2/bin/mvn "-Djdk=JDK 1.5 (latest)" -DcayenneTestConnection=sqlite clean test
    [INFO] Scanning for projects...
    [INFO] Reactor build order:
    [INFO] Cayenne
    [INFO] Cayenne Internal Build Plugin
    [INFO] Cayenne Internal Documentation Build Plugin
    [INFO] Cayenne Build Tools Parent
    [INFO] Cayenne License and Notice Bundle
    [INFO] Cayenne Dependency Injection Container
    [INFO] Cayenne Java 1.5 Unpublished
    [INFO] Cayenne Aggregated Server Jar
    [INFO] Cayenne Aggregated Client Jar
    [INFO] Cayenne Tools
    [INFO] Cayenne Modeler
    [INFO] Cayenne Maven Plugin
    [INFO] Cayenne Modeler Maven Plugin
    [INFO] Cayenne Framework Aggregator Project
    [INFO] Cayenne Integration Tests Parent
    [INFO] Integration Tests Commons
    [INFO] Integration Tests - Cayenne DI Stack
    [INFO] Cayenne Modeler Java
    [INFO] Cayenne Modeler Parent
    [INFO] Cayenne Documentation
    [INFO] Cayenne Documenation Parent
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Cayenne
    [INFO] task-segment: [clean, test]
    [INFO] ------------------------------------------------------------------------
    [INFO] [clean:clean]
    [INFO] No goals needed for project - skipping
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Cayenne Internal Build Plugin
    [INFO] task-segment: [clean, test]
    [INFO] ------------------------------------------------------------------------
    [INFO] [clean:clean]
    [INFO] Deleting directory /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/sqlite/jdk/JDK 1.5 (latest)/trunk/build-tools/maven-cayenne-build-plugin/target
    Downloading: http://objectstyle.org/maven2/org/sqlite/sqlite-driver/0.56/sqlite-driver-0.56.pom
    Downloading: http://caucho.com/m2/org/sqlite/sqlite-driver/0.56/sqlite-driver-0.56.pom
    Downloading: http://repo1.maven.org/maven2/org/sqlite/sqlite-driver/0.56/sqlite-driver-0.56.pom
    [INFO] [plugin:descriptor]
    [INFO] Using 2 extractors.
    [INFO] Applying extractor for language: java
    [INFO] Extractor for language: java found 3 mojo descriptors.
    [INFO] Applying extractor for language: bsh
    [INFO] Extractor for language: bsh found 0 mojo descriptors.
    [INFO] [resources:resources]
    [INFO] Using default encoding to copy filtered resources.
    [INFO] [compiler:compile]
    [INFO] Compiling 6 source files to /zonestorage/hudson/home/hudson/hudson/jobs/Cayenne-trunk/workspace/cayenneTestConnection/sqlite/jdk/JDK 1.5 (latest)/trunk/build-tools/maven-cayenne-build-plugin/target/classes
    [INFO] [resources:testResources]
    [INFO] Using default encoding to copy filtered resources.
    Downloading: http://objectstyle.org/maven2/org/sqlite/sqlite-driver/0.56/sqlite-driver-0.56.jar
    Downloading: http://caucho.com/m2/org/sqlite/sqlite-driver/0.56/sqlite-driver-0.56.jar
    Downloading: http://repo1.maven.org/maven2/org/sqlite/sqlite-driver/0.56/sqlite-driver-0.56.jar
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to resolve artifact.

    Missing:
    ----------
    1) org.sqlite:sqlite-driver:jar:0.56

      Try downloading the file manually from the project website.

      Then, install it using the command:
          mvn install:install-file -DgroupId=org.sqlite -DartifactId=sqlite-driver -Dversion=0.56 -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:
          mvn deploy:deploy-file -DgroupId=org.sqlite -DartifactId=sqlite-driver -Dversion=0.56 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
              1) org.apache.cayenne.build-tools:maven-cayenne-build-plugin:maven-plugin:3.1-SNAPSHOT
              2) org.sqlite:sqlite-driver:jar:0.56

    ----------
    1 required artifact is missing.

    for artifact:
      org.apache.cayenne.build-tools:maven-cayenne-build-plugin:maven-plugin:3.1-SNAPSHOT

    from the specified remote repositories:
      central (http://repo1.maven.org/maven2),
      caucho (http://caucho.com/m2),
      Nexus (http://repository.apache.org/snapshots),
      objectstyle (http://objectstyle.org/maven2)

    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 19 seconds
    [INFO] Finished at: Fri Dec 11 16:12:13 UTC 2009
    [INFO] Final Memory: 17M/193M
    [INFO] ------------------------------------------------------------------------
    [locks-and-latches] Releasing all the locks
    [locks-and-latches] All the locks released
    Recording test results



    This archive was generated by hypermail 2.0.0 : Fri Dec 11 2009 - 11:13:08 EST