See <https://builds.apache.org/job/Pig-trunk/1329/changes>
Changes:
[gates] PIG-2932 Setting high default_parallel causes IOException in local mode
[jcoveney] PIG-2877: Make SchemaTuple work in foreach (and thus, in loads)
(jcoveney)
------------------------------------------
[...truncated 2772 lines...]
---------------------------------------------------------------------
ivy-compile:
[ivy:retrieve] :: retrieving :: org.apache.pig#pig
[ivy:retrieve] confs: [compile]
[ivy:retrieve] 69 artifacts copied, 0 already retrieved (62857kB/2750ms)
[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use
'ivy.settings.file' instead
[ivy:cachepath] :: loading settings :: file =
<https://builds.apache.org/job/Pig-trunk/ws/trunk/ivy/ivysettings.xml>
init:
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src-gen/org/apache/pig/impl/logicalLayer/parser>
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src-gen/org/apache/pig/tools/pigscript/parser>
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src-gen/org/apache/pig/tools/parameters>
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/classes>
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/test/classes>
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/test/org/apache/pig/test/utils/dotGraph/parser>
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src-gen/org/apache/pig/data/parser>
[move] Moving 1 file to
<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/ivy/lib/Pig>
cc-compile:
[javacc] Java Compiler Compiler Version 4.2 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/tools/pigscript/parser/PigScriptParser.jj>
. . .
[javacc] File "TokenMgrError.java" does not exist. Will create one.
[javacc] File "ParseException.java" does not exist. Will create one.
[javacc] File "Token.java" does not exist. Will create one.
[javacc] File "JavaCharStream.java" does not exist. Will create one.
[javacc] Parser generated successfully.
[javacc] Java Compiler Compiler Version 4.2 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/tools/parameters/PigFileParser.jj>
. . .
[javacc] Warning: Lookahead adequacy checking not being performed since
option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to true to force
checking.
[javacc] File "TokenMgrError.java" does not exist. Will create one.
[javacc] File "ParseException.java" does not exist. Will create one.
[javacc] File "Token.java" does not exist. Will create one.
[javacc] File "JavaCharStream.java" does not exist. Will create one.
[javacc] Parser generated with 0 errors and 1 warnings.
[javacc] Java Compiler Compiler Version 4.2 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/tools/parameters/ParamLoader.jj>
. . .
[javacc] File "TokenMgrError.java" is being rebuilt.
[javacc] File "ParseException.java" is being rebuilt.
[javacc] File "Token.java" is being rebuilt.
[javacc] File "JavaCharStream.java" is being rebuilt.
[javacc] Parser generated successfully.
[jjtree] Java Compiler Compiler Version 4.2 (Tree Builder)
[jjtree] (type "jjtree" with no arguments for help)
[jjtree] Reading from file
<https://builds.apache.org/job/Pig-trunk/ws/trunk/test/org/apache/pig/test/utils/dotGraph/DOTParser.jjt>
. . .
[jjtree] File "Node.java" does not exist. Will create one.
[jjtree] File "SimpleNode.java" does not exist. Will create one.
[jjtree] File "DOTParserTreeConstants.java" does not exist. Will create one.
[jjtree] File "JJTDOTParserState.java" does not exist. Will create one.
[jjtree] Annotated grammar generated successfully in
<https://builds.apache.org/job/Pig-trunk/ws/trunk/test/org/apache/pig/test/utils/dotGraph/parser/DOTParser.jj>
[javacc] Java Compiler Compiler Version 4.2 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file
<https://builds.apache.org/job/Pig-trunk/ws/trunk/test/org/apache/pig/test/utils/dotGraph/parser/DOTParser.jj>
. . .
[javacc] File "TokenMgrError.java" does not exist. Will create one.
[javacc] File "ParseException.java" does not exist. Will create one.
[javacc] File "Token.java" does not exist. Will create one.
[javacc] File "SimpleCharStream.java" does not exist. Will create one.
[javacc] Parser generated successfully.
prepare:
[mkdir] Created dir:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src-gen/org/apache/pig/parser>
genLexer:
genParser:
genTreeParser:
gen:
compile:
[echo] *** Building Main Sources ***
[echo] *** To compile with all warnings enabled, supply -Dall.warnings=1
on command line ***
[echo] *** If all.warnings property is supplied,
compile-sources-all-warnings target will be executed ***
[echo] *** Else, compile-sources (which only warns about deprecations)
target will be executed ***
compile-sources:
[javac] Compiling 786 source files to
<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/classes>
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:21:
cannot find symbol
[javac] symbol : class PigConstants
[javac] location: package org.apache.pig
[javac] import static
org.apache.pig.PigConstants.SCHEMA_TUPLE_ON_BY_DEFAULT;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:21:
static import only from classes and interfaces
[javac] import static
org.apache.pig.PigConstants.SCHEMA_TUPLE_ON_BY_DEFAULT;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:37:
cannot find symbol
[javac] symbol : class PigConstants
[javac] location: package org.apache.pig
[javac] import org.apache.pig.PigConstants;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:21:
cannot find symbol
[javac] symbol : class PigConstants
[javac] location: package org.apache.pig
[javac] import static org.apache.pig.PigConstants.GENERATED_CLASSES_KEY;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:21:
static import only from classes and interfaces
[javac] import static org.apache.pig.PigConstants.GENERATED_CLASSES_KEY;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:22:
cannot find symbol
[javac] symbol : class PigConstants
[javac] location: package org.apache.pig
[javac] import static org.apache.pig.PigConstants.LOCAL_CODE_DIR;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:22:
static import only from classes and interfaces
[javac] import static org.apache.pig.PigConstants.LOCAL_CODE_DIR;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:23:
cannot find symbol
[javac] symbol : class PigConstants
[javac] location: package org.apache.pig
[javac] import static
org.apache.pig.PigConstants.SCHEMA_TUPLE_ON_BY_DEFAULT;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:23:
static import only from classes and interfaces
[javac] import static
org.apache.pig.PigConstants.SCHEMA_TUPLE_ON_BY_DEFAULT;
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:76:
cannot find symbol
[javac] symbol : variable PigConstants
[javac] location: class org.apache.pig.data.SchemaTupleBackend
[javac] String localCodeDir =
jConf.get(PigConstants.LOCAL_CODE_DIR);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:82:
cannot find symbol
[javac] symbol : variable PigConstants
[javac] location: class org.apache.pig.data.SchemaTupleBackend
[javac] codeDir = new
File(jConf.get(PigConstants.LOCAL_CODE_DIR));
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:154:
cannot find symbol
[javac] symbol : variable SCHEMA_TUPLE_ON_BY_DEFAULT
[javac] location: class org.apache.pig.data.SchemaTupleBackend
[javac] if (!jConf.getBoolean(SHOULD_USE_SCHEMA_TUPLE,
SCHEMA_TUPLE_ON_BY_DEFAULT)) {
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:177:
cannot find symbol
[javac] symbol : variable PigConstants
[javac] location: class org.apache.pig.data.SchemaTupleBackend
[javac] String toDeserialize =
jConf.get(PigConstants.GENERATED_CLASSES_KEY);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:179:
cannot find symbol
[javac] symbol : variable PigConstants
[javac] location: class org.apache.pig.data.SchemaTupleBackend
[javac] LOG.info("No classes in in key [" +
PigConstants.GENERATED_CLASSES_KEY + "] to copy from distributed cache.");
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleBackend.java>:182:
cannot find symbol
[javac] symbol : variable PigConstants
[javac] location: class org.apache.pig.data.SchemaTupleBackend
[javac] LOG.info("Copying files in key
["+PigConstants.GENERATED_CLASSES_KEY+"] from distributed cache: " +
toDeserialize);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:117:
cannot find symbol
[javac] symbol : variable LOCAL_CODE_DIR
[javac] location: class
org.apache.pig.data.SchemaTupleFrontend.SchemaTupleFrontendGenHelper
[javac] + LOCAL_CODE_DIR + "] with code temp
directory: " + codePath);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:118:
cannot find symbol
[javac] symbol : variable LOCAL_CODE_DIR
[javac] location: class
org.apache.pig.data.SchemaTupleFrontend.SchemaTupleFrontendGenHelper
[javac] conf.set(LOCAL_CODE_DIR, codePath);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:123:
cannot find symbol
[javac] symbol : variable LOCAL_CODE_DIR
[javac] location: class
org.apache.pig.data.SchemaTupleFrontend.SchemaTupleFrontendGenHelper
[javac] conf.set(LOCAL_CODE_DIR, codePath);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:167:
cannot find symbol
[javac] symbol : variable GENERATED_CLASSES_KEY
[javac] location: class
org.apache.pig.data.SchemaTupleFrontend.SchemaTupleFrontendGenHelper
[javac] LOG.info("Setting key [" + GENERATED_CLASSES_KEY + "]
with classes to deserialize [" + toSer + "]");
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:169:
cannot find symbol
[javac] symbol : variable GENERATED_CLASSES_KEY
[javac] location: class
org.apache.pig.data.SchemaTupleFrontend.SchemaTupleFrontendGenHelper
[javac] conf.set(GENERATED_CLASSES_KEY, toSer);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:179:
cannot find symbol
[javac] symbol : variable SCHEMA_TUPLE_ON_BY_DEFAULT
[javac] location: class
org.apache.pig.data.SchemaTupleFrontend.SchemaTupleFrontendGenHelper
[javac] if (!conf.getBoolean(SHOULD_USE_SCHEMA_TUPLE,
SCHEMA_TUPLE_ON_BY_DEFAULT)) {
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:233:
cannot find symbol
[javac] symbol : variable GENERATED_CLASSES_KEY
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] prop.remove(GENERATED_CLASSES_KEY);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:234:
cannot find symbol
[javac] symbol : variable LOCAL_CODE_DIR
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] prop.remove(LOCAL_CODE_DIR);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:281:
cannot find symbol
[javac] symbol : variable GENERATED_CLASSES_KEY
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] String value = conf.get(GENERATED_CLASSES_KEY);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:283:
cannot find symbol
[javac] symbol : variable GENERATED_CLASSES_KEY
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] prop.setProperty(GENERATED_CLASSES_KEY, value);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:285:
cannot find symbol
[javac] symbol : variable GENERATED_CLASSES_KEY
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] prop.remove(GENERATED_CLASSES_KEY);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:287:
cannot find symbol
[javac] symbol : variable LOCAL_CODE_DIR
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] value = conf.get(LOCAL_CODE_DIR);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:289:
cannot find symbol
[javac] symbol : variable LOCAL_CODE_DIR
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] prop.setProperty(LOCAL_CODE_DIR, value);
[javac] ^
[javac]
<https://builds.apache.org/job/Pig-trunk/ws/trunk/src/org/apache/pig/data/SchemaTupleFrontend.java>:291:
cannot find symbol
[javac] symbol : variable LOCAL_CODE_DIR
[javac] location: class org.apache.pig.data.SchemaTupleFrontend
[javac] prop.remove(LOCAL_CODE_DIR);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 29 errors
BUILD FAILED
<https://builds.apache.org/job/Pig-trunk/ws/trunk/build.xml>:451: The following
error occurred while executing this line:
<https://builds.apache.org/job/Pig-trunk/ws/trunk/build.xml>:503: Compile
failed; see the compiler error output for details.
Total time: 36 seconds
======================================================================
======================================================================
STORE: saving artifacts
======================================================================
======================================================================
mv: cannot stat `build/*.tar.gz': No such file or directory
mv: cannot stat `build/*.jar': No such file or directory
mv: cannot stat `build/test/findbugs': No such file or directory
mv: cannot stat `build/docs/api': No such file or directory
Build Failed
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Recording test results
Publishing Javadoc
Archiving artifacts
Recording fingerprints