Wrote /root/JavaX-Caches/tmp_1969344199/main.java - 202913 bytes (written=202913, should be 202913)
javac=0, ecj=1, useJarBot=0
Checking ECJ at port 4898 at 127.0.0.1
/root/jdk-17/bin/javac -source 11 -target 11 -nowarn -encoding utf8 -Xdiags:verbose -cp /root/.javax/x30.jar:/root/dexcompiler/android.jar:/root/dexcompiler/support-v4-22.2.1.jar:/root/javafx/javafx.base.jar:/root/javafx/javafx.graphics.jar:/root/javafx/javafx.swing.jar:/root/.tinybrain/snippet-cache/data_1013798.jar -d /root/JavaX-Caches/tmp_352646608 /root/JavaX-Caches/tmp_1969344199/main.java 2>&1
[Compilation Error]Compiler errors. Medium transpile. Show Java sources. Show snippet. Edit.
/root/JavaX-Caches/tmp_1969344199/main.java:40: error: cannot find symbol
  mergeMP3s(source, target);
            ^
  symbol:   variable source
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:46: error: cannot find symbol
	FFMPEGExecutor ffmpeg = locator.createExecutor();
	^
  symbol:   class FFMPEGExecutor
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:46: error: createExecutor() is not public in FFMPEGLocator; cannot be accessed from outside package
	FFMPEGExecutor ffmpeg = locator.createExecutor();
	                               ^
/root/JavaX-Caches/tmp_1969344199/main.java:51: error: cannot find symbol
	if (codec != null) {
	    ^
  symbol:   variable codec
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:64: error: cannot find symbol
		RBufferedReader reader = null;
		^
  symbol:   class RBufferedReader
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:65: error: cannot find symbol
		reader = new RBufferedReader(new InputStreamReader(ffmpeg
		             ^
  symbol:   class RBufferedReader
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:67: error: cannot find symbol
		MultimediaInfo info = parseMultimediaInfo(source, reader);
		                                          ^
  symbol:   variable source
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:68: error: cannot find symbol
		if (durationAttribute != null) {
		    ^
  symbol:   variable durationAttribute
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:70: error: cannot find symbol
					.round((durationAttribute.floatValue() * 1000L));
					        ^
  symbol:   variable durationAttribute
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:73: error: cannot find symbol
			if (offsetAttribute != null) {
			    ^
  symbol:   variable offsetAttribute
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:75: error: cannot find symbol
						.round((offsetAttribute.floatValue() * 1000L));
						        ^
  symbol:   variable offsetAttribute
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:78: error: cannot find symbol
		if (listener != null) {
		    ^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:79: error: cannot find symbol
			listener.sourceInfo(info);
			^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:86: error: cannot find symbol
					if (listener != null) {
					    ^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:87: error: cannot find symbol
						listener.message(line);
						^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:90: error: no suitable constructor found for EncoderException(String)
					throw new EncoderException(line);
					      ^
    constructor EncoderException.EncoderException() is not applicable
      (actual and formal argument lists differ in length)
    constructor EncoderException.EncoderException(String) is not applicable
      (EncoderException(String) is not public in EncoderException; cannot be accessed from outside package)
    constructor EncoderException.EncoderException(Throwable) is not applicable
      (argument mismatch; String cannot be converted to Throwable)
    constructor EncoderException.EncoderException(String,Throwable) is not applicable
      (actual and formal argument lists differ in length)
/root/JavaX-Caches/tmp_1969344199/main.java:101: error: no suitable constructor found for EncoderException(String)
					throw new EncoderException(line);
					      ^
    constructor EncoderException.EncoderException() is not applicable
      (actual and formal argument lists differ in length)
    constructor EncoderException.EncoderException(String) is not applicable
      (EncoderException(String) is not public in EncoderException; cannot be accessed from outside package)
    constructor EncoderException.EncoderException(Throwable) is not applicable
      (argument mismatch; String cannot be converted to Throwable)
    constructor EncoderException.EncoderException(String,Throwable) is not applicable
      (actual and formal argument lists differ in length)
/root/JavaX-Caches/tmp_1969344199/main.java:113: error: cannot find symbol
					Hashtable table = parseProgressInfoLine(line);
					                  ^
  symbol:   method parseProgressInfoLine(String)
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:115: error: cannot find symbol
						if (listener != null) {
						    ^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:116: error: cannot find symbol
							listener.message(line);
							^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:120: error: cannot find symbol
						if (listener != null) {
						    ^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:139: error: cannot find symbol
										listener.progress(perm);
										^
  symbol:   variable listener
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:152: error: cannot find symbol
			if (!SUCCESS_PATTERN.matcher(lastWarning).matches()) {
			     ^
  symbol:   variable SUCCESS_PATTERN
  location: class main
/root/JavaX-Caches/tmp_1969344199/main.java:153: error: no suitable constructor found for EncoderException(String)
				throw new EncoderException(lastWarning);
				      ^
    constructor EncoderException.EncoderException() is not applicable
      (actual and formal argument lists differ in length)
    constructor EncoderException.EncoderException(String) is not applicable
      (EncoderException(String) is not public in EncoderException; cannot be accessed from outside package)
    constructor EncoderException.EncoderException(Throwable) is not applicable
      (argument mismatch; String cannot be converted to Throwable)
    constructor EncoderException.EncoderException(String,Throwable) is not applicable
      (actual and formal argument lists differ in length)
24 errors