ffmpeg has a return code of 139

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
User avatar
Optimus_prime
Posts: 678
Joined: Fri Jun 01, 2012 6:39 pm
Location: Sydney, Australia

Re: ffmpeg has a return code of 139

Post by Optimus_prime »

Yes i can test it for you. Either send me a dropbox link or something similar
My system is 10.8.4 on a VMware virtual machine (6GB Ram allocated, 2 Processors)(VMWare Workstation 11.0.0 build-2305329)
Netbeans 8.0.2 with Java 6 / 7 / 8 (thats right all versions)
Xcode 5.x.x (not sure off the top of my head but it's the latest for 10.8.4)
.dmgCreator (to create the .dmg's for Java 7/8)

Nothing much after this, I have played around in trying to build ffMpeg before but not luck in including all the libraries and getting it to build properly, but that was on another VM.
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

Re: ffmpeg has a return code of 139

Post by michaelt »

OK - sounds good - latest is what they look for, Xcode 4.6.3 was for 10.7.5 but the "Note" may apply for any version.

Attached are my build notes edited after completion. There were a few iterations trying to resolve some of the errors. Not sure exactly which operation fixed each. You code, so I assume you can follow the terse HowTo.
Let me know any problems/fixes so I can document for others.

thanx
Attachments
BuildNotes_ffmpeg.txt
(3.96 KiB) Downloaded 469 times
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

Building: ffmpeg

Post by michaelt »

Played around more with the long option list from https://evermeet.cx/ffmpeg/ - had to convert to "with"…
Got it built but without three options: --with-libvpx --with-avisynth --with-gpl
Still building 15.8 MB.
build command:

Code: Select all

 brew install ffmpeg  --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-opus --with-x265 --with-fontconfig --with-libass --with-libbluray --with-libfreetype --with-libgsm --with-libmodplug --with-libmp3lame --with-libopencore-amrnb --with-libopencore-amrwb --with-libopus --with-libschroedinger --with-libsoxr --with-libspeex --with-libtheora --with-libvidstab --with-libvo-aacenc --with-libvo-amrwbenc --with-libvorbis --with-libwavpack --with-libx264 --with-libx265 --with-libxavs --with-libxvid --with-libzmq --with-version3 --without-ffplay --without-indev=qtkit --without-indev=x11grab_xcb
snippet from debug.log:

Code: Select all

DEBUG 00:32:13.607 [ffmpeg-1] Starting /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/UMS-x4.app/Contents/Resources/osx/ffmpeg -y -f lavfi -i nullsrc=s=720x480:d=1:r=1 -vf ass=DummyInput.ass -target ntsc-dvd -
TRACE 00:32:13.608 [ffmpeg-1] Setting FONTCONFIG_PATH to "/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/UMS-x4.app/Contents/Resources/fonts"
TRACE 00:32:13.608 [mplayer-0] Setting FONTCONFIG_PATH to "/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/UMS-x4.app/Contents/Resources/fonts"
INFO  00:32:13.617 [main] Searching for plugins in /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/UMS-x4.app/Contents/Resources/plugins
INFO  00:32:13.619 [main] No plugins found
TRACE 00:32:13.708 [ffmpeg-1] Successfully initialized buffer to 52,428,800 bytes.
TRACE 00:32:13.721 [mplayer-0] Successfully initialized buffer to 52,428,800 bytes.
DEBUG 00:32:13.722 [ffmpeg-1] Attaching thread: ffmpeg-1
DEBUG 00:32:13.722 [mplayer-0] Attaching thread: mplayer-0
DEBUG 00:32:13.723 [mplayer-0] Unix process ID (/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/UMS-x4.app/Contents/Resources/osx/mplayer): 82870
DEBUG 00:32:13.723 [ffmpeg-1] Unix process ID (/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/UMS-x4.app/Contents/Resources/osx/ffmpeg): 82869
INFO  00:32:13.735 [main] Registering transcoding engine: FFmpeg Audio
DEBUG 00:32:13.743 [mplayer-0-2] Can't init Apple Remote.
INFO  00:32:13.745 [main] Registering transcoding engine: MEncoder
INFO  00:32:13.745 [main] Registering transcoding engine: FFmpeg
INFO  00:32:13.747 [main] Registering transcoding engine: VLC
DEBUG 00:32:13.750 [main] Error reading ffmpeg web filters: File '/Users/umsmkv/Library/Application Support/UMS/ffmpeg.webfilters' does not exist
DEBUG 00:32:13.896 [ffmpeg-1-2] ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
DEBUG 00:32:13.896 [ffmpeg-1-2]   built with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
DEBUG 00:32:13.897 [ffmpeg-1-2]   configuration: --prefix=/usr/local/Cellar/ffmpeg/2.6.2 --enable-static --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libvo-aacenc --enable-libx264 --enable-libxvid --enable-libfdk-aac --enable-ffplay --enable-libfontconfig --enable-libfreetype --enable-libass --enable-libquvi --enable-libsoxr --enable-libvidstab --enable-libvorbis --enable-libopus --enable-libx265 --disable-indev=x11grab_xcb --enable-nonfree --enable-vda
DEBUG 00:32:13.897 [ffmpeg-1-2]   libavutil      54. 20.100 / 54. 20.100
DEBUG 00:32:13.897 [ffmpeg-1-2]   libavcodec     56. 26.100 / 56. 26.100
DEBUG 00:32:13.897 [ffmpeg-1-2]   libavformat    56. 25.101 / 56. 25.101
DEBUG 00:32:13.897 [ffmpeg-1-2]   libavdevice    56.  4.100 / 56.  4.100
DEBUG 00:32:13.897 [ffmpeg-1-2]   libavfilter     5. 11.102 /  5. 11.102
DEBUG 00:32:13.897 [ffmpeg-1-2]   libavresample   2.  1.  0 /  2.  1.  0
DEBUG 00:32:13.897 [ffmpeg-1-2]   libswscale      3.  1.101 /  3.  1.101
DEBUG 00:32:13.897 [ffmpeg-1-2]   libswresample   1.  1.100 /  1.  1.100
DEBUG 00:32:13.897 [ffmpeg-1-2]   libpostproc    53.  3.100 / 53.  3.100
DEBUG 00:32:13.898 [main] FFmpeg supported protocols: [cache, concat, crypto, data, ffrtmphttp, file, ftp, gopher, hls, http, httpproxy, mmsh, mmst, pipe, rtmp, rtmpt, rtp, srtp, subfile, tcp, udp, udplite, unix, mms]
INFO  00:32:13.898 [main] Registering transcoding engine: FFmpeg Web Video
DEBUG 00:32:13.899 [ffmpeg-1-2] Input #0, lavfi, from 'nullsrc=s=720x480:d=1:r=1':
DEBUG 00:32:13.899 [ffmpeg-1-2]   Duration: N/A, start: 0.000000, bitrate: N/A
DEBUG 00:32:13.899 [ffmpeg-1-2]     Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 1 tbr, 1 tbn, 1 tbc
INFO  00:32:13.899 [main] Registering transcoding engine: MEncoder Web
INFO  00:32:13.899 [main] Registering transcoding engine: VLC Web Video
INFO  00:32:13.902 [main] Registering transcoding engine: tsMuxeR
INFO  00:32:13.902 [main] Registering transcoding engine: Audio High Fidelity
INFO  00:32:13.903 [main] Registering transcoding engine: VLC Web Audio (Legacy)
INFO  00:32:13.903 [main] Registering transcoding engine: VLC Web Video (Legacy)
INFO  00:32:13.904 [main] Registering transcoding engine: dcraw Thumbnailer
INFO  00:32:13.959 [main] Using address /10.0.1.50 found on network interface: name:en0 (en0)
INFO  00:32:13.960 [main] Created socket: /10.0.1.50:5001
DEBUG 00:32:13.988 [mplayer-0-2] File not found: 'dummy'
DEBUG 00:32:13.988 [mplayer-0-2] Failed to open dummy.
TRACE 00:32:13.990 [mplayer-0] EOF
TRACE 00:32:13.991 [mplayer-0] Ready to Stop: true
ERROR 00:32:14.023 [main] Another program is using port 5001, which UMS needs.
ERROR 00:32:14.023 [main] You can change the port UMS uses on the General Configuration tab.
TRACE 00:32:14.024 [main] The error was: org.jboss.netty.channel.ChannelException: Failed to bind to: /10.0.1.50:5001
DEBUG 00:32:14.068 [main] Sending ALIVE...
DEBUG 00:32:14.069 [ffmpeg-1-2] [Parsed_ass_0 @ 0x7fad18417ec0] Added subtitle file: 'DummyInput.ass' (6 styles, 1 events)
TRACE 00:32:14.069 [main] Sending message from multicast socket on network interface: name:0.0.0.0
TRACE 00:32:14.069 [main] Multicast socket is on interface: /0.0.0.0
TRACE 00:32:14.069 [main] Socket Timeout: 0
TRACE 00:32:14.070 [main] Socket TTL: 32
DEBUG 00:32:14.071 [main] Reading uuid: "3d7edd4a-31e0-4758-9169-eb3f39a36933" (default: null)
INFO  00:32:14.071 [main] Using the following UUID configured in UMS.conf: 3d7edd4a-31e0-4758-9169-eb3f39a36933
DEBUG 00:32:14.072 [ffmpeg-1-2] Output #0, dvd, to 'pipe:':
DEBUG 00:32:14.072 [ffmpeg-1-2]   Metadata:
DEBUG 00:32:14.072 [ffmpeg-1-2]     encoder         : Lavf56.25.101
DEBUG 00:32:14.072 [ffmpeg-1-2]     Stream #0:0: Video: mpeg2video, yuv420p, 720x480 [SAR 1:1 DAR 3:2], q=2-31, 6000 kb/s, 29.97 fps, 90k tbn, 29.97 tbc
DEBUG 00:32:14.072 [ffmpeg-1-2]     Metadata:
DEBUG 00:32:14.072 [ffmpeg-1-2]       encoder         : Lavc56.26.100 mpeg2video
DEBUG 00:32:14.072 [ffmpeg-1-2] Stream mapping:
DEBUG 00:32:14.072 [ffmpeg-1-2]   Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg2video (native))
DEBUG 00:32:14.073 [ffmpeg-1-2] Press [q] to stop, [?] for help
TRACE 00:32:14.074 [main] Waiting 250 milliseconds...
DEBUG 00:32:14.080 [ffmpeg-1-2] frame=    1 fps=0.0 q=1.6 Lsize=       8kB time=00:00:00.03 bitrate=1964.1kbits/s    
DEBUG 00:32:14.081 [ffmpeg-1-2] video:5kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 51.227615%
TRACE 00:32:14.087 [ffmpeg-1] EOF
TRACE 00:32:14.087 [ffmpeg-1] Ready to Stop: true
TRACE 00:32:14.327 [UPNPHelper] Setting multicast network interface: name:en0 (en0)
INFO  00:32:14.327 [main] The server is now available for renderers to find
DEBUG 00:32:16.493 [mplayer-0-Cleanup] Stopping Unix process 82870: mplayer-0
TRACE 00:32:16.493 [mplayer-0-Cleanup] Killing the Unix process: 82870
TRACE 00:32:16.495 [mplayer-0-Cleanup] Destroying buffer
DEBUG 00:32:16.589 [ffmpeg-1-Cleanup] Stopping Unix process 82869: ffmpeg-1
TRACE 00:32:16.589 [ffmpeg-1-Cleanup] Killing the Unix process: 82869
TRACE 00:32:16.589 [ffmpeg-1-Cleanup] Destroying buffer
I don't know enough to tell if all the libs really are in there but I like the chatter from it - more info is never bad.
one error: File '/Users/umsmkv/Library/Application Support/UMS/ffmpeg.webfilters' does not exist

Enjoy
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

error 133 fixed, now error 139

Post by michaelt »

OK mate - it's done. Fixed the ffmpeg.webfilters error.
Ran into another error which you have seen before in another thread: viewtopic.php?t=2749

Here is the latest log of all the ffmpeg threads activity:

Code: Select all

DEBUG 16:31:57.798 [ffmpeg-1] Starting /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/ffmpeg -y -f lavfi -i nullsrc=s=720x480:d=1:r=1 -vf ass=DummyInput.ass -target ntsc-dvd -
DEBUG 16:31:57.919 [ffmpeg-1] Attaching thread: ffmpeg-1
DEBUG 16:31:57.921 [ffmpeg-1] Unix process ID (/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/ffmpeg): 7010
DEBUG 16:31:57.925 [ffmpeg-1-2] dyld: Library not loaded: /usr/local/opt/freetype/lib/libfreetype.6.dylib
DEBUG 16:31:57.926 [ffmpeg-1-2]   Referenced from: /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/ffmpeg
DEBUG 16:31:57.926 [ffmpeg-1-2]   Reason: no suitable image found.  Did find:
DEBUG 16:31:57.926 [ffmpeg-1-2] 	/usr/local/opt/freetype/lib/libfreetype.6.dylib: not a file
INFO  16:31:58.136 [ffmpeg-1] Process /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/ffmpeg has a return code of 133! Maybe an error occurred... check the log file
DEBUG 16:32:00.637 [ffmpeg-1-Cleanup] Stopping Unix process 7010: ffmpeg-1
I suspect it may have to do with the dyld: Library not loaded stuff - saw something similar in a google search "ffmpeg returns error 133": http://www.ps3mediaserver.org/forum/vie ... =7&t=13620
Maybe more diving into it later.

I've gone as far as I need to for now in pursuit of my media system. UMS far exceeds what I expected to find. These problems were minor and easy to fix.

I'd like to pass these mods up for others. Need info to merge into the current base and the push-pull process.
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

READ FIRST : Don't build ffmpeg

Post by michaelt »

OP - if you have not started the ffmpeg build - don't!!

I may have stumbled across the cause of the new error in libfreetype - it's in the filesystem and I don't know yet how it happened.

I have seen something similar to this earlier (not related to UMS, et al), it's nasty. A pic shows it better: this is my /usr/local
Screen Shot 2015-05-26 at 7.34.17 AM.png
Screen Shot 2015-05-26 at 7.34.17 AM.png (88.83 KiB) Viewed 13153 times
… and explain this:

Code: Select all

Last login: Tue May 26 07:48:23 on ttys010
ksh:
: ____Elm: ~ ; cd /usr/local/opt/freetype/lib/libfreetype.6.dylib
: ____Elm: libfreetype.6.dylib ; ls -al
total 400
drwxr-xr-x  27 sysadmin  admin  918 May 24 01:08 .
drwxrwxr-x  27 root      admin  918 May 20 23:02 ..
lrwxr-xr-x   1 sysadmin  admin   21 May 20 23:10 cmake -> ../Cellar/cmake/3.2.2
lrwxr-xr-x   1 sysadmin  admin   23 May 20 23:05 fdk-aac -> N????r A???PH??
lrwxr-xr-x   1 sysadmin  admin   22 May 24 01:08 ffmpeg -> ../Cellar/ffmpeg/2.6.2
lrwxr-xr-x   1 sysadmin  admin   27 May 23 14:06 fontconfig -> ../Cellar/fontconfig/2.11.1
lrwxr-xr-x   1 sysadmin  admin   24 May 23 17:32 freetype -> 
lrwxr-xr-x   1 sysadmin  admin   24 May 23 14:06 fribidi -> ???????)??ģ????!?A5>???
lrwxr-xr-x   1 sysadmin  admin   21 May 20 20:01 lame -> ../Cellar/lame/3.99.5
lrwxr-xr-x   1 sysadmin  admin   23 May 20 23:03 libass -> ../Cellar/libass/0.12.1
lrwxr-xr-x   1 sysadmin  admin   22 May 20 20:02 libogg -> ../Cellar/libogg/1.3.2
lrwxr-xr-x   1 sysadmin  admin   23 May 23 14:06 libpng -> ??????:???????W??J??c?
lrwxr-xr-x   1 sysadmin  admin   25 May 20 23:06 libquvi -> 
lrwxr-xr-x   1 sysadmin  admin   23 May 24 00:14 libsoxr -> ../Cellar/libsoxr/0.1.1
lrwxr-xr-x   1 sysadmin  admin   26 May 24 00:14 libvidstab -> ../Cellar/libvidstab/0.98b
lrwxr-xr-x   1 sysadmin  admin   28 May 20 20:01 libvo-aacenc -> ../Cellar/libvo-aacenc/0.1.3
lrwxr-xr-x   1 sysadmin  admin   25 May 20 20:03 libvorbis -> ??N
lrwxr-xr-x   1 sysadmin  admin   21 May 23 14:06 lua -> ??????
lrwxr-xr-x   1 sysadmin  admin   18 May 20 23:05 opus -> ../Cellar/opus/1.1
lrwxr-xr-x   1 sysadmin  admin   25 May 20 20:00 pkg-config -> ../Cellar/pkg-config/0.28
lrwxr-xr-x   1 sysadmin  admin   20 May 20 23:04 sdl -> ../Cellar/sdl/1.2.15
lrwxr-xr-x   1 sysadmin  admin   24 May 20 20:00 texi2html -> ???}?aL??a?E%?e??{&?????
lrwxr-xr-x   1 sysadmin  admin   20 May 20 20:01 x264 -> ../Cellar/x264/r2533
lrwxr-xr-x   1 sysadmin  admin   18 May 20 23:11 x265 -> python-format??msg
lrwxr-xr-x   1 sysadmin  admin   20 May 20 20:01 xvid -> ../Cellar/xvid/1.3.3
lrwxr-xr-x   1 sysadmin  admin   18 May 20 20:01 xz -> 9
lrwxr-xr-x   1 sysadmin  admin   20 May 20 20:00 yasm -> ?
: ____Elm: libfreetype.6.dylib ; cd /usr/local/opt/freetype/                       
: ____Elm: freetype ; cd lib
-/bin/ksh: cd: lib: [No such file or directory]
: ____Elm: freetype ; cd /usr/local/opt/freetype/lib/
: ____Elm: lib ; pwd
/usr/local/opt/freetype/lib
: ____Elm: lib ; history |tail -7
1413    cd /usr/local/opt/freetype/lib/libfreetype.6.dylib
1414    ls -al
1415    cd /usr/local/opt/freetype/
1416    cd lib
1417    cd /usr/local/opt/freetype/lib/
1418    pwd
1419    history |tail -7
: ____Elm: lib ; 
libfreetype.6.dylib actually lives here:

Code: Select all

: ____Elm: ~ ; cd /usr/local
: ____Elm: local ; find -x . -name libfreetype.6.dylib -ls                           
8674274     1120 -r--r--r--    1 sysadmin         admin              569396 May 20 20:02 ./Cellar/freetype/2.5.5/lib/libfreetype.6.dylib
: ____Elm: local ; 
I need you to watch the /usr/local/opt path to see if freetype is created with something else, what it is and if it gets to this state of infinite loop. The fix for me is rather simple but I don't know what got clobbered and last time it scribbled this link junk in all of my home directories, two levels deep!

thanx
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

Udate: UMS ffmpeg runs error free

Post by michaelt »

Good news - Bad news.

Good - UMS nows launches error free after I removed the garbage /usr/local/opt stuff. The links were restored in opt for libfreetype.6.dylib, libfontconfig.1.dylib and libpng16.16.dylib. The startup:

Code: Select all

[ffmpeg-1] Starting /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/ffmpeg -y -f lavfi -i nullsrc=s=720x480:d=1:r=1 -vf ass=DummyInput.ass -target ntsc-dvd -
[ffmpeg-1] Setting FONTCONFIG_PATH to "/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/fonts"
[mplayer-0] Starting /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/mplayer dummy
[mplayer-0] Setting FONTCONFIG_PATH to "/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/fonts"
[main] Searching for plugins in /Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/plugins
[main] No plugins found
[ffmpeg-1] Successfully initialized buffer to 52,428,800 bytes.
[ffmpeg-1] Attaching thread: ffmpeg-1
[ffmpeg-1] Unix process ID (/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/ffmpeg): 34719
[mplayer-0-2] Can't init Apple Remote.
[mplayer-0-2] File not found: 'dummy'
[mplayer-0-2] Failed to open dummy.
[main] Registering transcoding engine: FFmpeg Audio
[mplayer-0] Successfully initialized buffer to 52,428,800 bytes.
[mplayer-0] Attaching thread: mplayer-0
[mplayer-0] Unix process ID (/Users/umsmkv/UMS_J8/ums_OSX-Java8_x2/target/ums-5.1.2_x2-distribution/Universal Media Server.app/Contents/Resources/osx/mplayer): 34720
[mplayer-0] EOF
[mplayer-0] Ready to Stop: true
[main] Registering transcoding engine: MEncoder
[main] Registering transcoding engine: FFmpeg
[main] Registering transcoding engine: VLC
[main] Reading ffmpeg_webfilters_path: "/Users/umsmkv/Library/Application Support/UMS/ffmpeg.webfilters" (default: null)
[ffmpeg-1-2] ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
[ffmpeg-1-2]   built with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
[ffmpeg-1-2]   configuration: --prefix=/usr/local/Cellar/ffmpeg/2.6.2 --enable-static --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libvo-aacenc --enable-libx264 --enable-libxvid --enable-libfdk-aac --enable-ffplay --enable-libfontconfig --enable-libfreetype --enable-libass --enable-libquvi --enable-libsoxr --enable-libvidstab --enable-libvorbis --enable-libopus --enable-libx265 --disable-indev=x11grab_xcb --enable-nonfree --enable-vda
[ffmpeg-1-2]   libavutil      54. 20.100 / 54. 20.100
[ffmpeg-1-2]   libavcodec     56. 26.100 / 56. 26.100
[ffmpeg-1-2]   libavformat    56. 25.101 / 56. 25.101
[ffmpeg-1-2]   libavdevice    56.  4.100 / 56.  4.100
[ffmpeg-1-2]   libavfilter     5. 11.102 /  5. 11.102
[ffmpeg-1-2]   libavresample   2.  1.  0 /  2.  1.  0
[ffmpeg-1-2]   libswscale      3.  1.101 /  3.  1.101
[ffmpeg-1-2]   libswresample   1.  1.100 /  1.  1.100
[ffmpeg-1-2]   libpostproc    53.  3.100 / 53.  3.100
[main] FFmpeg supported protocols: [cache, concat, crypto, data, ffrtmphttp, file, ftp, gopher, hls, http, httpproxy, mmsh, mmst, pipe, rtmp, rtmpt, rtp, srtp, subfile, tcp, udp, udplite, unix, mms]
[main] ***   <FFmpegWebVideo({})
[main] Registering transcoding engine: FFmpeg Web Video
[main] Registering transcoding engine: MEncoder Web
[main] Registering transcoding engine: VLC Web Video
[main] Registering transcoding engine: tsMuxeR
[main] Registering transcoding engine: Audio High Fidelity
[main] Registering transcoding engine: VLC Web Audio (Legacy)
[main] Registering transcoding engine: VLC Web Video (Legacy)
[main] Registering transcoding engine: dcraw Thumbnailer
[ffmpeg-1-2] Input #0, lavfi, from 'nullsrc=s=720x480:d=1:r=1':
[ffmpeg-1-2]   Duration: N/A, start: 0.000000, bitrate: N/A
[ffmpeg-1-2]     Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 1 tbr, 1 tbn, 1 tbc
[main] Using address /10.0.1.50 found on network interface: name:en0 (en0)
[main] Created socket: /10.0.1.50:5001
[ffmpeg-1-2] [Parsed_ass_0 @ 0x7fa61ae00a80] Added subtitle file: 'DummyInput.ass' (6 styles, 1 events)
[main] WEB interface is available at: http://10.0.1.50:9001
[main] Sending ALIVE...
[main] Sending message from multicast socket on network interface: name:0.0.0.0
[main] Multicast socket is on interface: /0.0.0.0
[main] Socket Timeout: 0
[main] Socket TTL: 32
[main] Reading uuid: "3d7edd4a-31e0-4758-9169-eb3f39a36933" (default: null)
[main] Using the following UUID configured in UMS.conf: 3d7edd4a-31e0-4758-9169-eb3f39a36933
[main] Waiting 250 milliseconds...
[ffmpeg-1-2] Output #0, dvd, to 'pipe:':
[ffmpeg-1-2]   Metadata:
[ffmpeg-1-2]     encoder         : Lavf56.25.101
[ffmpeg-1-2]     Stream #0:0: Video: mpeg2video, yuv420p, 720x480 [SAR 1:1 DAR 3:2], q=2-31, 6000 kb/s, 29.97 fps, 90k tbn, 29.97 tbc
[ffmpeg-1-2]     Metadata:
[ffmpeg-1-2]       encoder         : Lavc56.26.100 mpeg2video
[ffmpeg-1-2] Stream mapping:
[ffmpeg-1-2]   Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg2video (native))
[ffmpeg-1-2] Press [q] to stop, [?] for help
[ffmpeg-1-2] frame=    1 fps=0.0 q=1.6 Lsize=       8kB time=00:00:00.03 bitrate=1964.1kbits/s    
[ffmpeg-1-2] video:5kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 51.227615%
[ffmpeg-1] EOF
[ffmpeg-1] Ready to Stop: true
[main] The server is now available for renderers to find
[UPNPHelper] Setting multicast network interface: name:en0 (en0)
[mplayer-0-Cleanup] Stopping Unix process 34720: mplayer-0
[mplayer-0-Cleanup] Killing the Unix process: 34720
[mplayer-0-Cleanup] Destroying buffer
[ffmpeg-1-Cleanup] Stopping Unix process 34719: ffmpeg-1
[ffmpeg-1-Cleanup] Killing the Unix process: 34719
[ffmpeg-1-Cleanup] Destroying buffer
I don't know if it transcodes correctly since all my videos (it's all we do) pass straight through.

Bad - attempted to rebuild ffmpeg in hopes of reconstructing the opt tree but this ffmpeg build environment is self destructing right in front of me. There are too many new scripting languages to keep track of and learn to debug this convoluted mess, so I shall just leave it for now and let those better than me figure it out.

Code: Select all

: ____Elm sysadmin/ ; brew install ffmpeg  --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-opus --with-x265 --with-fontconfig --with->
exec /usr/local/Library/brew.rb install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-opus --with-x265 --with-fontconfig --with-libass --with-libbluray --with-libfreetype --with-libgsm --with-libmodplug --with-libmp3lame --with-libopencore-amrnb --with-libopencore-amrwb --with-libopus --with-libschroedinger --with-libsoxr --with-libspeex --with-libtheora --with-libvidstab --with-libvo-aacenc --with-libvo-amrwbenc --with-libvorbis --with-libwavpack --with-libx264 --with-libx265 --with-libxavs --with-libxvid --with-libzmq --with-version3 --without-ffplay --without-indev=qtkit --without-indev=x11grab_xcb
Error: You must `brew link xz lua' before ffmpeg can be installed
: ____Elm sysadmin/ ; brew link xz lua                                                                                                                                                     
exec /usr/local/Library/brew.rb link xz lua
Error: pathname contains \0: "\a\003\000\000\016\024\000\000\360\b\001\000\000\000\000\000\321\000\000\000\017"
Linking /usr/local/Cellar/xz/5.2.1... Please report this bug:
    https://git.io/brew-troubleshooting
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:215:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `readlink'
/usr/local/Library/Homebrew/extend/pathname.rb:286:in `resolved_path'
/usr/local/Library/Homebrew/keg.rb:365:in `make_relative_symlink'
/usr/local/Library/Homebrew/keg.rb:312:in `link'
/usr/local/Library/Homebrew/cmd/link.rb:38:in `link'
/usr/local/Library/Homebrew/keg.rb:214:in `lock'
/usr/local/Library/Homebrew/formula_lock.rb:29:in `with_lock'
/usr/local/Library/Homebrew/keg.rb:214:in `lock'
/usr/local/Library/Homebrew/cmd/link.rb:33:in `link'
/usr/local/Library/Homebrew/cmd/link.rb:12:in `each'
/usr/local/Library/Homebrew/cmd/link.rb:12:in `link'
/usr/local/Library/brew.rb:140:in `send'
/usr/local/Library/brew.rb:140
: ____Elm sysadmin/ ; 
I will share what I have done but am now on to the RUI part of my system.
Thanx OP for the help.
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
User avatar
Optimus_prime
Posts: 678
Joined: Fri Jun 01, 2012 6:39 pm
Location: Sydney, Australia

Re: ffmpeg has a return code of 139

Post by Optimus_prime »

Wow, your a machine. What help.......your doing it all yourself. I've tried to build ffmpeg before from scratch without using any brew's. But it always came out with errors i couldn't fix, but i'll have another go soon unless you get a version working for me to test out. If you keep listing all your issues and fixes here i can follow what you've done. Good work mate and when you can share a link for me to download and test that would be great.
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

Re: ffmpeg has a return code of 139

Post by michaelt »

Optimus_prime wrote:Wow, your a machine. What help.......your doing it all yourself.
Yup
I've tried to build ffmpeg before from scratch without using any brew's. But it always came out with errors i couldn't fix
Same-same here - it's why I went brew
but i'll have another go soon unless you get a version working for me to test out. Good work mate and when you can share a link for me to download and test that would be great.
I don't have a parking lot for it
If you keep listing all your issues and fixes here i can follow what you've done.
can do - just need a little help with the push-pull process and more importantly the merge process - I am still on the 5.1.2 base
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

What broke?

Post by michaelt »

Is the backing tree broke?
I see this:
Screen Shot 2015-05-29 at 8.55.18 AM.png
Screen Shot 2015-05-29 at 8.55.18 AM.png (52.15 KiB) Viewed 13125 times
This is a fresh, virgin clone of 5.1.3 osx build:

Code: Select all

cd /Users/umsmkv/UMS_J8/ums-OSX-513J8; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home "/Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/java/maven/bin/mvn" -Posx clean install
Scanning for projects...
                                                                        
------------------------------------------------------------------------
Building Universal Media Server 5.1.3
------------------------------------------------------------------------
Downloading: http://4thline.org/m2/net/coobird/thumbnailator/maven-metadata.xml

Could not transfer metadata net.coobird:thumbnailator/maven-metadata.xml from/to 4thline-repo (http://4thline.org/m2): Failed to transfer file: http://4thline.org/m2/net/coobird/thumbnailator/maven-metadata.xml. Return code is: 502 , ReasonPhrase:Proxy Error.
Downloading: http://4thline.org/m2/org/slf4j/slf4j-api/maven-metadata.xml

Could not transfer metadata org.slf4j:slf4j-api/maven-metadata.xml from/to 4thline-repo (http://4thline.org/m2): Failed to transfer file: http://4thline.org/m2/org/slf4j/slf4j-api/maven-metadata.xml. Return code is: 502 , ReasonPhrase:Proxy Error.

--- maven-clean-plugin:2.4.1:clean (default-clean) @ ums ---
Deleting /Users/umsmkv/UMS_J8/ums-OSX-513J8/target

--- maven-external-dependency-plugin:0.5:clean-external (clean-external-dependencies) @ ums ---
starting to clean external dependency staged files
finished cleaning external dependency staged files

--- maven-external-dependency-plugin:0.5:resolve-external (resolve-install-external-dependencies) @ ums ---
starting to resolve external dependencies
attempting to resolve external artifact: sevenzip:jbinding:4.65-1.04-RC:jar
external artifact resolved in existing repository; no download needed: sevenzip:jbinding:4.65-1.04-RC:jar
attempting to resolve external artifact: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
external artifact resolved in existing repository; no download needed: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
attempting to resolve external artifact: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
external artifact resolved in existing repository; no download needed: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
attempting to resolve external artifact: mediautil:mediautil:1.0:jar
external artifact resolved in existing repository; no download needed: mediautil:mediautil:1.0:jar
finished resolving all external dependencies

--- maven-external-dependency-plugin:0.5:install-external (resolve-install-external-dependencies) @ ums ---
starting to install external dependencies into local repository
resolving artifact for installation: sevenzip:jbinding:4.65-1.04-RC:jar
this aritifact already exists in the local repository; no download is needed: sevenzip:jbinding:4.65-1.04-RC:jar
resolving artifact for installation: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
this aritifact already exists in the local repository; no download is needed: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
resolving artifact for installation: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
this aritifact already exists in the local repository; no download is needed: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
resolving artifact for installation: mediautil:mediautil:1.0:jar
this aritifact already exists in the local repository; no download is needed: mediautil:mediautil:1.0:jar
finished installing all external dependencies into local repository

--- git-commit-id-plugin:2.1.13:revision (default) @ ums ---

--- maven-resources-plugin:2.5:resources (default-resources) @ ums ---
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 228 resources to resources
Copying 1 resource to resources
Copying 1 resource to ..

--- maven-compiler-plugin:3.2:compile (default-compile) @ ums ---
Changes detected - recompiling the module!
Compiling 261 source files to /Users/umsmkv/UMS_J8/ums-OSX-513J8/target/classes
/Users/umsmkv/UMS_J8/ums-OSX-513J8/src/main/java/net/pms/dlna/DLNAResource.java: Some input files use or override a deprecated API.
/Users/umsmkv/UMS_J8/ums-OSX-513J8/src/main/java/net/pms/dlna/DLNAResource.java: Recompile with -Xlint:deprecation for details.
/Users/umsmkv/UMS_J8/ums-OSX-513J8/src/main/java/net/pms/network/UPNPControl.java: Some input files use unchecked or unsafe operations.
/Users/umsmkv/UMS_J8/ums-OSX-513J8/src/main/java/net/pms/network/UPNPControl.java: Recompile with -Xlint:unchecked for details.

--- maven-resources-plugin:2.5:testResources (default-testResources) @ ums ---
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 1 resource to resources
Copying 12 resources to net/pms/util

--- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ ums ---
Changes detected - recompiling the module!
Compiling 17 source files to /Users/umsmkv/UMS_J8/ums-OSX-513J8/target/test-classes

--- maven-surefire-plugin:2.18:test (default-test) @ ums ---
Surefire report directory: /Users/umsmkv/UMS_J8/ums-OSX-513J8/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0
Running net.pms.configuration.RendererConfigurationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.204 sec - in net.pms.configuration.RendererConfigurationTest
Running net.pms.dlna.DLNAMediaAudioTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.pms.dlna.DLNAMediaAudioTest
Running net.pms.dlna.DLNAMediaSubtitleTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in net.pms.dlna.DLNAMediaSubtitleTest
Running net.pms.dlna.LibMediaInfoParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in net.pms.dlna.LibMediaInfoParserTest
Running net.pms.formats.v2.AudioAttributeTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in net.pms.formats.v2.AudioAttributeTest
Running net.pms.formats.v2.AudioPropertiesTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in net.pms.formats.v2.AudioPropertiesTest
Running net.pms.formats.v2.SubtitleTypeTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in net.pms.formats.v2.SubtitleTypeTest
Running net.pms.formats.v2.SubtitleUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in net.pms.formats.v2.SubtitleUtilsTest
Running net.pms.test.formats.FormatFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in net.pms.test.formats.FormatFactoryTest
Running net.pms.test.formats.FormatRecognitionTest
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.835 sec <<< FAILURE! - in net.pms.test.formats.FormatRecognitionTest
testBackwardsCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0.068 sec  <<< FAILURE!
java.lang.AssertionError: isCompatible() gives same outcome as ps3compatible() for MKV expected:<false> but was:<true>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at net.pms.test.formats.FormatRecognitionTest.testBackwardsCompatibility(FormatRecognitionTest.java:297)

Running net.pms.test.formats.FormatTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.pms.test.formats.FormatTest
Running net.pms.test.Iso639Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in net.pms.test.Iso639Test
Running net.pms.test.TaskRunnerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.01 sec - in net.pms.test.TaskRunnerTest
Running net.pms.util.FileUtilTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in net.pms.util.FileUtilTest
Running net.pms.util.PlayerUtilTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in net.pms.util.PlayerUtilTest
Running net.pms.util.VersionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in net.pms.util.VersionTest

Results :

Failed tests: 
  FormatRecognitionTest.testBackwardsCompatibility:297 isCompatible() gives same outcome as ps3compatible() for MKV expected:<false> but was:<true>



Tests run: 117, Failures: 1, Errors: 0, Skipped: 0

------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 48.799s
Finished at: Fri May 29 08:31:01 EDT 2015
Final Memory: 36M/653M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project ums: There are test failures.

Please refer to /Users/umsmkv/UMS_J8/ums-OSX-513J8/target/surefire-reports for the individual test results.
-> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
The build broke on:

Code: Select all

Failed tests: 
  FormatRecognitionTest.testBackwardsCompatibility:297 isCompatible() gives same outcome as ps3compatible() for MKV expected:<false> but was:<true>
I disabled it and:

Code: Select all

cd /Users/umsmkv/UMS_J8/ums-OSX-513J8; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home "/Applications/NetBeans/NetBeans 8.0.2.app/Contents/Resources/NetBeans/java/maven/bin/mvn" -Posx install
Scanning for projects...
                                                                        
------------------------------------------------------------------------
Building Universal Media Server 5.1.3
------------------------------------------------------------------------
Downloading: http://4thline.org/m2/net/coobird/thumbnailator/maven-metadata.xml

Could not transfer metadata net.coobird:thumbnailator/maven-metadata.xml from/to 4thline-repo (http://4thline.org/m2): Failed to transfer file: http://4thline.org/m2/net/coobird/thumbnailator/maven-metadata.xml. Return code is: 502 , ReasonPhrase:Proxy Error.
Downloading: http://4thline.org/m2/org/slf4j/slf4j-api/maven-metadata.xml

Could not transfer metadata org.slf4j:slf4j-api/maven-metadata.xml from/to 4thline-repo (http://4thline.org/m2): Failed to transfer file: http://4thline.org/m2/org/slf4j/slf4j-api/maven-metadata.xml. Return code is: 502 , ReasonPhrase:Proxy Error.

--- maven-external-dependency-plugin:0.5:resolve-external (resolve-install-external-dependencies) @ ums ---
starting to resolve external dependencies
attempting to resolve external artifact: sevenzip:jbinding:4.65-1.04-RC:jar
external artifact resolved in existing repository; no download needed: sevenzip:jbinding:4.65-1.04-RC:jar
attempting to resolve external artifact: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
external artifact resolved in existing repository; no download needed: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
attempting to resolve external artifact: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
external artifact resolved in existing repository; no download needed: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
attempting to resolve external artifact: mediautil:mediautil:1.0:jar
external artifact resolved in existing repository; no download needed: mediautil:mediautil:1.0:jar
finished resolving all external dependencies

--- maven-external-dependency-plugin:0.5:install-external (resolve-install-external-dependencies) @ ums ---
starting to install external dependencies into local repository
resolving artifact for installation: sevenzip:jbinding:4.65-1.04-RC:jar
this aritifact already exists in the local repository; no download is needed: sevenzip:jbinding:4.65-1.04-RC:jar
resolving artifact for installation: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
this aritifact already exists in the local repository; no download is needed: sevenzip-allplatforms:jbinding-allplatforms:4.65-1.04-RC:jar
resolving artifact for installation: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
this aritifact already exists in the local repository; no download is needed: jwbroek.cuelib:cuelib:1.2.1-2008-06-13:jar
resolving artifact for installation: mediautil:mediautil:1.0:jar
this aritifact already exists in the local repository; no download is needed: mediautil:mediautil:1.0:jar
finished installing all external dependencies into local repository

--- git-commit-id-plugin:2.1.13:revision (default) @ ums ---

--- maven-resources-plugin:2.5:resources (default-resources) @ ums ---
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 228 resources to resources
Copying 1 resource to resources
Copying 1 resource to ..

--- maven-compiler-plugin:3.2:compile (default-compile) @ ums ---
Nothing to compile - all classes are up to date

--- maven-resources-plugin:2.5:testResources (default-testResources) @ ums ---
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 1 resource to resources
Copying 12 resources to net/pms/util

--- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ ums ---
Nothing to compile - all classes are up to date

--- maven-surefire-plugin:2.18:test (default-test) @ ums ---
Surefire report directory: /Users/umsmkv/UMS_J8/ums-OSX-513J8/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseSplitVerifier; support was removed in 8.0
Running net.pms.configuration.RendererConfigurationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 sec - in net.pms.configuration.RendererConfigurationTest
Running net.pms.dlna.DLNAMediaAudioTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.pms.dlna.DLNAMediaAudioTest
Running net.pms.dlna.DLNAMediaSubtitleTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in net.pms.dlna.DLNAMediaSubtitleTest
Running net.pms.dlna.LibMediaInfoParserTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in net.pms.dlna.LibMediaInfoParserTest
Running net.pms.formats.v2.AudioAttributeTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in net.pms.formats.v2.AudioAttributeTest
Running net.pms.formats.v2.AudioPropertiesTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in net.pms.formats.v2.AudioPropertiesTest
Running net.pms.formats.v2.SubtitleTypeTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in net.pms.formats.v2.SubtitleTypeTest
Running net.pms.formats.v2.SubtitleUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in net.pms.formats.v2.SubtitleUtilsTest
Running net.pms.test.formats.FormatFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in net.pms.test.formats.FormatFactoryTest
Running net.pms.test.formats.FormatRecognitionTest
Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 0.019 sec <<< FAILURE! - in net.pms.test.formats.FormatRecognitionTest
testPlaystationImageTiffCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.ExceptionInInitializerError: null
	at net.pms.test.formats.FormatRecognitionTest.<clinit>(FormatRecognitionTest.java:25)

testPlaystationImagePngCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testPlaystationVideoMpgCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testPlaystationAudioMp3Compatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testRendererConfigurationBasics(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testPlaystationImageGifCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0.001 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testPlaystationVideoMkvCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testVirtualVideoActionInitializationCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

testBackwardsCompatibility(net.pms.test.formats.FormatRecognitionTest)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class net.pms.test.formats.FormatRecognitionTest
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:217)
	at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Running net.pms.test.formats.FormatTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in net.pms.test.formats.FormatTest
Running net.pms.test.Iso639Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in net.pms.test.Iso639Test
Running net.pms.test.TaskRunnerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.011 sec - in net.pms.test.TaskRunnerTest
Running net.pms.util.FileUtilTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in net.pms.util.FileUtilTest
Running net.pms.util.PlayerUtilTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in net.pms.util.PlayerUtilTest
Running net.pms.util.VersionTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in net.pms.util.VersionTest

Results :


Tests in error: 
  FormatRecognitionTest.testBackwardsCompatibility » NoClassDefFound Could not i...
  FormatRecognitionTest.testPlaystationAudioMp3Compatibility » NoClassDefFound C...
  FormatRecognitionTest.testPlaystationImageGifCompatibility » NoClassDefFound C...
  FormatRecognitionTest.testPlaystationImagePngCompatibility » NoClassDefFound C...
  FormatRecognitionTest.testPlaystationImageTiffCompatibility » ExceptionInInitializer
  FormatRecognitionTest.testPlaystationVideoMkvCompatibility » NoClassDefFound C...
  FormatRecognitionTest.testPlaystationVideoMpgCompatibility » NoClassDefFound C...
  FormatRecognitionTest.testRendererConfigurationBasics » NoClassDefFound Could ...
  FormatRecognitionTest.testVirtualVideoActionInitializationCompatibility » NoClassDefFound


Tests run: 117, Failures: 0, Errors: 9, Skipped: 0

------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 28.340s
Finished at: Fri May 29 08:46:56 EDT 2015
Final Memory: 22M/408M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project ums: There are test failures.

Please refer to /Users/umsmkv/UMS_J8/ums-OSX-513J8/target/surefire-reports for the individual test results.
-> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
… a lot more errors.

The environment seemed to degrade over the last 24hours an I can't build 5.1.2 or 5.1.3.

Is there a forum/post/log for the state of the backing tree, report problems, … ?

Nothing I can do now but wait.
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
michaelt
Posts: 155
Joined: Tue Feb 03, 2015 11:18 am
Location: lost in the depths of my mind

Re: What broke?

Post by michaelt »

michaelt wrote:Is the backing tree broke?
Nothing I can do now but wait.
Wait over - seems to be stable again.

Is there a thread or location, here or elsewhere which shows the status of the build environment?

It would help a lot for those building to avoid wasting time when the problem is not theirs.

Also: note the size difference between the 'standard' ffmpeg and the local built:

Code: Select all

-rwxr-xr-x  1 umsmkv    staff  30973172 May 30 02:59 ./target/bin/osx/ffmpeg
-rwxr-xr-x  1 sysadmin  admin  15794964 May 23 17:37 ffmpeg-x3
Any thoughts on why?
Last edited by michaelt on Tue Jun 02, 2015 1:38 am, edited 1 time in total.
MacPro5,1 - 2.8 GHz, 32 GB, 20TB, OS X 10.11.6,
. . . . and a few others.
Samsung UN55C8000
Home Theater (WIP): OS X based now, dedicated Linux later.
Post Reply