[ImageJ-builds] Build failed in Jenkins: fiji-core #487
Jenkins Daemon
jenkins at qa.nest-initiative.org
Tue Aug 28 14:07:20 CDT 2012
See <https://qa.nest-initiative.org/job/fiji-core/487/changes>
Changes:
[johannes.schindelin] Mavenize FFMPEG_IO
[johannes.schindelin] FFMPEG_IO: Put back the the IJ.log()-based callback
[johannes.schindelin] FFMPEG_IO: attach platform-specific artifacts
[johannes.schindelin] FFMPEG_IO: organize imports
[johannes.schindelin] FFMPEG_IO: remember for which platform we built FFMPEG last time
[johannes.schindelin] FFMPEG_IO: add a JUnit test
[johannes.schindelin] FFMPEG_IO: fix message when reading
[johannes.schindelin] FFMPEG_IO: do not try to free the codec context
[johannes.schindelin] FFMPEG_IO: fix white space
[johannes.schindelin] FFMPEG_IO: use generics to avoid a compiler warning
[johannes.schindelin] FFMPEG: bend over for Eclipse
[johannes.schindelin] FFMPEG: bend over even more for Eclipse
[johannes.schindelin] FFMPEG: only attach native artifacts that actually exist
[johannes.schindelin] FFMPEG: fix all warnings identified by Eclipse
[johannes.schindelin] FFMPEG_IO.jar can no longer be compiled by Fiji Build
------------------------------------------
[...truncated 1524 lines...]
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:56: cannot find symbol
symbol : class AvLog
location: class fiji.ffmpeg.IO
avLog.avSetLogCallback(new AvLog() {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:105: cannot find symbol
symbol : variable AVCODEC
location: class fiji.ffmpeg.IO
if (avCodec.avcodec_version() != AVCODEC.LIBAVCODEC_VERSION_INT)
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:107: cannot find symbol
symbol : variable AVCODEC
location: class fiji.ffmpeg.IO
+ " != Java-bindings " + AVCODEC.LIBAVCODEC_VERSION_INT);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:116: cannot find symbol
symbol : class AVFormatContext
location: class fiji.ffmpeg.IO
formatContext = new AVFormatContext(formatContextPointer.getValue());
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:125: cannot find symbol
symbol : class AVStream
location: class fiji.ffmpeg.IO
final AVStream stream = new AVStream(formatContext.streams[i]);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:125: cannot find symbol
symbol : class AVStream
location: class fiji.ffmpeg.IO
final AVStream stream = new AVStream(formatContext.streams[i]);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:126: cannot find symbol
symbol : class AVCodecContext
location: class fiji.ffmpeg.IO
codecContext = new AVCodecContext(stream.codec);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:127: cannot find symbol
symbol : variable AVCODEC
location: class fiji.ffmpeg.IO
if (codecContext.codec_type == AVCODEC.CODEC_TYPE_VIDEO) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:145: cannot find symbol
symbol : class AVStream
location: class fiji.ffmpeg.IO
final AVStream stream = new AVStream(formatContext.streams[videoStream]);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:145: cannot find symbol
symbol : class AVStream
location: class fiji.ffmpeg.IO
final AVStream stream = new AVStream(formatContext.streams[videoStream]);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:193: operator + cannot be applied to long,AVStream.start_time
time += stream.start_time;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:193: inconvertible types
found : <nulltype>
required: long
time += stream.start_time;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:196: cannot find symbol
symbol: variable AVFORMAT
AVFORMAT.AVSEEK_FLAG_BACKWARD);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:257: cannot find symbol
symbol : class AVPicture
location: class fiji.ffmpeg.IO
if (avCodec.avpicture_alloc(new AVPicture(frame.getPointer()),
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:266: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
bufferFramePixelFormat = AVUTIL.PIX_FMT_RGB24;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:267: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
if (codecContext.pix_fmt == AVUTIL.PIX_FMT_GRAY8 ||
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:268: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
codecContext.pix_fmt == AVUTIL.PIX_FMT_MONOWHITE ||
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:269: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
codecContext.pix_fmt == AVUTIL.PIX_FMT_MONOBLACK ||
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:270: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
codecContext.pix_fmt == AVUTIL.PIX_FMT_PAL8)
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:271: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
bufferFramePixelFormat = AVUTIL.PIX_FMT_GRAY8;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:272: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
else if (codecContext.pix_fmt == AVUTIL.PIX_FMT_GRAY16BE ||
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:273: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
codecContext.pix_fmt == AVUTIL.PIX_FMT_GRAY16LE)
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:274: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
bufferFramePixelFormat = AVUTIL.PIX_FMT_GRAY16BE;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:281: cannot find symbol
symbol : class AVPicture
location: class fiji.ffmpeg.IO
if (avCodec.avpicture_alloc(new AVPicture(bufferFrame.getPointer()),
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:292: cannot find symbol
symbol : variable SWSCALE
location: class fiji.ffmpeg.IO
SWSCALE.SWS_BICUBIC, null, null, null);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:347: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
if (bufferFramePixelFormat == AVUTIL.PIX_FMT_RGB24) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:359: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
if (bufferFramePixelFormat == AVUTIL.PIX_FMT_GRAY16BE) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:370: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
if (bufferFramePixelFormat == AVUTIL.PIX_FMT_GRAY8 ||
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:371: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
bufferFramePixelFormat == AVUTIL.PIX_FMT_PAL8) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:393: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
final int STREAM_PIX_FMT = AVUTIL.PIX_FMT_YUV420P;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:396: cannot find symbol
symbol : class AVOutputFormat
location: class fiji.ffmpeg.IO
AVOutputFormat fmt = null;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:426: cannot find symbol
symbol : variable AVCODEC
location: class fiji.ffmpeg.IO
if (fmt.video_codec == AVCODEC.CODEC_ID_NONE)
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:428: cannot find symbol
symbol : class AVStream
location: class fiji.ffmpeg.IO
AVStream videoSt = addVideoStream(fmt.video_codec, stack.getWidth(), stack.getHeight(), frameRate, bitRate, STREAM_PIX_FMT);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:444: cannot find symbol
symbol : class AVOutputFormat
location: class fiji.ffmpeg.IO
AVOutputFormat tmpFmt = new AVOutputFormat(formatContext.oformat);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:444: cannot find symbol
symbol : class AVOutputFormat
location: class fiji.ffmpeg.IO
AVOutputFormat tmpFmt = new AVOutputFormat(formatContext.oformat);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:445: cannot find symbol
symbol : variable AVFORMAT
location: class fiji.ffmpeg.IO
if ((tmpFmt.flags & AVFORMAT.AVFMT_RAWPICTURE) == 0) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:445: incomparable types: boolean and int
if ((tmpFmt.flags & AVFORMAT.AVFMT_RAWPICTURE) == 0) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:455: cannot find symbol
symbol : variable AVFORMAT
location: class fiji.ffmpeg.IO
if ((fmt.flags & AVFORMAT.AVFMT_NOFILE) == 0) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:455: incomparable types: boolean and int
if ((fmt.flags & AVFORMAT.AVFMT_NOFILE) == 0) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:457: cannot find symbol
symbol : variable AVFORMAT
location: class fiji.ffmpeg.IO
if (avFormat.url_fopen(p, path, AVFORMAT.URL_WRONLY) < 0)
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:462: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
bufferFramePixelFormat = AVUTIL.PIX_FMT_RGB24;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:465: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
bufferFramePixelFormat = AVUTIL.PIX_FMT_PAL8;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:468: cannot find symbol
symbol : variable AVUTIL
location: class fiji.ffmpeg.IO
bufferFramePixelFormat = AVUTIL.PIX_FMT_GRAY16BE;
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:495: cannot find symbol
symbol : class AVStream
location: class fiji.ffmpeg.IO
AVStream tmpStream = new AVStream(formatContext.streams[i]);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:495: cannot find symbol
symbol : class AVStream
location: class fiji.ffmpeg.IO
AVStream tmpStream = new AVStream(formatContext.streams[i]);
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:499: cannot find symbol
symbol : variable AVFORMAT
location: class fiji.ffmpeg.IO
if ((fmt.flags & AVFORMAT.AVFMT_NOFILE) == 0) {
^
<https://qa.nest-initiative.org/job/fiji-core/ws/src-plugins/FFMPEG_IO/plugin/src/main/java/fiji/ffmpeg/IO.java>:499: incomparable types: boolean and int
if ((fmt.flags & AVFORMAT.AVFMT_NOFILE) == 0) {
^
100 errors
fiji.build.minimaven.JavaCompiler$CompileError: Compile error: 1
at fiji.build.minimaven.JavaCompiler.call(JavaCompiler.java:37)
at fiji.build.minimaven.POM.build(POM.java:253)
at fiji.build.minimaven.POM.buildJar(POM.java:194)
at fiji.build.SubFake.buildPOM(SubFake.java:270)
at fiji.build.SubFake.buildPOM(SubFake.java:255)
at fiji.build.SubFake.buildPOM(SubFake.java:255)
at fiji.build.SubFake.buildPOM(SubFake.java:255)
at fiji.build.SubFake.action(SubFake.java:223)
at fiji.build.Rule.make(Rule.java:195)
at fiji.build.Rule.make(Rule.java:175)
at fiji.build.Rule.makePrerequisites(Rule.java:333)
at fiji.build.Rule.make(Rule.java:189)
at fiji.build.Rule.make(Rule.java:175)
at fiji.build.Fake.make(Fake.java:242)
at fiji.build.Fake.main(Fake.java:56)
Compile error: 1
in rule (fiji.build.SubFake) pom-fiji-plugins <- src-plugins/
in rule (fiji.build.All) all <- ImageJ fiji pom-fiji-plugins
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ImageJ-builds
mailing list