Skipping 1,906 KB..
Full Log#14 85.88 public static BufferedImage constructImage(int c, int type, int w,
#14 85.88 ^
#14 85.88 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:566: warning: no @param for banded
#14 85.88 public static BufferedImage constructImage(int c, int type, int w,
#14 85.88 ^
#14 85.88 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:566: warning: no @param for buffer
#14 85.88 public static BufferedImage constructImage(int c, int type, int w,
#14 85.88 ^
#14 85.88 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:566: warning: no @return
#14 85.88 public static BufferedImage constructImage(int c, int type, int w,
#14 85.88 ^
#14 85.88 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for c
#14 85.88 public static BufferedImage constructImage(int c, int type, int w,
#14 85.88 ^
#14 85.88 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for type
#14 85.88 public static BufferedImage constructImage(int c, int type, int w,
#14 85.88 ^
#14 85.88 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for w
#14 85.89 public static BufferedImage constructImage(int c, int type, int w,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for h
#14 85.89 public static BufferedImage constructImage(int c, int type, int w,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for interleaved
#14 85.89 public static BufferedImage constructImage(int c, int type, int w,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for banded
#14 85.89 public static BufferedImage constructImage(int c, int type, int w,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for buffer
#14 85.89 public static BufferedImage constructImage(int c, int type, int w,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @param for colorModel
#14 85.89 public static BufferedImage constructImage(int c, int type, int w,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:573: warning: no @return
#14 85.89 public static BufferedImage constructImage(int c, int type, int w,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:664: warning: no @param for image
#14 85.89 public static Object getPixels(BufferedImage image) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:664: warning: no @return
#14 85.89 public static Object getPixels(BufferedImage image) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for image
#14 85.89 public static Object getPixels(BufferedImage image, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for x
#14 85.89 public static Object getPixels(BufferedImage image, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for y
#14 85.89 public static Object getPixels(BufferedImage image, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for w
#14 85.89 public static Object getPixels(BufferedImage image, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @param for h
#14 85.89 public static Object getPixels(BufferedImage image, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:674: warning: no @return
#14 85.89 public static Object getPixels(BufferedImage image, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:686: warning: no @param for raster
#14 85.89 public static Object getPixels(WritableRaster raster) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:686: warning: no @return
#14 85.89 public static Object getPixels(WritableRaster raster) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for raster
#14 85.89 public static Object getPixels(WritableRaster raster, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for x
#14 85.89 public static Object getPixels(WritableRaster raster, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for y
#14 85.89 public static Object getPixels(WritableRaster raster, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for w
#14 85.89 public static Object getPixels(WritableRaster raster, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @param for h
#14 85.89 public static Object getPixels(WritableRaster raster, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:695: warning: no @return
#14 85.89 public static Object getPixels(WritableRaster raster, int x, int y,
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:712: warning: no @param for image
#14 85.89 public static byte[][] getBytes(BufferedImage image) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:712: warning: no @return
#14 85.89 public static byte[][] getBytes(BufferedImage image) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:718: warning: no @param for r
#14 85.89 public static byte[][] getBytes(WritableRaster r) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:718: warning: no @return
#14 85.89 public static byte[][] getBytes(WritableRaster r) {
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for r
#14 85.89 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 85.89 ^
#14 85.89 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for x
#14 85.90 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for y
#14 85.90 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for w
#14 85.90 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @param for h
#14 85.90 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:723: warning: no @return
#14 85.90 public static byte[][] getBytes(WritableRaster r, int x, int y, int w, int h)
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:741: warning: no @param for image
#14 85.90 public static short[][] getShorts(BufferedImage image) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:741: warning: no @return
#14 85.90 public static short[][] getShorts(BufferedImage image) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:747: warning: no @param for r
#14 85.90 public static short[][] getShorts(WritableRaster r) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:747: warning: no @return
#14 85.90 public static short[][] getShorts(WritableRaster r) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for r
#14 85.90 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for x
#14 85.90 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for y
#14 85.90 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for w
#14 85.90 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @param for h
#14 85.90 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:752: warning: no @return
#14 85.90 public static short[][] getShorts(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:772: warning: no @param for image
#14 85.90 public static int[][] getInts(BufferedImage image) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:772: warning: no @return
#14 85.90 public static int[][] getInts(BufferedImage image) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:778: warning: no @param for r
#14 85.90 public static int[][] getInts(WritableRaster r) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:778: warning: no @return
#14 85.90 public static int[][] getInts(WritableRaster r) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for r
#14 85.90 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for x
#14 85.90 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for y
#14 85.90 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for w
#14 85.90 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @param for h
#14 85.90 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:783: warning: no @return
#14 85.90 public static int[][] getInts(WritableRaster r, int x, int y, int w, int h) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:797: warning: no @param for image
#14 85.90 public static float[][] getFloats(BufferedImage image) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:797: warning: no @return
#14 85.90 public static float[][] getFloats(BufferedImage image) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:803: warning: no @param for r
#14 85.90 public static float[][] getFloats(WritableRaster r) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:803: warning: no @return
#14 85.90 public static float[][] getFloats(WritableRaster r) {
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for r
#14 85.90 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for x
#14 85.90 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 85.90 ^
#14 85.90 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for y
#14 85.90 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for w
#14 85.91 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @param for h
#14 85.91 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:808: warning: no @return
#14 85.91 public static float[][] getFloats(WritableRaster r, int x, int y,
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:825: warning: no @param for image
#14 85.91 public static double[][] getDoubles(BufferedImage image) {
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:825: warning: no @return
#14 85.91 public static double[][] getDoubles(BufferedImage image) {
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:831: warning: no @param for r
#14 85.91 public static double[][] getDoubles(WritableRaster r) {
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:831: warning: no @return
#14 85.91 public static double[][] getDoubles(WritableRaster r) {
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:836: warning: no @param for r
#14 85.91 public static double[][] getDoubles(WritableRaster r, int x, int y,
#14 85.91 ^
#14 85.91 /bio-formats-build/ome-codecs/src/main/java/ome/codecs/gui/AWTImageTools.java:836: warning: no @param for x
#14 85.91 public static double[][] getDoubles(WritableRaster r, int x, int y,
#14 85.91 ^
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/Base64Codec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/BaseCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/BitBuffer.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/BitWriter.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/ByteVector.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/Codec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/CodecException.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/CodecOptions.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/CompressionType.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/HuffmanCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/HuffmanCodecOptions.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/JAIIIOService.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/JAIIIOServiceImpl.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000BoxType.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000Codec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000CodecOptions.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEG2000SegmentMarker.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEGCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/JPEGTileDecoder.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LosslessJPEGCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LZ4Codec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LZOCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/LZWCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MissingLibraryException.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MJPBCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MJPBCodecOptions.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MSRLECodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/MSVideoCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/PackbitsCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/PassthroughCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/QTRLECodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/RPZACodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/SignedByteBuffer.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/SignedShortBuffer.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/TwoChannelColorSpace.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/UnsignedIntBuffer.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/UnsignedIntColorModel.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/UnsupportedCompressionException.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/ZlibCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/ZstdCodec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/package-summary.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/package-tree.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/package-summary.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/package-tree.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/package-summary.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/package-tree.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/constant-values.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/serialized-form.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/Base64Codec.html...
#14 85.91 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/BaseCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/BitBuffer.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/BitWriter.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/ByteVector.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/Codec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/CodecException.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/CodecOptions.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/CompressionType.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/HuffmanCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/HuffmanCodecOptions.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000BoxType.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000Codec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000CodecOptions.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEG2000SegmentMarker.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEGCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/JPEGTileDecoder.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LZ4Codec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LZOCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LZWCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/LosslessJPEGCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MJPBCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MJPBCodecOptions.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MSRLECodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MSVideoCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/MissingLibraryException.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/PackbitsCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/PassthroughCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/QTRLECodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/RPZACodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/UnsupportedCompressionException.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/ZlibCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/class-use/ZstdCodec.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/AWTImageTools.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/SignedByteBuffer.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/SignedShortBuffer.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/TwoChannelColorSpace.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/UnsignedIntBuffer.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/class-use/UnsignedIntColorModel.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/class-use/JAIIIOService.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/class-use/JAIIIOServiceImpl.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/package-use.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/gui/package-use.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/ome/codecs/services/package-use.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/overview-tree.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/deprecated-list.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/index.html...
#14 85.92 Building index for all classes...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/allclasses-index.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/allpackages-index.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/index-all.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/overview-summary.html...
#14 85.92 Generating /bio-formats-build/ome-codecs/target/apidocs/help-doc.html...
#14 85.92 4 errors
#14 85.92 100 warnings
#14 85.92
#14 85.92 Command line was: /usr/local/openjdk-17/bin/javadoc @options @packages
#14 85.92
#14 85.92 Refer to the generated Javadoc files in '/bio-formats-build/ome-codecs/target/apidocs' dir.
#14 85.92 [m
#14 85.92 [1mat[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeJavadocCommandLine ([1mAbstractJavadocMojo.java:5298[m)
#14 85.92 [1mat[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport ([1mAbstractJavadocMojo.java:2134[m)
#14 85.92 [1mat[m org.apache.maven.plugins.javadoc.JavadocJar.doExecute ([1mJavadocJar.java:190[m)
#14 85.92 [1mat[m org.apache.maven.plugins.javadoc.AbstractJavadocMojo.execute ([1mAbstractJavadocMojo.java:1912[m)
#14 85.92 [1mat[m org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo ([1mDefaultBuildPluginManager.java:137[m)
#14 85.92 [1mat[m org.apache.maven.lifecycle.internal.MojoExecutor.execute ([1mMojoExecutor.java:210[m)
#14 85.92 [1mat[m org.apache.maven.lifecycle.internal.MojoExecutor.execute ([1mMojoExecutor.java:156[m)
#14 85.92 [1mat[m org.apache.maven.lifecycle.internal.MojoExecutor.execute ([1mMojoExecutor.java:148[m)
#14 85.92 [1mat[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject ([1mLifecycleModuleBuilder.java:117[m)
#14 85.92 [1mat[m org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject ([1mLifecycleModuleBuilder.java:81[m)
#14 85.92 [1mat[m org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build ([1mSingleThreadedBuilder.java:56[m)
#14 85.93 [1mat[m org.apache.maven.lifecycle.internal.LifecycleStarter.execute ([1mLifecycleStarter.java:128[m)
#14 85.93 [1mat[m org.apache.maven.DefaultMaven.doExecute ([1mDefaultMaven.java:305[m)
#14 85.93 [1mat[m org.apache.maven.DefaultMaven.doExecute ([1mDefaultMaven.java:192[m)
#14 85.93 [1mat[m org.apache.maven.DefaultMaven.execute ([1mDefaultMaven.java:105[m)
#14 85.93 [1mat[m org.apache.maven.cli.MavenCli.execute ([1mMavenCli.java:957[m)
#14 85.93 [1mat[m org.apache.maven.cli.MavenCli.doMain ([1mMavenCli.java:289[m)
#14 85.93 [1mat[m org.apache.maven.cli.MavenCli.main ([1mMavenCli.java:193[m)
#14 85.93 [1mat[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 ([1mNative Method[m)
#14 85.93 [1mat[m jdk.internal.reflect.NativeMethodAccessorImpl.invoke ([1mNativeMethodAccessorImpl.java:77[m)
#14 85.93 [1mat[m jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke ([1mDelegatingMethodAccessorImpl.java:43[m)
#14 85.93 [1mat[m java.lang.reflect.Method.invoke ([1mMethod.java:568[m)
#14 85.93 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced ([1mLauncher.java:282[m)
#14 85.93 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.launch ([1mLauncher.java:225[m)
#14 85.93 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode ([1mLauncher.java:406[m)
#14 85.93 [1mat[m org.codehaus.plexus.classworlds.launcher.Launcher.main ([1mLauncher.java:347[m)
#14 85.94 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT-javadoc.jar
#14 85.96 [[1;34mINFO[m]
#14 85.96 [[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 85.97 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-codecs/target/ome-codecs-1.1.1-SNAPSHOT-sources.jar
#14 85.98 [[1;34mINFO[m]
#14 85.98 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mome-codecs[0;1m ---[m
#14 85.98 [[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 85.98 [[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 85.98 [[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 85.99 [[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 85.99 [[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 85.99 [[1;34mINFO[m]
#14 85.99 [[1;34mINFO[m] [1m--------------------< [0;36morg.openmicroscopy:ome-stubs[0;1m >--------------------[m
#14 85.99 [[1;34mINFO[m] [1mBuilding OME Stubs 6.0.3-SNAPSHOT [9/24][m
#14 85.99 [[1;34mINFO[m] [1m--------------------------------[ pom ]---------------------------------[m
#14 85.99 [[1;34mINFO[m]
#14 85.99 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mome-stubs[0;1m ---[m
#14 85.99 [[1;34mINFO[m]
#14 85.99 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mome-stubs[0;1m ---[m
#14 85.99 [[1;34mINFO[m]
#14 85.99 [[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 85.99 [[1;34mINFO[m]
#14 85.99 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mome-stubs[0;1m ---[m
#14 85.99 [[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 86.00 [[1;34mINFO[m]
#14 86.00 [[1;34mINFO[m] [1m-------------------< [0;36morg.openmicroscopy:mipav-stubs[0;1m >-------------------[m
#14 86.00 [[1;34mINFO[m] [1mBuilding MIPAV stubs 6.0.3-SNAPSHOT [10/24][m
#14 86.00 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 86.00 [[1;34mINFO[m]
#14 86.00 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.00 [[1;34mINFO[m]
#14 86.00 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.00 [[1;34mINFO[m]
#14 86.00 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.00 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 86.00 [[1;34mINFO[m] Copying 0 resource
#14 86.00 [[1;34mINFO[m]
#14 86.00 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.00 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 86.00 [[1;34mINFO[m] Compiling 10 source files to /bio-formats-build/ome-stubs/mipav-stubs/target/classes
#14 86.02 [[1;34mINFO[m]
#14 86.02 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.02 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 86.02 [[1;34mINFO[m] skip non existing resourceDirectory /bio-formats-build/ome-stubs/mipav-stubs/src/test/resources
#14 86.02 [[1;34mINFO[m]
#14 86.02 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.02 [[1;34mINFO[m] No sources to compile
#14 86.02 [[1;34mINFO[m]
#14 86.02 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.02 [[1;34mINFO[m] No tests to run.
#14 86.02 [[1;34mINFO[m]
#14 86.02 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.03 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT.jar
#14 86.03 [[1;34mINFO[m]
#14 86.03 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mmipav-stubs[0;1m ---[m
#14 86.03 [[1;34mINFO[m] Skipping packaging of the test-jar
#14 86.03 [[1;34mINFO[m]
#14 86.03 [[1;34mINFO[m] [1m--- [0;32mmaven-javadoc-plugin:3.0.1:jar[m [1m(attach-javadocs)[m @ [36mmipav-stubs[0;1m ---[m
#14 87.64 [[1;33mWARNING[m] Javadoc Warnings
#14 87.64 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.model.file...
#14 87.64 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.model.structures...
#14 87.64 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.plugins...
#14 87.64 [[1;33mWARNING[m] Loading source files for package gov.nih.mipav.view...
#14 87.64 [[1;33mWARNING[m] Constructing Javadoc information...
#14 87.64 [[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 87.64 [[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 87.65 [[1;33mWARNING[m] Building index for all the packages and classes...
#14 87.65 [[1;33mWARNING[m] Standard Doclet version 17.0.2+8-86
#14 87.65 [[1;33mWARNING[m] Building tree for all the packages and classes...
#14 87.65 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/FileInfoBase.html...
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int MICROMETERS = 0;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int SECONDS = 1;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void setDataType(int type) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void setExtents(int[] extents) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void setResolutions(float[] res) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void setUnitsOfMeasure(int[] units) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/FileInfoImageXML.html...
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public FileInfoImageXML(String file, String dir, int type) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/FileUtility.html...
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int XML = 0;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/MipavUtil.html...
#14 87.65 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/MipavUtil.java:42: warning: no comment
#14 87.65 [[1;33mWARNING[m] public static void displayError(String message) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/ModelImage.html...
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public ModelImage(int type, int[] extents, String name) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void calcMinMax() {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void importData(int offset, byte[] data, boolean flag) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void importData(int offset, double[] data, boolean flag) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void importData(int offset, float[] data, boolean flag) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void importData(int offset, int[] data, boolean flag) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void importData(int offset, short[] data, boolean flag) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public void setFileInfo(FileInfoBase[] info) {
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/ModelStorageBase.html...
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int BYTE = 0;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int DOUBLE = 7;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int FLOAT = 6;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int INTEGER = 4;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.65 [[1;33mWARNING[m] public static final int SHORT = 2;
#14 87.65 [[1;33mWARNING[m] ^
#14 87.65 [[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 87.66 [[1;33mWARNING[m] public static final int UBYTE = 1;
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[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 87.66 [[1;33mWARNING[m] public static final int UINTEGER = 5;
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[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 87.66 [[1;33mWARNING[m] public static final int USHORT = 3;
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/PlugInFile.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/Preferences.html...
#14 87.66 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/Preferences.java:41: warning: no comment
#14 87.66 [[1;33mWARNING[m] public static String getImageDirectory() {
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/ViewJFrameImage.html...
#14 87.66 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewJFrameImage.java:43: warning: no comment
#14 87.66 [[1;33mWARNING[m] public ViewJFrameImage(ModelImage image) {
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/ViewUserInterface.html...
#14 87.66 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewUserInterface.java:46: warning: no comment
#14 87.66 [[1;33mWARNING[m] public JFrame getMainFrame() {
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewUserInterface.java:50: warning: no comment
#14 87.66 [[1;33mWARNING[m] public static ViewUserInterface getReference() {
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[1;33mWARNING[m] /bio-formats-build/ome-stubs/mipav-stubs/src/main/java/gov/nih/mipav/view/ViewUserInterface.java:43: warning: no comment
#14 87.66 [[1;33mWARNING[m] public void setMessageText(String message) {
#14 87.66 [[1;33mWARNING[m] ^
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/package-summary.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/package-tree.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/package-summary.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/package-tree.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/package-summary.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/package-tree.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/package-summary.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/package-tree.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/constant-values.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/class-use/FileInfoBase.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/class-use/FileInfoImageXML.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/class-use/FileUtility.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/class-use/ModelImage.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/class-use/ModelStorageBase.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/class-use/PlugInFile.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/MipavUtil.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/Preferences.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/ViewJFrameImage.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/class-use/ViewUserInterface.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/file/package-use.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/model/structures/package-use.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/plugins/package-use.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/gov/nih/mipav/view/package-use.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/overview-tree.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/index.html...
#14 87.66 [[1;33mWARNING[m] Building index for all classes...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/allclasses-index.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/allpackages-index.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/index-all.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/overview-summary.html...
#14 87.66 [[1;33mWARNING[m] Generating /bio-formats-build/ome-stubs/mipav-stubs/target/apidocs/help-doc.html...
#14 87.66 [[1;33mWARNING[m] 32 warnings
#14 87.68 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT-javadoc.jar
#14 87.69 [[1;34mINFO[m]
#14 87.69 [[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 87.69 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-stubs/mipav-stubs/target/mipav-stubs-6.0.3-SNAPSHOT-sources.jar
#14 87.70 [[1;34mINFO[m]
#14 87.70 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mmipav-stubs[0;1m ---[m
#14 87.70 [[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 87.70 [[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 87.70 [[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 87.70 [[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 87.71 [[1;34mINFO[m]
#14 87.71 [[1;34mINFO[m] [1m---------------------< [0;36morg.openmicroscopy:metakit[0;1m >---------------------[m
#14 87.71 [[1;34mINFO[m] [1mBuilding Metakit 5.8.9-SNAPSHOT [11/24][m
#14 87.71 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 87.71 [[1;34mINFO[m]
#14 87.71 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mmetakit[0;1m ---[m
#14 87.71 [[1;34mINFO[m]
#14 87.71 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mmetakit[0;1m ---[m
#14 87.71 [[1;34mINFO[m]
#14 87.71 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mmetakit[0;1m ---[m
#14 87.71 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 87.71 [[1;34mINFO[m] Copying 0 resource
#14 87.71 [[1;34mINFO[m]
#14 87.71 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mmetakit[0;1m ---[m
#14 87.72 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 87.72 [[1;34mINFO[m] Compiling 5 source files to /bio-formats-build/ome-metakit/target/classes
#14 87.76 [[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 87.76 [[1;34mINFO[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java: Recompile with -Xlint:removal for details.
#14 87.76 [[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 87.76 [[1;34mINFO[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java: Recompile with -Xlint:unchecked for details.
#14 87.77 [[1;34mINFO[m]
#14 87.77 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mmetakit[0;1m ---[m
#14 87.77 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 87.77 [[1;34mINFO[m] Copying 2 resources
#14 87.77 [[1;34mINFO[m]
#14 87.77 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mmetakit[0;1m ---[m
#14 87.77 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 87.77 [[1;34mINFO[m] Compiling 3 source files to /bio-formats-build/ome-metakit/target/test-classes
#14 87.82 [[1;34mINFO[m]
#14 87.82 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mmetakit[0;1m ---[m
#14 87.82 [[1;34mINFO[m]
#14 87.82 [[1;34mINFO[m] -------------------------------------------------------
#14 87.82 [[1;34mINFO[m] T E S T S
#14 87.82 [[1;34mINFO[m] -------------------------------------------------------
#14 87.95 [[1;34mINFO[m] Running [1mTestSuite[m
#14 88.05 01:57:15.337 [main] DEBUG org.testng.TestNG -- suiteXmlPath: "/bio-formats-build/ome-metakit/src/test/resources/testng.xml"
#14 88.08 01:57:15.372 [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 88.30 01:57:15.589 [main] DEBUG loci.common.NIOByteBufferProvider -- Using mapped byte buffer? false
#14 88.49 [[1;34mINFO[m] [1;32mTests run: [0;1;32m25[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.541 s - in [1mTestSuite[m
#14 88.81 [[1;34mINFO[m]
#14 88.81 [[1;34mINFO[m] Results:
#14 88.81 [[1;34mINFO[m]
#14 88.81 [[1;34mINFO[m] [1;32mTests run: 25, Failures: 0, Errors: 0, Skipped: 0[m
#14 88.81 [[1;34mINFO[m]
#14 88.81 [[1;34mINFO[m]
#14 88.81 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mmetakit[0;1m ---[m
#14 88.82 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT.jar
#14 88.82 [[1;34mINFO[m]
#14 88.82 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mmetakit[0;1m ---[m
#14 88.83 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-tests.jar
#14 88.83 [[1;34mINFO[m]
#14 88.83 [[1;34mINFO[m] [1m--- [0;32mmaven-javadoc-plugin:3.0.1:jar[m [1m(attach-javadocs)[m @ [36mmetakit[0;1m ---[m
#14 88.99 [[1;31mERROR[m] Error fetching link: /bio-formats-build/ome-common-java/target/apidocs/package-list. Ignored it.
#14 90.68 [[1;33mWARNING[m] Javadoc Warnings
#14 90.68 [[1;33mWARNING[m] Loading source files for package ome.metakit...
#14 90.68 [[1;33mWARNING[m] Constructing Javadoc information...
#14 90.68 [[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 90.68 [[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 90.68 [[1;33mWARNING[m] Building index for all the packages and classes...
#14 90.68 [[1;33mWARNING[m] Standard Doclet version 17.0.2+8-86
#14 90.69 [[1;33mWARNING[m] Building tree for all the packages and classes...
#14 90.69 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/Column.html...
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:48: warning: no @param for definition
#14 90.69 [[1;33mWARNING[m] public Column(String definition) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:57: warning: no @return
#14 90.69 [[1;33mWARNING[m] public String getName() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:65: warning: no @return
#14 90.69 [[1;33mWARNING[m] public String getTypeString() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/Column.java:70: warning: no @return
#14 90.69 [[1;33mWARNING[m] public Class getType() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/ColumnMap.html...
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:65: warning: no @return
#14 90.69 [[1;33mWARNING[m] public ArrayList getValueList() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:70: warning: no @return
#14 90.69 [[1;33mWARNING[m] public Object[] getValues() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:78: warning: no @return
#14 90.69 [[1;33mWARNING[m] public boolean isFixedMap() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/ColumnMap.java:50: warning: no comment
#14 90.69 [[1;33mWARNING[m] public ColumnMap(Column col, RandomAccessInputStream stream, int rowCount) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/MetakitException.html...
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:34: warning: no comment
#14 90.69 [[1;33mWARNING[m] public MetakitException() { super(); }
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:35: warning: no comment
#14 90.69 [[1;33mWARNING[m] public MetakitException(String s) { super(s); }
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:36: warning: no comment
#14 90.69 [[1;33mWARNING[m] public MetakitException(String s, Throwable cause) { super(s, cause); }
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitException.java:37: warning: no comment
#14 90.69 [[1;33mWARNING[m] public MetakitException(Throwable cause) { super(cause); }
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/MetakitReader.html...
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:93: warning: no @return
#14 90.69 [[1;33mWARNING[m] public int getTableCount() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:102: warning: no @return
#14 90.69 [[1;33mWARNING[m] public String[] getTableNames() {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:110: warning: no @param for tableIndex
#14 90.69 [[1;33mWARNING[m] public String[] getColumnNames(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:110: warning: no @return
#14 90.69 [[1;33mWARNING[m] public String[] getColumnNames(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:121: warning: no @param for tableName
#14 90.69 [[1;33mWARNING[m] public String[] getColumnNames(String tableName) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:121: warning: no @return
#14 90.69 [[1;33mWARNING[m] public String[] getColumnNames(String tableName) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:137: warning: no @param for tableIndex
#14 90.69 [[1;33mWARNING[m] public Class[] getColumnTypes(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:137: warning: no @return
#14 90.69 [[1;33mWARNING[m] public Class[] getColumnTypes(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:152: warning: no @param for tableName
#14 90.69 [[1;33mWARNING[m] public Class[] getColumnTypes(String tableName) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:152: warning: no @return
#14 90.69 [[1;33mWARNING[m] public Class[] getColumnTypes(String tableName) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:164: warning: no @param for tableIndex
#14 90.69 [[1;33mWARNING[m] public int getRowCount(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:164: warning: no @return
#14 90.69 [[1;33mWARNING[m] public int getRowCount(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:171: warning: no @param for tableName
#14 90.69 [[1;33mWARNING[m] public int getRowCount(String tableName) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:171: warning: no @return
#14 90.69 [[1;33mWARNING[m] public int getRowCount(String tableName) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:181: warning: no @param for tableIndex
#14 90.69 [[1;33mWARNING[m] public Object[][] getTableData(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.69 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:181: warning: no @return
#14 90.69 [[1;33mWARNING[m] public Object[][] getTableData(int tableIndex) {
#14 90.69 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:205: warning: no @param for tableName
#14 90.70 [[1;33mWARNING[m] public Object[][] getTableData(String tableName) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:205: warning: no @return
#14 90.70 [[1;33mWARNING[m] public Object[][] getTableData(String tableName) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:219: warning: no @param for rowIndex
#14 90.70 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, int tableIndex) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:219: warning: no @param for tableIndex
#14 90.70 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, int tableIndex) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:219: warning: no @return
#14 90.70 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, int tableIndex) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:232: warning: no @param for rowIndex
#14 90.70 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, String tableName) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:232: warning: no @param for tableName
#14 90.70 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, String tableName) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:232: warning: no @return
#14 90.70 [[1;33mWARNING[m] public Object[] getRowData(int rowIndex, String tableName) {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:56: warning: no comment
#14 90.70 [[1;33mWARNING[m] public MetakitReader(String file) throws IOException, MetakitException {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitReader.java:60: warning: no comment
#14 90.70 [[1;33mWARNING[m] public MetakitReader(RandomAccessInputStream stream) throws MetakitException {
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/MetakitTools.html...
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:41: warning: no @param for stream
#14 90.70 [[1;33mWARNING[m] public static String readPString(RandomAccessInputStream stream)
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:41: warning: no @return
#14 90.70 [[1;33mWARNING[m] public static String readPString(RandomAccessInputStream stream)
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:41: warning: no @throws for java.io.IOException
#14 90.70 [[1;33mWARNING[m] public static String readPString(RandomAccessInputStream stream)
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:54: warning: no @param for stream
#14 90.70 [[1;33mWARNING[m] public static int readBpInt(RandomAccessInputStream stream) throws IOException
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:54: warning: no @return
#14 90.70 [[1;33mWARNING[m] public static int readBpInt(RandomAccessInputStream stream) throws IOException
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] /bio-formats-build/ome-metakit/src/main/java/ome/metakit/MetakitTools.java:54: warning: no @throws for java.io.IOException
#14 90.70 [[1;33mWARNING[m] public static int readBpInt(RandomAccessInputStream stream) throws IOException
#14 90.70 [[1;33mWARNING[m] ^
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/package-summary.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/package-tree.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/serialized-form.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/Column.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/ColumnMap.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/MetakitException.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/MetakitReader.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/class-use/MetakitTools.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/ome/metakit/package-use.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/overview-tree.html...
#14 90.70 [[1;33mWARNING[m] Building index for all classes...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/allclasses-index.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/allpackages-index.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/index-all.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/index.html...
#14 90.70 [[1;33mWARNING[m] Generating /bio-formats-build/ome-metakit/target/apidocs/help-doc.html...
#14 90.70 [[1;33mWARNING[m] 46 warnings
#14 90.71 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-javadoc.jar
#14 90.72 [[1;34mINFO[m]
#14 90.72 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar-no-fork[m [1m(attach-sources)[m @ [36mmetakit[0;1m ---[m
#14 90.72 [[1;34mINFO[m] Building jar: /bio-formats-build/ome-metakit/target/metakit-5.8.9-SNAPSHOT-sources.jar
#14 90.73 [[1;34mINFO[m]
#14 90.73 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mmetakit[0;1m ---[m
#14 90.73 [[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 90.73 [[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 90.73 [[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 90.73 [[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 90.74 [[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 90.74 [[1;34mINFO[m]
#14 90.74 [[1;34mINFO[m] [1m------------------------< [0;36mome:pom-bio-formats[0;1m >-------------------------[m
#14 90.74 [[1;34mINFO[m] [1mBuilding Bio-Formats projects 8.3.0-SNAPSHOT [12/24][m
#14 90.74 [[1;34mINFO[m] [1m--------------------------------[ pom ]---------------------------------[m
#14 90.74 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 90.75 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 254 kB/s)
#14 90.77 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 90.78 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 316 kB/s)
#14 90.80 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 90.81 Progress (1): 4.1/26 kB
Progress (1): 8.2/26 kB
Progress (1): 12/26 kB
Progress (1): 15/26 kB
Progress (1): 19/26 kB
Progress (1): 23/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 90.83 [[1;34mINFO[m]
#14 90.83 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mpom-bio-formats[0;1m ---[m
#14 90.85 [[1;34mINFO[m]
#14 90.85 [[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 90.85 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 90.86 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 90.88 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom
#14 90.89 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 94 kB/s)
#14 90.90 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 90.92 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 146 kB/s)
#14 90.93 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 90.95 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 279 kB/s)
#14 90.96 Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
#14 90.97 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 222 kB/s)
#14 90.99 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 91.00 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 91.01 Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
#14 91.03 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 91.05 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 91.05 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar
#14 91.05 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 91.05 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 91.05 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 91.06 Progress (1): 4.1/12 kB
Progress (1): 8.2/12 kB
Progress (1): 12 kB
Progress (2): 12 kB | 4.1/61 kB
Progress (2): 12 kB | 8.2/61 kB
Progress (3): 12 kB | 8.2/61 kB | 4.1/245 kB
Progress (3): 12 kB | 12/61 kB | 4.1/245 kB
Progress (3): 12 kB | 12/61 kB | 8.2/245 kB
Progress (3): 12 kB | 16/61 kB | 8.2/245 kB
Progress (3): 12 kB | 16/61 kB | 12/245 kB
Progress (3): 12 kB | 16/61 kB | 16/245 kB
Progress (3): 12 kB | 20/61 kB | 16/245 kB
Progress (4): 12 kB | 20/61 kB | 16/245 kB | 4.1/195 kB
Progress (4): 12 kB | 20/61 kB | 20/245 kB | 4.1/195 kB
Progress (4): 12 kB | 20/61 kB | 20/245 kB | 8.2/195 kB
Progress (5): 12 kB | 20/61 kB | 20/245 kB | 8.2/195 kB | 4.1/104 kB
Progress (5): 12 kB | 24/61 kB | 20/245 kB | 8.2/195 kB | 4.1/104 kB
Progress (5): 12 kB | 24/61 kB | 20/245 kB | 8.2/195 kB | 8.2/104 kB
Progress (5): 12 kB | 24/61 kB | 20/245 kB | 12/195 kB | 8.2/104 kB
Progress (5): 12 kB | 24/61 kB | 25/245 kB | 12/195 kB | 8.2/104 kB
Progress (5): 12 kB | 24/61 kB | 25/245 kB | 16/195 kB | 8.2/104 kB
Progress (5): 12 kB | 24/61 kB | 25/245 kB | 16/195 kB | 12/104 kB
Progress (5): 12 kB | 28/61 kB | 25/245 kB | 16/195 kB | 12/104 kB
Progress (5): 12 kB | 28/61 kB | 25/245 kB | 16/195 kB | 16/104 kB
Progress (5): 12 kB | 28/61 kB | 25/245 kB | 20/195 kB | 16/104 kB
Progress (5): 12 kB | 28/61 kB | 29/245 kB | 20/195 kB | 16/104 kB
Progress (5): 12 kB | 28/61 kB | 29/245 kB | 24/195 kB | 16/104 kB
Progress (5): 12 kB | 28/61 kB | 29/245 kB | 24/195 kB | 20/104 kB
Progress (5): 12 kB | 32/61 kB | 29/245 kB | 24/195 kB | 20/104 kB
Progress (5): 12 kB | 32/61 kB | 29/245 kB | 24/195 kB | 25/104 kB
Progress (5): 12 kB | 32/61 kB | 29/245 kB | 28/195 kB | 25/104 kB
Progress (5): 12 kB | 32/61 kB | 33/245 kB | 28/195 kB | 25/104 kB
Progress (5): 12 kB | 32/61 kB | 33/245 kB | 32/195 kB | 25/104 kB
Progress (5): 12 kB | 32/61 kB | 33/245 kB | 32/195 kB | 29/104 kB
Progress (5): 12 kB | 36/61 kB | 33/245 kB | 32/195 kB | 29/104 kB
Progress (5): 12 kB | 36/61 kB | 33/245 kB | 32/195 kB | 33/104 kB
Progress (5): 12 kB | 36/61 kB | 33/245 kB | 36/195 kB | 33/104 kB
Progress (5): 12 kB | 36/61 kB | 33/245 kB | 36/195 kB | 37/104 kB
Progress (5): 12 kB | 36/61 kB | 37/245 kB | 36/195 kB | 37/104 kB
Progress (5): 12 kB | 36/61 kB | 37/245 kB | 36/195 kB | 41/104 kB
Progress (5): 12 kB | 36/61 kB | 37/245 kB | 40/195 kB | 41/104 kB
Progress (5): 12 kB | 40/61 kB | 37/245 kB | 40/195 kB | 41/104 kB
Progress (5): 12 kB | 40/61 kB | 37/245 kB | 44/195 kB | 41/104 kB
Progress (5): 12 kB | 40/61 kB | 37/245 kB | 44/195 kB | 45/104 kB
Progress (5): 12 kB | 40/61 kB | 41/245 kB | 44/195 kB | 45/104 kB
Progress (5): 12 kB | 40/61 kB | 41/245 kB | 44/195 kB | 49/104 kB
Progress (5): 12 kB | 40/61 kB | 41/245 kB | 49/195 kB | 49/104 kB
Progress (5): 12 kB | 44/61 kB | 41/245 kB | 49/195 kB | 49/104 kB
Progress (5): 12 kB | 44/61 kB | 41/245 kB | 53/195 kB | 49/104 kB
Progress (5): 12 kB | 44/61 kB | 41/245 kB | 53/195 kB | 53/104 kB
Progress (5): 12 kB | 44/61 kB | 45/245 kB | 53/195 kB | 53/104 kB
Progress (5): 12 kB | 44/61 kB | 45/245 kB | 53/195 kB | 57/104 kB
Progress (5): 12 kB | 44/61 kB | 45/245 kB | 57/195 kB | 57/104 kB
Progress (5): 12 kB | 49/61 kB | 45/245 kB | 57/195 kB | 57/104 kB
Progress (5): 12 kB | 49/61 kB | 45/245 kB | 61/195 kB | 57/104 kB
Progress (5): 12 kB | 49/61 kB | 45/245 kB | 61/195 kB | 61/104 kB
Progress (5): 12 kB | 49/61 kB | 49/245 kB | 61/195 kB | 61/104 kB
Progress (5): 12 kB | 49/61 kB | 49/245 kB | 61/195 kB | 66/104 kB
Progress (5): 12 kB | 49/61 kB | 49/245 kB | 65/195 kB | 66/104 kB
Progress (5): 12 kB | 53/61 kB | 49/245 kB | 65/195 kB | 66/104 kB
Progress (5): 12 kB | 53/61 kB | 49/245 kB | 65/195 kB | 70/104 kB
Progress (5): 12 kB | 53/61 kB | 53/245 kB | 65/195 kB | 70/104 kB
Progress (5): 12 kB | 53/61 kB | 53/245 kB | 65/195 kB | 74/104 kB
Progress (5): 12 kB | 57/61 kB | 53/245 kB | 65/195 kB | 74/104 kB
Progress (5): 12 kB | 57/61 kB | 53/245 kB | 69/195 kB | 74/104 kB
Progress (5): 12 kB | 61/61 kB | 53/245 kB | 69/195 kB | 74/104 kB
Progress (5): 12 kB | 61/61 kB | 53/245 kB | 69/195 kB | 78/104 kB
Progress (5): 12 kB | 61/61 kB | 57/245 kB | 69/195 kB | 78/104 kB
Progress (5): 12 kB | 61 kB | 57/245 kB | 69/195 kB | 78/104 kB
Progress (5): 12 kB | 61 kB | 57/245 kB | 73/195 kB | 78/104 kB
Progress (5): 12 kB | 61 kB | 61/245 kB | 73/195 kB | 78/104 kB
Progress (5): 12 kB | 61 kB | 61/245 kB | 73/195 kB | 82/104 kB
Progress (5): 12 kB | 61 kB | 64/245 kB | 73/195 kB | 82/104 kB
Progress (5): 12 kB | 61 kB | 64/245 kB | 77/195 kB | 82/104 kB
Progress (5): 12 kB | 61 kB | 68/245 kB | 77/195 kB | 82/104 kB
Progress (5): 12 kB | 61 kB | 68/245 kB | 77/195 kB | 86/104 kB
Progress (5): 12 kB | 61 kB | 72/245 kB | 77/195 kB | 86/104 kB
Progress (5): 12 kB | 61 kB | 72/245 kB | 81/195 kB | 86/104 kB
Progress (5): 12 kB | 61 kB | 77/245 kB | 81/195 kB | 86/104 kB
Progress (5): 12 kB | 61 kB | 77/245 kB | 81/195 kB | 90/104 kB
Progress (5): 12 kB | 61 kB | 81/245 kB | 81/195 kB | 90/104 kB
Progress (5): 12 kB | 61 kB | 81/245 kB | 85/195 kB | 90/104 kB
Progress (5): 12 kB | 61 kB | 85/245 kB | 85/195 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 469 kB/s)
#14 91.07 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 91.07 Progress (4): 61 kB | 85/245 kB | 85/195 kB | 94/104 kB
Progress (4): 61 kB | 89/245 kB | 85/195 kB | 94/104 kB
Progress (4): 61 kB | 89/245 kB | 90/195 kB | 94/104 kB
Progress (4): 61 kB | 93/245 kB | 90/195 kB | 94/104 kB
Progress (4): 61 kB | 93/245 kB | 90/195 kB | 98/104 kB
Progress (4): 61 kB | 97/245 kB | 90/195 kB | 98/104 kB
Progress (4): 61 kB | 97/245 kB | 94/195 kB | 98/104 kB
Progress (4): 61 kB | 97/245 kB | 94/195 kB | 102/104 kB
Progress (4): 61 kB | 97/245 kB | 98/195 kB | 102/104 kB
Progress (4): 61 kB | 101/245 kB | 98/195 kB | 102/104 kB
Progress (4): 61 kB | 101/245 kB | 98/195 kB | 104 kB
Progress (4): 61 kB | 105/245 kB | 98/195 kB | 104 kB
Progress (4): 61 kB | 105/245 kB | 102/195 kB | 104 kB
Progress (4): 61 kB | 109/245 kB | 102/195 kB | 104 kB
Progress (4): 61 kB | 113/245 kB | 102/195 kB | 104 kB
Progress (4): 61 kB | 118/245 kB | 102/195 kB | 104 kB
Progress (4): 61 kB | 118/245 kB | 106/195 kB | 104 kB
Progress (4): 61 kB | 122/245 kB | 106/195 kB | 104 kB
Progress (4): 61 kB | 122/245 kB | 110/195 kB | 104 kB
Progress (4): 61 kB | 126/245 kB | 110/195 kB | 104 kB
Progress (4): 61 kB | 126/245 kB | 114/195 kB | 104 kB
Progress (4): 61 kB | 130/245 kB | 114/195 kB | 104 kB
Progress (4): 61 kB | 130/245 kB | 118/195 kB | 104 kB
Progress (4): 61 kB | 134/245 kB | 118/195 kB | 104 kB
Progress (4): 61 kB | 134/245 kB | 122/195 kB | 104 kB
Progress (4): 61 kB | 138/245 kB | 122/195 kB | 104 kB
Progress (4): 61 kB | 138/245 kB | 126/195 kB | 104 kB
Progress (4): 61 kB | 142/245 kB | 126/195 kB | 104 kB
Progress (4): 61 kB | 142/245 kB | 130/195 kB | 104 kB
Progress (4): 61 kB | 146/245 kB | 130/195 kB | 104 kB
Progress (4): 61 kB | 146/245 kB | 135/195 kB | 104 kB
Progress (4): 61 kB | 150/245 kB | 135/195 kB | 104 kB
Progress (4): 61 kB | 150/245 kB | 139/195 kB | 104 kB
Progress (4): 61 kB | 154/245 kB | 139/195 kB | 104 kB
Progress (4): 61 kB | 154/245 kB | 143/195 kB | 104 kB
Progress (4): 61 kB | 159/245 kB | 143/195 kB | 104 kB
Progress (4): 61 kB | 159/245 kB | 147/195 kB | 104 kB
Progress (4): 61 kB | 163/245 kB | 147/195 kB | 104 kB
Progress (4): 61 kB | 163/245 kB | 151/195 kB | 104 kB
Progress (4): 61 kB | 167/245 kB | 151/195 kB | 104 kB
Progress (4): 61 kB | 167/245 kB | 155/195 kB | 104 kB
Progress (4): 61 kB | 171/245 kB | 155/195 kB | 104 kB
Progress (4): 61 kB | 171/245 kB | 159/195 kB | 104 kB
Progress (4): 61 kB | 175/245 kB | 159/195 kB | 104 kB
Progress (4): 61 kB | 175/245 kB | 163/195 kB | 104 kB
Progress (4): 61 kB | 179/245 kB | 163/195 kB | 104 kB
Progress (4): 61 kB | 179/245 kB | 167/195 kB | 104 kB
Progress (4): 61 kB | 183/245 kB | 167/195 kB | 104 kB
Progress (4): 61 kB | 183/245 kB | 171/195 kB | 104 kB
Progress (4): 61 kB | 187/245 kB | 171/195 kB | 104 kB
Progress (4): 61 kB | 187/245 kB | 176/195 kB | 104 kB
Progress (4): 61 kB | 191/245 kB | 176/195 kB | 104 kB
Progress (4): 61 kB | 191/245 kB | 180/195 kB | 104 kB
Progress (4): 61 kB | 195/245 kB | 180/195 kB | 104 kB
Progress (4): 61 kB | 195/245 kB | 184/195 kB | 104 kB
Progress (4): 61 kB | 199/245 kB | 184/195 kB | 104 kB
Progress (4): 61 kB | 199/245 kB | 188/195 kB | 104 kB
Progress (4): 61 kB | 204/245 kB | 188/195 kB | 104 kB
Progress (4): 61 kB | 204/245 kB | 192/195 kB | 104 kB
Progress (4): 61 kB | 208/245 kB | 192/195 kB | 104 kB
Progress (4): 61 kB | 208/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 212/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 216/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 220/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 224/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 228/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 232/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 236/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 240/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 245/245 kB | 195 kB | 104 kB
Progress (4): 61 kB | 245 kB | 195 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.8 MB/s)
#14 91.08 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 91.08 Progress (4): 245 kB | 195 kB | 104 kB | 4.1/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 8.2/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 12/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 16/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 20/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 24/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 28/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 32/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 36/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 40/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 44/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 49/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 53/64 kB
Progress (4): 245 kB | 195 kB | 104 kB | 57/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.7 MB/s)
#14 91.08 Progress (3): 245 kB | 195 kB | 61/64 kB
Progress (3): 245 kB | 195 kB | 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.3 MB/s)
#14 91.09 Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 5.2 MB/s)
#14 91.09 Progress (2): 64 kB | 4.1/134 kB
Progress (2): 64 kB | 8.2/134 kB
Progress (2): 64 kB | 12/134 kB
Progress (2): 64 kB | 16/134 kB
Progress (2): 64 kB | 20/134 kB
Progress (2): 64 kB | 25/134 kB
Progress (2): 64 kB | 29/134 kB
Progress (2): 64 kB | 33/134 kB
Progress (2): 64 kB | 37/134 kB
Progress (2): 64 kB | 41/134 kB
Progress (2): 64 kB | 45/134 kB
Progress (2): 64 kB | 49/134 kB
Progress (2): 64 kB | 53/134 kB
Progress (2): 64 kB | 57/134 kB
Progress (2): 64 kB | 61/134 kB
Progress (2): 64 kB | 64/134 kB
Progress (2): 64 kB | 69/134 kB
Progress (2): 64 kB | 73/134 kB
Progress (2): 64 kB | 77/134 kB
Progress (2): 64 kB | 81/134 kB
Progress (2): 64 kB | 85/134 kB
Progress (2): 64 kB | 89/134 kB
Progress (2): 64 kB | 93/134 kB
Progress (2): 64 kB | 97/134 kB
Progress (2): 64 kB | 101/134 kB
Progress (2): 64 kB | 105/134 kB
Progress (2): 64 kB | 110/134 kB
Progress (2): 64 kB | 114/134 kB
Progress (2): 64 kB | 118/134 kB
Progress (2): 64 kB | 122/134 kB
Progress (2): 64 kB | 126/134 kB
Progress (2): 64 kB | 130/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.2 MB/s)
#14 91.11 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.1 MB/s)
#14 91.14 [[1;34mINFO[m]
#14 91.14 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mpom-bio-formats[0;1m ---[m
#14 91.21 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.21 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 91.21 [[1;34mINFO[m] Storing buildNumber: fd5746a3fa816fa0215a2bfdfb743e0f9e3530e4 at timestamp: 1750211838493
#14 91.22 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 91.22 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 91.22
#14 91.22 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.22 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 91.22 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 91.22 [[1;34mINFO[m]
#14 91.22 [[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 91.22 [[1;34mINFO[m]
#14 91.22 [[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 91.22 [[1;34mINFO[m]
#14 91.22 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mpom-bio-formats[0;1m ---[m
#14 91.22 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.22 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 91.23 [[1;34mINFO[m] Storing buildNumber: fd5746a3fa816fa0215a2bfdfb743e0f9e3530e4 at timestamp: 1750211838518
#14 91.23 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 91.23 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 91.23
#14 91.23 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.23 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats
#14 91.24 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 91.24 [[1;34mINFO[m]
#14 91.24 [[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 91.24 [[1;34mINFO[m]
#14 91.24 [[1;34mINFO[m]
#14 91.24 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[m @ [36mpom-bio-formats[0;1m ---[m
#14 91.30 [[1;34mINFO[m]
#14 91.30 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mpom-bio-formats[0;1m ---[m
#14 91.31 [[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 91.31 [[1;34mINFO[m]
#14 91.31 [[1;34mINFO[m] [1m---------------------------< [0;36mome:turbojpeg[0;1m >----------------------------[m
#14 91.31 [[1;34mINFO[m] [1mBuilding libjpeg-turbo Java bindings 8.3.0-SNAPSHOT [13/24][m
#14 91.31 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 91.32 [[1;34mINFO[m]
#14 91.32 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mturbojpeg[0;1m ---[m
#14 91.33 [[1;34mINFO[m]
#14 91.33 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mturbojpeg[0;1m ---[m
#14 91.33 [[1;34mINFO[m]
#14 91.33 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 91.33 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.33 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 91.34 [[1;34mINFO[m] Storing buildNumber: fd5746a3fa816fa0215a2bfdfb743e0f9e3530e4 at timestamp: 1750211838620
#14 91.34 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 91.34 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 91.34
#14 91.34 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.34 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 91.35 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 91.35 [[1;34mINFO[m]
#14 91.35 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mturbojpeg[0;1m ---[m
#14 91.38 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 91.38 [[1;34mINFO[m] Copying 0 resource
#14 91.38 [[1;34mINFO[m] Copying 7 resources to META-INF/lib
#14 91.39 [[1;34mINFO[m] Copying 0 resource
#14 91.39 [[1;34mINFO[m] Copying 0 resource
#14 91.39 [[1;34mINFO[m]
#14 91.39 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mturbojpeg[0;1m ---[m
#14 91.43 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 91.43 [[1;34mINFO[m] Compiling 10 source files to /bio-formats-build/bioformats/components/forks/turbojpeg/target/classes
#14 91.51 [[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 91.51 [[1;34mINFO[m] /bio-formats-build/bioformats/components/forks/turbojpeg/src/org/libjpegturbo/turbojpeg/TJDecompressor.java: Recompile with -Xlint:deprecation for details.
#14 91.51 [[1;34mINFO[m]
#14 91.51 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mturbojpeg[0;1m ---[m
#14 91.51 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 91.51 [[1;34mINFO[m] skip non existing resourceDirectory /bio-formats-build/bioformats/components/forks/turbojpeg/test
#14 91.51 [[1;34mINFO[m]
#14 91.51 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mturbojpeg[0;1m ---[m
#14 91.51 [[1;34mINFO[m] No sources to compile
#14 91.51 [[1;34mINFO[m]
#14 91.51 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mturbojpeg[0;1m ---[m
#14 91.55 [[1;34mINFO[m] No tests to run.
#14 91.56 [[1;34mINFO[m]
#14 91.56 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mturbojpeg[0;1m ---[m
#14 91.63 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/forks/turbojpeg/target/turbojpeg-8.3.0-SNAPSHOT.jar
#14 91.69 [[1;34mINFO[m]
#14 91.69 [[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 91.69 [[1;34mINFO[m]
#14 91.69 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mturbojpeg[0;1m ---[m
#14 91.69 [[1;34mINFO[m]
#14 91.69 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 91.69 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.69 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 91.70 [[1;34mINFO[m] Storing buildNumber: fd5746a3fa816fa0215a2bfdfb743e0f9e3530e4 at timestamp: 1750211838987
#14 91.70 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 91.70 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 91.70
#14 91.70 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/forks/turbojpeg' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 91.70 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/forks/turbojpeg
#14 91.71 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 91.71 [[1;34mINFO[m]
#14 91.71 [[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 91.71 [[1;34mINFO[m]
#14 91.71 [[1;34mINFO[m]
#14 91.71 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 91.73 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/forks/turbojpeg/target/turbojpeg-8.3.0-SNAPSHOT-sources.jar
#14 91.79 [[1;34mINFO[m]
#14 91.79 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mturbojpeg[0;1m ---[m
#14 91.79 [[1;34mINFO[m] Skipping packaging of the test-jar
#14 91.79 [[1;34mINFO[m]
#14 91.79 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mturbojpeg[0;1m ---[m
#14 91.79 [[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 91.79 [[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 91.79 [[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 91.80 [[1;34mINFO[m]
#14 91.80 [[1;34mINFO[m] [1m--------------------------< [0;36mome:formats-api[0;1m >---------------------------[m
#14 91.80 [[1;34mINFO[m] [1mBuilding Bio-Formats API 8.3.0-SNAPSHOT [14/24][m
#14 91.80 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 91.80 Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.pom
#14 91.81 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 16 kB/s)
#14 91.83 Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.8/testng-6.8.pom
#14 91.84 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 91.86 Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
#14 91.87 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 146 kB/s)
#14 91.88 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.pom
#14 91.89 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 98 kB/s)
#14 91.91 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom
#14 91.92 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 91.93 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom
#14 91.94 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 256 kB/s)
#14 91.96 Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.pom
#14 91.97 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 288 kB/s)
#14 91.99 Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.pom
#14 92.00 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 92.02 Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.jar
#14 92.02 Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.10/junit-4.10.jar
#14 92.02 Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.27/jcommander-1.27.jar
#14 92.02 Downloading from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.8/testng-6.8.jar
#14 92.02 Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar
#14 92.03 Progress (1): 4.1/56 kB
Progress (2): 4.1/56 kB | 4.1/284 kB
Progress (3): 4.1/56 kB | 4.1/284 kB | 4.1/77 kB
Progress (3): 4.1/56 kB | 8.2/284 kB | 4.1/77 kB
Progress (3): 4.1/56 kB | 8.2/284 kB | 8.2/77 kB
Progress (4): 4.1/56 kB | 8.2/284 kB | 8.2/77 kB | 4.1/253 kB
Progress (4): 4.1/56 kB | 8.2/284 kB | 12/77 kB | 4.1/253 kB
Progress (4): 8.2/56 kB | 8.2/284 kB | 12/77 kB | 4.1/253 kB
Progress (4): 8.2/56 kB | 12/284 kB | 12/77 kB | 4.1/253 kB
Progress (4): 12/56 kB | 12/284 kB | 12/77 kB | 4.1/253 kB
Progress (4): 12/56 kB | 12/284 kB | 16/77 kB | 4.1/253 kB
Progress (4): 12/56 kB | 12/284 kB | 16/77 kB | 8.2/253 kB
Progress (4): 16/56 kB | 12/284 kB | 16/77 kB | 8.2/253 kB
Progress (4): 16/56 kB | 16/284 kB | 16/77 kB | 8.2/253 kB
Progress (4): 16/56 kB | 16/284 kB | 16/77 kB | 12/253 kB
Progress (4): 16/56 kB | 16/284 kB | 20/77 kB | 12/253 kB
Progress (4): 16/56 kB | 20/284 kB | 20/77 kB | 12/253 kB
Progress (4): 16/56 kB | 20/284 kB | 20/77 kB | 16/253 kB
Progress (4): 20/56 kB | 20/284 kB | 20/77 kB | 16/253 kB
Progress (4): 20/56 kB | 24/284 kB | 20/77 kB | 16/253 kB
Progress (4): 20/56 kB | 24/284 kB | 25/77 kB | 16/253 kB
Progress (4): 20/56 kB | 28/284 kB | 25/77 kB | 16/253 kB
Progress (5): 20/56 kB | 28/284 kB | 25/77 kB | 16/253 kB | 4.1/813 kB
Progress (5): 25/56 kB | 28/284 kB | 25/77 kB | 16/253 kB | 4.1/813 kB
Progress (5): 25/56 kB | 28/284 kB | 25/77 kB | 20/253 kB | 4.1/813 kB
Progress (5): 29/56 kB | 28/284 kB | 25/77 kB | 20/253 kB | 4.1/813 kB
Progress (5): 29/56 kB | 28/284 kB | 25/77 kB | 20/253 kB | 8.2/813 kB
Progress (5): 29/56 kB | 32/284 kB | 25/77 kB | 20/253 kB | 8.2/813 kB
Progress (5): 29/56 kB | 32/284 kB | 29/77 kB | 20/253 kB | 8.2/813 kB
Progress (5): 29/56 kB | 32/284 kB | 29/77 kB | 20/253 kB | 12/813 kB
Progress (5): 33/56 kB | 32/284 kB | 29/77 kB | 20/253 kB | 12/813 kB
Progress (5): 33/56 kB | 32/284 kB | 29/77 kB | 25/253 kB | 12/813 kB
Progress (5): 37/56 kB | 32/284 kB | 29/77 kB | 25/253 kB | 12/813 kB
Progress (5): 37/56 kB | 32/284 kB | 29/77 kB | 25/253 kB | 16/813 kB
Progress (5): 37/56 kB | 32/284 kB | 33/77 kB | 25/253 kB | 16/813 kB
Progress (5): 37/56 kB | 36/284 kB | 33/77 kB | 25/253 kB | 16/813 kB
Progress (5): 37/56 kB | 36/284 kB | 37/77 kB | 25/253 kB | 16/813 kB
Progress (5): 37/56 kB | 36/284 kB | 37/77 kB | 25/253 kB | 20/813 kB
Progress (5): 41/56 kB | 36/284 kB | 37/77 kB | 25/253 kB | 20/813 kB
Progress (5): 41/56 kB | 36/284 kB | 37/77 kB | 25/253 kB | 25/813 kB
Progress (5): 41/56 kB | 36/284 kB | 37/77 kB | 29/253 kB | 25/813 kB
Progress (5): 41/56 kB | 36/284 kB | 37/77 kB | 29/253 kB | 29/813 kB
Progress (5): 45/56 kB | 36/284 kB | 37/77 kB | 29/253 kB | 29/813 kB
Progress (5): 45/56 kB | 36/284 kB | 41/77 kB | 29/253 kB | 29/813 kB
Progress (5): 45/56 kB | 40/284 kB | 41/77 kB | 29/253 kB | 29/813 kB
Progress (5): 45/56 kB | 40/284 kB | 45/77 kB | 29/253 kB | 29/813 kB
Progress (5): 49/56 kB | 40/284 kB | 45/77 kB | 29/253 kB | 29/813 kB
Progress (5): 49/56 kB | 40/284 kB | 45/77 kB | 29/253 kB | 33/813 kB
Progress (5): 49/56 kB | 40/284 kB | 45/77 kB | 33/253 kB | 33/813 kB
Progress (5): 49/56 kB | 40/284 kB | 45/77 kB | 33/253 kB | 36/813 kB
Progress (5): 53/56 kB | 40/284 kB | 45/77 kB | 33/253 kB | 36/813 kB
Progress (5): 53/56 kB | 40/284 kB | 49/77 kB | 33/253 kB | 36/813 kB
Progress (5): 53/56 kB | 44/284 kB | 49/77 kB | 33/253 kB | 36/813 kB
Progress (5): 53/56 kB | 44/284 kB | 53/77 kB | 33/253 kB | 36/813 kB
Progress (5): 56 kB | 44/284 kB | 53/77 kB | 33/253 kB | 36/813 kB
Progress (5): 56 kB | 44/284 kB | 53/77 kB | 33/253 kB | 38/813 kB
Progress (5): 56 kB | 44/284 kB | 53/77 kB | 37/253 kB | 38/813 kB
Progress (5): 56 kB | 44/284 kB | 53/77 kB | 37/253 kB | 42/813 kB
Progress (5): 56 kB | 44/284 kB | 57/77 kB | 37/253 kB | 42/813 kB
Progress (5): 56 kB | 49/284 kB | 57/77 kB | 37/253 kB | 42/813 kB
Progress (5): 56 kB | 49/284 kB | 61/77 kB | 37/253 kB | 42/813 kB
Progress (5): 56 kB | 49/284 kB | 61/77 kB | 37/253 kB | 45/813 kB
Progress (5): 56 kB | 49/284 kB | 61/77 kB | 41/253 kB | 45/813 kB
Progress (5): 56 kB | 49/284 kB | 61/77 kB | 41/253 kB | 48/813 kB
Progress (5): 56 kB | 49/284 kB | 65/77 kB | 41/253 kB | 48/813 kB
Progress (5): 56 kB | 53/284 kB | 65/77 kB | 41/253 kB | 48/813 kB
Progress (5): 56 kB | 53/284 kB | 69/77 kB | 41/253 kB | 48/813 kB
Progress (5): 56 kB | 53/284 kB | 69/77 kB | 41/253 kB | 51/813 kB
Progress (5): 56 kB | 53/284 kB | 69/77 kB | 45/253 kB | 51/813 kB
Progress (5): 56 kB | 53/284 kB | 69/77 kB | 45/253 kB | 53/813 kB
Progress (5): 56 kB | 53/284 kB | 73/77 kB | 45/253 kB | 53/813 kB
Progress (5): 56 kB | 57/284 kB | 73/77 kB | 45/253 kB | 53/813 kB
Progress (5): 56 kB | 57/284 kB | 77 kB | 45/253 kB | 53/813 kB
Progress (5): 56 kB | 57/284 kB | 77 kB | 45/253 kB | 56/813 kB
Progress (5): 56 kB | 57/284 kB | 77 kB | 49/253 kB | 56/813 kB
Progress (5): 56 kB | 57/284 kB | 77 kB | 49/253 kB | 59/813 kB
Progress (5): 56 kB | 61/284 kB | 77 kB | 49/253 kB | 59/813 kB
Progress (5): 56 kB | 61/284 kB | 77 kB | 49/253 kB | 62/813 kB
Progress (5): 56 kB | 61/284 kB | 77 kB | 53/253 kB | 62/813 kB
Progress (5): 56 kB | 61/284 kB | 77 kB | 53/253 kB | 66/813 kB
Progress (5): 56 kB | 65/284 kB | 77 kB | 53/253 kB | 66/813 kB
Progress (5): 56 kB | 65/284 kB | 77 kB | 53/253 kB | 70/813 kB
Progress (5): 56 kB | 65/284 kB | 77 kB | 57/253 kB | 70/813 kB
Progress (5): 56 kB | 65/284 kB | 77 kB | 57/253 kB | 74/813 kB
Progress (5): 56 kB | 69/284 kB | 77 kB | 57/253 kB | 74/813 kB
Progress (5): 56 kB | 69/284 kB | 77 kB | 57/253 kB | 78/813 kB
Progress (5): 56 kB | 69/284 kB | 77 kB | 61/253 kB | 78/813 kB
Progress (5): 56 kB | 69/284 kB | 77 kB | 61/253 kB | 82/813 kB
Progress (5): 56 kB | 73/284 kB | 77 kB | 61/253 kB | 82/813 kB
Progress (5): 56 kB | 73/284 kB | 77 kB | 61/253 kB | 86/813 kB
Progress (5): 56 kB | 73/284 kB | 77 kB | 66/253 kB | 86/813 kB
Progress (5): 56 kB | 73/284 kB | 77 kB | 66/253 kB | 90/813 kB
Progress (5): 56 kB | 77/284 kB | 77 kB | 66/253 kB | 90/813 kB
Progress (5): 56 kB | 77/284 kB | 77 kB | 70/253 kB | 90/813 kB
Progress (5): 56 kB | 77/284 kB | 77 kB | 70/253 kB | 94/813 kB
Progress (5): 56 kB | 77/284 kB | 77 kB | 74/253 kB | 94/813 kB
Progress (5): 56 kB | 77/284 kB | 77 kB | 74/253 kB | 98/813 kB
Progress (5): 56 kB | 81/284 kB | 77 kB | 74/253 kB | 98/813 kB
Progress (5): 56 kB | 81/284 kB | 77 kB | 74/253 kB | 103/813 kB
Progress (5): 56 kB | 81/284 kB | 77 kB | 78/253 kB | 103/813 kB
Progress (5): 56 kB | 81/284 kB | 77 kB | 78/253 kB | 107/813 kB
Progress (5): 56 kB | 85/284 kB | 77 kB | 78/253 kB | 107/813 kB
Progress (5): 56 kB | 85/284 kB | 77 kB | 78/253 kB | 111/813 kB
Progress (5): 56 kB | 85/284 kB | 77 kB | 82/253 kB | 111/813 kB
Progress (5): 56 kB | 85/284 kB | 77 kB | 82/253 kB | 115/813 kB
Progress (5): 56 kB | 90/284 kB | 77 kB | 82/253 kB | 115/813 kB
Progress (5): 56 kB | 90/284 kB | 77 kB | 82/253 kB | 119/813 kB
Progress (5): 56 kB | 90/284 kB | 77 kB | 86/253 kB | 119/813 kB
Progress (5): 56 kB | 90/284 kB | 77 kB | 86/253 kB | 123/813 kB
Progress (5): 56 kB | 94/284 kB | 77 kB | 86/253 kB | 123/813 kB
Progress (5): 56 kB | 94/284 kB | 77 kB | 86/253 kB | 127/813 kB
Progress (5): 56 kB | 94/284 kB | 77 kB | 90/253 kB | 127/813 kB
Progress (5): 56 kB | 94/284 kB | 77 kB | 90/253 kB | 131/813 kB
Progress (5): 56 kB | 98/284 kB | 77 kB | 90/253 kB | 131/813 kB
Progress (5): 56 kB | 98/284 kB | 77 kB | 90/253 kB | 135/813 kB
Progress (5): 56 kB | 98/284 kB | 77 kB | 94/253 kB | 135/813 kB
Progress (5): 56 kB | 98/284 kB | 77 kB | 94/253 kB | 139/813 kB
Progress (5): 56 kB | 102/284 kB | 77 kB | 94/253 kB | 139/813 kB
Progress (5): 56 kB | 102/284 kB | 77 kB | 94/253 kB | 144/813 kB
Progress (5): 56 kB | 102/284 kB | 77 kB | 98/253 kB | 144/813 kB
Progress (5): 56 kB | 106/284 kB | 77 kB | 98/253 kB | 144/813 kB
Progress (5): 56 kB | 106/284 kB | 77 kB | 98/253 kB | 148/813 kB
Progress (5): 56 kB | 110/284 kB | 77 kB | 98/253 kB | 148/813 kB
Progress (5): 56 kB | 110/284 kB | 77 kB | 102/253 kB | 148/813 kB
Progress (5): 56 kB | 114/284 kB | 77 kB | 102/253 kB | 148/813 kB
Progress (5): 56 kB | 114/284 kB | 77 kB | 102/253 kB | 152/813 kB
Progress (5): 56 kB | 114/284 kB | 77 kB | 106/253 kB | 152/813 kB
Progress (5): 56 kB | 114/284 kB | 77 kB | 106/253 kB | 156/813 kB
Progress (5): 56 kB | 118/284 kB | 77 kB | 106/253 kB | 156/813 kB
Progress (5): 56 kB | 118/284 kB | 77 kB | 106/253 kB | 160/813 kB
Progress (5): 56 kB | 118/284 kB | 77 kB | 111/253 kB | 160/813 kB
Progress (5): 56 kB | 122/284 kB | 77 kB | 111/253 kB | 160/813 kB
Progress (5): 56 kB | 122/284 kB | 77 kB | 115/253 kB | 160/813 kB
Progress (5): 56 kB | 122/284 kB | 77 kB | 115/253 kB | 164/813 kB
Progress (5): 56 kB | 122/284 kB | 77 kB | 119/253 kB | 164/813 kB
Progress (5): 56 kB | 126/284 kB | 77 kB | 119/253 kB | 164/813 kB
Progress (5): 56 kB | 126/284 kB | 77 kB | 123/253 kB | 164/813 kB
Progress (5): 56 kB | 126/284 kB | 77 kB | 123/253 kB | 168/813 kB
Progress (5): 56 kB | 126/284 kB | 77 kB | 127/253 kB | 168/813 kB
Progress (5): 56 kB | 130/284 kB | 77 kB | 127/253 kB | 168/813 kB
Progress (5): 56 kB | 130/284 kB | 77 kB | 131/253 kB | 168/813 kB
Progress (5): 56 kB | 130/284 kB | 77 kB | 131/253 kB | 172/813 kB
Progress (5): 56 kB | 135/284 kB | 77 kB | 131/253 kB | 172/813 kB
Progress (5): 56 kB | 135/284 kB | 77 kB | 131/253 kB | 176/813 kB
Progress (5): 56 kB | 135/284 kB | 77 kB | 135/253 kB | 176/813 kB
Progress (5): 56 kB | 135/284 kB | 77 kB | 135/253 kB | 180/813 kB
Progress (5): 56 kB | 139/284 kB | 77 kB | 135/253 kB | 180/813 kB
Progress (5): 56 kB | 139/284 kB | 77 kB | 135/253 kB | 184/813 kB
Progress (5): 56 kB | 139/284 kB | 77 kB | 139/253 kB | 184/813 kB
Progress (5): 56 kB | 139/284 kB | 77 kB | 139/253 kB | 189/813 kB
Progress (5): 56 kB | 143/284 kB | 77 kB | 139/253 kB | 189/813 kB
Progress (5): 56 kB | 143/284 kB | 77 kB | 139/253 kB | 193/813 kB
Progress (5): 56 kB | 143/284 kB | 77 kB | 143/253 kB | 193/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 92.05 Progress (4): 147/284 kB | 77 kB | 143/253 kB | 193/813 kB
Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar
#14 92.05 Progress (4): 147/284 kB | 77 kB | 147/253 kB | 193/813 kB
Progress (4): 147/284 kB | 77 kB | 147/253 kB | 197/813 kB
Progress (4): 147/284 kB | 77 kB | 152/253 kB | 197/813 kB
Progress (4): 151/284 kB | 77 kB | 152/253 kB | 197/813 kB
Progress (4): 151/284 kB | 77 kB | 156/253 kB | 197/813 kB
Progress (4): 151/284 kB | 77 kB | 156/253 kB | 201/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 2.3 MB/s)
#14 92.05 Progress (3): 151/284 kB | 160/253 kB | 201/813 kB
Progress (3): 155/284 kB | 160/253 kB | 201/813 kB
Progress (3): 155/284 kB | 164/253 kB | 201/813 kB
Progress (3): 155/284 kB | 164/253 kB | 205/813 kB
Progress (3): 159/284 kB | 164/253 kB | 205/813 kB
Progress (3): 159/284 kB | 164/253 kB | 209/813 kB
Progress (3): 159/284 kB | 168/253 kB | 209/813 kB
Progress (3): 163/284 kB | 168/253 kB | 209/813 kB
Progress (3): 163/284 kB | 168/253 kB | 213/813 kB
Progress (3): 163/284 kB | 172/253 kB | 213/813 kB
Progress (3): 163/284 kB | 172/253 kB | 217/813 kB
Progress (3): 167/284 kB | 172/253 kB | 217/813 kB
Progress (3): 167/284 kB | 172/253 kB | 221/813 kB
Progress (3): 167/284 kB | 176/253 kB | 221/813 kB
Progress (3): 167/284 kB | 176/253 kB | 225/813 kB
Progress (3): 171/284 kB | 176/253 kB | 225/813 kB
Progress (3): 171/284 kB | 180/253 kB | 225/813 kB
Progress (3): 176/284 kB | 180/253 kB | 225/813 kB
Progress (3): 176/284 kB | 180/253 kB | 230/813 kB
Progress (3): 176/284 kB | 184/253 kB | 230/813 kB
Progress (3): 180/284 kB | 184/253 kB | 230/813 kB
Progress (3): 180/284 kB | 188/253 kB | 230/813 kB
Progress (3): 180/284 kB | 188/253 kB | 234/813 kB
Progress (3): 180/284 kB | 193/253 kB | 234/813 kB
Progress (3): 184/284 kB | 193/253 kB | 234/813 kB
Progress (3): 184/284 kB | 197/253 kB | 234/813 kB
Progress (3): 184/284 kB | 197/253 kB | 238/813 kB
Progress (3): 188/284 kB | 197/253 kB | 238/813 kB
Progress (3): 188/284 kB | 197/253 kB | 242/813 kB
Progress (3): 188/284 kB | 201/253 kB | 242/813 kB
Progress (3): 192/284 kB | 201/253 kB | 242/813 kB
Progress (3): 192/284 kB | 205/253 kB | 242/813 kB
Progress (3): 192/284 kB | 205/253 kB | 246/813 kB
Progress (3): 196/284 kB | 205/253 kB | 246/813 kB
Progress (3): 196/284 kB | 205/253 kB | 250/813 kB
Progress (3): 200/284 kB | 205/253 kB | 250/813 kB
Progress (3): 200/284 kB | 209/253 kB | 250/813 kB
Progress (3): 204/284 kB | 209/253 kB | 250/813 kB
Progress (3): 204/284 kB | 209/253 kB | 254/813 kB
Progress (3): 208/284 kB | 209/253 kB | 254/813 kB
Progress (3): 208/284 kB | 213/253 kB | 254/813 kB
Progress (3): 212/284 kB | 213/253 kB | 254/813 kB
Progress (3): 212/284 kB | 213/253 kB | 258/813 kB
Progress (3): 212/284 kB | 217/253 kB | 258/813 kB
Progress (3): 217/284 kB | 217/253 kB | 258/813 kB
Progress (3): 217/284 kB | 221/253 kB | 258/813 kB
Progress (3): 217/284 kB | 221/253 kB | 262/813 kB
Progress (3): 221/284 kB | 221/253 kB | 262/813 kB
Progress (3): 221/284 kB | 221/253 kB | 266/813 kB
Progress (3): 221/284 kB | 225/253 kB | 266/813 kB
Progress (3): 221/284 kB | 225/253 kB | 271/813 kB
Progress (3): 225/284 kB | 225/253 kB | 271/813 kB
Progress (3): 225/284 kB | 225/253 kB | 275/813 kB
Progress (3): 225/284 kB | 229/253 kB | 275/813 kB
Progress (3): 229/284 kB | 229/253 kB | 275/813 kB
Progress (3): 229/284 kB | 229/253 kB | 279/813 kB
Progress (3): 229/284 kB | 233/253 kB | 279/813 kB
Progress (3): 229/284 kB | 233/253 kB | 283/813 kB
Progress (3): 233/284 kB | 233/253 kB | 283/813 kB
Progress (3): 233/284 kB | 233/253 kB | 287/813 kB
Progress (3): 233/284 kB | 238/253 kB | 287/813 kB
Progress (3): 233/284 kB | 238/253 kB | 291/813 kB
Progress (3): 237/284 kB | 238/253 kB | 291/813 kB
Progress (3): 237/284 kB | 242/253 kB | 291/813 kB
Progress (3): 237/284 kB | 242/253 kB | 295/813 kB
Progress (3): 241/284 kB | 242/253 kB | 295/813 kB
Progress (3): 241/284 kB | 242/253 kB | 299/813 kB
Progress (3): 241/284 kB | 246/253 kB | 299/813 kB
Progress (3): 241/284 kB | 246/253 kB | 303/813 kB
Progress (3): 245/284 kB | 246/253 kB | 303/813 kB
Progress (3): 245/284 kB | 246/253 kB | 307/813 kB
Progress (3): 245/284 kB | 250/253 kB | 307/813 kB
Progress (3): 249/284 kB | 250/253 kB | 307/813 kB
Progress (3): 249/284 kB | 250/253 kB | 311/813 kB
Progress (3): 249/284 kB | 253 kB | 311/813 kB
Progress (3): 249/284 kB | 253 kB | 316/813 kB
Progress (3): 253/284 kB | 253 kB | 316/813 kB
Progress (3): 253/284 kB | 253 kB | 320/813 kB
Progress (3): 257/284 kB | 253 kB | 320/813 kB
Progress (3): 257/284 kB | 253 kB | 324/813 kB
Progress (3): 262/284 kB | 253 kB | 324/813 kB
Progress (3): 262/284 kB | 253 kB | 328/813 kB
Progress (3): 266/284 kB | 253 kB | 328/813 kB
Progress (3): 266/284 kB | 253 kB | 332/813 kB
Progress (3): 270/284 kB | 253 kB | 332/813 kB
Progress (3): 270/284 kB | 253 kB | 336/813 kB
Progress (3): 274/284 kB | 253 kB | 336/813 kB
Progress (3): 274/284 kB | 253 kB | 340/813 kB
Progress (3): 278/284 kB | 253 kB | 340/813 kB
Progress (3): 278/284 kB | 253 kB | 344/813 kB
Progress (3): 282/284 kB | 253 kB | 344/813 kB
Progress (3): 282/284 kB | 253 kB | 348/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 | 357/813 kB
Progress (4): 284 kB | 253 kB | 357/813 kB | 4.1/232 kB
Progress (4): 284 kB | 253 kB | 361/813 kB | 4.1/232 kB
Progress (4): 284 kB | 253 kB | 361/813 kB | 8.2/232 kB
Progress (4): 284 kB | 253 kB | 365/813 kB | 8.2/232 kB
Progress (4): 284 kB | 253 kB | 365/813 kB | 12/232 kB
Progress (4): 284 kB | 253 kB | 369/813 kB | 12/232 kB
Progress (4): 284 kB | 253 kB | 369/813 kB | 16/232 kB
Progress (4): 284 kB | 253 kB | 373/813 kB | 16/232 kB
Progress (4): 284 kB | 253 kB | 373/813 kB | 20/232 kB
Progress (4): 284 kB | 253 kB | 373/813 kB | 25/232 kB
Progress (4): 284 kB | 253 kB | 377/813 kB | 25/232 kB
Progress (4): 284 kB | 253 kB | 377/813 kB | 29/232 kB
Progress (4): 284 kB | 253 kB | 381/813 kB | 29/232 kB
Progress (4): 284 kB | 253 kB | 381/813 kB | 33/232 kB
Progress (4): 284 kB | 253 kB | 385/813 kB | 33/232 kB
Progress (4): 284 kB | 253 kB | 385/813 kB | 37/232 kB
Progress (4): 284 kB | 253 kB | 389/813 kB | 37/232 kB
Progress (4): 284 kB | 253 kB | 389/813 kB | 41/232 kB
Progress (4): 284 kB | 253 kB | 389/813 kB | 45/232 kB
Progress (4): 284 kB | 253 kB | 393/813 kB | 45/232 kB
Progress (4): 284 kB | 253 kB | 393/813 kB | 49/232 kB
Progress (4): 284 kB | 253 kB | 397/813 kB | 49/232 kB
Progress (4): 284 kB | 253 kB | 397/813 kB | 53/232 kB
Progress (4): 284 kB | 253 kB | 402/813 kB | 53/232 kB
Progress (4): 284 kB | 253 kB | 402/813 kB | 57/232 kB
Progress (4): 284 kB | 253 kB | 406/813 kB | 57/232 kB
Progress (4): 284 kB | 253 kB | 406/813 kB | 61/232 kB
Progress (4): 284 kB | 253 kB | 406/813 kB | 64/232 kB
Progress (4): 284 kB | 253 kB | 410/813 kB | 64/232 kB
Progress (4): 284 kB | 253 kB | 410/813 kB | 69/232 kB
Progress (4): 284 kB | 253 kB | 414/813 kB | 69/232 kB
Progress (4): 284 kB | 253 kB | 414/813 kB | 73/232 kB
Progress (4): 284 kB | 253 kB | 418/813 kB | 73/232 kB
Progress (4): 284 kB | 253 kB | 418/813 kB | 77/232 kB
Progress (4): 284 kB | 253 kB | 422/813 kB | 77/232 kB
Progress (4): 284 kB | 253 kB | 422/813 kB | 81/232 kB
Progress (4): 284 kB | 253 kB | 426/813 kB | 81/232 kB
Progress (4): 284 kB | 253 kB | 426/813 kB | 85/232 kB
Progress (4): 284 kB | 253 kB | 430/813 kB | 85/232 kB
Progress (4): 284 kB | 253 kB | 430/813 kB | 89/232 kB
Progress (4): 284 kB | 253 kB | 434/813 kB | 89/232 kB
Progress (4): 284 kB | 253 kB | 434/813 kB | 93/232 kB
Progress (4): 284 kB | 253 kB | 438/813 kB | 93/232 kB
Progress (4): 284 kB | 253 kB | 438/813 kB | 97/232 kB
Progress (4): 284 kB | 253 kB | 443/813 kB | 97/232 kB
Progress (4): 284 kB | 253 kB | 443/813 kB | 101/232 kB
Progress (4): 284 kB | 253 kB | 447/813 kB | 101/232 kB
Progress (4): 284 kB | 253 kB | 447/813 kB | 105/232 kB
Progress (4): 284 kB | 253 kB | 451/813 kB | 105/232 kB
Progress (4): 284 kB | 253 kB | 451/813 kB | 110/232 kB
Progress (4): 284 kB | 253 kB | 455/813 kB | 110/232 kB
Progress (4): 284 kB | 253 kB | 455/813 kB | 114/232 kB
Progress (4): 284 kB | 253 kB | 459/813 kB | 114/232 kB
Progress (4): 284 kB | 253 kB | 459/813 kB | 118/232 kB
Progress (4): 284 kB | 253 kB | 463/813 kB | 118/232 kB
Progress (4): 284 kB | 253 kB | 463/813 kB | 122/232 kB
Progress (4): 284 kB | 253 kB | 467/813 kB | 122/232 kB
Progress (4): 284 kB | 253 kB | 467/813 kB | 126/232 kB
Progress (4): 284 kB | 253 kB | 471/813 kB | 126/232 kB
Progress (4): 284 kB | 253 kB | 471/813 kB | 130/232 kB
Progress (4): 284 kB | 253 kB | 475/813 kB | 130/232 kB
Progress (4): 284 kB | 253 kB | 475/813 kB | 134/232 kB
Progress (4): 284 kB | 253 kB | 479/813 kB | 134/232 kB
Progress (4): 284 kB | 253 kB | 479/813 kB | 138/232 kB
Progress (4): 284 kB | 253 kB | 484/813 kB | 138/232 kB
Progress (4): 284 kB | 253 kB | 484/813 kB | 142/232 kB
Progress (4): 284 kB | 253 kB | 488/813 kB | 142/232 kB
Progress (4): 284 kB | 253 kB | 488/813 kB | 146/232 kB
Progress (4): 284 kB | 253 kB | 492/813 kB | 146/232 kB
Progress (4): 284 kB | 253 kB | 492/813 kB | 150/232 kB
Progress (4): 284 kB | 253 kB | 496/813 kB | 150/232 kB
Progress (4): 284 kB | 253 kB | 496/813 kB | 155/232 kB
Progress (4): 284 kB | 253 kB | 500/813 kB | 155/232 kB
Progress (4): 284 kB | 253 kB | 500/813 kB | 159/232 kB
Progress (4): 284 kB | 253 kB | 504/813 kB | 159/232 kB
Progress (4): 284 kB | 253 kB | 504/813 kB | 163/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 92.07 Progress (3): 284 kB | 504/813 kB | 167/232 kB
Progress (3): 284 kB | 508/813 kB | 167/232 kB
Progress (3): 284 kB | 508/813 kB | 171/232 kB
Progress (3): 284 kB | 512/813 kB | 171/232 kB
Progress (3): 284 kB | 512/813 kB | 175/232 kB
Progress (3): 284 kB | 516/813 kB | 175/232 kB
Progress (3): 284 kB | 516/813 kB | 179/232 kB
Progress (3): 284 kB | 520/813 kB | 179/232 kB
Progress (3): 284 kB | 520/813 kB | 183/232 kB
Progress (3): 284 kB | 520/813 kB | 187/232 kB
Progress (3): 284 kB | 524/813 kB | 187/232 kB
Progress (3): 284 kB | 524/813 kB | 191/232 kB
Progress (3): 284 kB | 529/813 kB | 191/232 kB
Progress (3): 284 kB | 529/813 kB | 196/232 kB
Progress (3): 284 kB | 533/813 kB | 196/232 kB
Progress (3): 284 kB | 533/813 kB | 200/232 kB
Progress (3): 284 kB | 537/813 kB | 200/232 kB
Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.3/serializer-2.7.3.jar (284 kB at 4.8 MB/s)
#14 92.08 Progress (2): 537/813 kB | 204/232 kB
Progress (2): 541/813 kB | 204/232 kB
Progress (2): 541/813 kB | 208/232 kB
Progress (2): 545/813 kB | 208/232 kB
Progress (2): 545/813 kB | 212/232 kB
Progress (2): 549/813 kB | 212/232 kB
Progress (2): 549/813 kB | 216/232 kB
Progress (2): 553/813 kB | 216/232 kB
Progress (2): 553/813 kB | 220/232 kB
Progress (2): 553/813 kB | 224/232 kB
Progress (2): 557/813 kB | 224/232 kB
Progress (2): 557/813 kB | 228/232 kB
Progress (2): 561/813 kB | 228/232 kB
Progress (2): 561/813 kB | 232 kB
Progress (2): 565/813 kB | 232 kB
Progress (2): 570/813 kB | 232 kB
Progress (2): 574/813 kB | 232 kB
Progress (2): 578/813 kB | 232 kB
Progress (2): 582/813 kB | 232 kB
Progress (2): 586/813 kB | 232 kB
Progress (2): 590/813 kB | 232 kB
Progress (2): 594/813 kB | 232 kB
Progress (2): 598/813 kB | 232 kB
Progress (2): 602/813 kB | 232 kB
Progress (2): 606/813 kB | 232 kB
Progress (2): 610/813 kB | 232 kB
Progress (2): 615/813 kB | 232 kB
Progress (2): 619/813 kB | 232 kB
Progress (2): 623/813 kB | 232 kB
Progress (2): 627/813 kB | 232 kB
Progress (2): 631/813 kB | 232 kB
Progress (2): 635/813 kB | 232 kB
Progress (2): 639/813 kB | 232 kB
Progress (2): 643/813 kB | 232 kB
Progress (2): 647/813 kB | 232 kB
Progress (2): 651/813 kB | 232 kB
Progress (2): 656/813 kB | 232 kB
Progress (2): 660/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): 701/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): 742/813 kB | 232 kB
Progress (2): 746/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): 783/813 kB | 232 kB
Progress (2): 787/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.3 MB/s)
#14 92.10 Downloaded from central: https://repo.maven.apache.org/maven2/org/testng/testng/6.8/testng-6.8.jar (813 kB at 10 MB/s)
#14 92.11 [[1;34mINFO[m]
#14 92.11 [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:3.1.0:clean[m [1m(default-clean)[m @ [36mformats-api[0;1m ---[m
#14 92.11 [[1;34mINFO[m]
#14 92.11 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mformats-api[0;1m ---[m
#14 92.11 [[1;34mINFO[m]
#14 92.11 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 92.11 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 92.11 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 92.11 [[1;34mINFO[m] Storing buildNumber: fd5746a3fa816fa0215a2bfdfb743e0f9e3530e4 at timestamp: 1750211839403
#14 92.12 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 92.12 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 92.12
#14 92.12 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 92.12 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 92.12 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 92.12 [[1;34mINFO[m]
#14 92.12 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:resources[m [1m(default-resources)[m @ [36mformats-api[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.13 [[1;34mINFO[m] Copying 0 resource
#14 92.13 [[1;34mINFO[m] Copying 0 resource
#14 92.13 [[1;34mINFO[m]
#14 92.13 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:compile[m [1m(default-compile)[m @ [36mformats-api[0;1m ---[m
#14 92.13 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 92.14 [[1;34mINFO[m] Compiling 54 source files to /bio-formats-build/bioformats/components/formats-api/target/classes
#14 92.49 [[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 92.49 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/src/loci/formats/FormatTools.java: Recompile with -Xlint:deprecation for details.
#14 92.49 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/src/loci/formats/FormatReader.java: Some input files use unchecked or unsafe operations.
#14 92.49 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/src/loci/formats/FormatReader.java: Recompile with -Xlint:unchecked for details.
#14 92.49 [[1;34mINFO[m]
#14 92.49 [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:3.1.0:testResources[m [1m(default-testResources)[m @ [36mformats-api[0;1m ---[m
#14 92.49 [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources.
#14 92.49 [[1;34mINFO[m] Copying 2 resources
#14 92.50 [[1;34mINFO[m]
#14 92.50 [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.7.0:testCompile[m [1m(default-testCompile)[m @ [36mformats-api[0;1m ---[m
#14 92.50 [[1;34mINFO[m] Changes detected - recompiling the module!
#14 92.50 [[1;34mINFO[m] Compiling 6 source files to /bio-formats-build/bioformats/components/formats-api/target/test-classes
#14 92.62 [[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 92.62 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/DynamicMetadataOptionsTest.java: Recompile with -Xlint:removal for details.
#14 92.62 [[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 92.62 [[1;34mINFO[m] /bio-formats-build/bioformats/components/formats-api/test/loci/formats/utests/CoreMetadataListTest.java: Recompile with -Xlint:unchecked for details.
#14 92.62 [[1;34mINFO[m]
#14 92.62 [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:2.22.0:test[m [1m(default-test)[m @ [36mformats-api[0;1m ---[m
#14 92.69 [[1;34mINFO[m]
#14 92.69 [[1;34mINFO[m] -------------------------------------------------------
#14 92.69 [[1;34mINFO[m] T E S T S
#14 92.69 [[1;34mINFO[m] -------------------------------------------------------
#14 92.87 [[1;34mINFO[m] Running [1mTestSuite[m
#14 93.02 SLF4J: No SLF4J providers were found.
#14 93.02 SLF4J: Defaulting to no-operation (NOP) logger implementation
#14 93.02 SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
#14 93.38 [[1;34mINFO[m] [1;32mTests run: [0;1;32m224[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in [1mTestSuite[m
#14 93.70 [[1;34mINFO[m]
#14 93.70 [[1;34mINFO[m] Results:
#14 93.70 [[1;34mINFO[m]
#14 93.70 [[1;34mINFO[m] [1;32mTests run: 224, Failures: 0, Errors: 0, Skipped: 0[m
#14 93.70 [[1;34mINFO[m]
#14 93.71 [[1;34mINFO[m]
#14 93.71 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:jar[m [1m(default-jar)[m @ [36mformats-api[0;1m ---[m
#14 93.72 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT.jar
#14 93.73 [[1;34mINFO[m]
#14 93.73 [[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 93.74 [[1;34mINFO[m]
#14 93.74 [[1;34mINFO[m] [1m--- [0;32mmaven-enforcer-plugin:3.0.0-M2:enforce[m [1m(enforce-versions)[m @ [36mformats-api[0;1m ---[m
#14 93.74 [[1;34mINFO[m]
#14 93.74 [[1;34mINFO[m] [1m--- [0;32mbuildnumber-maven-plugin:1.4:create[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 93.74 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 93.74 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 93.74 [[1;34mINFO[m] Storing buildNumber: fd5746a3fa816fa0215a2bfdfb743e0f9e3530e4 at timestamp: 1750211841032
#14 93.75 [[1;33mWARNING[m] Cannot get the branch information from the git repository:
#14 93.75 Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
#14 93.75
#14 93.75 [[1;34mINFO[m] Executing: /bin/sh -c cd '/bio-formats-build/bioformats/components/formats-api' && 'git' 'rev-parse' '--verify' 'HEAD'
#14 93.75 [[1;34mINFO[m] Working directory: /bio-formats-build/bioformats/components/formats-api
#14 93.75 [[1;34mINFO[m] Storing buildScmBranch: UNKNOWN
#14 93.75 [[1;34mINFO[m]
#14 93.75 [[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 93.75 [[1;34mINFO[m]
#14 93.75 [[1;34mINFO[m]
#14 93.75 [[1;34mINFO[m] [1m--- [0;32mmaven-source-plugin:3.0.1:jar[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 93.77 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT-sources.jar
#14 93.79 [[1;34mINFO[m]
#14 93.79 [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.1.0:test-jar[m [1m(default)[m @ [36mformats-api[0;1m ---[m
#14 93.79 [[1;34mINFO[m] Building jar: /bio-formats-build/bioformats/components/formats-api/target/formats-api-8.3.0-SNAPSHOT-tests.jar
#14 93.80 [[1;34mINFO[m]
#14 93.80 [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.5.2:install[m [1m(default-install)[m @ [36mformats-api[0;1m ---[m
#14 93.80 [[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 93.80 [[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 93.80 [[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 93.80 [[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 93.81 [[1;34mINFO[m]
#14 93.81 [[1;34mINFO[m] [1m--------------------------< [0;36mome:formats-bsd[0;1m >---------------------------[m
#14 93.81 [[1;34mINFO[m] [1mBuilding BSD Bio-Formats readers and writers 8.3.0-SNAPSHOT [15/24][m
#14 93.81 [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
#14 93.81 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 93.90 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 48 kB/s)
#14 93.91 Downloading from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava/31.1.0/pom-scijava-31.1.0.pom
#14 93.93 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.1 MB/s)
#14 93.95 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 93.96 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.5 MB/s)
#14 93.98 Downloading from central: https://repo.maven.apache.org/maven2/com/jgoodies/jgoodies-forms/1.7.2/jgoodies-forms-1.7.2.pom
#14 94.00 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 94.01 Downloading from central: https://repo.maven.apache.org/maven2/com/jgoodies/jgoodies-common/1.7.0/jgoodies-common-1.7.0.pom
#14 94.02 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 94.04 Downloading from central: https://repo.maven.apache.org/maven2/org/perf4j/perf4j/0.9.16/perf4j-0.9.16.pom
#14 94.05 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.1 MB/s)
#14 94.07 Downloading from central: https://repo.maven.apache.org/maven2/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom
#14 94.16 Downloading from scijava: https://maven.scijava.org/content/groups/public/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom
#14 94.87 Downloading from ome: https://artifacts.openmicroscopy.org/artifactory/maven/cisd/jhdf5/19.04.1/jhdf5-19.04.1.pom
#14 94.90 Downloading from central: https://repo.maven.apache.org/maven2/com/drewnoakes/metadata-extractor/2.18.0/metadata-extractor-2.18.0.pom
#14 94.91 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 337 kB/s)
#14 94.93 Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/xmp/xmpcore/6.1.11/xmpcore-6.1.11.pom
#14 94.94 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 94.95 Downloading from central: https://repo.maven.apache.org/maven2/ome/jxrlib-all/0.2.4/jxrlib-all-0.2.4.pom
#14 95.07 Downloading from scijava: https://maven.scijava.org/content/groups/public/ome/jxrlib-all/0.2.4/jxrlib-all-0.2.4.pom
#14 95.55 Downloading from ome: https://artifacts.openmicroscopy.org/artifactory/maven/ome/jxrlib-all/0.2.4/jxrlib-all-0.2.4.pom
#14 95.56 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 95.57 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 95.58 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 173 kB/s)
#14 95.60 Downloading from central: https://repo.maven.apache.org/maven2/org/scijava/pom-scijava/9.0.0/pom-scijava-9.0.0.pom
#14 95.61 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.4 MB/s)
#14 95.63 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.pom
#14 95.64 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 95.65 Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.6/slf4j-parent-1.7.6.pom
#14 95.66 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 476 kB/s)
#14 95.68 Downloading from central: https://repo.maven.apache.org/maven2/org/json/json/20231013/json-20231013.pom
#14 95.69 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 95.71 Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom
#14 95.72 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 95.73 Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
#14 95.75 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 95.76 Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom
#14 95.77 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 958 kB/s)
#14 95.79 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 95.80 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 226 kB/s)
#14 95.81 Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
#14 95.83 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 95.84 Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.0/snakeyaml-2.0.pom
#14 95.85 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 833 kB/s)
#14 95.87 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 95.87 [[1;34mINFO[m] [1mReactor Summary:[m
#14 95.87 [[1;34mINFO[m]
#14 95.87 [[1;34mINFO[m] OME Common Java 6.0.26-SNAPSHOT .................... [1;32mSUCCESS[m [ 30.579 s]
#14 95.87 [[1;34mINFO[m] OME Model 6.5.0-SNAPSHOT ........................... [1;32mSUCCESS[m [ 0.006 s]
#14 95.87 [[1;34mINFO[m] Metadata model specification 6.5.0-SNAPSHOT ........ [1;32mSUCCESS[m [ 5.565 s]
#14 95.87 [[1;34mINFO[m] OME XML library 6.5.0-SNAPSHOT ..................... [1;32mSUCCESS[m [ 21.855 s]
#14 95.87 [[1;34mINFO[m] OME POI 5.3.10-SNAPSHOT ............................ [1;32mSUCCESS[m [ 9.464 s]
#14 95.87 [[1;34mINFO[m] MDB Tools (Java port) 5.3.4-SNAPSHOT ............... [1;32mSUCCESS[m [ 2.882 s]
#14 95.87 [[1;34mINFO[m] OME JAI 0.1.5-SNAPSHOT ............................. [1;32mSUCCESS[m [ 7.428 s]
#14 95.87 [[1;34mINFO[m] OME Codecs 1.1.1-SNAPSHOT .......................... [1;32mSUCCESS[m [ 5.397 s]
#14 95.87 [[1;34mINFO[m] OME Stubs 6.0.3-SNAPSHOT ........................... [1;32mSUCCESS[m [ 0.006 s]
#14 95.87 [[1;34mINFO[m] MIPAV stubs 6.0.3-SNAPSHOT ......................... [1;32mSUCCESS[m [ 1.711 s]
#14 95.87 [[1;34mINFO[m] Metakit 5.8.9-SNAPSHOT ............................. [1;32mSUCCESS[m [ 3.032 s]
#14 95.87 [[1;34mINFO[m] Bio-Formats projects 8.3.0-SNAPSHOT ................ [1;32mSUCCESS[m [ 0.576 s]
#14 95.87 [[1;34mINFO[m] libjpeg-turbo Java bindings 8.3.0-SNAPSHOT ......... [1;32mSUCCESS[m [ 0.484 s]
#14 95.87 [[1;34mINFO[m] Bio-Formats API 8.3.0-SNAPSHOT ..................... [1;32mSUCCESS[m [ 2.008 s]
#14 95.87 [[1;34mINFO[m] BSD Bio-Formats readers and writers 8.3.0-SNAPSHOT . [1;31mFAILURE[m [ 2.061 s]
#14 95.87 [[1;34mINFO[m] Bio-Formats library 8.3.0-SNAPSHOT ................. [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] Bio-Formats Plugins for ImageJ 8.3.0-SNAPSHOT ...... [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] Bio-Formats command line tools 8.3.0-SNAPSHOT ...... [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] bioformats_package bundle 8.3.0-SNAPSHOT ........... [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] Bio-Formats testing framework 8.3.0-SNAPSHOT ....... [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] Bio-Formats examples 8.3.0-SNAPSHOT ................ [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] Bio-Formats documentation 8.3.0-SNAPSHOT ........... [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] Implementation of Bio-Formats readers for the next-generation file formats 0.6.1-SNAPSHOT [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] Bio-Formats top-level build 6.0.0-SNAPSHOT ......... [1;33mSKIPPED[m
#14 95.87 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 95.87 [[1;34mINFO[m] [1;31mBUILD FAILURE[m
#14 95.87 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 95.87 [[1;34mINFO[m] Total time: 01:34 min
#14 95.87 [[1;34mINFO[m] Finished at: 2025-06-18T01:57:23Z
#14 95.87 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m
#14 95.87 [[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 95.87 [[1;31mERROR[m]
#14 95.87 [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
#14 95.87 [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full debug logging.
#14 95.88 [[1;31mERROR[m]
#14 95.88 [[1;31mERROR[m] For more information about the errors and possible solutions, please read the following articles:
#14 95.88 [[1;31mERROR[m] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
#14 95.88 [[1;31mERROR[m]
#14 95.88 [[1;31mERROR[m] After correcting the problems, you can resume the build with the command
#14 95.88 [[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:
95.87 [[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
95.87 [[1;31mERROR[m]
95.87 [[1;31mERROR[m] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
95.87 [[1;31mERROR[m] Re-run Maven using the [1m-X[m switch to enable full debug logging.
95.88 [[1;31mERROR[m]
95.88 [[1;31mERROR[m] For more information about the errors and possible solutions, please read the following articles:
95.88 [[1;31mERROR[m] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
95.88 [[1;31mERROR[m]
95.88 [[1;31mERROR[m] After correcting the problems, you can resume the build with the command
95.88 [[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