See <https://builds.apache.org/job/Tez-Build/127/changes>

Changes:

[sseth] TEZ-503. Fixes to get BroadcastInput / BroadcastOutput working. (sseth)

------------------------------------------
[...truncated 707 lines...]
2128 KB   
2131 KB   
2135 KB   
2139 KB   
2143 KB   
2147 KB   
2151 KB   
2155 KB   
2159 KB   
2163 KB   
2167 KB   
2170 KB   
2174 KB   
2178 KB   
2182 KB   
2186 KB   
2190 KB   
2194 KB   
2198 KB   
2202 KB   
2206 KB   
2209 KB   
2213 KB   
2217 KB   
2221 KB   
2225 KB   
2229 KB   
2233 KB   
2237 KB   
2241 KB   
2245 KB   
2249 KB   
2253 KB   
2256 KB   
2260 KB   
2264 KB   
2268 KB   
2272 KB   
2276 KB   
2280 KB   
2284 KB   
2288 KB   
2292 KB   
2295 KB   
2299 KB   
2303 KB   
2307 KB   
2311 KB   
2315 KB   
2319 KB   
2323 KB   
2327 KB   
2331 KB   
2334 KB   
2338 KB   
2342 KB   
2346 KB   
2350 KB   
2354 KB   
2358 KB   
2362 KB   
2366 KB   
2370 KB   
2374 KB   
2378 KB   
2381 KB   
2385 KB   
2389 KB   
2393 KB   
2397 KB   
2401 KB   
2405 KB   
2409 KB   
2413 KB   
2417 KB   
2420 KB   
2424 KB   
2428 KB   
2432 KB   
2436 KB   
2440 KB   
2444 KB   
2448 KB   
2452 KB   
2456 KB   
2459 KB   
2463 KB   
2467 KB   
2471 KB   
2475 KB   
2479 KB   
2483 KB   
2487 KB   
2491 KB   
2495 KB   
2499 KB   
2503 KB   
2506 KB   
2510 KB   
2514 KB   
2518 KB   
2522 KB   
2526 KB   
2530 KB   
2534 KB   
2538 KB   
2542 KB   
2545 KB   
2549 KB   
2553 KB   
2557 KB   
2561 KB   
2565 KB   
2569 KB   
2573 KB   
2577 KB   
2581 KB   
2584 KB   
2588 KB   
2592 KB   
2596 KB   
2600 KB   
2604 KB   
2608 KB   
2612 KB   
2616 KB   
2620 KB   
2624 KB   
2628 KB   
2631 KB   
2633 KB   
          
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-common/3.0.0-SNAPSHOT/hadoop-common-3.0.0-20130926.043251-3422.jar
 (2633 KB at 2253.7 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tez-api ---
[INFO] Deleting <https://builds.apache.org/job/Tez-Build/ws/tez-api/target>
[INFO] 
[INFO] --- hadoop-maven-plugins:3.0.0-SNAPSHOT:protoc (compile-protoc) @ 
tez-api ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ tez-api 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Tez-Build/ws/tez-api/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tez-api ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, 
i.e. build is platform dependent!
[INFO] Compiling 67 source files to 
<https://builds.apache.org/job/Tez-Build/ws/tez-api/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
tez-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Tez-Build/ws/tez-api/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ 
tez-api ---
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, 
i.e. build is platform dependent!
[INFO] Compiling 2 source files to 
<https://builds.apache.org/job/Tez-Build/ws/tez-api/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ tez-api ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/Tez-Build/ws/tez-api/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tez.dag.api.TestDAGPlan
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec
Running org.apache.tez.dag.api.TestDAGVerify
Tests run: 12, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.258 sec <<< 
FAILURE!
BinaryInputDisallowed(org.apache.tez.dag.api.TestDAGVerify)  Time elapsed: 0.01 
sec  <<< FAILURE!
java.lang.AssertionError: null
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertNotNull(Assert.java:621)
        at org.junit.Assert.assertNotNull(Assert.java:631)
        at 
org.apache.tez.dag.api.TestDAGVerify.BinaryInputDisallowed(TestDAGVerify.java:299)

testVerify2(org.apache.tez.dag.api.TestDAGVerify)  Time elapsed: 0.001 sec  <<< 
FAILURE!
java.lang.AssertionError: Expected exception: java.lang.IllegalStateException
        at 
org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:159)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:87)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)


Results :

Failed tests: 
  TestDAGVerify.BinaryInputDisallowed:299 null
   Expected exception: java.lang.IllegalStateException

Tests run: 14, Failures: 2, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] tez ............................................... SUCCESS [3.384s]
[INFO] tez-api ........................................... FAILURE [9.616s]
[INFO] tez-common ........................................ SKIPPED
[INFO] tez-runtime-internals ............................. SKIPPED
[INFO] tez-runtime-library ............................... SKIPPED
[INFO] tez-mapreduce ..................................... SKIPPED
[INFO] tez-yarn-client ................................... SKIPPED
[INFO] tez-dag ........................................... SKIPPED
[INFO] tez-mapreduce-examples ............................ SKIPPED
[INFO] tez-mapreduce-tests ............................... SKIPPED
[INFO] tez-dist .......................................... SKIPPED
[INFO] Tez ............................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.306s
[INFO] Finished at: Thu Sep 26 04:50:08 UTC 2013
[INFO] Final Memory: 23M/177M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on 
project tez-api: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/Tez-Build/ws/tez-api/target/surefire-reports> 
for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-api
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results

Reply via email to