Skipping 1,903 KB..
Full Log#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:566: warning: no @param for banded
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:566: warning: no @param for buffer
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:566: warning: no @return
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for c
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for type
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for w
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for h
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for interleaved
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.22 ^
#14 90.22 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for banded
#14 90.22 public static BufferedImage constructImage(int c, int type, int w,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for buffer
#14 90.23 public static BufferedImage constructImage(int c, int type, int w,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for colorModel
#14 90.23 public static BufferedImage constructImage(int c, int type, int w,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @return
#14 90.23 public static BufferedImage constructImage(int c, int type, int w,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:664: warning: no @param for image
#14 90.23 public static Object getPixels(BufferedImage image) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:664: warning: no @return
#14 90.23 public static Object getPixels(BufferedImage image) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for image
#14 90.23 public static Object getPixels(BufferedImage image, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for x
#14 90.23 public static Object getPixels(BufferedImage image, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for y
#14 90.23 public static Object getPixels(BufferedImage image, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for w
#14 90.23 public static Object getPixels(BufferedImage image, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for h
#14 90.23 public static Object getPixels(BufferedImage image, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @return
#14 90.23 public static Object getPixels(BufferedImage image, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:686: warning: no @param for raster
#14 90.23 public static Object getPixels(WritableRaster raster) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:686: warning: no @return
#14 90.23 public static Object getPixels(WritableRaster raster) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for raster
#14 90.23 public static Object getPixels(WritableRaster raster, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for x
#14 90.23 public static Object getPixels(WritableRaster raster, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for y
#14 90.23 public static Object getPixels(WritableRaster raster, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for w
#14 90.23 public static Object getPixels(WritableRaster raster, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for h
#14 90.23 public static Object getPixels(WritableRaster raster, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @return
#14 90.23 public static Object getPixels(WritableRaster raster, int x, int y,
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:712: warning: no @param for image
#14 90.23 public static byte[][] getBytes(BufferedImage image) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:712: warning: no @return
#14 90.23 public static byte[][] getBytes(BufferedImage image) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:718: warning: no @param for r
#14 90.23 public static byte[][] getBytes(WritableRaster r) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:718: warning: no @return
#14 90.23 public static byte[][] getBytes(WritableRaster r) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for r
#14 90.23 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for x
#14 90.23 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for y
#14 90.23 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for w
#14 90.23 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for h
#14 90.23 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @return
#14 90.23 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:741: warning: no @param for image
#14 90.23 public static short[][] getShorts(BufferedImage image) {
#14 90.23 ^
#14 90.23 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:741: warning: no @return
#14 90.24 public static short[][] getShorts(BufferedImage image) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:747: warning: no @param for r
#14 90.24 public static short[][] getShorts(WritableRaster r) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:747: warning: no @return
#14 90.24 public static short[][] getShorts(WritableRaster r) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for r
#14 90.24 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for x
#14 90.24 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for y
#14 90.24 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for w
#14 90.24 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for h
#14 90.24 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @return
#14 90.24 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:772: warning: no @param for image
#14 90.24 public static int[][] getInts(BufferedImage image) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:772: warning: no @return
#14 90.24 public static int[][] getInts(BufferedImage image) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:778: warning: no @param for r
#14 90.24 public static int[][] getInts(WritableRaster r) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:778: warning: no @return
#14 90.24 public static int[][] getInts(WritableRaster r) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for r
#14 90.24 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for x
#14 90.24 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for y
#14 90.24 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for w
#14 90.24 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for h
#14 90.24 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @return
#14 90.24 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:797: warning: no @param for image
#14 90.24 public static float[][] getFloats(BufferedImage image) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:797: warning: no @return
#14 90.24 public static float[][] getFloats(BufferedImage image) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:803: warning: no @param for r
#14 90.24 public static float[][] getFloats(WritableRaster r) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:803: warning: no @return
#14 90.24 public static float[][] getFloats(WritableRaster r) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for r
#14 90.24 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for x
#14 90.24 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for y
#14 90.24 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for w
#14 90.24 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for h
#14 90.24 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @return
#14 90.24 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:825: warning: no @param for image
#14 90.24 public static double[][] getDoubles(BufferedImage image) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:825: warning: no @return
#14 90.24 public static double[][] getDoubles(BufferedImage image) {
#14 90.24 ^
#14 90.24 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:831: warning: no @param for r
#14 90.24 public static double[][] getDoubles(WritableRaster r) {
#14 90.25 ^
#14 90.25 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:831: warning: no @return
#14 90.25 public static double[][] getDoubles(WritableRaster r) {
#14 90.25 ^
#14 90.25 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:836: warning: no @param for r
#14 90.25 public static double[][] getDoubles(WritableRaster r, int x, int y,
#14 90.25 ^
#14 90.25 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:836: warning: no @param for x
#14 90.25 public static double[][] getDoubles(WritableRaster r, int x, int y,
#14 90.25 ^
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/Base64Codec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/BaseCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/BitBuffer.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/BitWriter.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/ByteVector.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/Codec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/CodecException.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/CodecOptions.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/CompressionType.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/HuffmanCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/HuffmanCodecOptions.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/JAIIIOService.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/JAIIIOServiceImpl.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000BoxType.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000Codec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000CodecOptions.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000SegmentMarker.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEGCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEGTileDecoder.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LosslessJPEGCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LZ4Codec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LZOCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LZWCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MissingLibraryException.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MJPBCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MJPBCodecOptions.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MSRLECodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MSVideoCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/PackbitsCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/PassthroughCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/QTRLECodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/RPZACodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/SignedByteBuffer.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/SignedShortBuffer.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/TwoChannelColorSpace.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/UnsignedIntBuffer.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/UnsignedIntColorModel.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/UnsupportedCompressionException.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/ZlibCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/ZstdCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/package-summary.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/package-tree.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/package-summary.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/package-tree.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/package-summary.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/package-tree.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/constant-values.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/serialized-form.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/Base64Codec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/BaseCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/BitBuffer.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/BitWriter.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/ByteVector.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/Codec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/CodecException.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/CodecOptions.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/CompressionType.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/HuffmanCodec.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/HuffmanCodecOptions.html...
#14 90.25 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000BoxType.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000Codec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000CodecOptions.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000SegmentMarker.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEGCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEGTileDecoder.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LZ4Codec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LZOCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LZWCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LosslessJPEGCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MJPBCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MJPBCodecOptions.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MSRLECodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MSVideoCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MissingLibraryException.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/PackbitsCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/PassthroughCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/QTRLECodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/RPZACodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/UnsupportedCompressionException.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/ZlibCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/ZstdCodec.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/AWTImageTools.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/SignedByteBuffer.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/SignedShortBuffer.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/TwoChannelColorSpace.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/UnsignedIntBuffer.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/UnsignedIntColorModel.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/class-use/JAIIIOService.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/class-use/JAIIIOServiceImpl.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/package-use.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/package-use.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/package-use.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/overview-tree.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/deprecated-list.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/index.html...
#14 90.26 Building index for all classes...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/allclasses-index.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/allpackages-index.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/index-all.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/overview-summary.html...
#14 90.26 Generating /bio-formats-build/ome-codecs/target/apidocs/help-doc.html...
#14 90.26 4 errors
#14 90.26 100 warnings
#14 90.26
#14 90.26 Command line was: /usr/local/openjdk-17/bin/javadoc @options @packages
#14 90.26
#14 90.26 Refer to the generated Javadoc files in '/bio-formats-build/ome-codecs/target/apidocs' dir.
#14 90.26 [m
#14 90.26 [1mat[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine ([1mAbstractJavadocMojo.java:5298[m)
#14 90.26 [1mat[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport ([1mAbstractJavadocMojo.java:2134[m)
#14 90.26 [1mat[m org.apache.maven.plugins.javadoc.JavadocJar.doExecute ([1mJavadocJar.java:190[m)
#14 90.26 [1mat[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute ([1mAbstractJavadocMojo.java:1912[m)
#14 90.26 [1mat[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo ([1mDefaultBuildPluginManager.java:137[m)
#14 90.26 [1mat[m org.apache.maven.lifecycle.internal.MojoExecutor.execute ([1mMojoExecutor.java:210[m)
#14 90.26 [1mat[m org.apache.maven.lifecycle.internal.MojoExecutor.execute ([1mMojoExecutor.java:156[m)
#14 90.26 [1mat[m org.apache.maven.lifecycle.internal.MojoExecutor.execute ([1mMojoExecutor.java:148[m)
#14 90.26 [1mat[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject ([1mLifecycleModuleBuilder.java:117[m)
#14 90.26 [1mat[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject ([1mLifecycleModuleBuilder.java:81[m)
#14 90.26 [1mat[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build ([1mSingleThreadedBuilder.java:56[m)
#14 90.26 [1mat[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute ([1mLifecycleStarter.java:128[m)
#14 90.26 [1mat[m org.apache.maven.DefaultMaven.doExecute ([1mDefaultMaven.java:305[m)
#14 90.26 [1mat[m org.apache.maven.DefaultMaven.doExecute ([1mDefaultMaven.java:192[m)
#14 90.26 [1mat[m org.apache.maven.DefaultMaven.execute ([1mDefaultMaven.java:105[m)
#14 90.26 [1mat[m org.apache.maven.cli.MavenCli.execute ([1mMavenCli.java:957[m)
#14 90.26 [1mat[m org.apache.maven.cli.MavenCli.doMain ([1mMavenCli.java:289[m)
#14 90.26 [1mat[m org.apache.maven.cli.MavenCli.main ([1mMavenCli.java:193[m)
#14 90.26 [1mat[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 ([1mNative Method[m)
#14 90.26 [1mat[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke ([1mNativeMethodAccessorImpl.java:77[m)
#14 90.27 [1mat[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke ([1mDelegatingMethodAccessorImpl.java:43[m)
#14 90.27 [1mat[m java.lang.reflect.Method.invoke ([1mMethod.java:568[m)
#14 90.27 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced ([1mLauncher.java:282[m)
#14 90.27 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.launch ([1mLauncher.java:225[m)
#14 90.27 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode ([1mLauncher.java:406[m)
#14 90.27 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.main ([1mLauncher.java:347[m)
#14 90.28 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT-javadoc.jar
#14 90.29 [[1;34mINFO[m]
#14 90.29 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar-no-fork[m [1m(attach-sources)[m @ [36mome-codecs[0;1m ---[m
#14 90.30 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT-sources.jar
#14 90.32 [[1;34mINFO[m]
#14 90.32 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mome-codecs[0;1m ---[m
#14 90.32 [[1;34mINFO[m] Installing /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT.jar to /home/build/.m2/repository/org/openmicroscopy/ome-codecs/1.1.1-SNAPSHOT/ome-codecs-1.1.1-SNAPSHOT.jar
#14 90.32 [[1;34mINFO[m] Installing /bio-formats-build/ome-codecs/pom.xml to /home/build/.m2/repository/org/openmicroscopy/ome-codecs/1.1.1-SNAPSHOT/ome-codecs-1.1.1-SNAPSHOT.pom
#14 90.32 [[1;34mINFO[m] Installing /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT-tests.jar to /home/build/.m2/repository/org/openmicroscopy/ome-codecs/1.1.1-SNAPSHOT/ome-codecs-1.1.1-SNAPSHOT-tests.jar
#14 90.32 [[1;34mINFO[m] Installing /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT-javadoc.jar to /home/build/.m2/repository/org/openmicroscopy/ome-codecs/1.1.1-SNAPSHOT/ome-codecs-1.1.1-SNAPSHOT-javadoc.jar
#14 90.33 [[1;34mINFO[m] Installing /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT-sources.jar to /home/build/.m2/repository/org/openmicroscopy/ome-codecs/1.1.1-SNAPSHOT/ome-codecs-1.1.1-SNAPSHOT-sources.jar
#14 90.33 [[1;34mINFO[m]
#14 90.33 [[1;34mINFO[m] [1m--------------------< [0;36morg.openmicroscopy:ome-stubs[0;1m >--------------------[m
#14 90.33 [[1;34mINFO[m] [1mBuilding OME Stubs 6.0.3-SNAPSHOT [9/24][m
#14 90.33 [[1;34mINFO[m] [1m--------------------------------[ pom ]---------------------------------[m
#14 90.33 [[1;34mINFO[m]
#14 90.33 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mome-stubs[0;1m ---[m
#14 90.33 [[1;34mINFO[m]
#14 90.33 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mome-stubs[0;1m ---[m
#14 90.33 [[1;34mINFO[m]
#14 90.33 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar-no-fork[m [1m(attach-sources)[m @ [36mome-stubs[0;1m ---[m
#14 90.33 [[1;34mINFO[m]
#14 90.33 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mome-stubs[0;1m ---[m
#14 90.33 [[1;34mINFO[m] Installing /bio-formats-build/ome-stubs/pom.xml to /home/build/.m2/repository/org/openmicroscopy/ome-stubs/6.0.3-SNAPSHOT/ome-stubs-6.0.3-SNAPSHOT.pom
#14 90.33 [[1;34mINFO[m]
#14 90.33 [[1;34mINFO[m] [1m-------------------< [0;36morg.openmicroscopy:mipav-stubs[0;1m >-------------------[m
#14 90.33 [[1;34mINFO[m] [1mBuilding MIPAV stubs 6.0.3-SNAPSHOT [10/24][m
#14 90.33 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 90.34 [[1;34mINFO[m]
#14 90.34 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.34 [[1;34mINFO[m]
#14 90.34 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.34 [[1;34mINFO[m]
#14 90.34 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.34 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 90.34 [[1;34mINFO[m] Copying 0 resource
#14 90.34 [[1;34mINFO[m]
#14 90.34 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.34 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 90.34 [[1;34mINFO[m] Compiling 10 source files to /bio-formats-build/ome-stubs/mipav-stubs/target/classes
#14 90.36 [[1;34mINFO[m]
#14 90.36 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.36 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 90.36 [[1;34mINFO[m] skip non existing resourceDirectory /bio-formats-build/ome-stubs/mipav-stubs/src/test/resources
#14 90.36 [[1;34mINFO[m]
#14 90.36 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.36 [[1;34mINFO[m] No sources to compile
#14 90.36 [[1;34mINFO[m]
#14 90.36 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.36 [[1;34mINFO[m] No tests to run.
#14 90.36 [[1;34mINFO[m]
#14 90.36 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.37 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT.jar
#14 90.37 [[1;34mINFO[m]
#14 90.37 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mmipav-stubs[0;1m ---[m
#14 90.37 [[1;34mINFO[m] Skipping packaging of the test-jar
#14 90.37 [[1;34mINFO[m]
#14 90.37 [[1;34mINFO[m] [1m--- [0;32mmaven-javadoc-plugin:3.0.1:jar[m [1m(attach-javadocs)[m @ [36mmipav-stubs[0;1m ---[m
#14 92.00 [[1;33mWARNING[m] Javadoc Warnings
#14 92.00 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.model.file...
#14 92.00 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.model.structures...
#14 92.00 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.plugins...
#14 92.00 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.view...
#14 92.00 [[1;33mWARNING[m] Constructing Javadoc information...
#14 92.00 [[1;33mWARNING[m] warning: URL https://docs.oracle.com/javase/7/docs/api/element-list was redirected to https://docs.oracle.com/en/java/javase/24/ -- Update the command-line options to suppress this warning.
#14 92.00 [[1;33mWARNING[m] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
#14 92.00 [[1;33mWARNING[m] Building index for all the packages and classes...
#14 92.00 [[1;33mWARNING[m] Standard Doclet version 17.0.2+8-86
#14 92.00 [[1;33mWARNING[m] Building tree for all the packages and classes...
#14 92.00 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/FileInfoBase.html...
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileInfoBase.java:41: warning: no comment
#14 92.00 [[1;33mWARNING[m] public static final int MICROMETERS = 0;
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileInfoBase.java:42: warning: no comment
#14 92.00 [[1;33mWARNING[m] public static final int SECONDS = 1;
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileInfoBase.java:53: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void setDataType(int type) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileInfoBase.java:44: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void setExtents(int[] extents) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileInfoBase.java:47: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void setResolutions(float[] res) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileInfoBase.java:50: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void setUnitsOfMeasure(int[] units) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/FileInfoImageXML.html...
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileInfoImageXML.java:41: warning: no comment
#14 92.00 [[1;33mWARNING[m] public FileInfoImageXML(String file, String dir, int type) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/FileUtility.html...
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/file/FileUtility.java:41: warning: no comment
#14 92.00 [[1;33mWARNING[m] public static final int XML = 0;
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/MipavUtil.html...
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/MipavUtil.java:42: warning: no comment
#14 92.00 [[1;33mWARNING[m] public static void displayError(String message) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/ModelImage.html...
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:43: warning: no comment
#14 92.00 [[1;33mWARNING[m] public ModelImage(int type, int[] extents, String name) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:64: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void calcMinMax() {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:46: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void importData(int offset, byte[] data, boolean flag) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:58: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void importData(int offset, double[] data, boolean flag) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:55: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void importData(int offset, float[] data, boolean flag) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:52: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void importData(int offset, int[] data, boolean flag) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:49: warning: no comment
#14 92.00 [[1;33mWARNING[m] public void importData(int offset, short[] data, boolean flag) {
#14 92.00 [[1;33mWARNING[m] ^
#14 92.00 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelImage.java:61: warning: no comment
#14 92.01 [[1;33mWARNING[m] public void setFileInfo(FileInfoBase[] info) {
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/ModelStorageBase.html...
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:41: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int BYTE = 0;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:48: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int DOUBLE = 7;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:47: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int FLOAT = 6;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:45: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int INTEGER = 4;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:43: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int SHORT = 2;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:42: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int UBYTE = 1;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:46: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int UINTEGER = 5;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/model/structures/ModelStorageBase.java:44: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static final int USHORT = 3;
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/PlugInFile.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/Preferences.html...
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/Preferences.java:41: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static String getImageDirectory() {
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/ViewJFrameImage.html...
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewJFrameImage.java:43: warning: no comment
#14 92.01 [[1;33mWARNING[m] public ViewJFrameImage(ModelImage image) {
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/ViewUserInterface.html...
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewUserInterface.java:46: warning: no comment
#14 92.01 [[1;33mWARNING[m] public JFrame getMainFrame() {
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewUserInterface.java:50: warning: no comment
#14 92.01 [[1;33mWARNING[m] public static ViewUserInterface getReference() {
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewUserInterface.java:43: warning: no comment
#14 92.01 [[1;33mWARNING[m] public void setMessageText(String message) {
#14 92.01 [[1;33mWARNING[m] ^
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/package-summary.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/package-tree.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/package-summary.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/package-tree.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/package-summary.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/package-tree.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/package-summary.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/package-tree.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/constant-values.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/class-use/FileInfoBase.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/class-use/FileInfoImageXML.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/class-use/FileUtility.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/class-use/ModelImage.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/class-use/ModelStorageBase.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/class-use/PlugInFile.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/MipavUtil.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/Preferences.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/ViewJFrameImage.html...
#14 92.01 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/ViewUserInterface.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/package-use.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/package-use.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/package-use.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/package-use.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/overview-tree.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/index.html...
#14 92.02 [[1;33mWARNING[m] Building index for all classes...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/allclasses-index.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/allpackages-index.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/index-all.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/overview-summary.html...
#14 92.02 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/help-doc.html...
#14 92.02 [[1;33mWARNING[m] 32 warnings
#14 92.03 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT-javadoc.jar
#14 92.04 [[1;34mINFO[m]
#14 92.04 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar-no-fork[m [1m(attach-sources)[m @ [36mmipav-stubs[0;1m ---[m
#14 92.05 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT-sources.jar
#14 92.05 [[1;34mINFO[m]
#14 92.05 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mmipav-stubs[0;1m ---[m
#14 92.05 [[1;34mINFO[m] Installing /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT.jar to /home/build/.m2/repository/org/openmicroscopy/mipav-stubs/6.0.3-SNAPSHOT/mipav-stubs-6.0.3-SNAPSHOT.jar
#14 92.05 [[1;34mINFO[m] Installing /bio-formats-build/ome-stubs/mipav-stubs/pom.xml to /home/build/.m2/repository/org/openmicroscopy/mipav-stubs/6.0.3-SNAPSHOT/mipav-stubs-6.0.3-SNAPSHOT.pom
#14 92.05 [[1;34mINFO[m] Installing /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT-javadoc.jar to /home/build/.m2/repository/org/openmicroscopy/mipav-stubs/6.0.3-SNAPSHOT/mipav-stubs-6.0.3-SNAPSHOT-javadoc.jar
#14 92.06 [[1;34mINFO[m] Installing /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT-sources.jar to /home/build/.m2/repository/org/openmicroscopy/mipav-stubs/6.0.3-SNAPSHOT/mipav-stubs-6.0.3-SNAPSHOT-sources.jar
#14 92.06 [[1;34mINFO[m]
#14 92.06 [[1;34mINFO[m] [1m---------------------< [0;36morg.openmicroscopy:metakit[0;1m >---------------------[m
#14 92.06 [[1;34mINFO[m] [1mBuilding Metakit 5.8.9-SNAPSHOT [11/24][m
#14 92.06 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 92.06 [[1;34mINFO[m]
#14 92.06 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mmetakit[0;1m ---[m
#14 92.07 [[1;34mINFO[m]
#14 92.07 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mmetakit[0;1m ---[m
#14 92.07 [[1;34mINFO[m]
#14 92.07 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mmetakit[0;1m ---[m
#14 92.07 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 92.07 [[1;34mINFO[m] Copying 0 resource
#14 92.07 [[1;34mINFO[m]
#14 92.07 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mmetakit[0;1m ---[m
#14 92.07 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 92.07 [[1;34mINFO[m] Compiling 5 source files to /bio-formats-build/ome-metakit/target/classes
#14 92.12 [[1;34mINFO[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java: /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java uses or overrides a deprecated API that is marked for removal.
#14 92.12 [[1;34mINFO[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java: Recompile with -Xlint:removal for details.
#14 92.12 [[1;34mINFO[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java: /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java uses unchecked or unsafe operations.
#14 92.12 [[1;34mINFO[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java: Recompile with -Xlint:unchecked for details.
#14 92.12 [[1;34mINFO[m]
#14 92.12 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mmetakit[0;1m ---[m
#14 92.12 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 92.12 [[1;34mINFO[m] Copying 2 resources
#14 92.12 [[1;34mINFO[m]
#14 92.12 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mmetakit[0;1m ---[m
#14 92.12 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 92.12 [[1;34mINFO[m] Compiling 3 source files to /bio-formats-build/ome-metakit/target/test-classes
#14 92.17 [[1;34mINFO[m]
#14 92.17 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mmetakit[0;1m ---[m
#14 92.17 [[1;34mINFO[m]
#14 92.17 [[1;34mINFO[m] -------------------------------------------------------
#14 92.17 [[1;34mINFO[m] T E S T S
#14 92.17 [[1;34mINFO[m] -------------------------------------------------------
#14 92.30 [[1;34mINFO[m] Running [1mTestSuite[m
#14 92.40 00:16:42.707 [main] DEBUG org.testng.TestNG -- suiteXmlPath: "/bio-formats-build/ome-metakit/src/test/resources/testng.xml"
#14 92.43 00:16:42.743 [main] WARN org.testng.xml.TestNGContentHandler -- It is strongly recommended to add "<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.1.dtd" >" at the top of the suite file [/bio-formats-build/ome-metakit/src/test/resources/testng.xml] otherwise TestNG may fail or not work as expected.
#14 92.66 00:16:42.971 [main] DEBUG loci.common.NIOByteBufferProvider -- Using mapped byte buffer? false
#14 92.88 [[1;34mINFO[m] [1;32mTests run: [0;1;32m25[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s - in [1mTestSuite[m
#14 93.21 [[1;34mINFO[m]
#14 93.21 [[1;34mINFO[m] Results:
#14 93.21 [[1;34mINFO[m]
#14 93.21 [[1;34mINFO[m] [1;32mTests run: 25, Failures: 0, Errors: 0, Skipped: 0[m
#14 93.21 [[1;34mINFO[m]
#14 93.21 [[1;34mINFO[m]
#14 93.21 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mmetakit[0;1m ---[m
#14 93.21 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT.jar
#14 93.21 [[1;34mINFO[m]
#14 93.21 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mmetakit[0;1m ---[m
#14 93.22 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-tests.jar
#14 93.22 [[1;34mINFO[m]
#14 93.22 [[1;34mINFO[m] [1m--- [0;32mmaven-javadoc-plugin:3.0.1:jar[m [1m(attach-javadocs)[m @ [36mmetakit[0;1m ---[m
#14 93.40 [[1;31mERROR[m] Error fetching link: /bio-formats-build/ome-common-java/target/apidocs/package-list. Ignored it.
#14 95.23 [[1;33mWARNING[m] Javadoc Warnings
#14 95.23 [[1;33mWARNING[m] Loading source files for package ome.metakit...
#14 95.23 [[1;33mWARNING[m] Constructing Javadoc information...
#14 95.23 [[1;33mWARNING[m] warning: URL https://docs.oracle.com/javase/7/docs/api/element-list was redirected to https://docs.oracle.com/en/java/javase/24/ -- Update the command-line options to suppress this warning.
#14 95.23 [[1;33mWARNING[m] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
#14 95.23 [[1;33mWARNING[m] Building index for all the packages and classes...
#14 95.23 [[1;33mWARNING[m] Standard Doclet version 17.0.2+8-86
#14 95.23 [[1;33mWARNING[m] Building tree for all the packages and classes...
#14 95.23 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/Column.html...
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:48: warning: no @param for definition
#14 95.23 [[1;33mWARNING[m] public Column(String definition) {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:57: warning: no @return
#14 95.23 [[1;33mWARNING[m] public String getName() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:65: warning: no @return
#14 95.23 [[1;33mWARNING[m] public String getTypeString() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:70: warning: no @return
#14 95.23 [[1;33mWARNING[m] public Class getType() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/ColumnMap.html...
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:65: warning: no @return
#14 95.23 [[1;33mWARNING[m] public ArrayList getValueList() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:70: warning: no @return
#14 95.23 [[1;33mWARNING[m] public Object[] getValues() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:78: warning: no @return
#14 95.23 [[1;33mWARNING[m] public boolean isFixedMap() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:50: warning: no comment
#14 95.23 [[1;33mWARNING[m] public ColumnMap(Column col, RandomAccessInputStream stream, int rowCount) {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/MetakitException.html...
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:34: warning: no comment
#14 95.23 [[1;33mWARNING[m] public MetakitException() { super(); }
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:35: warning: no comment
#14 95.23 [[1;33mWARNING[m] public MetakitException(String s) { super(s); }
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:36: warning: no comment
#14 95.23 [[1;33mWARNING[m] public MetakitException(String s, Throwable cause) { super(s, cause); }
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:37: warning: no comment
#14 95.23 [[1;33mWARNING[m] public MetakitException(Throwable cause) { super(cause); }
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/MetakitReader.html...
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:93: warning: no @return
#14 95.23 [[1;33mWARNING[m] public int getTableCount() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:102: warning: no @return
#14 95.23 [[1;33mWARNING[m] public String[] getTableNames() {
#14 95.23 [[1;33mWARNING[m] ^
#14 95.23 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:110: warning: no @param for tableIndex
#14 95.24 [[1;33mWARNING[m] public String[] getColumnNames(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:110: warning: no @return
#14 95.24 [[1;33mWARNING[m] public String[] getColumnNames(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:121: warning: no @param for tableName
#14 95.24 [[1;33mWARNING[m] public String[] getColumnNames(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:121: warning: no @return
#14 95.24 [[1;33mWARNING[m] public String[] getColumnNames(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:137: warning: no @param for tableIndex
#14 95.24 [[1;33mWARNING[m] public Class[] getColumnTypes(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:137: warning: no @return
#14 95.24 [[1;33mWARNING[m] public Class[] getColumnTypes(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:152: warning: no @param for tableName
#14 95.24 [[1;33mWARNING[m] public Class[] getColumnTypes(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:152: warning: no @return
#14 95.24 [[1;33mWARNING[m] public Class[] getColumnTypes(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:164: warning: no @param for tableIndex
#14 95.24 [[1;33mWARNING[m] public int getRowCount(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:164: warning: no @return
#14 95.24 [[1;33mWARNING[m] public int getRowCount(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:171: warning: no @param for tableName
#14 95.24 [[1;33mWARNING[m] public int getRowCount(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:171: warning: no @return
#14 95.24 [[1;33mWARNING[m] public int getRowCount(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:181: warning: no @param for tableIndex
#14 95.24 [[1;33mWARNING[m] public Object[][] getTableData(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:181: warning: no @return
#14 95.24 [[1;33mWARNING[m] public Object[][] getTableData(int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:205: warning: no @param for tableName
#14 95.24 [[1;33mWARNING[m] public Object[][] getTableData(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:205: warning: no @return
#14 95.24 [[1;33mWARNING[m] public Object[][] getTableData(String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:219: warning: no @param for rowIndex
#14 95.24 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:219: warning: no @param for tableIndex
#14 95.24 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:219: warning: no @return
#14 95.24 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, int tableIndex) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:232: warning: no @param for rowIndex
#14 95.24 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:232: warning: no @param for tableName
#14 95.24 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:232: warning: no @return
#14 95.24 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, String tableName) {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:56: warning: no comment
#14 95.24 [[1;33mWARNING[m] public MetakitReader(String file) throws IOException, MetakitException {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:60: warning: no comment
#14 95.24 [[1;33mWARNING[m] public MetakitReader(RandomAccessInputStream stream) throws MetakitException {
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/MetakitTools.html...
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:41: warning: no @param for stream
#14 95.24 [[1;33mWARNING[m] public static String readPString(RandomAccessInputStream stream)
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:41: warning: no @return
#14 95.24 [[1;33mWARNING[m] public static String readPString(RandomAccessInputStream stream)
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:41: warning: no @throws for java.io.IOException
#14 95.24 [[1;33mWARNING[m] public static String readPString(RandomAccessInputStream stream)
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:54: warning: no @param for stream
#14 95.24 [[1;33mWARNING[m] public static int readBpInt(RandomAccessInputStream stream) throws IOException
#14 95.24 [[1;33mWARNING[m] ^
#14 95.24 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:54: warning: no @return
#14 95.25 [[1;33mWARNING[m] public static int readBpInt(RandomAccessInputStream stream) throws IOException
#14 95.25 [[1;33mWARNING[m] ^
#14 95.25 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:54: warning: no @throws for java.io.IOException
#14 95.25 [[1;33mWARNING[m] public static int readBpInt(RandomAccessInputStream stream) throws IOException
#14 95.25 [[1;33mWARNING[m] ^
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/package-summary.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/package-tree.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/serialized-form.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/Column.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/ColumnMap.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/MetakitException.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/MetakitReader.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/MetakitTools.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/package-use.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/overview-tree.html...
#14 95.25 [[1;33mWARNING[m] Building index for all classes...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/allclasses-index.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/allpackages-index.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/index-all.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/index.html...
#14 95.25 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/help-doc.html...
#14 95.25 [[1;33mWARNING[m] 46 warnings
#14 95.26 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-javadoc.jar
#14 95.26 [[1;34mINFO[m]
#14 95.26 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar-no-fork[m [1m(attach-sources)[m @ [36mmetakit[0;1m ---[m
#14 95.27 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-sources.jar
#14 95.27 [[1;34mINFO[m]
#14 95.27 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mmetakit[0;1m ---[m
#14 95.27 [[1;34mINFO[m] Installing /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT.jar to /home/build/.m2/repository/org/openmicroscopy/metakit/5.8.9-SNAPSHOT/metakit-5.8.9-SNAPSHOT.jar
#14 95.27 [[1;34mINFO[m] Installing /bio-formats-build/ome-metakit/pom.xml to /home/build/.m2/repository/org/openmicroscopy/metakit/5.8.9-SNAPSHOT/metakit-5.8.9-SNAPSHOT.pom
#14 95.28 [[1;34mINFO[m] Installing /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-tests.jar to /home/build/.m2/repository/org/openmicroscopy/metakit/5.8.9-SNAPSHOT/metakit-5.8.9-SNAPSHOT-tests.jar
#14 95.28 [[1;34mINFO[m] Installing /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-javadoc.jar to /home/build/.m2/repository/org/openmicroscopy/metakit/5.8.9-SNAPSHOT/metakit-5.8.9-SNAPSHOT-javadoc.jar
#14 95.28 [[1;34mINFO[m] Installing /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-sources.jar to /home/build/.m2/repository/org/openmicroscopy/metakit/5.8.9-SNAPSHOT/metakit-5.8.9-SNAPSHOT-sources.jar
#14 95.28 [[1;34mINFO[m]
#14 95.28 [[1;34mINFO[m] [1m------------------------< [0;36mome:pom-bio-formats[0;1m >-------------------------[m
#14 95.28 [[1;34mINFO[m] [1mBuilding Bio-Formats projects 8.3.0-SNAPSHOT [12/24][m
#14 95.28 [[1;34mINFO[m] [1m--------------------------------[ pom ]---------------------------------[m
#14 95.28 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom
#14 95.30 Progress (1): 4.1/6.8 kB
Progress (1): 6.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 263 kB/s)
#14 95.31 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom
#14 95.33 Progress (1): 4.1/7.9 kB
Progress (1): 7.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 329 kB/s)
#14 95.34 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar
#14 95.35 Progress (1): 4.1/26 kB
Progress (1): 8.2/26 kB
Progress (1): 12/26 kB
Progress (1): 16/26 kB
Progress (1): 20/26 kB
Progress (1): 25/26 kB
Progress (1): 26 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 1.0 MB/s)
#14 95.38 [[1;34mINFO[m]
#14 95.38 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mpom-bio-formats[0;1m ---[m
#14 95.39 [[1;34mINFO[m]
#14 95.39 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mpom-bio-formats[0;1m ---[m
#14 95.39 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom
#14 95.41 Progress (1): 2.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 116 kB/s)
#14 95.42 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom
#14 95.43 Progress (1): 2.3 kB
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 98 kB/s)
#14 95.45 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom
#14 95.46 Progress (1): 3.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 158 kB/s)
#14 95.48 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom
#14 95.49 Progress (1): 4.1/7.3 kB
Progress (1): 7.3 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 290 kB/s)
#14 95.50 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
#14 95.52 Progress (1): 4.1/5.1 kB
Progress (1): 5.1 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 204 kB/s)
#14 95.53 Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
#14 95.54 Progress (1): 2.0 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 85 kB/s)
#14 95.56 Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
#14 95.57 Progress (1): 4.1/28 kB
Progress (1): 8.2/28 kB
Progress (1): 12/28 kB
Progress (1): 16/28 kB
Progress (1): 20/28 kB
Progress (1): 25/28 kB
Progress (1): 28 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.2 MB/s)
#14 95.59 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar
#14 95.59 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar
#14 95.59 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
#14 95.59 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
#14 95.59 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar
#14 95.61 Progress (1): 4.1/12 kB
Progress (2): 4.1/12 kB | 4.1/195 kB
Progress (2): 8.2/12 kB | 4.1/195 kB
Progress (2): 8.2/12 kB | 8.2/195 kB
Progress (3): 8.2/12 kB | 8.2/195 kB | 4.1/61 kB
Progress (3): 12 kB | 8.2/195 kB | 4.1/61 kB
Progress (4): 12 kB | 8.2/195 kB | 4.1/61 kB | 4.1/245 kB
Progress (4): 12 kB | 8.2/195 kB | 8.2/61 kB | 4.1/245 kB
Progress (4): 12 kB | 12/195 kB | 8.2/61 kB | 4.1/245 kB
Progress (4): 12 kB | 12/195 kB | 12/61 kB | 4.1/245 kB
Progress (4): 12 kB | 12/195 kB | 12/61 kB | 8.2/245 kB
Progress (4): 12 kB | 12/195 kB | 16/61 kB | 8.2/245 kB
Progress (4): 12 kB | 16/195 kB | 16/61 kB | 8.2/245 kB
Progress (4): 12 kB | 16/195 kB | 16/61 kB | 12/245 kB
Progress (4): 12 kB | 16/195 kB | 20/61 kB | 12/245 kB
Progress (5): 12 kB | 16/195 kB | 20/61 kB | 12/245 kB | 4.1/104 kB
Progress (5): 12 kB | 16/195 kB | 24/61 kB | 12/245 kB | 4.1/104 kB
Progress (5): 12 kB | 20/195 kB | 24/61 kB | 12/245 kB | 4.1/104 kB
Progress (5): 12 kB | 20/195 kB | 24/61 kB | 16/245 kB | 4.1/104 kB
Progress (5): 12 kB | 25/195 kB | 24/61 kB | 16/245 kB | 4.1/104 kB
Progress (5): 12 kB | 25/195 kB | 28/61 kB | 16/245 kB | 4.1/104 kB
Progress (5): 12 kB | 25/195 kB | 28/61 kB | 16/245 kB | 8.2/104 kB
Progress (5): 12 kB | 25/195 kB | 32/61 kB | 16/245 kB | 8.2/104 kB
Progress (5): 12 kB | 29/195 kB | 32/61 kB | 16/245 kB | 8.2/104 kB
Progress (5): 12 kB | 29/195 kB | 32/61 kB | 20/245 kB | 8.2/104 kB
Progress (5): 12 kB | 33/195 kB | 32/61 kB | 20/245 kB | 8.2/104 kB
Progress (5): 12 kB | 33/195 kB | 36/61 kB | 20/245 kB | 8.2/104 kB
Progress (5): 12 kB | 33/195 kB | 36/61 kB | 20/245 kB | 12/104 kB
Progress (5): 12 kB | 33/195 kB | 40/61 kB | 20/245 kB | 12/104 kB
Progress (5): 12 kB | 37/195 kB | 40/61 kB | 20/245 kB | 12/104 kB
Progress (5): 12 kB | 37/195 kB | 40/61 kB | 25/245 kB | 12/104 kB
Progress (5): 12 kB | 41/195 kB | 40/61 kB | 25/245 kB | 12/104 kB
Progress (5): 12 kB | 41/195 kB | 44/61 kB | 25/245 kB | 12/104 kB
Progress (5): 12 kB | 41/195 kB | 44/61 kB | 25/245 kB | 16/104 kB
Progress (5): 12 kB | 41/195 kB | 49/61 kB | 25/245 kB | 16/104 kB
Progress (5): 12 kB | 45/195 kB | 49/61 kB | 25/245 kB | 16/104 kB
Progress (5): 12 kB | 45/195 kB | 49/61 kB | 29/245 kB | 16/104 kB
Progress (5): 12 kB | 49/195 kB | 49/61 kB | 29/245 kB | 16/104 kB
Progress (5): 12 kB | 49/195 kB | 53/61 kB | 29/245 kB | 16/104 kB
Progress (5): 12 kB | 49/195 kB | 53/61 kB | 29/245 kB | 20/104 kB
Progress (5): 12 kB | 49/195 kB | 57/61 kB | 29/245 kB | 20/104 kB
Progress (5): 12 kB | 53/195 kB | 57/61 kB | 29/245 kB | 20/104 kB
Progress (5): 12 kB | 53/195 kB | 57/61 kB | 33/245 kB | 20/104 kB
Progress (5): 12 kB | 57/195 kB | 57/61 kB | 33/245 kB | 20/104 kB
Progress (5): 12 kB | 57/195 kB | 61/61 kB | 33/245 kB | 20/104 kB
Progress (5): 12 kB | 57/195 kB | 61/61 kB | 33/245 kB | 25/104 kB
Progress (5): 12 kB | 57/195 kB | 61 kB | 33/245 kB | 25/104 kB
Progress (5): 12 kB | 61/195 kB | 61 kB | 33/245 kB | 25/104 kB
Progress (5): 12 kB | 61/195 kB | 61 kB | 37/245 kB | 25/104 kB
Progress (5): 12 kB | 66/195 kB | 61 kB | 37/245 kB | 25/104 kB
Progress (5): 12 kB | 66/195 kB | 61 kB | 37/245 kB | 29/104 kB
Progress (5): 12 kB | 70/195 kB | 61 kB | 37/245 kB | 29/104 kB
Progress (5): 12 kB | 70/195 kB | 61 kB | 41/245 kB | 29/104 kB
Progress (5): 12 kB | 74/195 kB | 61 kB | 41/245 kB | 29/104 kB
Progress (5): 12 kB | 74/195 kB | 61 kB | 41/245 kB | 33/104 kB
Progress (5): 12 kB | 78/195 kB | 61 kB | 41/245 kB | 33/104 kB
Progress (5): 12 kB | 78/195 kB | 61 kB | 45/245 kB | 33/104 kB
Progress (5): 12 kB | 82/195 kB | 61 kB | 45/245 kB | 33/104 kB
Progress (5): 12 kB | 82/195 kB | 61 kB | 45/245 kB | 37/104 kB
Progress (5): 12 kB | 86/195 kB | 61 kB | 45/245 kB | 37/104 kB
Progress (5): 12 kB | 86/195 kB | 61 kB | 49/245 kB | 37/104 kB
Progress (5): 12 kB | 90/195 kB | 61 kB | 49/245 kB | 37/104 kB
Progress (5): 12 kB | 90/195 kB | 61 kB | 49/245 kB | 41/104 kB
Progress (5): 12 kB | 94/195 kB | 61 kB | 49/245 kB | 41/104 kB
Progress (5): 12 kB | 94/195 kB | 61 kB | 53/245 kB | 41/104 kB
Progress (5): 12 kB | 94/195 kB | 61 kB | 53/245 kB | 45/104 kB
Progress (5): 12 kB | 94/195 kB | 61 kB | 57/245 kB | 45/104 kB
Progress (5): 12 kB | 98/195 kB | 61 kB | 57/245 kB | 45/104 kB
Progress (5): 12 kB | 98/195 kB | 61 kB | 61/245 kB | 45/104 kB
Progress (5): 12 kB | 98/195 kB | 61 kB | 61/245 kB | 49/104 kB
Progress (5): 12 kB | 98/195 kB | 61 kB | 66/245 kB | 49/104 kB
Progress (5): 12 kB | 102/195 kB | 61 kB | 66/245 kB | 49/104 kB
Progress (5): 12 kB | 102/195 kB | 61 kB | 70/245 kB | 49/104 kB
Progress (5): 12 kB | 102/195 kB | 61 kB | 70/245 kB | 53/104 kB
Progress (5): 12 kB | 102/195 kB | 61 kB | 74/245 kB | 53/104 kB
Progress (5): 12 kB | 106/195 kB | 61 kB | 74/245 kB | 53/104 kB
Progress (5): 12 kB | 106/195 kB | 61 kB | 78/245 kB | 53/104 kB
Progress (5): 12 kB | 106/195 kB | 61 kB | 78/245 kB | 57/104 kB
Progress (5): 12 kB | 106/195 kB | 61 kB | 82/245 kB | 57/104 kB
Progress (5): 12 kB | 111/195 kB | 61 kB | 82/245 kB | 57/104 kB
Progress (5): 12 kB | 111/195 kB | 61 kB | 86/245 kB | 57/104 kB
Progress (5): 12 kB | 111/195 kB | 61 kB | 86/245 kB | 61/104 kB
Progress (5): 12 kB | 111/195 kB | 61 kB | 90/245 kB | 61/104 kB
Progress (5): 12 kB | 115/195 kB | 61 kB | 90/245 kB | 61/104 kB
Progress (5): 12 kB | 115/195 kB | 61 kB | 94/245 kB | 61/104 kB
Progress (5): 12 kB | 115/195 kB | 61 kB | 94/245 kB | 66/104 kB
Progress (5): 12 kB | 115/195 kB | 61 kB | 98/245 kB | 66/104 kB
Progress (5): 12 kB | 119/195 kB | 61 kB | 98/245 kB | 66/104 kB
Progress (5): 12 kB | 119/195 kB | 61 kB | 98/245 kB | 70/104 kB
Progress (5): 12 kB | 123/195 kB | 61 kB | 98/245 kB | 70/104 kB
Progress (5): 12 kB | 123/195 kB | 61 kB | 102/245 kB | 70/104 kB
Progress (5): 12 kB | 127/195 kB | 61 kB | 102/245 kB | 70/104 kB
Progress (5): 12 kB | 127/195 kB | 61 kB | 102/245 kB | 74/104 kB
Progress (5): 12 kB | 131/195 kB | 61 kB | 102/245 kB | 74/104 kB
Progress (5): 12 kB | 131/195 kB | 61 kB | 106/245 kB | 74/104 kB
Progress (5): 12 kB | 135/195 kB | 61 kB | 106/245 kB | 74/104 kB
Progress (5): 12 kB | 135/195 kB | 61 kB | 106/245 kB | 78/104 kB
Progress (5): 12 kB | 135/195 kB | 61 kB | 110/245 kB | 78/104 kB
Progress (5): 12 kB | 135/195 kB | 61 kB | 110/245 kB | 82/104 kB
Progress (5): 12 kB | 139/195 kB | 61 kB | 110/245 kB | 82/104 kB
Progress (5): 12 kB | 139/195 kB | 61 kB | 110/245 kB | 86/104 kB
Progress (5): 12 kB | 139/195 kB | 61 kB | 114/245 kB | 86/104 kB
Progress (5): 12 kB | 139/195 kB | 61 kB | 114/245 kB | 90/104 kB
Progress (5): 12 kB | 143/195 kB | 61 kB | 114/245 kB | 90/104 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 366 kB/s)
#14 95.62 Progress (4): 147/195 kB | 61 kB | 114/245 kB | 90/104 kB
Progress (4): 147/195 kB | 61 kB | 114/245 kB | 94/104 kB
Progress (4): 147/195 kB | 61 kB | 118/245 kB | 94/104 kB
Progress (4): 147/195 kB | 61 kB | 118/245 kB | 98/104 kB
Progress (4): 152/195 kB | 61 kB | 118/245 kB | 98/104 kB
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar
#14 95.62 Progress (4): 156/195 kB | 61 kB | 118/245 kB | 98/104 kB
Progress (4): 156/195 kB | 61 kB | 118/245 kB | 102/104 kB
Progress (4): 156/195 kB | 61 kB | 123/245 kB | 102/104 kB
Progress (4): 156/195 kB | 61 kB | 123/245 kB | 104 kB
Progress (4): 160/195 kB | 61 kB | 123/245 kB | 104 kB
Progress (4): 160/195 kB | 61 kB | 127/245 kB | 104 kB
Progress (4): 164/195 kB | 61 kB | 127/245 kB | 104 kB
Progress (4): 164/195 kB | 61 kB | 131/245 kB | 104 kB
Progress (4): 168/195 kB | 61 kB | 131/245 kB | 104 kB
Progress (4): 168/195 kB | 61 kB | 135/245 kB | 104 kB
Progress (4): 172/195 kB | 61 kB | 135/245 kB | 104 kB
Progress (4): 172/195 kB | 61 kB | 139/245 kB | 104 kB
Progress (4): 176/195 kB | 61 kB | 139/245 kB | 104 kB
Progress (4): 176/195 kB | 61 kB | 143/245 kB | 104 kB
Progress (4): 180/195 kB | 61 kB | 143/245 kB | 104 kB
Progress (4): 180/195 kB | 61 kB | 147/245 kB | 104 kB
Progress (4): 184/195 kB | 61 kB | 147/245 kB | 104 kB
Progress (4): 184/195 kB | 61 kB | 151/245 kB | 104 kB
Progress (4): 188/195 kB | 61 kB | 151/245 kB | 104 kB
Progress (4): 188/195 kB | 61 kB | 155/245 kB | 104 kB
Progress (4): 193/195 kB | 61 kB | 155/245 kB | 104 kB
Progress (4): 193/195 kB | 61 kB | 159/245 kB | 104 kB
Progress (4): 195 kB | 61 kB | 159/245 kB | 104 kB
Progress (4): 195 kB | 61 kB | 164/245 kB | 104 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 1.9 MB/s)
#14 95.63 Progress (3): 195 kB | 168/245 kB | 104 kB
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
#14 95.63 Progress (3): 195 kB | 172/245 kB | 104 kB
Progress (3): 195 kB | 176/245 kB | 104 kB
Progress (3): 195 kB | 180/245 kB | 104 kB
Progress (3): 195 kB | 184/245 kB | 104 kB
Progress (3): 195 kB | 188/245 kB | 104 kB
Progress (3): 195 kB | 192/245 kB | 104 kB
Progress (3): 195 kB | 196/245 kB | 104 kB
Progress (3): 195 kB | 200/245 kB | 104 kB
Progress (3): 195 kB | 204/245 kB | 104 kB
Progress (3): 195 kB | 209/245 kB | 104 kB
Progress (3): 195 kB | 213/245 kB | 104 kB
Progress (3): 195 kB | 217/245 kB | 104 kB
Progress (3): 195 kB | 221/245 kB | 104 kB
Progress (3): 195 kB | 225/245 kB | 104 kB
Progress (3): 195 kB | 229/245 kB | 104 kB
Progress (3): 195 kB | 233/245 kB | 104 kB
Progress (3): 195 kB | 237/245 kB | 104 kB
Progress (3): 195 kB | 241/245 kB | 104 kB
Progress (3): 195 kB | 245 kB | 104 kB
Progress (4): 195 kB | 245 kB | 104 kB | 4.1/64 kB
Progress (4): 195 kB | 245 kB | 104 kB | 8.2/64 kB
Progress (4): 195 kB | 245 kB | 104 kB | 12/64 kB
Progress (4): 195 kB | 245 kB | 104 kB | 16/64 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 2.5 MB/s)
#14 95.64 Progress (3): 195 kB | 245 kB | 20/64 kB
Progress (3): 195 kB | 245 kB | 25/64 kB
Progress (3): 195 kB | 245 kB | 29/64 kB
Progress (3): 195 kB | 245 kB | 33/64 kB
Progress (3): 195 kB | 245 kB | 37/64 kB
Progress (3): 195 kB | 245 kB | 41/64 kB
Progress (3): 195 kB | 245 kB | 45/64 kB
Progress (3): 195 kB | 245 kB | 49/64 kB
Progress (3): 195 kB | 245 kB | 53/64 kB
Progress (3): 195 kB | 245 kB | 57/64 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 4.1 MB/s)
#14 95.64 Progress (2): 245 kB | 61/64 kB
Progress (2): 245 kB | 64 kB
Progress (3): 245 kB | 64 kB | 4.1/134 kB
Progress (3): 245 kB | 64 kB | 8.2/134 kB
Progress (3): 245 kB | 64 kB | 12/134 kB
Progress (3): 245 kB | 64 kB | 16/134 kB
Progress (3): 245 kB | 64 kB | 20/134 kB
Progress (3): 245 kB | 64 kB | 25/134 kB
Progress (3): 245 kB | 64 kB | 29/134 kB
Progress (3): 245 kB | 64 kB | 33/134 kB
Progress (3): 245 kB | 64 kB | 37/134 kB
Progress (3): 245 kB | 64 kB | 41/134 kB
Progress (3): 245 kB | 64 kB | 45/134 kB
Progress (3): 245 kB | 64 kB | 49/134 kB
Progress (3): 245 kB | 64 kB | 53/134 kB
Progress (3): 245 kB | 64 kB | 57/134 kB
Progress (3): 245 kB | 64 kB | 61/134 kB
Progress (3): 245 kB | 64 kB | 65/134 kB
Progress (3): 245 kB | 64 kB | 70/134 kB
Progress (3): 245 kB | 64 kB | 74/134 kB
Progress (3): 245 kB | 64 kB | 78/134 kB
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 4.7 MB/s)
#14 95.64 Progress (2): 64 kB | 82/134 kB
Progress (2): 64 kB | 86/134 kB
Progress (2): 64 kB | 90/134 kB
Progress (2): 64 kB | 94/134 kB
Progress (2): 64 kB | 98/134 kB
Progress (2): 64 kB | 102/134 kB
Progress (2): 64 kB | 106/134 kB
Progress (2): 64 kB | 110/134 kB
Progress (2): 64 kB | 115/134 kB
Progress (2): 64 kB | 119/134 kB
Progress (2): 64 kB | 123/134 kB
Progress (2): 64 kB | 127/134 kB
Progress (2): 64 kB | 131/134 kB
Progress (2): 64 kB | 134 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 1.1 MB/s)
#14 95.65 Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 2.2 MB/s)
#14 95.69 [[1;34mINFO[m]
#14 95.69 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mpom-bio-formats[0;1m ---[m
#14 95.77 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 95.77 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 95.77 [[1;34mINFO[m] Storing buildNumber: 5bc684ad1803c520ee3fb3b57284721f78b4468e at timestamp: 1750205806067
#14 95.78 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 95.78 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 95.78
#14 95.78 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 95.78 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 95.78 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 95.78 [[1;34mINFO[m]
#14 95.78 [[1;34mINFO[m] [1m>>> [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[0;1m > [0;1mgenerate-sources[m @ [36mpom-bio-formats[0;1m >>>[m
#14 95.78 [[1;34mINFO[m]
#14 95.78 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mpom-bio-formats[0;1m ---[m
#14 95.78 [[1;34mINFO[m]
#14 95.78 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mpom-bio-formats[0;1m ---[m
#14 95.79 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 95.79 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 95.79 [[1;34mINFO[m] Storing buildNumber: 5bc684ad1803c520ee3fb3b57284721f78b4468e at timestamp: 1750205806094
#14 95.79 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 95.79 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 95.79
#14 95.79 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 95.79 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 95.80 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 95.80 [[1;34mINFO[m]
#14 95.80 [[1;34mINFO[m] [1m<<< [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[0;1m < [0;1mgenerate-sources[m @ [36mpom-bio-formats[0;1m <<<[m
#14 95.80 [[1;34mINFO[m]
#14 95.80 [[1;34mINFO[m]
#14 95.80 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[m @ [36mpom-bio-formats[0;1m ---[m
#14 95.86 [[1;34mINFO[m]
#14 95.86 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mpom-bio-formats[0;1m ---[m
#14 95.88 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/pom.xml to /home/build/.m2/repository/ome/pom-bio-formats/8.3.0-SNAPSHOT/pom-bio-formats-8.3.0-SNAPSHOT.pom
#14 95.88 [[1;34mINFO[m]
#14 95.88 [[1;34mINFO[m] [1m---------------------------< [0;36mome:turbojpeg[0;1m >----------------------------[m
#14 95.88 [[1;34mINFO[m] [1mBuilding libjpeg-turbo Java bindings 8.3.0-SNAPSHOT [13/24][m
#14 95.88 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 95.89 [[1;34mINFO[m]
#14 95.89 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mturbojpeg[0;1m ---[m
#14 95.89 [[1;34mINFO[m]
#14 95.89 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mturbojpeg[0;1m ---[m
#14 95.90 [[1;34mINFO[m]
#14 95.90 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 95.90 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 95.90 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 95.90 [[1;34mINFO[m] Storing buildNumber: 5bc684ad1803c520ee3fb3b57284721f78b4468e at timestamp: 1750205806204
#14 95.90 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 95.90 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 95.90
#14 95.90 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 95.90 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 95.91 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 95.91 [[1;34mINFO[m]
#14 95.91 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mturbojpeg[0;1m ---[m
#14 95.94 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 95.94 [[1;34mINFO[m] Copying 0 resource
#14 95.94 [[1;34mINFO[m] Copying 7 resources to META-INF/lib
#14 95.95 [[1;34mINFO[m] Copying 0 resource
#14 95.95 [[1;34mINFO[m] Copying 0 resource
#14 95.95 [[1;34mINFO[m]
#14 95.95 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mturbojpeg[0;1m ---[m
#14 95.99 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 95.99 [[1;34mINFO[m] Compiling 10 source files to /bio-formats-build/bioformats/components/forks/turbojpeg/target/classes
#14 96.07 [[1;34mINFO[m] /bio-formats-build/bioformats/components/forks/turbojpeg/src/org/libjpegturbo/turbojpeg/TJDecompressor.java: Some input files use or override a deprecated API.
#14 96.07 [[1;34mINFO[m] /bio-formats-build/bioformats/components/forks/turbojpeg/src/org/libjpegturbo/turbojpeg/TJDecompressor.java: Recompile with -Xlint:deprecation for details.
#14 96.07 [[1;34mINFO[m]
#14 96.07 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mturbojpeg[0;1m ---[m
#14 96.07 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 96.07 [[1;34mINFO[m] skip non existing resourceDirectory /bio-formats-build/bioformats/components/forks/turbojpeg/test
#14 96.08 [[1;34mINFO[m]
#14 96.08 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mturbojpeg[0;1m ---[m
#14 96.08 [[1;34mINFO[m] No sources to compile
#14 96.08 [[1;34mINFO[m]
#14 96.08 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mturbojpeg[0;1m ---[m
#14 96.12 [[1;34mINFO[m] No tests to run.
#14 96.12 [[1;34mINFO[m]
#14 96.12 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mturbojpeg[0;1m ---[m
#14 96.20 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/forks/turbojpeg/target/turbojpeg-8.3.0-SNAPSHOT.jar
#14 96.25 [[1;34mINFO[m]
#14 96.25 [[1;34mINFO[m] [1m>>> [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[0;1m > [0;1mgenerate-sources[m @ [36mturbojpeg[0;1m >>>[m
#14 96.25 [[1;34mINFO[m]
#14 96.25 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mturbojpeg[0;1m ---[m
#14 96.25 [[1;34mINFO[m]
#14 96.25 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 96.25 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 96.25 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 96.26 [[1;34mINFO[m] Storing buildNumber: 5bc684ad1803c520ee3fb3b57284721f78b4468e at timestamp: 1750205806561
#14 96.26 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 96.26 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 96.26
#14 96.26 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 96.26 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 96.26 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 96.26 [[1;34mINFO[m]
#14 96.26 [[1;34mINFO[m] [1m<<< [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[0;1m < [0;1mgenerate-sources[m @ [36mturbojpeg[0;1m <<<[m
#14 96.26 [[1;34mINFO[m]
#14 96.26 [[1;34mINFO[m]
#14 96.27 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 96.29 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/forks/turbojpeg/target/turbojpeg-8.3.0-SNAPSHOT-sources.jar
#14 96.34 [[1;34mINFO[m]
#14 96.34 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 96.35 [[1;34mINFO[m] Skipping packaging of the test-jar
#14 96.35 [[1;34mINFO[m]
#14 96.35 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mturbojpeg[0;1m ---[m
#14 96.35 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/components/forks/turbojpeg/target/turbojpeg-8.3.0-SNAPSHOT.jar to /home/build/.m2/repository/ome/turbojpeg/8.3.0-SNAPSHOT/turbojpeg-8.3.0-SNAPSHOT.jar
#14 96.35 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/components/forks/turbojpeg/pom.xml to /home/build/.m2/repository/ome/turbojpeg/8.3.0-SNAPSHOT/turbojpeg-8.3.0-SNAPSHOT.pom
#14 96.35 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/components/forks/turbojpeg/target/turbojpeg-8.3.0-SNAPSHOT-sources.jar to /home/build/.m2/repository/ome/turbojpeg/8.3.0-SNAPSHOT/turbojpeg-8.3.0-SNAPSHOT-sources.jar
#14 96.35 [[1;34mINFO[m]
#14 96.35 [[1;34mINFO[m] [1m--------------------------< [0;36mome:formats-api[0;1m >---------------------------[m
#14 96.35 [[1;34mINFO[m] [1mBuilding Bio-Formats API 8.3.0-SNAPSHOT [14/24][m
#14 96.35 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 96.36 Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.pom
#14 96.37 Progress (1): 389 B
Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.pom (389 B at 15 kB/s)
#14 96.39 Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.8/testng-6.8.pom
#14 96.40 Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.8/testng-6.8.pom (7.2 kB at 288 kB/s)
#14 96.41 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
#14 96.43 Progress (1): 3.4 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (3.4 kB at 134 kB/s)
#14 96.44 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom
#14 96.45 Progress (1): 2.3 kB
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom (2.3 kB at 87 kB/s)
#14 96.47 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
#14 96.48 Progress (1): 481 B
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom (481 B at 20 kB/s)
#14 96.50 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
#14 96.51 Progress (1): 4.1/5.9 kB
Progress (1): 5.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom (5.9 kB at 245 kB/s)
#14 96.52 Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.pom
#14 96.53 Progress (1): 4.1/7.2 kB
Progress (1): 7.2 kB
Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.pom (7.2 kB at 277 kB/s)
#14 96.55 Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.pom
#14 96.56 Progress (1): 4.1/8.1 kB
Progress (1): 8.1 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.pom (8.1 kB at 310 kB/s)
#14 96.58 Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.jar
#14 96.58 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar
#14 96.58 Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.8/testng-6.8.jar
#14 96.58 Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.jar
#14 96.58 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar
#14 96.59 Progress (1): 4.1/284 kB
Progress (1): 8.2/284 kB
Progress (1): 12/284 kB
Progress (1): 16/284 kB
Progress (2): 16/284 kB | 4.1/253 kB
Progress (2): 20/284 kB | 4.1/253 kB
Progress (3): 20/284 kB | 4.1/253 kB | 4.1/77 kB
Progress (3): 25/284 kB | 4.1/253 kB | 4.1/77 kB
Progress (3): 25/284 kB | 4.1/253 kB | 8.2/77 kB
Progress (3): 25/284 kB | 8.2/253 kB | 8.2/77 kB
Progress (3): 29/284 kB | 8.2/253 kB | 8.2/77 kB
Progress (3): 29/284 kB | 12/253 kB | 8.2/77 kB
Progress (4): 29/284 kB | 12/253 kB | 8.2/77 kB | 4.1/56 kB
Progress (4): 29/284 kB | 12/253 kB | 12/77 kB | 4.1/56 kB
Progress (4): 29/284 kB | 12/253 kB | 12/77 kB | 8.2/56 kB
Progress (5): 29/284 kB | 12/253 kB | 12/77 kB | 8.2/56 kB | 4.1/813 kB
Progress (5): 29/284 kB | 16/253 kB | 12/77 kB | 8.2/56 kB | 4.1/813 kB
Progress (5): 33/284 kB | 16/253 kB | 12/77 kB | 8.2/56 kB | 4.1/813 kB
Progress (5): 33/284 kB | 16/253 kB | 12/77 kB | 8.2/56 kB | 8.2/813 kB
Progress (5): 33/284 kB | 16/253 kB | 12/77 kB | 12/56 kB | 8.2/813 kB
Progress (5): 33/284 kB | 16/253 kB | 16/77 kB | 12/56 kB | 8.2/813 kB
Progress (5): 33/284 kB | 16/253 kB | 16/77 kB | 16/56 kB | 8.2/813 kB
Progress (5): 33/284 kB | 16/253 kB | 16/77 kB | 16/56 kB | 12/813 kB
Progress (5): 33/284 kB | 16/253 kB | 16/77 kB | 20/56 kB | 12/813 kB
Progress (5): 37/284 kB | 16/253 kB | 16/77 kB | 20/56 kB | 12/813 kB
Progress (5): 37/284 kB | 20/253 kB | 16/77 kB | 20/56 kB | 12/813 kB
Progress (5): 41/284 kB | 20/253 kB | 16/77 kB | 20/56 kB | 12/813 kB
Progress (5): 41/284 kB | 20/253 kB | 16/77 kB | 25/56 kB | 12/813 kB
Progress (5): 41/284 kB | 20/253 kB | 16/77 kB | 25/56 kB | 16/813 kB
Progress (5): 41/284 kB | 20/253 kB | 20/77 kB | 25/56 kB | 16/813 kB
Progress (5): 41/284 kB | 20/253 kB | 20/77 kB | 29/56 kB | 16/813 kB
Progress (5): 45/284 kB | 20/253 kB | 20/77 kB | 29/56 kB | 16/813 kB
Progress (5): 45/284 kB | 25/253 kB | 20/77 kB | 29/56 kB | 16/813 kB
Progress (5): 49/284 kB | 25/253 kB | 20/77 kB | 29/56 kB | 16/813 kB
Progress (5): 49/284 kB | 25/253 kB | 20/77 kB | 33/56 kB | 16/813 kB
Progress (5): 53/284 kB | 25/253 kB | 20/77 kB | 33/56 kB | 16/813 kB
Progress (5): 53/284 kB | 25/253 kB | 24/77 kB | 33/56 kB | 16/813 kB
Progress (5): 53/284 kB | 25/253 kB | 24/77 kB | 33/56 kB | 20/813 kB
Progress (5): 53/284 kB | 25/253 kB | 28/77 kB | 33/56 kB | 20/813 kB
Progress (5): 57/284 kB | 25/253 kB | 28/77 kB | 33/56 kB | 20/813 kB
Progress (5): 57/284 kB | 25/253 kB | 28/77 kB | 37/56 kB | 20/813 kB
Progress (5): 57/284 kB | 29/253 kB | 28/77 kB | 37/56 kB | 20/813 kB
Progress (5): 57/284 kB | 29/253 kB | 28/77 kB | 41/56 kB | 20/813 kB
Progress (5): 61/284 kB | 29/253 kB | 28/77 kB | 41/56 kB | 20/813 kB
Progress (5): 61/284 kB | 29/253 kB | 32/77 kB | 41/56 kB | 20/813 kB
Progress (5): 61/284 kB | 29/253 kB | 32/77 kB | 41/56 kB | 25/813 kB
Progress (5): 66/284 kB | 29/253 kB | 32/77 kB | 41/56 kB | 25/813 kB
Progress (5): 66/284 kB | 29/253 kB | 32/77 kB | 45/56 kB | 25/813 kB
Progress (5): 70/284 kB | 29/253 kB | 32/77 kB | 45/56 kB | 25/813 kB
Progress (5): 70/284 kB | 33/253 kB | 32/77 kB | 45/56 kB | 25/813 kB
Progress (5): 74/284 kB | 33/253 kB | 32/77 kB | 45/56 kB | 25/813 kB
Progress (5): 74/284 kB | 33/253 kB | 32/77 kB | 49/56 kB | 25/813 kB
Progress (5): 74/284 kB | 33/253 kB | 32/77 kB | 49/56 kB | 29/813 kB
Progress (5): 74/284 kB | 33/253 kB | 36/77 kB | 49/56 kB | 29/813 kB
Progress (5): 74/284 kB | 33/253 kB | 36/77 kB | 49/56 kB | 33/813 kB
Progress (5): 74/284 kB | 33/253 kB | 36/77 kB | 53/56 kB | 33/813 kB
Progress (5): 78/284 kB | 33/253 kB | 36/77 kB | 53/56 kB | 33/813 kB
Progress (5): 78/284 kB | 37/253 kB | 36/77 kB | 53/56 kB | 33/813 kB
Progress (5): 82/284 kB | 37/253 kB | 36/77 kB | 53/56 kB | 33/813 kB
Progress (5): 82/284 kB | 37/253 kB | 36/77 kB | 56 kB | 33/813 kB
Progress (5): 82/284 kB | 37/253 kB | 36/77 kB | 56 kB | 37/813 kB
Progress (5): 82/284 kB | 37/253 kB | 40/77 kB | 56 kB | 37/813 kB
Progress (5): 82/284 kB | 37/253 kB | 40/77 kB | 56 kB | 41/813 kB
Progress (5): 86/284 kB | 37/253 kB | 40/77 kB | 56 kB | 41/813 kB
Progress (5): 86/284 kB | 41/253 kB | 40/77 kB | 56 kB | 41/813 kB
Progress (5): 90/284 kB | 41/253 kB | 40/77 kB | 56 kB | 41/813 kB
Progress (5): 90/284 kB | 41/253 kB | 40/77 kB | 56 kB | 45/813 kB
Progress (5): 90/284 kB | 41/253 kB | 44/77 kB | 56 kB | 45/813 kB
Progress (5): 90/284 kB | 41/253 kB | 44/77 kB | 56 kB | 49/813 kB
Progress (5): 94/284 kB | 41/253 kB | 44/77 kB | 56 kB | 49/813 kB
Progress (5): 94/284 kB | 45/253 kB | 44/77 kB | 56 kB | 49/813 kB
Progress (5): 98/284 kB | 45/253 kB | 44/77 kB | 56 kB | 49/813 kB
Progress (5): 98/284 kB | 45/253 kB | 44/77 kB | 56 kB | 53/813 kB
Progress (5): 98/284 kB | 45/253 kB | 49/77 kB | 56 kB | 53/813 kB
Progress (5): 98/284 kB | 45/253 kB | 49/77 kB | 56 kB | 57/813 kB
Progress (5): 102/284 kB | 45/253 kB | 49/77 kB | 56 kB | 57/813 kB
Progress (5): 102/284 kB | 49/253 kB | 49/77 kB | 56 kB | 57/813 kB
Progress (5): 106/284 kB | 49/253 kB | 49/77 kB | 56 kB | 57/813 kB
Progress (5): 106/284 kB | 49/253 kB | 49/77 kB | 56 kB | 61/813 kB
Progress (5): 106/284 kB | 49/253 kB | 53/77 kB | 56 kB | 61/813 kB
Progress (5): 106/284 kB | 49/253 kB | 53/77 kB | 56 kB | 66/813 kB
Progress (5): 111/284 kB | 49/253 kB | 53/77 kB | 56 kB | 66/813 kB
Progress (5): 111/284 kB | 53/253 kB | 53/77 kB | 56 kB | 66/813 kB
Progress (5): 115/284 kB | 53/253 kB | 53/77 kB | 56 kB | 66/813 kB
Progress (5): 115/284 kB | 53/253 kB | 53/77 kB | 56 kB | 70/813 kB
Progress (5): 115/284 kB | 53/253 kB | 57/77 kB | 56 kB | 70/813 kB
Progress (5): 115/284 kB | 53/253 kB | 57/77 kB | 56 kB | 74/813 kB
Progress (5): 119/284 kB | 53/253 kB | 57/77 kB | 56 kB | 74/813 kB
Progress (5): 119/284 kB | 57/253 kB | 57/77 kB | 56 kB | 74/813 kB
Progress (5): 123/284 kB | 57/253 kB | 57/77 kB | 56 kB | 74/813 kB
Progress (5): 123/284 kB | 57/253 kB | 57/77 kB | 56 kB | 78/813 kB
Progress (5): 123/284 kB | 57/253 kB | 61/77 kB | 56 kB | 78/813 kB
Progress (5): 123/284 kB | 57/253 kB | 61/77 kB | 56 kB | 82/813 kB
Progress (5): 127/284 kB | 57/253 kB | 61/77 kB | 56 kB | 82/813 kB
Progress (5): 127/284 kB | 61/253 kB | 61/77 kB | 56 kB | 82/813 kB
Progress (5): 131/284 kB | 61/253 kB | 61/77 kB | 56 kB | 82/813 kB
Progress (5): 131/284 kB | 61/253 kB | 61/77 kB | 56 kB | 86/813 kB
Progress (5): 131/284 kB | 61/253 kB | 65/77 kB | 56 kB | 86/813 kB
Progress (5): 131/284 kB | 61/253 kB | 65/77 kB | 56 kB | 90/813 kB
Progress (5): 135/284 kB | 61/253 kB | 65/77 kB | 56 kB | 90/813 kB
Progress (5): 135/284 kB | 66/253 kB | 65/77 kB | 56 kB | 90/813 kB
Progress (5): 139/284 kB | 66/253 kB | 65/77 kB | 56 kB | 90/813 kB
Progress (5): 139/284 kB | 66/253 kB | 65/77 kB | 56 kB | 94/813 kB
Progress (5): 139/284 kB | 66/253 kB | 69/77 kB | 56 kB | 94/813 kB
Progress (5): 139/284 kB | 66/253 kB | 69/77 kB | 56 kB | 98/813 kB
Progress (5): 143/284 kB | 66/253 kB | 69/77 kB | 56 kB | 98/813 kB
Progress (5): 143/284 kB | 70/253 kB | 69/77 kB | 56 kB | 98/813 kB
Progress (5): 147/284 kB | 70/253 kB | 69/77 kB | 56 kB | 98/813 kB
Progress (5): 147/284 kB | 70/253 kB | 69/77 kB | 56 kB | 102/813 kB
Progress (5): 152/284 kB | 70/253 kB | 69/77 kB | 56 kB | 102/813 kB
Progress (5): 152/284 kB | 70/253 kB | 73/77 kB | 56 kB | 102/813 kB
Progress (5): 156/284 kB | 70/253 kB | 73/77 kB | 56 kB | 102/813 kB
Progress (5): 156/284 kB | 70/253 kB | 73/77 kB | 56 kB | 106/813 kB
Progress (5): 156/284 kB | 74/253 kB | 73/77 kB | 56 kB | 106/813 kB
Progress (5): 156/284 kB | 74/253 kB | 73/77 kB | 56 kB | 111/813 kB
Progress (5): 160/284 kB | 74/253 kB | 73/77 kB | 56 kB | 111/813 kB
Progress (5): 160/284 kB | 74/253 kB | 77 kB | 56 kB | 111/813 kB
Progress (5): 164/284 kB | 74/253 kB | 77 kB | 56 kB | 111/813 kB
Progress (5): 164/284 kB | 74/253 kB | 77 kB | 56 kB | 115/813 kB
Progress (5): 168/284 kB | 74/253 kB | 77 kB | 56 kB | 115/813 kB
Progress (5): 168/284 kB | 78/253 kB | 77 kB | 56 kB | 115/813 kB
Progress (5): 172/284 kB | 78/253 kB | 77 kB | 56 kB | 115/813 kB
Progress (5): 172/284 kB | 78/253 kB | 77 kB | 56 kB | 119/813 kB
Progress (5): 176/284 kB | 78/253 kB | 77 kB | 56 kB | 119/813 kB
Progress (5): 176/284 kB | 82/253 kB | 77 kB | 56 kB | 119/813 kB
Progress (5): 180/284 kB | 82/253 kB | 77 kB | 56 kB | 119/813 kB
Progress (5): 180/284 kB | 82/253 kB | 77 kB | 56 kB | 123/813 kB
Progress (5): 180/284 kB | 86/253 kB | 77 kB | 56 kB | 123/813 kB
Progress (5): 180/284 kB | 86/253 kB | 77 kB | 56 kB | 127/813 kB
Progress (5): 184/284 kB | 86/253 kB | 77 kB | 56 kB | 127/813 kB
Progress (5): 184/284 kB | 90/253 kB | 77 kB | 56 kB | 127/813 kB
Progress (5): 188/284 kB | 90/253 kB | 77 kB | 56 kB | 127/813 kB
Progress (5): 188/284 kB | 90/253 kB | 77 kB | 56 kB | 131/813 kB
Progress (5): 193/284 kB | 90/253 kB | 77 kB | 56 kB | 131/813 kB
Progress (5): 193/284 kB | 94/253 kB | 77 kB | 56 kB | 131/813 kB
Progress (5): 197/284 kB | 94/253 kB | 77 kB | 56 kB | 131/813 kB
Progress (5): 197/284 kB | 94/253 kB | 77 kB | 56 kB | 135/813 kB
Progress (5): 197/284 kB | 98/253 kB | 77 kB | 56 kB | 135/813 kB
Progress (5): 197/284 kB | 98/253 kB | 77 kB | 56 kB | 139/813 kB
Progress (5): 201/284 kB | 98/253 kB | 77 kB | 56 kB | 139/813 kB
Progress (5): 201/284 kB | 98/253 kB | 77 kB | 56 kB | 143/813 kB
Progress (5): 201/284 kB | 102/253 kB | 77 kB | 56 kB | 143/813 kB
Progress (5): 205/284 kB | 102/253 kB | 77 kB | 56 kB | 143/813 kB
Progress (5): 205/284 kB | 106/253 kB | 77 kB | 56 kB | 143/813 kB
Progress (5): 205/284 kB | 106/253 kB | 77 kB | 56 kB | 147/813 kB
Progress (5): 205/284 kB | 111/253 kB | 77 kB | 56 kB | 147/813 kB
Progress (5): 209/284 kB | 111/253 kB | 77 kB | 56 kB | 147/813 kB
Progress (5): 209/284 kB | 115/253 kB | 77 kB | 56 kB | 147/813 kB
Progress (5): 209/284 kB | 115/253 kB | 77 kB | 56 kB | 152/813 kB
Progress (5): 209/284 kB | 119/253 kB | 77 kB | 56 kB | 152/813 kB
Progress (5): 213/284 kB | 119/253 kB | 77 kB | 56 kB | 152/813 kB
Progress (5): 213/284 kB | 123/253 kB | 77 kB | 56 kB | 152/813 kB
Progress (5): 217/284 kB | 123/253 kB | 77 kB | 56 kB | 152/813 kB
Progress (5): 217/284 kB | 123/253 kB | 77 kB | 56 kB | 156/813 kB
Progress (5): 221/284 kB | 123/253 kB | 77 kB | 56 kB | 156/813 kB
Progress (5): 221/284 kB | 127/253 kB | 77 kB | 56 kB | 156/813 kB
Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.jar (56 kB at 1.7 MB/s)
#14 96.61 Progress (4): 221/284 kB | 131/253 kB | 77 kB | 156/813 kB
Progress (4): 225/284 kB | 131/253 kB | 77 kB | 156/813 kB
Progress (4): 225/284 kB | 131/253 kB | 77 kB | 160/813 kB
Progress (4): 229/284 kB | 131/253 kB | 77 kB | 160/813 kB
Progress (4): 229/284 kB | 131/253 kB | 77 kB | 164/813 kB
Progress (4): 229/284 kB | 135/253 kB | 77 kB | 164/813 kB
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar
#14 96.62 Progress (4): 229/284 kB | 139/253 kB | 77 kB | 164/813 kB
Progress (4): 229/284 kB | 139/253 kB | 77 kB | 168/813 kB
Progress (4): 233/284 kB | 139/253 kB | 77 kB | 168/813 kB
Progress (4): 233/284 kB | 139/253 kB | 77 kB | 172/813 kB
Progress (4): 233/284 kB | 143/253 kB | 77 kB | 172/813 kB
Progress (4): 238/284 kB | 143/253 kB | 77 kB | 172/813 kB
Progress (4): 238/284 kB | 143/253 kB | 77 kB | 176/813 kB
Progress (4): 242/284 kB | 143/253 kB | 77 kB | 176/813 kB
Progress (4): 242/284 kB | 147/253 kB | 77 kB | 176/813 kB
Progress (4): 246/284 kB | 147/253 kB | 77 kB | 176/813 kB
Progress (4): 246/284 kB | 147/253 kB | 77 kB | 180/813 kB
Progress (4): 250/284 kB | 147/253 kB | 77 kB | 180/813 kB
Progress (4): 250/284 kB | 152/253 kB | 77 kB | 180/813 kB
Progress (4): 254/284 kB | 152/253 kB | 77 kB | 180/813 kB
Progress (4): 254/284 kB | 152/253 kB | 77 kB | 184/813 kB
Progress (4): 254/284 kB | 156/253 kB | 77 kB | 184/813 kB
Progress (4): 254/284 kB | 156/253 kB | 77 kB | 188/813 kB
Progress (4): 258/284 kB | 156/253 kB | 77 kB | 188/813 kB
Progress (4): 258/284 kB | 156/253 kB | 77 kB | 193/813 kB
Progress (4): 258/284 kB | 160/253 kB | 77 kB | 193/813 kB
Progress (4): 262/284 kB | 160/253 kB | 77 kB | 193/813 kB
Progress (4): 262/284 kB | 160/253 kB | 77 kB | 197/813 kB
Progress (4): 266/284 kB | 160/253 kB | 77 kB | 197/813 kB
Progress (4): 266/284 kB | 164/253 kB | 77 kB | 197/813 kB
Progress (4): 270/284 kB | 164/253 kB | 77 kB | 197/813 kB
Progress (4): 270/284 kB | 164/253 kB | 77 kB | 201/813 kB
Progress (4): 274/284 kB | 164/253 kB | 77 kB | 201/813 kB
Progress (4): 274/284 kB | 168/253 kB | 77 kB | 201/813 kB
Progress (4): 279/284 kB | 168/253 kB | 77 kB | 201/813 kB
Progress (4): 279/284 kB | 168/253 kB | 77 kB | 205/813 kB
Progress (4): 283/284 kB | 168/253 kB | 77 kB | 205/813 kB
Progress (4): 283/284 kB | 172/253 kB | 77 kB | 205/813 kB
Progress (4): 284 kB | 172/253 kB | 77 kB | 205/813 kB
Progress (4): 284 kB | 172/253 kB | 77 kB | 209/813 kB
Progress (4): 284 kB | 176/253 kB | 77 kB | 209/813 kB
Progress (4): 284 kB | 176/253 kB | 77 kB | 213/813 kB
Progress (4): 284 kB | 180/253 kB | 77 kB | 213/813 kB
Progress (4): 284 kB | 180/253 kB | 77 kB | 217/813 kB
Progress (4): 284 kB | 184/253 kB | 77 kB | 217/813 kB
Progress (4): 284 kB | 184/253 kB | 77 kB | 221/813 kB
Progress (4): 284 kB | 188/253 kB | 77 kB | 221/813 kB
Progress (4): 284 kB | 188/253 kB | 77 kB | 225/813 kB
Progress (4): 284 kB | 193/253 kB | 77 kB | 225/813 kB
Progress (4): 284 kB | 193/253 kB | 77 kB | 229/813 kB
Progress (4): 284 kB | 197/253 kB | 77 kB | 229/813 kB
Progress (4): 284 kB | 197/253 kB | 77 kB | 233/813 kB
Progress (4): 284 kB | 201/253 kB | 77 kB | 233/813 kB
Progress (4): 284 kB | 201/253 kB | 77 kB | 238/813 kB
Progress (4): 284 kB | 205/253 kB | 77 kB | 238/813 kB
Progress (4): 284 kB | 205/253 kB | 77 kB | 242/813 kB
Progress (4): 284 kB | 209/253 kB | 77 kB | 242/813 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar (77 kB at 1.9 MB/s)
#14 96.62 Progress (3): 284 kB | 213/253 kB | 242/813 kB
Progress (3): 284 kB | 213/253 kB | 246/813 kB
Progress (3): 284 kB | 217/253 kB | 246/813 kB
Progress (3): 284 kB | 217/253 kB | 250/813 kB
Progress (3): 284 kB | 221/253 kB | 250/813 kB
Progress (3): 284 kB | 221/253 kB | 254/813 kB
Progress (3): 284 kB | 225/253 kB | 254/813 kB
Progress (3): 284 kB | 225/253 kB | 258/813 kB
Progress (3): 284 kB | 229/253 kB | 258/813 kB
Progress (3): 284 kB | 229/253 kB | 262/813 kB
Progress (3): 284 kB | 233/253 kB | 262/813 kB
Progress (3): 284 kB | 233/253 kB | 266/813 kB
Progress (3): 284 kB | 238/253 kB | 266/813 kB
Progress (3): 284 kB | 238/253 kB | 270/813 kB
Progress (3): 284 kB | 242/253 kB | 270/813 kB
Progress (3): 284 kB | 242/253 kB | 274/813 kB
Progress (3): 284 kB | 246/253 kB | 274/813 kB
Progress (3): 284 kB | 250/253 kB | 274/813 kB
Progress (3): 284 kB | 250/253 kB | 279/813 kB
Progress (3): 284 kB | 253 kB | 279/813 kB
Progress (3): 284 kB | 253 kB | 283/813 kB
Progress (3): 284 kB | 253 kB | 287/813 kB
Progress (3): 284 kB | 253 kB | 291/813 kB
Progress (3): 284 kB | 253 kB | 295/813 kB
Progress (3): 284 kB | 253 kB | 299/813 kB
Progress (3): 284 kB | 253 kB | 303/813 kB
Progress (3): 284 kB | 253 kB | 307/813 kB
Progress (3): 284 kB | 253 kB | 311/813 kB
Progress (3): 284 kB | 253 kB | 315/813 kB
Progress (3): 284 kB | 253 kB | 319/813 kB
Progress (3): 284 kB | 253 kB | 324/813 kB
Progress (3): 284 kB | 253 kB | 328/813 kB
Progress (3): 284 kB | 253 kB | 332/813 kB
Progress (3): 284 kB | 253 kB | 336/813 kB
Progress (3): 284 kB | 253 kB | 340/813 kB
Progress (3): 284 kB | 253 kB | 344/813 kB
Progress (3): 284 kB | 253 kB | 348/813 kB
Progress (3): 284 kB | 253 kB | 352/813 kB
Progress (3): 284 kB | 253 kB | 356/813 kB
Progress (3): 284 kB | 253 kB | 360/813 kB
Progress (3): 284 kB | 253 kB | 365/813 kB
Progress (3): 284 kB | 253 kB | 369/813 kB
Progress (3): 284 kB | 253 kB | 373/813 kB
Progress (3): 284 kB | 253 kB | 377/813 kB
Progress (3): 284 kB | 253 kB | 381/813 kB
Progress (3): 284 kB | 253 kB | 385/813 kB
Progress (3): 284 kB | 253 kB | 389/813 kB
Progress (3): 284 kB | 253 kB | 393/813 kB
Progress (3): 284 kB | 253 kB | 397/813 kB
Progress (3): 284 kB | 253 kB | 401/813 kB
Progress (4): 284 kB | 253 kB | 401/813 kB | 4.1/232 kB
Progress (4): 284 kB | 253 kB | 406/813 kB | 4.1/232 kB
Progress (4): 284 kB | 253 kB | 406/813 kB | 8.2/232 kB
Progress (4): 284 kB | 253 kB | 410/813 kB | 8.2/232 kB
Progress (4): 284 kB | 253 kB | 410/813 kB | 12/232 kB
Progress (4): 284 kB | 253 kB | 414/813 kB | 12/232 kB
Progress (4): 284 kB | 253 kB | 414/813 kB | 16/232 kB
Progress (4): 284 kB | 253 kB | 418/813 kB | 16/232 kB
Progress (4): 284 kB | 253 kB | 422/813 kB | 16/232 kB
Progress (4): 284 kB | 253 kB | 422/813 kB | 20/232 kB
Progress (4): 284 kB | 253 kB | 426/813 kB | 20/232 kB
Progress (4): 284 kB | 253 kB | 426/813 kB | 25/232 kB
Progress (4): 284 kB | 253 kB | 430/813 kB | 25/232 kB
Progress (4): 284 kB | 253 kB | 430/813 kB | 29/232 kB
Progress (4): 284 kB | 253 kB | 434/813 kB | 29/232 kB
Progress (4): 284 kB | 253 kB | 434/813 kB | 33/232 kB
Progress (4): 284 kB | 253 kB | 438/813 kB | 33/232 kB
Progress (4): 284 kB | 253 kB | 438/813 kB | 37/232 kB
Progress (4): 284 kB | 253 kB | 442/813 kB | 37/232 kB
Progress (4): 284 kB | 253 kB | 442/813 kB | 41/232 kB
Progress (4): 284 kB | 253 kB | 446/813 kB | 41/232 kB
Progress (4): 284 kB | 253 kB | 446/813 kB | 45/232 kB
Progress (4): 284 kB | 253 kB | 451/813 kB | 45/232 kB
Progress (4): 284 kB | 253 kB | 451/813 kB | 49/232 kB
Progress (4): 284 kB | 253 kB | 455/813 kB | 49/232 kB
Progress (4): 284 kB | 253 kB | 455/813 kB | 53/232 kB
Progress (4): 284 kB | 253 kB | 459/813 kB | 53/232 kB
Progress (4): 284 kB | 253 kB | 459/813 kB | 57/232 kB
Progress (4): 284 kB | 253 kB | 463/813 kB | 57/232 kB
Progress (4): 284 kB | 253 kB | 463/813 kB | 61/232 kB
Progress (4): 284 kB | 253 kB | 467/813 kB | 61/232 kB
Progress (4): 284 kB | 253 kB | 467/813 kB | 66/232 kB
Progress (4): 284 kB | 253 kB | 471/813 kB | 66/232 kB
Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.jar (284 kB at 5.7 MB/s)
#14 96.63 Progress (3): 253 kB | 475/813 kB | 66/232 kB
Progress (3): 253 kB | 475/813 kB | 70/232 kB
Progress (3): 253 kB | 479/813 kB | 70/232 kB
Progress (3): 253 kB | 479/813 kB | 74/232 kB
Progress (3): 253 kB | 483/813 kB | 74/232 kB
Progress (3): 253 kB | 487/813 kB | 74/232 kB
Progress (3): 253 kB | 487/813 kB | 78/232 kB
Progress (3): 253 kB | 492/813 kB | 78/232 kB
Progress (3): 253 kB | 492/813 kB | 82/232 kB
Progress (3): 253 kB | 496/813 kB | 82/232 kB
Progress (3): 253 kB | 500/813 kB | 82/232 kB
Progress (3): 253 kB | 500/813 kB | 86/232 kB
Progress (3): 253 kB | 504/813 kB | 86/232 kB
Progress (3): 253 kB | 504/813 kB | 90/232 kB
Progress (3): 253 kB | 504/813 kB | 94/232 kB
Progress (3): 253 kB | 508/813 kB | 94/232 kB
Progress (3): 253 kB | 508/813 kB | 98/232 kB
Progress (3): 253 kB | 512/813 kB | 98/232 kB
Progress (3): 253 kB | 516/813 kB | 98/232 kB
Progress (3): 253 kB | 516/813 kB | 102/232 kB
Progress (3): 253 kB | 520/813 kB | 102/232 kB
Progress (3): 253 kB | 520/813 kB | 106/232 kB
Progress (3): 253 kB | 520/813 kB | 111/232 kB
Progress (3): 253 kB | 524/813 kB | 111/232 kB
Progress (3): 253 kB | 524/813 kB | 115/232 kB
Progress (3): 253 kB | 528/813 kB | 115/232 kB
Progress (3): 253 kB | 532/813 kB | 115/232 kB
Progress (3): 253 kB | 532/813 kB | 119/232 kB
Progress (3): 253 kB | 537/813 kB | 119/232 kB
Progress (3): 253 kB | 537/813 kB | 123/232 kB
Progress (3): 253 kB | 537/813 kB | 127/232 kB
Progress (3): 253 kB | 541/813 kB | 127/232 kB
Progress (3): 253 kB | 541/813 kB | 131/232 kB
Progress (3): 253 kB | 545/813 kB | 131/232 kB
Progress (3): 253 kB | 549/813 kB | 131/232 kB
Progress (3): 253 kB | 549/813 kB | 135/232 kB
Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar (253 kB at 4.6 MB/s)
#14 96.64 Progress (2): 553/813 kB | 135/232 kB
Progress (2): 553/813 kB | 139/232 kB
Progress (2): 557/813 kB | 139/232 kB
Progress (2): 557/813 kB | 143/232 kB
Progress (2): 561/813 kB | 143/232 kB
Progress (2): 561/813 kB | 147/232 kB
Progress (2): 565/813 kB | 147/232 kB
Progress (2): 569/813 kB | 147/232 kB
Progress (2): 569/813 kB | 152/232 kB
Progress (2): 569/813 kB | 156/232 kB
Progress (2): 573/813 kB | 156/232 kB
Progress (2): 573/813 kB | 160/232 kB
Progress (2): 578/813 kB | 160/232 kB
Progress (2): 578/813 kB | 164/232 kB
Progress (2): 582/813 kB | 164/232 kB
Progress (2): 586/813 kB | 164/232 kB
Progress (2): 586/813 kB | 168/232 kB
Progress (2): 586/813 kB | 172/232 kB
Progress (2): 590/813 kB | 172/232 kB
Progress (2): 590/813 kB | 176/232 kB
Progress (2): 594/813 kB | 176/232 kB
Progress (2): 594/813 kB | 180/232 kB
Progress (2): 598/813 kB | 180/232 kB
Progress (2): 602/813 kB | 180/232 kB
Progress (2): 602/813 kB | 184/232 kB
Progress (2): 602/813 kB | 188/232 kB
Progress (2): 606/813 kB | 188/232 kB
Progress (2): 606/813 kB | 193/232 kB
Progress (2): 610/813 kB | 193/232 kB
Progress (2): 610/813 kB | 197/232 kB
Progress (2): 614/813 kB | 197/232 kB
Progress (2): 618/813 kB | 197/232 kB
Progress (2): 618/813 kB | 201/232 kB
Progress (2): 618/813 kB | 205/232 kB
Progress (2): 623/813 kB | 205/232 kB
Progress (2): 623/813 kB | 209/232 kB
Progress (2): 627/813 kB | 209/232 kB
Progress (2): 627/813 kB | 213/232 kB
Progress (2): 631/813 kB | 213/232 kB
Progress (2): 635/813 kB | 213/232 kB
Progress (2): 635/813 kB | 217/232 kB
Progress (2): 635/813 kB | 221/232 kB
Progress (2): 639/813 kB | 221/232 kB
Progress (2): 639/813 kB | 225/232 kB
Progress (2): 643/813 kB | 225/232 kB
Progress (2): 643/813 kB | 229/232 kB
Progress (2): 647/813 kB | 229/232 kB
Progress (2): 647/813 kB | 232 kB
Progress (2): 651/813 kB | 232 kB
Progress (2): 655/813 kB | 232 kB
Progress (2): 659/813 kB | 232 kB
Progress (2): 664/813 kB | 232 kB
Progress (2): 668/813 kB | 232 kB
Progress (2): 672/813 kB | 232 kB
Progress (2): 676/813 kB | 232 kB
Progress (2): 680/813 kB | 232 kB
Progress (2): 684/813 kB | 232 kB
Progress (2): 688/813 kB | 232 kB
Progress (2): 692/813 kB | 232 kB
Progress (2): 696/813 kB | 232 kB
Progress (2): 700/813 kB | 232 kB
Progress (2): 705/813 kB | 232 kB
Progress (2): 709/813 kB | 232 kB
Progress (2): 713/813 kB | 232 kB
Progress (2): 717/813 kB | 232 kB
Progress (2): 721/813 kB | 232 kB
Progress (2): 725/813 kB | 232 kB
Progress (2): 729/813 kB | 232 kB
Progress (2): 733/813 kB | 232 kB
Progress (2): 737/813 kB | 232 kB
Progress (2): 741/813 kB | 232 kB
Progress (2): 745/813 kB | 232 kB
Progress (2): 750/813 kB | 232 kB
Progress (2): 754/813 kB | 232 kB
Progress (2): 758/813 kB | 232 kB
Progress (2): 762/813 kB | 232 kB
Progress (2): 766/813 kB | 232 kB
Progress (2): 770/813 kB | 232 kB
Progress (2): 774/813 kB | 232 kB
Progress (2): 778/813 kB | 232 kB
Progress (2): 782/813 kB | 232 kB
Progress (2): 786/813 kB | 232 kB
Progress (2): 791/813 kB | 232 kB
Progress (2): 795/813 kB | 232 kB
Progress (2): 799/813 kB | 232 kB
Progress (2): 803/813 kB | 232 kB
Progress (2): 807/813 kB | 232 kB
Progress (2): 811/813 kB | 232 kB
Progress (2): 813 kB | 232 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar (232 kB at 3.2 MB/s)
#14 96.66 Downloaded from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.8/testng-6.8.jar (813 kB at 11 MB/s)
#14 96.66 [[1;34mINFO[m]
#14 96.66 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mformats-api[0;1m ---[m
#14 96.67 [[1;34mINFO[m]
#14 96.67 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mformats-api[0;1m ---[m
#14 96.67 [[1;34mINFO[m]
#14 96.67 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 96.67 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 96.67 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 96.67 [[1;34mINFO[m] Storing buildNumber: 5bc684ad1803c520ee3fb3b57284721f78b4468e at timestamp: 1750205806975
#14 96.68 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 96.68 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 96.68
#14 96.68 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 96.68 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 96.68 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 96.68 [[1;34mINFO[m]
#14 96.68 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mformats-api[0;1m ---[m
#14 96.68 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 96.68 [[1;34mINFO[m] Copying 2 resources
#14 96.68 [[1;34mINFO[m] Copying 0 resource
#14 96.69 [[1;34mINFO[m] Copying 0 resource
#14 96.69 [[1;34mINFO[m]
#14 96.69 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mformats-api[0;1m ---[m
#14 96.69 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 96.69 [[1;34mINFO[m] Compiling 54 source files to /bio-formats-build/bioformats/components/formats-api/target/classes
#14 97.08 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/src/loci/formats/FormatTools.java: Some input files use or override a deprecated API.
#14 97.08 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/src/loci/formats/FormatTools.java: Recompile with -Xlint:deprecation for details.
#14 97.08 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/src/loci/formats/FormatReader.java: Some input files use unchecked or unsafe operations.
#14 97.08 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/src/loci/formats/FormatReader.java: Recompile with -Xlint:unchecked for details.
#14 97.08 [[1;34mINFO[m]
#14 97.08 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mformats-api[0;1m ---[m
#14 97.08 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 97.08 [[1;34mINFO[m] Copying 2 resources
#14 97.08 [[1;34mINFO[m]
#14 97.08 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mformats-api[0;1m ---[m
#14 97.08 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 97.08 [[1;34mINFO[m] Compiling 6 source files to /bio-formats-build/bioformats/components/formats-api/target/test-classes
#14 97.22 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/DynamicMetadataOptionsTest.java: /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/DynamicMetadataOptionsTest.java uses or overrides a deprecated API that is marked for removal.
#14 97.22 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/DynamicMetadataOptionsTest.java: Recompile with -Xlint:removal for details.
#14 97.22 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/CoreMetadataListTest.java: /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/CoreMetadataListTest.java uses unchecked or unsafe operations.
#14 97.22 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/CoreMetadataListTest.java: Recompile with -Xlint:unchecked for details.
#14 97.22 [[1;34mINFO[m]
#14 97.22 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mformats-api[0;1m ---[m
#14 97.31 [[1;34mINFO[m]
#14 97.31 [[1;34mINFO[m] -------------------------------------------------------
#14 97.31 [[1;34mINFO[m] T E S T S
#14 97.31 [[1;34mINFO[m] -------------------------------------------------------
#14 97.50 [[1;34mINFO[m] Running [1mTestSuite[m
#14 97.69 SLF4J: No SLF4J providers were found.
#14 97.69 SLF4J: Defaulting to no-operation (NOP) logger implementation
#14 97.69 SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
#14 98.06 [[1;34mINFO[m] [1;32mTests run: [0;1;32m224[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s - in [1mTestSuite[m
#14 98.38 [[1;34mINFO[m]
#14 98.38 [[1;34mINFO[m] Results:
#14 98.38 [[1;34mINFO[m]
#14 98.38 [[1;34mINFO[m] [1;32mTests run: 224, Failures: 0, Errors: 0, Skipped: 0[m
#14 98.38 [[1;34mINFO[m]
#14 98.39 [[1;34mINFO[m]
#14 98.39 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mformats-api[0;1m ---[m
#14 98.40 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT.jar
#14 98.41 [[1;34mINFO[m]
#14 98.41 [[1;34mINFO[m] [1m>>> [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[0;1m > [0;1mgenerate-sources[m @ [36mformats-api[0;1m >>>[m
#14 98.42 [[1;34mINFO[m]
#14 98.42 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mformats-api[0;1m ---[m
#14 98.42 [[1;34mINFO[m]
#14 98.42 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 98.42 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 98.42 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 98.42 [[1;34mINFO[m] Storing buildNumber: 5bc684ad1803c520ee3fb3b57284721f78b4468e at timestamp: 1750205808727
#14 98.43 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 98.43 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 98.43
#14 98.43 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 98.43 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 98.43 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 98.43 [[1;34mINFO[m]
#14 98.43 [[1;34mINFO[m] [1m<<< [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[0;1m < [0;1mgenerate-sources[m @ [36mformats-api[0;1m <<<[m
#14 98.43 [[1;34mINFO[m]
#14 98.43 [[1;34mINFO[m]
#14 98.43 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 98.45 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT-sources.jar
#14 98.47 [[1;34mINFO[m]
#14 98.47 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 98.47 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT-tests.jar
#14 98.48 [[1;34mINFO[m]
#14 98.48 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mformats-api[0;1m ---[m
#14 98.48 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT.jar to /home/build/.m2/repository/ome/formats-api/8.3.0-SNAPSHOT/formats-api-8.3.0-SNAPSHOT.jar
#14 98.48 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/components/formats-api/pom.xml to /home/build/.m2/repository/ome/formats-api/8.3.0-SNAPSHOT/formats-api-8.3.0-SNAPSHOT.pom
#14 98.48 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT-sources.jar to /home/build/.m2/repository/ome/formats-api/8.3.0-SNAPSHOT/formats-api-8.3.0-SNAPSHOT-sources.jar
#14 98.49 [[1;34mINFO[m] Installing /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT-tests.jar to /home/build/.m2/repository/ome/formats-api/8.3.0-SNAPSHOT/formats-api-8.3.0-SNAPSHOT-tests.jar
#14 98.49 [[1;34mINFO[m]
#14 98.49 [[1;34mINFO[m] [1m--------------------------< [0;36mome:formats-bsd[0;1m >---------------------------[m
#14 98.49 [[1;34mINFO[m] [1mBuilding BSD Bio-Formats readers and writers 8.3.0-SNAPSHOT [15/24][m
#14 98.49 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 98.49 Downloading from central: https://repo.maven.apache.org/maven2/org/scijava/native-lib-loader/2.4.0/native-lib-loader-2.4.0.pom
#14 98.50 Progress (1): 4.1/4.9 kB
Progress (1): 4.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/scijava/native-lib-loader/2.4.0/native-lib-loader-2.4.0.pom (4.9 kB at 188 kB/s)
#14 98.52 Downloading from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava/31.1.0/pom-scijava-31.1.0.pom
#14 98.53 Progress (1): 4.1/173 kB
Progress (1): 8.2/173 kB
Progress (1): 12/173 kB
Progress (1): 16/173 kB
Progress (1): 20/173 kB
Progress (1): 25/173 kB
Progress (1): 29/173 kB
Progress (1): 33/173 kB
Progress (1): 37/173 kB
Progress (1): 41/173 kB
Progress (1): 45/173 kB
Progress (1): 49/173 kB
Progress (1): 53/173 kB
Progress (1): 57/173 kB
Progress (1): 61/173 kB
Progress (1): 66/173 kB
Progress (1): 70/173 kB
Progress (1): 74/173 kB
Progress (1): 78/173 kB
Progress (1): 82/173 kB
Progress (1): 86/173 kB
Progress (1): 90/173 kB
Progress (1): 94/173 kB
Progress (1): 98/173 kB
Progress (1): 102/173 kB
Progress (1): 106/173 kB
Progress (1): 111/173 kB
Progress (1): 115/173 kB
Progress (1): 119/173 kB
Progress (1): 123/173 kB
Progress (1): 127/173 kB
Progress (1): 131/173 kB
Progress (1): 135/173 kB
Progress (1): 139/173 kB
Progress (1): 143/173 kB
Progress (1): 147/173 kB
Progress (1): 152/173 kB
Progress (1): 156/173 kB
Progress (1): 160/173 kB
Progress (1): 164/173 kB
Progress (1): 168/173 kB
Progress (1): 172/173 kB
Progress (1): 173 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava/31.1.0/pom-scijava-31.1.0.pom (173 kB at 5.6 MB/s)
#14 98.56 Downloading from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava-base/13.0.0/pom-scijava-base-13.0.0.pom
#14 98.57 Progress (1): 4.1/67 kB
Progress (1): 8.2/67 kB
Progress (1): 12/67 kB
Progress (1): 16/67 kB
Progress (1): 20/67 kB
Progress (1): 25/67 kB
Progress (1): 29/67 kB
Progress (1): 33/67 kB
Progress (1): 37/67 kB
Progress (1): 41/67 kB
Progress (1): 45/67 kB
Progress (1): 49/67 kB
Progress (1): 53/67 kB
Progress (1): 57/67 kB
Progress (1): 61/67 kB
Progress (1): 66/67 kB
Progress (1): 67 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava-base/13.0.0/pom-scijava-base-13.0.0.pom (67 kB at 2.4 MB/s)
#14 98.59 Downloading from central: https://repo.maven.apache.org/maven2/com/jgoodies/jgoodies-forms/1.7.2/jgoodies-forms-1.7.2.pom
#14 98.60 Progress (1): 3.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/com/jgoodies/jgoodies-forms/1.7.2/jgoodies-forms-1.7.2.pom (3.6 kB at 144 kB/s)
#14 98.62 Downloading from central: https://repo.maven.apache.org/maven2/com/jgoodies/jgoodies-common/1.7.0/jgoodies-common-1.7.0.pom
#14 98.63 Progress (1): 2.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/com/jgoodies/jgoodies-common/1.7.0/jgoodies-common-1.7.0.pom (2.6 kB at 105 kB/s)
#14 98.64 Downloading from central: https://repo.maven.apache.org/maven2/org/perf4j/perf4j/0.9.16/perf4j-0.9.16.pom
#14 98.66 Progress (1): 4.1/27 kB
Progress (1): 8.2/27 kB
Progress (1): 12/27 kB
Progress (1): 16/27 kB
Progress (1): 20/27 kB
Progress (1): 25/27 kB
Progress (1): 27 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/perf4j/perf4j/0.9.16/perf4j-0.9.16.pom (27 kB at 1.0 MB/s)
#14 98.67 Downloading from central: https://repo.maven.apache.org/maven2/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom
#14 98.76 Downloading from scijava: https://maven.scijava.org/content/groups/public/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom
#14 99.19 Downloading from ome: https://artifacts.openmicroscopy.org/artifactory/maven/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom
#14 99.21 Downloading from central: https://repo.maven.apache.org/maven2/com/drewnoakes/metadata-extractor/2.18.0/metadata-extractor-2.18.0.pom
#14 99.22 Progress (1): 4.1/8.8 kB
Progress (1): 8.2/8.8 kB
Progress (1): 8.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/com/drewnoakes/metadata-extractor/2.18.0/metadata-extractor-2.18.0.pom (8.8 kB at 325 kB/s)
#14 99.24 Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/xmp/xmpcore/6.1.11/xmpcore-6.1.11.pom
#14 99.25 Progress (1): 4.1/6.4 kB
Progress (1): 6.4 kB
Downloaded from central: https://repo.maven.apache.org/maven2/com/adobe/xmp/xmpcore/6.1.11/xmpcore-6.1.11.pom (6.4 kB at 255 kB/s)
#14 99.27 Downloading from central: https://repo.maven.apache.org/maven2/ome/jxrlib-all/0.2.4/jxrlib-all-0.2.4.pom
#14 99.37 Downloading from scijava: https://maven.scijava.org/content/groups/public/ome/jxrlib-all/0.2.4/jxrlib-all-0.2.4.pom
#14 99.72 Downloading from ome: https://artifacts.openmicroscopy.org/artifactory/maven/ome/jxrlib-all/0.2.4/jxrlib-all-0.2.4.pom
#14 99.73 Progress (1): 2.1 kB
Downloaded from ome: https://artifacts.openmicroscopy.org/artifactory/maven/ome/jxrlib-all/0.2.4/jxrlib-all-0.2.4.pom (2.1 kB at 162 kB/s)
#14 99.73 Downloading from central: https://repo.maven.apache.org/maven2/org/scijava/native-lib-loader/2.1.4/native-lib-loader-2.1.4.pom
#14 99.75 Progress (1): 4.1/4.3 kB
Progress (1): 4.3 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/scijava/native-lib-loader/2.1.4/native-lib-loader-2.1.4.pom (4.3 kB at 167 kB/s)
#14 99.76 Downloading from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava/9.0.0/pom-scijava-9.0.0.pom
#14 99.78 Progress (1): 4.1/66 kB
Progress (1): 8.2/66 kB
Progress (1): 12/66 kB
Progress (1): 16/66 kB
Progress (1): 20/66 kB
Progress (1): 25/66 kB
Progress (1): 29/66 kB
Progress (1): 33/66 kB
Progress (1): 37/66 kB
Progress (1): 41/66 kB
Progress (1): 45/66 kB
Progress (1): 49/66 kB
Progress (1): 53/66 kB
Progress (1): 57/66 kB
Progress (1): 61/66 kB
Progress (1): 66/66 kB
Progress (1): 66 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava/9.0.0/pom-scijava-9.0.0.pom (66 kB at 2.3 MB/s)
#14 99.79 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom
#14 99.80 Progress (1): 2.7 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom (2.7 kB at 112 kB/s)
#14 99.82 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom
#14 99.83 Progress (1): 4.1/12 kB
Progress (1): 8.2/12 kB
Progress (1): 12 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom (12 kB at 496 kB/s)
#14 99.85 Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20231013/json-20231013.pom
#14 99.86 Progress (1): 4.1/6.6 kB
Progress (1): 6.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/json/json/20231013/json-20231013.pom (6.6 kB at 274 kB/s)
#14 99.87 Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom
#14 99.88 Progress (1): 3.3 kB
Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom (3.3 kB at 137 kB/s)
#14 99.90 Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
#14 99.91 Progress (1): 2.7 kB
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 111 kB/s)
#14 99.92 Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
#14 99.94 Progress (1): 4.1/23 kB
Progress (1): 8.2/23 kB
Progress (1): 12/23 kB
Progress (1): 16/23 kB
Progress (1): 20/23 kB
Progress (1): 23 kB
Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 920 kB/s)
#14 99.95 Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom
#14 99.96 Progress (1): 4.1/5.6 kB
Progress (1): 5.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 235 kB/s)
#14 99.98 Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
#14 99.99 Progress (1): 4.1/8.9 kB
Progress (1): 8.2/8.9 kB
Progress (1): 8.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 369 kB/s)
#14 100.0 Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom
#14 100.0 Progress (1): 4.1/21 kB
Progress (1): 8.2/21 kB
Progress (1): 12/21 kB
Progress (1): 16/21 kB
Progress (1): 20/21 kB
Progress (1): 21 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom (21 kB at 868 kB/s)
#14 100.0 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 100.0 [[1;34mINFO[m] [1mReactor Summary:[m
#14 100.0 [[1;34mINFO[m]
#14 100.0 [[1;34mINFO[m] OME Common Java 6.0.26-SNAPSHOT .................... [1;32mSUCCESS[m [ 32.249 s]
#14 100.0 [[1;34mINFO[m] OME Model 6.5.0-SNAPSHOT ........................... [1;32mSUCCESS[m [ 0.006 s]
#14 100.0 [[1;34mINFO[m] Metadata model specification 6.5.0-SNAPSHOT ........ [1;32mSUCCESS[m [ 5.397 s]
#14 100.0 [[1;34mINFO[m] OME XML library 6.5.0-SNAPSHOT ..................... [1;32mSUCCESS[m [ 20.673 s]
#14 100.0 [[1;34mINFO[m] OME POI 5.3.10-SNAPSHOT ............................ [1;32mSUCCESS[m [ 9.618 s]
#14 100.0 [[1;34mINFO[m] MDB Tools (Java port) 5.3.4-SNAPSHOT ............... [1;32mSUCCESS[m [ 2.821 s]
#14 100.0 [[1;34mINFO[m] OME JAI 0.1.5-SNAPSHOT ............................. [1;32mSUCCESS[m [ 7.573 s]
#14 100.0 [[1;34mINFO[m] OME Codecs 1.1.1-SNAPSHOT .......................... [1;32mSUCCESS[m [ 5.622 s]
#14 100.0 [[1;34mINFO[m] OME Stubs 6.0.3-SNAPSHOT ........................... [1;32mSUCCESS[m [ 0.006 s]
#14 100.0 [[1;34mINFO[m] MIPAV stubs 6.0.3-SNAPSHOT ......................... [1;32mSUCCESS[m [ 1.725 s]
#14 100.0 [[1;34mINFO[m] Metakit 5.8.9-SNAPSHOT ............................. [1;32mSUCCESS[m [ 3.224 s]
#14 100.0 [[1;34mINFO[m] Bio-Formats projects 8.3.0-SNAPSHOT ................ [1;32mSUCCESS[m [ 0.600 s]
#14 100.0 [[1;34mINFO[m] libjpeg-turbo Java bindings 8.3.0-SNAPSHOT ......... [1;32mSUCCESS[m [ 0.471 s]
#14 100.0 [[1;34mINFO[m] Bio-Formats API 8.3.0-SNAPSHOT ..................... [1;32mSUCCESS[m [ 2.134 s]
#14 100.0 [[1;34mINFO[m] BSD Bio-Formats readers and writers 8.3.0-SNAPSHOT . [1;31mFAILURE[m [ 1.542 s]
#14 100.0 [[1;34mINFO[m] Bio-Formats library 8.3.0-SNAPSHOT ................. [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] Bio-Formats Plugins for ImageJ 8.3.0-SNAPSHOT ...... [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] Bio-Formats command line tools 8.3.0-SNAPSHOT ...... [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] bioformats_package bundle 8.3.0-SNAPSHOT ........... [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] Bio-Formats testing framework 8.3.0-SNAPSHOT ....... [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] Bio-Formats examples 8.3.0-SNAPSHOT ................ [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] Bio-Formats documentation 8.3.0-SNAPSHOT ........... [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] Implementation of Bio-Formats readers for the next-generation file formats 0.6.1-SNAPSHOT [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] Bio-Formats top-level build 6.0.0-SNAPSHOT ......... [1;33mSKIPPED[m
#14 100.0 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 100.0 [[1;34mINFO[m] [1;31mBUILD FAILURE[m
#14 100.0 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 100.0 [[1;34mINFO[m] Total time: 01:35 min
#14 100.0 [[1;34mINFO[m] Finished at: 2025-06-18T00:16:50Z
#14 100.0 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 100.0 [[1;31mERROR[m] Failed to execute goal on project [36mformats-bsd[m: [1;31mCould not resolve dependencies for project ome:formats-bsd:jar:8.3.0-SNAPSHOT: Failed to collect dependencies at cisd:jhdf5:jar:19.04.1[m: Failed to read artifact descriptor for cisd:jhdf5:jar:19.04.1: Could not transfer artifact cisd:jhdf5:pom:19.04.1 from/to scijava (https://maven.scijava.org/content/groups/public/): Transfer failed for https://maven.scijava.org/content/groups/public/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom 503 Service Unavailable -> [1m[Help 1][m
#14 100.0 [[1;31mERROR[m]
#14 100.0 [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
#14 100.0 [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full debug logging.
#14 100.0 [[1;31mERROR[m]
#14 100.0 [[1;31mERROR[m] For more information about the errors and possible solutions, please read the following articles:
#14 100.0 [[1;31mERROR[m] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
#14 100.0 [[1;31mERROR[m]
#14 100.0 [[1;31mERROR[m] After correcting the problems, you can resume the build with the command
#14 100.0 [[1;31mERROR[m] [1mmvn <args> -rf :formats-bsd[m
#14 ERROR: process "/bin/sh -c mvn clean install -DskipSphinxTests" did not complete successfully: exit code: 1
------
> [10/13] RUN mvn clean install -DskipSphinxTests:
100.0 [[1;31mERROR[m] Failed to execute goal on project [36mformats-bsd[m: [1;31mCould not resolve dependencies for project ome:formats-bsd:jar:8.3.0-SNAPSHOT: Failed to collect dependencies at cisd:jhdf5:jar:19.04.1[m: Failed to read artifact descriptor for cisd:jhdf5:jar:19.04.1: Could not transfer artifact cisd:jhdf5:pom:19.04.1 from/to scijava (https://maven.scijava.org/content/groups/public/): Transfer failed for https://maven.scijava.org/content/groups/public/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom 503 Service Unavailable -> [1m[Help 1][m
100.0 [[1;31mERROR[m]
100.0 [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
100.0 [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full debug logging.
100.0 [[1;31mERROR[m]
100.0 [[1;31mERROR[m] For more information about the errors and possible solutions, please read the following articles:
100.0 [[1;31mERROR[m] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
100.0 [[1;31mERROR[m]
100.0 [[1;31mERROR[m] After correcting the problems, you can resume the build with the command
100.0 [[1;31mERROR[m] [1mmvn <args> -rf :formats-bsd[m
------
[33m1 warning found (use docker --debug to expand):
[0m - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 30)
Dockerfile:25
--------------------
23 | RUN pip install -r ome-model/requirements.txt
24 |
25 | >>> RUN mvn clean install -DskipSphinxTests
26 |
27 | WORKDIR /bio-formats-build/bioformats
--------------------
ERROR: failed to solve: process "/bin/sh -c mvn clean install -DskipSphinxTests" did not complete successfully: exit code: 1
Build step 'Execute shell' marked build as failure
Finished: FAILURE