You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/02 22:39:11 UTC

Build failed in Jenkins: ACE-trunk #237

See <https://builds.apache.org/job/ACE-trunk/237/changes>

Changes:

[Jan Willem Janssen] Updated gogo scripts:

- corrected the used filters to use proper casing for keys, as
  otherwise the filters do not evaluate properly;
- added simple test script that executes several other scripts
  as a simple form of performance test.

[Jan Willem Janssen] Allow system properties to be used to initialize the agent, but
allow custom configuration to override these settings.

------------------------------------------
[...truncated 738 lines...]
    [javac] 	public Set<String> keySet() {
    [javac] 	                   ^^^^^^^^
    [javac] The method ConfigurationHandlerImpl.keySet() overrides a deprecated method from ConfigurationHandler
    [javac] ----------
    [javac] 4 problems (4 warnings)
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/bin

build:

compileTests:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/bin_test
    [javac] Compiling 17 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/bin_test
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/ConfigurationHandlerImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/ConnectionHandlerImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/ContentRangeInputStreamTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/CustomControllerTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/DeploymentHandlerImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/DiscoveryHandlerImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/DownloadHandleImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/DownloadHandlerTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/EventLoggerImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/FeedbackChannelImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/FeedbackHandlerImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/FeedbackStoreManagerTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/FeedbackStoreTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/impl/IdentificationHandlerImplTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/testutil/BaseAgentTest.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/testutil/SynchronousExecutorService.java
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/test/org/apache/ace/agent/testutil/TestWebServer.java

testng:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/org.apache.ace.agent/generated/testng
   [testng] [TestNG] Running:
   [testng]   Ant suite
   [testng] 
   [testng] 2014-04-02 20:36:07.610:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
   [testng] 2014-04-02 20:36:07.655:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:07.684:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8880
   [testng] > GET /basicauth HTTP/1.1
   [testng] > Host: localhost:8880
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 403 Requires Basic Auth
   [testng] 
   [testng] > GET /basicauth HTTP/1.1
   [testng] > Host: localhost:8880
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Authorization: Basic am9obi5kb2U6c2VjcmV0
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 200 
   [testng] 
   [testng] 2014-04-02 20:36:07.820:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:07.968:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
   [testng] 2014-04-02 20:36:07.969:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:07.970:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8881
   [testng] > GET /deployment/agent/versions/ HTTP/1.1
   [testng] > Host: localhost:8881
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 200 voila
   [testng] 
   [testng] > HEAD /deployment/agent/versions/1.0.0 HTTP/1.1
   [testng] > Host: localhost:8881
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 200 voila
   [testng] < X-ACE-DPSize: 740000
   [testng] 
   [testng] 2014-04-02 20:36:09.790:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:09.862:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
   [testng] 2014-04-02 20:36:09.863:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:09.866:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8882
   [testng] 2014-04-02 20:36:09.930:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
   [testng] Downloaded 4096 bytes, interrupting download...
   [testng] Downloaded 24576 bytes, stopping download...
   [testng] First size: 4096, second size: 24576; total = 740000.
   [testng] 2014-04-02 20:36:16.200:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
   [testng] 2014-04-02 20:36:16.201:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:16.203:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8883
   [testng] [DEBUG] 20:36:16 (downloads) Created download handle for http%3A%2F%2Flocalhost%3A8883%2Ferror%3Fstatus%3D404 in generated/http%3A%2F%2Flocalhost%3A8883%2Ferror%3Fstatus%3D404.
   [testng] > GET /error HTTP/1.1
   [testng] > Host: localhost:8883
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 404 You asked for it
   [testng] 
   [testng] [DEBUG] 20:36:16 (downloads) Created download handle for http%3A%2F%2Flocalhost%3A8883%2Ferror%3Fstatus%3D503%26retry%3D500 in generated/http%3A%2F%2Flocalhost%3A8883%2Ferror%3Fstatus%3D503%26retry%3D500.
   [testng] > GET /error HTTP/1.1
   [testng] > Host: localhost:8883
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 503 You asked for it
   [testng] < Retry-After: 500
   [testng] 
   [testng] > GET /error HTTP/1.1
   [testng] > Host: localhost:8883
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 503 You asked for it
   [testng] < Retry-After: 500
   [testng] 
   [testng] [DEBUG] 20:36:16 (downloads) Created download handle for http%3A%2F%2Flocalhost%3A8883%2Fdownload6714363646256339761.bin in generated/http%3A%2F%2Flocalhost%3A8883%2Fdownload6714363646256339761.bin.
   [testng] > GET /download6714363646256339761.bin HTTP/1.1
   [testng] > Host: localhost:8883
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 0 
   [testng] < Last-Modified: Wed Apr 02 20:36:16 GMT+00:00 2014
   [testng] < Accept-Ranges: bytes
   [testng] 
   [testng] [DEBUG] 20:36:16 (downloads) Download completed: 740000 bytes downloaded...
   [testng] [DEBUG] 20:36:17 (downloads) Download completed: 740000 bytes downloaded...
   [testng] [DEBUG] 20:36:19 (downloads) Created download handle for http%3A%2F%2Flocalhost%3A8883%2Fdownload6714363646256339761.bin in generated/http%3A%2F%2Flocalhost%3A8883%2Fdownload6714363646256339761.bin.
   [testng] > GET /download6714363646256339761.bin HTTP/1.1
   [testng] > Host: localhost:8883
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 0 
   [testng] < Last-Modified: Wed Apr 02 20:36:16 GMT+00:00 2014
   [testng] < Accept-Ranges: bytes
   [testng] 
   [testng] [DEBUG] 20:36:19 (downloads) Download completed: 740000 bytes downloaded...
   [testng] [DEBUG] 20:36:21 (downloads) Created download handle for http%3A%2F%2Flocalhost%3A8883%2Fdownload6714363646256339761.bin in generated/http%3A%2F%2Flocalhost%3A8883%2Fdownload6714363646256339761.bin.
   [testng] [DEBUG] 20:36:21 (downloads) Download stopped early: 4096 bytes downloaded...
   [testng] > GET /download6714363646256339761.bin HTTP/1.1
   [testng] > Host: localhost:8883
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Range: bytes=4096-
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 206 
   [testng] < Last-Modified: Wed Apr 02 20:36:16 GMT+00:00 2014
   [testng] < Accept-Ranges: bytes
   [testng] < Content-Range: bytes 4096-739999/740000
   [testng] 
   [testng] [DEBUG] 20:36:21 (downloads) Download completed: 740000 bytes downloaded...
   [testng] 2014-04-02 20:36:23.230:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:23.307:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
   [testng] 2014-04-02 20:36:23.307:INFO:oejsh.ContextHandler:started o.e.j.s.ServletContextHandler{/,null}
   [testng] 2014-04-02 20:36:23.310:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8884
   [testng] > GET /test/query HTTP/1.1
   [testng] > Host: localhost:8884
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 200 
   [testng] 
   [testng] > POST /test/send HTTP/1.1
   [testng] > Host: localhost:8884
   [testng] > Transfer-Encoding: chunked
   [testng] > Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
   [testng] > Content-Type: application/x-www-form-urlencoded
   [testng] > Connection: keep-alive
   [testng] > User-Agent: Java/1.7.0_15
   [testng] < HTTP/1.1 200 
   [testng] 
   [testng] Writer (Writer-7) starts writing 100000 records...
   [testng] Reader (Reader-2) starting to read 100000 records...
   [testng] Writer (Writer-3) starts writing 100000 records...
   [testng] Writer (Writer-4) starts writing 100000 records...
   [testng] Writer (Writer-5) starts writing 100000 records...
   [testng] Writer (Writer-6) starts writing 100000 records...
   [testng] Reader (Reader-3) starting to read 100000 records...
   [testng] Reader (Reader-4) starting to read 100000 records...
   [testng] Reader (Reader-0) starting to read 100000 records...
   [testng] Writer (Writer-8) starts writing 100000 records...
   [testng] Writer (Writer-0) starts writing 100000 records...
   [testng] Writer (Writer-2) starts writing 100000 records...
   [testng] Writer (Writer-1) starts writing 100000 records...
   [testng] Reader (Reader-8) starting to read 100000 records...
   [testng] Reader (Reader-6) starting to read 100000 records...
   [testng] Reader (Reader-5) starting to read 100000 records...
   [testng] Reader (Reader-1) starting to read 100000 records...
   [testng] Reader (Reader-7) starting to read 100000 records...
   [testng] Writer (Writer-0) finished with 11112 records written...
   [testng] Writer (Writer-4) finished with 11111 records written...
   [testng] Reader (Reader-3) finished with 100000 records read...
   [testng] Writer (Writer-2) finished with 11111 records written...
   [testng] Writer (Writer-5) finished with 11111 records written...
   [testng] Writer (Writer-6) finished with 11111 records written...
   [testng] Writer (Writer-7) finished with 11111 records written...
   [testng] Writer (Writer-3) finished with 11111 records written...
   [testng] Writer (Writer-8) finished with 11111 records written...
   [testng] Writer (Writer-1) finished with 11111 records written...
   [testng] Reader (Reader-4) finished with 100000 records read...
   [testng] Reader (Reader-5) finished with 100000 records read...
   [testng] Reader (Reader-6) finished with 100000 records read...
   [testng] Reader (Reader-2) finished with 100000 records read...
   [testng] Reader (Reader-1) finished with 100000 records read...
   [testng] Reader (Reader-7) finished with 100000 records read...
   [testng] Reader (Reader-8) finished with 100000 records read...
   [testng] Reader (Reader-0) finished with 100000 records read...
   [testng] Writer (Writer-8) starts writing 100000 records...
   [testng] Writer (Writer-5) starts writing 100000 records...
   [testng] Writer (Writer-4) starts writing 100000 records...
   [testng] Writer (Writer-3) starts writing 100000 records...
   [testng] Writer (Writer-1) starts writing 100000 records...
   [testng] Writer (Writer-0) starts writing 100000 records...
   [testng] Writer (Writer-2) starts writing 100000 records...
   [testng] Reader (Reader-0) starting to read 100000 records...
   [testng] Writer (Writer-7) starts writing 100000 records...
   [testng] Writer (Writer-6) starts writing 100000 records...
   [testng] Writer (Writer-8) finished with 11111 records written...
   [testng] Writer (Writer-2) finished with 11111 records written...
   [testng] Writer (Writer-4) finished with 11111 records written...
   [testng] Writer (Writer-6) finished with 11111 records written...
   [testng] Writer (Writer-7) finished with 11111 records written...
   [testng] Writer (Writer-3) finished with 11111 records written...
   [testng] Writer (Writer-0) finished with 11112 records written...
   [testng] Writer (Writer-5) finished with 11111 records written...
   [testng] Writer (Writer-1) finished with 11111 records written...
   [testng] Reader (Reader-0) finished with 100000 records read...
   [testng] Writer (Writer-0) starts writing 10000 records...
   [testng] Reader (Reader-0) starting to read 10000 records...
   [testng] Writer (Writer-0) finished with 10000 records written...
   [testng] Reader (Reader-0) finished with 10000 records read...
   [testng] Writing 1000000 records took 31557.986 ms.
   [testng] 2014-04-02 20:38:51.142:INFO:oejsh.ContextHandler:stopped o.e.j.s.ServletContextHandler{/,null}
   [testng] 
   [testng] ===============================================
   [testng] Ant suite
   [testng] Total tests run: 71, Failures: 1, Skips: 0
   [testng] ===============================================
   [testng] 

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build.xml:39: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/ACE-trunk/cnf/build.xml:47: The tests failed.

Total time: 4 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/ACE-trunk/builds/2014-04-02_20-32-47/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/ACE-trunk/builds/2014-04-02_20-32-47/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/ACE-trunk/builds/2014-04-02_20-32-47/testng/testng-results.xml'
Failed Tests/Configs found. Marking build as UNSTABLE.
TestNG Reports Processing: FINISH

Jenkins build is back to normal : ACE-trunk #238

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ACE-trunk/238/changes>