Created
August 22, 2024 09:10
-
-
Save Fokko/ce6144fe47c7f2786c007a5cf36b3a9a to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ avro-src-1.11.4 ./build.sh docker-test | |
+ cd . | |
+ VERSION=1.11.4 | |
+ DOCKER_RUN_XTRA_ARGS= | |
+ DOCKER_RUN_ENTRYPOINT=bash | |
+ DOCKER_BUILD_XTRA_ARGS= | |
+ DOCKER_IMAGE_NAME= | |
+ DOCKER_EXTRA_CONTEXT='lang/ruby/Gemfile lang/ruby/avro.gemspec lang/ruby/Manifest share/VERSION.txt' | |
+ (( 1 == 0 )) | |
+ (( 1 )) | |
+ target=docker-test | |
+ shift | |
+ case "$target" in | |
+ case "$target" in | |
+ tar -cf- share/docker/Dockerfile lang/ruby/Gemfile lang/ruby/avro.gemspec lang/ruby/Manifest share/VERSION.txt | |
+ docker build -t avro-test -f share/docker/Dockerfile - | |
[+] Building 2.5s (24/24) FINISHED docker:desktop-linux | |
=> CACHED [internal] load remote build context 0.0s | |
=> CACHED copy /context / 0.0s | |
=> [internal] load metadata for docker.io/library/ubuntu:20.04 2.4s | |
=> [auth] library/ubuntu:pull token for registry-1.docker.io 0.0s | |
=> [ 1/19] FROM docker.io/library/ubuntu:20.04@sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e 0.0s | |
=> => resolve docker.io/library/ubuntu:20.04@sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e 0.0s | |
=> CACHED [ 2/19] WORKDIR /root 0.0s | |
=> CACHED [ 3/19] RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends ant apt-transport-https 0.0s | |
=> CACHED [ 4/19] RUN apt-get -qqy install --no-install-recommends libzstd-dev libbz2-dev php 0.0s | |
=> CACHED [ 5/19] RUN set -eux; download() { local f="$1"; shift; local distFile="$1"; shift; local success=; local distUrl=; for distUrl in https://www.apache.org/dyn/closer.cg 0.0s | |
=> CACHED [ 6/19] RUN curl -sSL https://deb.nodesource.com/setup_14.x | bash - && apt-get -qqy install nodejs && apt-get -qqy clean && npm install -g grunt-cli && npm cache clean --force 0.0s | |
=> CACHED [ 7/19] RUN mkdir tmp && cd tmp && git clone --recursive --depth=1 https://github.com/kjdev/php-ext-zstd.git && cd php-ext-zstd && phpize && ./configure && make && make install && ec 0.0s | |
=> CACHED [ 8/19] RUN curl -sS https://getcomposer.org/installer | php -- --version=2.0.7 --install-dir=/usr/local/bin --filename=composer 0.0s | |
=> CACHED [ 9/19] RUN apt-get -qqy install --no-install-recommends libcompress-raw-zlib-perl libcpan-uploader-perl 0.0s | |
=> CACHED [10/19] RUN curl -sSL https://cpanmin.us | perl - --self-upgrade && cpanm --mirror https://www.cpan.org/ install Compress::Zstd Module::I 0.0s | |
=> CACHED [11/19] RUN python3 -m pip install --upgrade pip setuptools wheel && python3 -m pip install tox zstandard 0.0s | |
=> CACHED [12/19] RUN cd /opt ; wget https://dot.net/v1/dotnet-install.sh ; bash ./dotnet-install.sh --channel "3.1" --install-dir "/opt/dotnet" ; bash ./dotnet-install.sh --channel "5.0" 0.0s | |
=> CACHED [13/19] RUN apt-get -qqy install ruby-full && apt-get -qqy clean 0.0s | |
=> CACHED [14/19] RUN mkdir -p /tmp/lang/ruby/lib/avro && mkdir -p /tmp/share 0.0s | |
=> CACHED [15/19] COPY lang/ruby/* /tmp/lang/ruby/ 0.0s | |
=> CACHED [16/19] COPY share/VERSION.txt /tmp/share/ 0.0s | |
=> CACHED [17/19] RUN gem install bundler -v 2.4.22 --no-document && apt-get install -qqy libyaml-dev && cd /tmp/lang/ruby && bundle install 0.0s | |
=> CACHED [18/19] RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.74.0 0.0s | |
=> CACHED [19/19] RUN update-java-alternatives -s "java-1.8.*" 0.0s | |
=> exporting to image 0.0s | |
=> => exporting layers 0.0s | |
=> => writing image sha256:aa5b7d2599bcce70ba4aac7ba9b52c595438eb68e7b66bf75f34fd3c14590577 0.0s | |
=> => naming to docker.io/library/avro-test 0.0s | |
What's next: | |
View a summary of image vulnerabilities and recommendations → docker scout quickview | |
+ docker run --rm -v /Users/fokko.driesprong/Downloads/avro-src-1.11.4:/avro --env JAVA=8 avro-test /avro/share/docker/run-tests.sh | |
################################################################# | |
##### Run tests: /avro/lang/c++/ | |
################################################################# | |
+ set -e | |
+ '[' 2 -eq 0 ']' | |
+ '[' -f VERSION.txt ']' | |
++ cat ../../share/VERSION.txt | |
+ VERSION=1.11.4 | |
+ BUILD=../../build | |
+ AVRO_CPP=avro-cpp-1.11.4 | |
+ AVRO_DOC=avro-doc-1.11.4 | |
+ BUILD_DIR=../../build | |
+ BUILD_CPP=../../build/avro-cpp-1.11.4 | |
+ DIST_DIR=../../dist/avro-cpp-1.11.4 | |
+ DOC_CPP=../../build/avro-doc-1.11.4/api/cpp | |
+ DIST_DIR=../../dist/cpp | |
+ TARFILE=../dist/cpp/avro-cpp-1.11.4.tar.gz | |
+ for target in "$@" | |
+ cmake -S . -B build | |
Enabled snappy codec | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /avro/lang/c++/build | |
+ case "$target" in | |
+ cppcheck --error-exitcode=1 --inline-suppr -f -q -x c++ api examples impl test | |
+ for target in "$@" | |
+ cmake -S . -B build | |
Enabled snappy codec | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /avro/lang/c++/build | |
+ case "$target" in | |
+ cmake -S. -Bbuild -D CMAKE_BUILD_TYPE=Debug -D AVRO_ADD_PROTECTOR_FLAGS=1 | |
Enabled snappy codec | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /avro/lang/c++/build | |
+ cmake --build build | |
[ 27%] Built target avrocpp_s | |
[ 29%] Built target avrogencpp | |
[ 30%] Built target tree2_hh | |
[ 31%] Built target reuse_hh | |
[ 32%] Built target union_map_union_hh | |
[ 33%] Built target bigrecord2_hh | |
[ 34%] Built target bigrecord_r_hh | |
[ 35%] Built target tweet_hh | |
[ 36%] Built target recursive_hh | |
[ 37%] Built target union_conflict_hh | |
[ 38%] Built target union_array_union_hh | |
[ 39%] Built target empty_record_hh | |
[ 66%] Built target avrocpp | |
[ 67%] Built target circulardep_hh | |
[ 68%] Built target tree1_hh | |
[ 69%] Built target bigrecord_hh | |
[ 70%] Built target crossref_hh | |
[ 71%] Built target primitivetypes_hh | |
[ 73%] Built target AvrogencppTests | |
[ 76%] Built target precompile | |
[ 78%] Built target buffertest | |
[ 80%] Built target CompilerTests | |
[ 82%] Built target unittest | |
[ 84%] Built target SchemaTests | |
[ 86%] Built target LargeSchemaTests | |
[ 88%] Built target CodecTests | |
[ 90%] Built target SpecificTests | |
[ 91%] Built target cpp_reserved_words_hh | |
[ 93%] Built target AvrogencppTestReservedWords | |
[ 95%] Built target JsonTests | |
[ 97%] Built target StreamTests | |
[100%] Built target DataFileTests | |
+ ./build/buffertest | |
Running 21 test cases... | |
Intentionally triggered exception: trying to discard more data than exists | |
Intentionally triggered exception: trying to extract more data than exists | |
Buffer has 12288 bytes | |
Buffer has 10240 bytes | |
Buffer has 10240 bytes | |
Bytes avail = 4096 | |
Bytes read = 4096 | |
Bytes avail = 4096 | |
Bytes read = 4096 | |
Bytes avail = 2048 | |
Bytes read = 2048 | |
Starting string: SampleMessage | |
After reading bytes: Sample | |
After reading remaining bytes: Message | |
Seeking back | |
Saved loc = 6 | |
Reading remaining bytes: Message | |
bytes avail = 0 | |
Moving to saved loc = 6 | |
bytes avail = 4 | |
After reading bytes: Message | |
Intentionally triggered exception: Impossible to write more data than free space | |
Skipping asio test | |
This message | |
is to be split | |
This message is to be split | |
is to be split | |
is to be split | |
0123456789ABCDEF0123456789ABCD | |
buffer =01234 | |
56789ABCDEF0123456789ABCD | |
456789ABCD | |
Test1 | |
56789ABCDEF012345678 | |
Test2 | |
56789ABCDEF012345678 | |
Test3 | |
aaaaaaaaaaaaaaaaaaaa | |
Test4 | |
hello there world | |
Leaving inner scope | |
Deleting foreign string containing there | |
Leaving outer scope | |
hello again there world | |
in there world | |
Deleting foreign string containing again | |
re world | |
Deleting foreign string containing there | |
world | |
00000000 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
00000010 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
00000020 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
00000030 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
00000040 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
00000050 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
00000060 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
00000070 30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46 |0123456789ABCDEF| | |
*** No errors detected | |
+ ./build/unittest | |
Running 8 test cases... | |
testing from -2147483648 to -2147482648 inclusive | |
testing from -1000 to 1000 inclusive | |
testing from 2147482647 to 2147483647 inclusive | |
testing from -9223372036854775808 to -9223372036854774808 inclusive | |
testing from -1000 to 1000 inclusive | |
testing from 9223372036854774807 to 9223372036854775807 inclusive | |
Before | |
"null" | |
null | |
(intentional) exception: extra_info_mylong already exists and cannot be added | |
(intentional) exception: Cannot add duplicate name: three | |
(intentional) exception: Cannot add duplicate name: mylong | |
After | |
{ | |
"type": "record", | |
"name": "RootRecord", | |
"fields": [ | |
{ | |
"name": "mylong", | |
"type": "long", | |
"extra_info_mylong": "it's a long field" | |
}, | |
{ | |
"name": "mymap", | |
"type": { | |
"type": "map", | |
"values": "int" | |
} | |
}, | |
{ | |
"name": "myarray", | |
"type": { | |
"type": "array", | |
"items": "double" | |
} | |
}, | |
{ | |
"name": "myenum", | |
"type": { | |
"type": "enum", | |
"name": "ExampleEnum", | |
"symbols": [ | |
"zero", | |
"one", | |
"two", | |
"three" | |
] | |
} | |
}, | |
{ | |
"name": "myunion", | |
"type": [ | |
"null", | |
{ | |
"type": "map", | |
"values": "int" | |
}, | |
"float" | |
] | |
}, | |
{ | |
"name": "nested", | |
"type": { | |
"type": "record", | |
"name": "NestedRecord", | |
"fields": [ | |
{ | |
"name": "floatInNested", | |
"type": "float" | |
} | |
] | |
} | |
}, | |
{ | |
"name": "mybool", | |
"type": "boolean" | |
}, | |
{ | |
"name": "myfixed", | |
"type": { | |
"type": "fixed", | |
"name": "fixed16", | |
"size": 16 | |
} | |
}, | |
{ | |
"name": "mylong2", | |
"type": "long", | |
"extra_info_mylong2": "it's a long field", | |
"more_info_mylong2": "it's still a long field" | |
}, | |
{ | |
"name": "anotherint", | |
"type": "int" | |
} | |
] | |
} | |
record RootRecord | |
name mylong | |
long | |
name mymap | |
map | |
string | |
int | |
end map | |
name myarray | |
array | |
double | |
end array | |
name myenum | |
enum ExampleEnum | |
name zero | |
name one | |
name two | |
name three | |
end enum | |
name myunion | |
union | |
null | |
map | |
string | |
int | |
end map | |
float | |
end union | |
name nested | |
record NestedRecord | |
name floatInNested | |
float | |
end record | |
name mybool | |
boolean | |
name myfixed | |
fixed fixed16 16 | |
end fixed | |
name mylong2 | |
long | |
name anotherint | |
int | |
end record | |
Encoding | |
Record | |
Map | |
Array | |
Enum | |
Union | |
Null in union | |
Record | |
Bool | |
Fixed16 | |
Long | |
Int | |
00000000 d0 0f 04 06 46 6f 6f 20 06 42 61 72 22 00 04 00 |....Foo .Bar"...| | |
00000010 00 00 00 00 00 59 40 00 00 00 00 00 40 8f 40 00 |.....Y@.....@.@.| | |
00000020 06 00 b6 33 ca c2 01 00 01 02 03 04 05 06 07 08 |...3............| | |
00000030 09 0a 0b 0c 0d 0e 0f 86 8e d2 fa d7 ac 8e cb c2 |................| | |
00000040 01 ff 35 |..5| | |
Validating Encoding 0 | |
Record | |
Map | |
Array | |
Enum | |
Union | |
Null in union | |
Record | |
Bool | |
Fixed16 | |
Long | |
Int | |
00000000 d0 0f 04 06 46 6f 6f 20 06 42 61 72 22 00 04 00 |....Foo .Bar"...| | |
00000010 00 00 00 00 00 59 40 00 00 00 00 00 40 8f 40 00 |.....Y@.....@.@.| | |
00000020 06 00 b6 33 ca c2 01 00 01 02 03 04 05 06 07 08 |...3............| | |
00000030 09 0a 0b 0c 0d 0e 0f 86 8e d2 fa d7 ac 8e cb c2 |................| | |
00000040 01 ff 35 |..5| | |
Validating Encoding 1 | |
Record | |
Map | |
Array | |
Enum | |
Union | |
Map in union | |
Record | |
Bool | |
Fixed16 | |
Long | |
Int | |
00000000 d0 0f 04 06 46 6f 6f 20 06 42 61 72 22 00 04 00 |....Foo .Bar"...| | |
00000010 00 00 00 00 00 59 40 00 00 00 00 00 40 8f 40 00 |.....Y@.....@.@.| | |
00000020 06 02 04 06 46 6f 6f 20 06 42 61 72 22 02 0c 46 |....Foo .Bar"..F| | |
00000030 6f 6f 42 61 72 24 00 b6 33 ca c2 01 00 01 02 03 |ooBar$..3.......| | |
00000040 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 86 8e d2 fa |................| | |
00000050 d7 ac 8e cb c2 01 ff 35 |.......5| | |
Validating Encoding 2 | |
Record | |
Map | |
Array | |
Enum | |
Union | |
Float in union | |
Record | |
Bool | |
Fixed16 | |
Long | |
Int | |
00000000 d0 0f 04 06 46 6f 6f 20 06 42 61 72 22 00 04 00 |....Foo .Bar"...| | |
00000010 00 00 00 00 00 59 40 00 00 00 00 00 40 8f 40 00 |.....Y@.....@.@.| | |
00000020 06 04 00 00 48 43 b6 33 ca c2 01 00 01 02 03 04 |....HC.3........| | |
00000030 05 06 07 08 09 0a 0b 0c 0d 0e 0f 86 8e d2 fa d7 |................| | |
00000040 ac 8e cb c2 01 ff 35 |......5| | |
Record | |
Map | |
Array | |
Enum | |
Union | |
Map in union | |
Record | |
Bool | |
Fixed16 | |
Long | |
Int | |
1000 | |
Size 2 | |
Foo:16 | |
Bar:17 | |
Size 0 | |
Size 2 | |
0:100 | |
1:1000 | |
Size 0 | |
Enum choice 3 | |
Union path 1 | |
Size 2 | |
Foo:16 | |
Bar:17 | |
Size 1 | |
FooBar:18 | |
Size 0 | |
-101.101 | |
1 | |
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
7010728798977672067 | |
-3456 | |
Next: "record" record: "RootRecord" | |
Next: "long" record: "RootRecord" field: "mylong" | |
1000 | |
Next: "map" record: "RootRecord" field: "mymap" | |
Size 2 | |
Next: "string" | |
Next: "int" | |
Foo:16 | |
Next: "string" | |
Next: "int" | |
Bar:17 | |
Next: "map" record: "RootRecord" field: "mymap" | |
Size 0 | |
Next: "array" record: "RootRecord" field: "myarray" | |
Size 2 | |
Next: "double" | |
0:100 | |
Next: "double" | |
1:1000 | |
Next: "array" record: "RootRecord" field: "myarray" | |
Size 0 | |
Next: "enum" record: "RootRecord" field: "myenum" | |
Enum choice 3 | |
Next: "union" record: "RootRecord" field: "myunion" | |
Union path 1 | |
Next: "map" record: "RootRecord" field: "myunion" | |
Size 2 | |
Next: "string" | |
Next: "int" | |
Foo:16 | |
Next: "string" | |
Next: "int" | |
Bar:17 | |
Next: "map" record: "RootRecord" field: "myunion" | |
Size 1 | |
Next: "string" | |
Next: "int" | |
FooBar:18 | |
Next: "map" record: "RootRecord" field: "myunion" | |
Size 0 | |
Next: "record" record: "NestedRecord" field: "nested" | |
Next: "float" record: "NestedRecord" field: "floatInNested" | |
-101.101 | |
Next: "boolean" record: "RootRecord" field: "mybool" | |
1 | |
Next: "fixed" record: "RootRecord" field: "myfixed" | |
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |
Next: "long" record: "RootRecord" field: "mylong2" | |
7010728798977672067 | |
Next: "int" record: "RootRecord" field: "anotherint" | |
-3456 | |
{ | |
"type": "array", | |
"items": { | |
"type": "record", | |
"name": "complex", | |
"fields": [ | |
{ | |
"name": "real", | |
"type": "double" | |
}, | |
{ | |
"name": "imaginary", | |
"type": "double" | |
} | |
] | |
} | |
} | |
TestNested | |
{ | |
"type": "record", | |
"name": "LongListContainer", | |
"fields": [ | |
{ | |
"name": "list", | |
"type": { | |
"type": "record", | |
"name": "LongList", | |
"fields": [ | |
{ | |
"name": "value", | |
"type": "long" | |
}, | |
{ | |
"name": "next", | |
"type": [ | |
"null", | |
"LongList" | |
] | |
}, | |
{ | |
"name": "end", | |
"type": "boolean" | |
} | |
] | |
} | |
}, | |
{ | |
"name": "array_tree", | |
"type": { | |
"type": "record", | |
"name": "ArrayTree", | |
"fields": [ | |
{ | |
"name": "label", | |
"type": "string" | |
}, | |
{ | |
"name": "children", | |
"type": { | |
"type": "array", | |
"items": "ArrayTree" | |
} | |
} | |
] | |
} | |
} | |
] | |
} | |
record LongListContainer | |
name list | |
record LongList | |
name value | |
long | |
name next | |
union | |
null | |
symbolic LongList | |
end union | |
name end | |
boolean | |
end record | |
name array_tree | |
record ArrayTree | |
name label | |
string | |
name children | |
array | |
symbolic ArrayTree | |
end array | |
end record | |
end record | |
No recurse | |
Recurse | |
00000000 02 00 01 16 68 65 6c 6c 6f 20 77 6f 72 6c 64 00 |....hello world.| | |
00000000 02 02 04 02 06 00 00 00 01 02 61 04 04 61 61 02 |..........a..aa.| | |
00000010 06 61 61 61 00 00 04 61 62 00 00 |.aaa...ab..| | |
ParseNoRecurse | |
No recurse | |
longval = 1 | |
bval = 1 | |
label = hello world | |
ParseRecurse | |
Recurse | |
longval = 1 | |
longval = 2 | |
longval = 3 | |
bval = 0 | |
bval = 0 | |
bval = 1 | |
label = a | |
label = aa | |
label = aaa | |
label = ab | |
DecodeNoRecurse | |
Encode no recurse | |
longval = 1 | |
bval = 1 | |
label = hello world | |
DecodeRecurse | |
Encode recurse | |
longval = 1 | |
longval = 2 | |
longval = 3 | |
bval = 0 | |
bval = 0 | |
bval = 1 | |
label = a | |
array block size = 2 | |
label = aa | |
array block size = 1 | |
label = aaa | |
label = ab | |
DecodeNoRecurseJson | |
Encode no recurse | |
longval = 1 | |
bval = 1 | |
label = hello world | |
DecodeRecurseJson | |
Encode recurse | |
longval = 1 | |
longval = 2 | |
longval = 3 | |
bval = 0 | |
bval = 0 | |
bval = 1 | |
label = a | |
array block size = 1 | |
label = aa | |
array block size = 1 | |
label = aaa | |
array block size = 1 | |
label = ab | |
TestGenerated | |
00000000 c8 01 00 00 48 43 |....HC| | |
TestBadStuff | |
TestBadFile | |
(intentional) error: Input stream is not good | |
TestBadSchema | |
(intentional) error: Unknown type definition: {"type":"wrong"} | |
TestResolution | |
*** No errors detected | |
+ ./build/CodecTests | |
*** No errors detected | |
Running 801 test cases... | |
+ ./build/CompilerTests | |
Running 2 test cases... | |
*** No errors detected | |
+ ./build/StreamTests | |
Running 53 test cases... | |
*** No errors detected | |
+ ./build/SpecificTests | |
*** No errors detected | |
Running 12 test cases... | |
+ ./build/AvrogencppTests | |
*** No errors detected | |
Running 5 test cases... | |
+ ./build/DataFileTests | |
*** No errors detected | |
Running 73 test cases... | |
+ ./build/SchemaTests | |
Running 149 test cases... | |
*** No errors detected | |
+ exit 0 | |
################################################################# | |
##### Run tests: /avro/lang/c/ | |
################################################################# | |
This is a stub where someone can provide linting. | |
-- The C compiler identification is GNU 9.4.0 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.2.11") | |
Enabled deflate codec | |
-- Found Snappy: /usr/lib/aarch64-linux-gnu/libsnappy.so | |
Enabled snappy codec | |
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") | |
-- Checking for module 'liblzma' | |
-- No package 'liblzma' found | |
Disabled lzma codec. liblzma not found. | |
-- Checking for module 'jansson>=2.3' | |
-- Found jansson, version 2.12 | |
-- Searching for asciidoc... | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /avro/build/c | |
make: Entering directory '/avro/build/c' | |
make[1]: Entering directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target avro-static | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 0%] Building C object src/CMakeFiles/avro-static.dir/allocation.c.o | |
[ 1%] Building C object src/CMakeFiles/avro-static.dir/array.c.o | |
[ 2%] Building C object src/CMakeFiles/avro-static.dir/codec.c.o | |
[ 2%] Building C object src/CMakeFiles/avro-static.dir/consumer.c.o | |
[ 3%] Building C object src/CMakeFiles/avro-static.dir/consume-binary.c.o | |
[ 4%] Building C object src/CMakeFiles/avro-static.dir/datafile.c.o | |
[ 5%] Building C object src/CMakeFiles/avro-static.dir/datum.c.o | |
[ 5%] Building C object src/CMakeFiles/avro-static.dir/datum_equal.c.o | |
[ 6%] Building C object src/CMakeFiles/avro-static.dir/datum_read.c.o | |
[ 7%] Building C object src/CMakeFiles/avro-static.dir/datum_size.c.o | |
[ 8%] Building C object src/CMakeFiles/avro-static.dir/datum_skip.c.o | |
[ 8%] Building C object src/CMakeFiles/avro-static.dir/datum_validate.c.o | |
[ 9%] Building C object src/CMakeFiles/avro-static.dir/datum_value.c.o | |
/avro/lang/c/src/datum_value.c: In function 'avro_datum_value_get_type': | |
/avro/lang/c/src/datum_value.c:86:2: warning: #warning "Bug: EINVAL is not of type avro_type_t." [-Wcpp] | |
86 | #warning "Bug: EINVAL is not of type avro_type_t." | |
| ^~~~~~~ | |
[ 10%] Building C object src/CMakeFiles/avro-static.dir/datum_write.c.o | |
[ 10%] Building C object src/CMakeFiles/avro-static.dir/dump.c.o | |
[ 11%] Building C object src/CMakeFiles/avro-static.dir/encoding_binary.c.o | |
[ 12%] Building C object src/CMakeFiles/avro-static.dir/errors.c.o | |
[ 13%] Building C object src/CMakeFiles/avro-static.dir/generic.c.o | |
[ 13%] Building C object src/CMakeFiles/avro-static.dir/io.c.o | |
[ 14%] Building C object src/CMakeFiles/avro-static.dir/map.c.o | |
[ 15%] Building C object src/CMakeFiles/avro-static.dir/memoize.c.o | |
[ 16%] Building C object src/CMakeFiles/avro-static.dir/resolved-reader.c.o | |
[ 16%] Building C object src/CMakeFiles/avro-static.dir/resolved-writer.c.o | |
[ 17%] Building C object src/CMakeFiles/avro-static.dir/resolver.c.o | |
[ 18%] Building C object src/CMakeFiles/avro-static.dir/schema.c.o | |
/avro/lang/c/src/schema.c: In function 'avro_schema_from_json_t': | |
/avro/lang/c/src/schema.c:882:3: warning: #warning "Bug: '0' is not of type avro_type_t." [-Wcpp] | |
882 | #warning "Bug: '0' is not of type avro_type_t." | |
| ^~~~~~~ | |
[ 18%] Building C object src/CMakeFiles/avro-static.dir/schema_equal.c.o | |
[ 19%] Building C object src/CMakeFiles/avro-static.dir/st.c.o | |
/avro/lang/c/src/st.c: In function 'st_foreach': | |
/avro/lang/c/src/st.c:467:8: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
467 | if (!tmp) { | |
| ^ | |
/avro/lang/c/src/st.c:476:4: note: here | |
476 | case ST_CONTINUE: | |
| ^~~~ | |
[ 20%] Building C object src/CMakeFiles/avro-static.dir/string.c.o | |
[ 21%] Building C object src/CMakeFiles/avro-static.dir/value.c.o | |
[ 21%] Building C object src/CMakeFiles/avro-static.dir/value-hash.c.o | |
/avro/lang/c/src/value-hash.c: In function 'hash_buffer': | |
/avro/lang/c/src/value-hash.c:109:14: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
109 | case 3: k1 ^= tail[2] << 16; | |
| ~~~^~~~~~~~~~~~~~~~ | |
/avro/lang/c/src/value-hash.c:110:3: note: here | |
110 | case 2: k1 ^= tail[1] << 8; | |
| ^~~~ | |
/avro/lang/c/src/value-hash.c:110:14: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
110 | case 2: k1 ^= tail[1] << 8; | |
| ~~~^~~~~~~~~~~~~~~ | |
/avro/lang/c/src/value-hash.c:111:3: note: here | |
111 | case 1: k1 ^= tail[0]; | |
| ^~~~ | |
[ 22%] Building C object src/CMakeFiles/avro-static.dir/value-json.c.o | |
[ 23%] Building C object src/CMakeFiles/avro-static.dir/value-read.c.o | |
[ 24%] Building C object src/CMakeFiles/avro-static.dir/value-sizeof.c.o | |
[ 24%] Building C object src/CMakeFiles/avro-static.dir/value-write.c.o | |
[ 25%] Building C object src/CMakeFiles/avro-static.dir/wrapped-buffer.c.o | |
[ 26%] Linking C static library libavro.a | |
make[2]: Leaving directory '/avro/build/c' | |
[ 26%] Built target avro-static | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target avro-shared | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 26%] Building C object src/CMakeFiles/avro-shared.dir/allocation.c.o | |
[ 27%] Building C object src/CMakeFiles/avro-shared.dir/array.c.o | |
[ 28%] Building C object src/CMakeFiles/avro-shared.dir/codec.c.o | |
[ 28%] Building C object src/CMakeFiles/avro-shared.dir/consumer.c.o | |
[ 29%] Building C object src/CMakeFiles/avro-shared.dir/consume-binary.c.o | |
[ 30%] Building C object src/CMakeFiles/avro-shared.dir/datafile.c.o | |
[ 31%] Building C object src/CMakeFiles/avro-shared.dir/datum.c.o | |
[ 31%] Building C object src/CMakeFiles/avro-shared.dir/datum_equal.c.o | |
[ 32%] Building C object src/CMakeFiles/avro-shared.dir/datum_read.c.o | |
[ 33%] Building C object src/CMakeFiles/avro-shared.dir/datum_size.c.o | |
[ 33%] Building C object src/CMakeFiles/avro-shared.dir/datum_skip.c.o | |
[ 34%] Building C object src/CMakeFiles/avro-shared.dir/datum_validate.c.o | |
[ 35%] Building C object src/CMakeFiles/avro-shared.dir/datum_value.c.o | |
/avro/lang/c/src/datum_value.c: In function 'avro_datum_value_get_type': | |
/avro/lang/c/src/datum_value.c:86:2: warning: #warning "Bug: EINVAL is not of type avro_type_t." [-Wcpp] | |
86 | #warning "Bug: EINVAL is not of type avro_type_t." | |
| ^~~~~~~ | |
[ 36%] Building C object src/CMakeFiles/avro-shared.dir/datum_write.c.o | |
[ 36%] Building C object src/CMakeFiles/avro-shared.dir/dump.c.o | |
[ 37%] Building C object src/CMakeFiles/avro-shared.dir/encoding_binary.c.o | |
[ 38%] Building C object src/CMakeFiles/avro-shared.dir/errors.c.o | |
[ 39%] Building C object src/CMakeFiles/avro-shared.dir/generic.c.o | |
[ 39%] Building C object src/CMakeFiles/avro-shared.dir/io.c.o | |
[ 40%] Building C object src/CMakeFiles/avro-shared.dir/map.c.o | |
[ 41%] Building C object src/CMakeFiles/avro-shared.dir/memoize.c.o | |
[ 41%] Building C object src/CMakeFiles/avro-shared.dir/resolved-reader.c.o | |
[ 42%] Building C object src/CMakeFiles/avro-shared.dir/resolved-writer.c.o | |
[ 43%] Building C object src/CMakeFiles/avro-shared.dir/resolver.c.o | |
[ 44%] Building C object src/CMakeFiles/avro-shared.dir/schema.c.o | |
/avro/lang/c/src/schema.c: In function 'avro_schema_from_json_t': | |
/avro/lang/c/src/schema.c:882:3: warning: #warning "Bug: '0' is not of type avro_type_t." [-Wcpp] | |
882 | #warning "Bug: '0' is not of type avro_type_t." | |
| ^~~~~~~ | |
[ 44%] Building C object src/CMakeFiles/avro-shared.dir/schema_equal.c.o | |
[ 45%] Building C object src/CMakeFiles/avro-shared.dir/st.c.o | |
/avro/lang/c/src/st.c: In function 'st_foreach': | |
/avro/lang/c/src/st.c:467:8: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
467 | if (!tmp) { | |
| ^ | |
/avro/lang/c/src/st.c:476:4: note: here | |
476 | case ST_CONTINUE: | |
| ^~~~ | |
[ 46%] Building C object src/CMakeFiles/avro-shared.dir/string.c.o | |
[ 47%] Building C object src/CMakeFiles/avro-shared.dir/value.c.o | |
[ 47%] Building C object src/CMakeFiles/avro-shared.dir/value-hash.c.o | |
/avro/lang/c/src/value-hash.c: In function 'hash_buffer': | |
/avro/lang/c/src/value-hash.c:109:14: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
109 | case 3: k1 ^= tail[2] << 16; | |
| ~~~^~~~~~~~~~~~~~~~ | |
/avro/lang/c/src/value-hash.c:110:3: note: here | |
110 | case 2: k1 ^= tail[1] << 8; | |
| ^~~~ | |
/avro/lang/c/src/value-hash.c:110:14: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
110 | case 2: k1 ^= tail[1] << 8; | |
| ~~~^~~~~~~~~~~~~~~ | |
/avro/lang/c/src/value-hash.c:111:3: note: here | |
111 | case 1: k1 ^= tail[0]; | |
| ^~~~ | |
[ 48%] Building C object src/CMakeFiles/avro-shared.dir/value-json.c.o | |
[ 49%] Building C object src/CMakeFiles/avro-shared.dir/value-read.c.o | |
[ 49%] Building C object src/CMakeFiles/avro-shared.dir/value-sizeof.c.o | |
[ 50%] Building C object src/CMakeFiles/avro-shared.dir/value-write.c.o | |
[ 51%] Building C object src/CMakeFiles/avro-shared.dir/wrapped-buffer.c.o | |
[ 52%] Linking C shared library libavro.so | |
make[2]: Leaving directory '/avro/build/c' | |
[ 52%] Built target avro-shared | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target avroappend | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 52%] Building C object src/CMakeFiles/avroappend.dir/avroappend.c.o | |
[ 53%] Linking C executable avroappend | |
make[2]: Leaving directory '/avro/build/c' | |
[ 53%] Built target avroappend | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target avropipe | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 54%] Building C object src/CMakeFiles/avropipe.dir/avropipe.c.o | |
[ 54%] Linking C executable avropipe | |
make[2]: Leaving directory '/avro/build/c' | |
[ 54%] Built target avropipe | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target avromod | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 54%] Building C object src/CMakeFiles/avromod.dir/avromod.c.o | |
[ 55%] Linking C executable avromod | |
make[2]: Leaving directory '/avro/build/c' | |
[ 55%] Built target avromod | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target avrocat | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 56%] Building C object src/CMakeFiles/avrocat.dir/avrocat.c.o | |
[ 57%] Linking C executable avrocat | |
make[2]: Leaving directory '/avro/build/c' | |
[ 57%] Built target avrocat | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target quickstop | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 58%] Building C object examples/CMakeFiles/quickstop.dir/quickstop.c.o | |
In file included from /avro/lang/c/src/avro/legacy.h:33, | |
from /avro/lang/c/src/avro/io.h:31, | |
from /avro/lang/c/src/avro/consumer.h:30, | |
from /avro/lang/c/src/avro.h:28, | |
from /avro/lang/c/examples/quickstop.c:18: | |
/avro/lang/c/examples/quickstop.c: In function 'print_person': | |
/avro/lang/c/examples/quickstop.c:123:40: warning: passing argument 3 of 'first_value.iface->get_string' from incompatible pointer type [-Wincompatible-pointer-types] | |
123 | avro_value_get_string(&first_value, &p, &size); | |
| ^~ | |
| | | |
| int32_t ** {aka int **} | |
/avro/lang/c/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' | |
408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | |
| ^~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:123:4: note: in expansion of macro 'avro_value_get_string' | |
123 | avro_value_get_string(&first_value, &p, &size); | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:123:40: note: expected 'const char **' but argument is of type 'int32_t **' {aka 'int **'} | |
123 | avro_value_get_string(&first_value, &p, &size); | |
| ^~ | |
/avro/lang/c/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' | |
408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | |
| ^~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:123:4: note: in expansion of macro 'avro_value_get_string' | |
123 | avro_value_get_string(&first_value, &p, &size); | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:124:24: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int32_t *' {aka 'int *'} [-Wformat=] | |
124 | fprintf(stdout, "%15s | ", p); | |
| ~~~^ ~ | |
| | | | |
| char * int32_t * {aka int *} | |
| %15ls | |
In file included from /avro/lang/c/src/avro/legacy.h:33, | |
from /avro/lang/c/src/avro/io.h:31, | |
from /avro/lang/c/src/avro/consumer.h:30, | |
from /avro/lang/c/src/avro.h:28, | |
from /avro/lang/c/examples/quickstop.c:18: | |
/avro/lang/c/examples/quickstop.c:127:39: warning: passing argument 3 of 'last_value.iface->get_string' from incompatible pointer type [-Wincompatible-pointer-types] | |
127 | avro_value_get_string(&last_value, &p, &size); | |
| ^~ | |
| | | |
| int32_t ** {aka int **} | |
/avro/lang/c/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' | |
408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | |
| ^~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:127:4: note: in expansion of macro 'avro_value_get_string' | |
127 | avro_value_get_string(&last_value, &p, &size); | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:127:39: note: expected 'const char **' but argument is of type 'int32_t **' {aka 'int **'} | |
127 | avro_value_get_string(&last_value, &p, &size); | |
| ^~ | |
/avro/lang/c/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' | |
408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | |
| ^~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:127:4: note: in expansion of macro 'avro_value_get_string' | |
127 | avro_value_get_string(&last_value, &p, &size); | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:128:24: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int32_t *' {aka 'int *'} [-Wformat=] | |
128 | fprintf(stdout, "%15s | ", p); | |
| ~~~^ ~ | |
| | | | |
| char * int32_t * {aka int *} | |
| %15ls | |
In file included from /avro/lang/c/src/avro/legacy.h:33, | |
from /avro/lang/c/src/avro/io.h:31, | |
from /avro/lang/c/src/avro/consumer.h:30, | |
from /avro/lang/c/src/avro.h:28, | |
from /avro/lang/c/examples/quickstop.c:18: | |
/avro/lang/c/examples/quickstop.c:131:40: warning: passing argument 3 of 'phone_value.iface->get_string' from incompatible pointer type [-Wincompatible-pointer-types] | |
131 | avro_value_get_string(&phone_value, &p, &size); | |
| ^~ | |
| | | |
| int32_t ** {aka int **} | |
/avro/lang/c/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' | |
408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | |
| ^~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:131:4: note: in expansion of macro 'avro_value_get_string' | |
131 | avro_value_get_string(&phone_value, &p, &size); | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:131:40: note: expected 'const char **' but argument is of type 'int32_t **' {aka 'int **'} | |
131 | avro_value_get_string(&phone_value, &p, &size); | |
| ^~ | |
/avro/lang/c/src/avro/value.h:408:60: note: in definition of macro 'avro_value_call' | |
408 | (value)->iface->method((value)->iface, (value)->self, __VA_ARGS__)) | |
| ^~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:131:4: note: in expansion of macro 'avro_value_get_string' | |
131 | avro_value_get_string(&phone_value, &p, &size); | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/avro/lang/c/examples/quickstop.c:132:24: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int32_t *' {aka 'int *'} [-Wformat=] | |
132 | fprintf(stdout, "%15s | ", p); | |
| ~~~^ ~ | |
| | | | |
| char * int32_t * {aka int *} | |
| %15ls | |
/avro/lang/c/examples/quickstop.c:95:55: warning: unused parameter 'reader_schema' [-Wunused-parameter] | |
95 | int print_person(avro_file_reader_t db, avro_schema_t reader_schema) | |
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~ | |
[ 58%] Linking C executable quickstop | |
make[2]: Leaving directory '/avro/build/c' | |
[ 58%] Built target quickstop | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1034 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 59%] Building C object tests/CMakeFiles/test_avro_1034.dir/test_avro_1034.c.o | |
[ 60%] Linking C executable test_avro_1034 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 60%] Built target test_avro_1034 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1906 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 61%] Building C object tests/CMakeFiles/test_avro_1906.dir/test_avro_1906.c.o | |
/avro/lang/c/tests/test_avro_1906.c: In function 'test_n_records': | |
/avro/lang/c/tests/test_avro_1906.c:172:6: warning: unused variable 'res' [-Wunused-variable] | |
172 | int res = 0; | |
| ^~~ | |
[ 62%] Linking C executable test_avro_1906 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 62%] Built target test_avro_1906 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_968 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 63%] Building C object tests/CMakeFiles/test_avro_968.dir/test_avro_968.c.o | |
[ 63%] Linking C executable test_avro_968 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 63%] Built target test_avro_968 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_766 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 63%] Building C object tests/CMakeFiles/test_avro_766.dir/test_avro_766.c.o | |
[ 64%] Linking C executable test_avro_766 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 64%] Built target test_avro_766 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1904 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 64%] Building C object tests/CMakeFiles/test_avro_1904.dir/test_avro_1904.c.o | |
[ 65%] Linking C executable test_avro_1904 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 65%] Built target test_avro_1904 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1238 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 66%] Building C object tests/CMakeFiles/test_avro_1238.dir/test_avro_1238.c.o | |
[ 66%] Linking C executable test_avro_1238 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 66%] Built target test_avro_1238 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_values | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 66%] Building C object tests/CMakeFiles/test_avro_values.dir/test_avro_values.c.o | |
[ 67%] Linking C executable test_avro_values | |
make[2]: Leaving directory '/avro/build/c' | |
[ 67%] Built target test_avro_values | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_schema_names | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 68%] Building C object tests/CMakeFiles/test_avro_schema_names.dir/test_avro_schema_names.c.o | |
[ 69%] Linking C executable test_avro_schema_names | |
make[2]: Leaving directory '/avro/build/c' | |
[ 69%] Built target test_avro_schema_names | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_data_structures | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 70%] Building C object tests/CMakeFiles/test_data_structures.dir/test_data_structures.c.o | |
[ 71%] Linking C executable test_data_structures | |
make[2]: Leaving directory '/avro/build/c' | |
[ 71%] Built target test_data_structures | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_interop_data | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 71%] Building C object tests/CMakeFiles/test_interop_data.dir/test_interop_data.c.o | |
[ 72%] Linking C executable test_interop_data | |
make[2]: Leaving directory '/avro/build/c' | |
[ 72%] Built target test_interop_data | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target performance | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 73%] Building C object tests/CMakeFiles/performance.dir/performance.c.o | |
In file included from /avro/lang/c/src/avro/legacy.h:33, | |
from /avro/lang/c/src/avro/io.h:31, | |
from /avro/lang/c/src/avro/consumer.h:30, | |
from /avro/lang/c/src/avro.h:28, | |
from /avro/lang/c/tests/performance.c:23: | |
/avro/lang/c/tests/performance.c: In function 'populate_complex_record': | |
/avro/lang/c/src/avro/value.h:407:13: warning: 'field.iface' may be used uninitialized in this function [-Wmaybe-uninitialized] | |
407 | ((value)->iface->method == NULL? (dflt): \ | |
| ^~ | |
[ 74%] Linking C executable performance | |
make[2]: Leaving directory '/avro/build/c' | |
[ 74%] Built target performance | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1087 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 75%] Building C object tests/CMakeFiles/test_avro_1087.dir/test_avro_1087.c.o | |
[ 76%] Linking C executable test_avro_1087 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 76%] Built target test_avro_1087 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1165 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 76%] Building C object tests/CMakeFiles/test_avro_1165.dir/test_avro_1165.c.o | |
[ 77%] Linking C executable test_avro_1165 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 77%] Built target test_avro_1165 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_data | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 78%] Building C object tests/CMakeFiles/test_avro_data.dir/test_avro_data.c.o | |
[ 79%] Linking C executable test_avro_data | |
make[2]: Leaving directory '/avro/build/c' | |
[ 79%] Built target test_avro_data | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_984 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 80%] Building C object tests/CMakeFiles/test_avro_984.dir/test_avro_984.c.o | |
[ 81%] Linking C executable test_avro_984 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 81%] Built target test_avro_984 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1691 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 82%] Building C object tests/CMakeFiles/test_avro_1691.dir/test_avro_1691.c.o | |
[ 83%] Linking C executable test_avro_1691 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 83%] Built target test_avro_1691 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1167 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 84%] Building C object tests/CMakeFiles/test_avro_1167.dir/test_avro_1167.c.o | |
[ 85%] Linking C executable test_avro_1167 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 85%] Built target test_avro_1167 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1084 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 85%] Building C object tests/CMakeFiles/test_avro_1084.dir/test_avro_1084.c.o | |
[ 86%] Linking C executable test_avro_1084 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 86%] Built target test_avro_1084 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1572 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 86%] Building C object tests/CMakeFiles/test_avro_1572.dir/test_avro_1572.c.o | |
[ 87%] Linking C executable test_avro_1572 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 87%] Built target test_avro_1572 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1237 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 87%] Building C object tests/CMakeFiles/test_avro_1237.dir/test_avro_1237.c.o | |
[ 88%] Linking C executable test_avro_1237 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 88%] Built target test_avro_1237 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_commons_schema | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 89%] Building C object tests/CMakeFiles/test_avro_commons_schema.dir/test_avro_commons_schema.c.o | |
[ 89%] Linking C executable test_avro_commons_schema | |
make[2]: Leaving directory '/avro/build/c' | |
[ 89%] Built target test_avro_commons_schema | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1279 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 90%] Building C object tests/CMakeFiles/test_avro_1279.dir/test_avro_1279.c.o | |
[ 91%] Linking C executable test_avro_1279 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 91%] Built target test_avro_1279 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_schema | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 92%] Building C object tests/CMakeFiles/test_avro_schema.dir/test_avro_schema.c.o | |
[ 92%] Linking C executable test_avro_schema | |
make[2]: Leaving directory '/avro/build/c' | |
[ 92%] Built target test_avro_schema | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target generate_interop_data | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 93%] Building C object tests/CMakeFiles/generate_interop_data.dir/generate_interop_data.c.o | |
[ 94%] Linking C executable generate_interop_data | |
make[2]: Leaving directory '/avro/build/c' | |
[ 94%] Built target generate_interop_data | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1405 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 95%] Building C object tests/CMakeFiles/test_avro_1405.dir/test_avro_1405.c.o | |
[ 96%] Linking C executable test_avro_1405 | |
make[2]: Leaving directory '/avro/build/c' | |
[ 96%] Built target test_avro_1405 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_refcount | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[ 97%] Building C object tests/CMakeFiles/test_refcount.dir/test_refcount.c.o | |
[ 98%] Linking C executable test_refcount | |
make[2]: Leaving directory '/avro/build/c' | |
[ 98%] Built target test_refcount | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target test_avro_1379 | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[100%] Building C object tests/CMakeFiles/test_avro_1379.dir/test_avro_1379.c.o | |
[100%] Linking C executable test_avro_1379 | |
make[2]: Leaving directory '/avro/build/c' | |
[100%] Built target test_avro_1379 | |
make[2]: Entering directory '/avro/build/c' | |
Scanning dependencies of target index_html | |
make[2]: Leaving directory '/avro/build/c' | |
make[2]: Entering directory '/avro/build/c' | |
[100%] asciidoc index.txt | |
make[2]: Leaving directory '/avro/build/c' | |
[100%] Built target index_html | |
make[1]: Leaving directory '/avro/build/c' | |
make: Leaving directory '/avro/build/c' | |
make: Entering directory '/avro/build/c' | |
Running tests... | |
Test project /avro/build/c | |
Start 1: quickstop | |
1/48 Test #1: quickstop ........................... Passed 0.03 sec | |
Start 2: test_data_structures | |
2/48 Test #2: test_data_structures ................ Passed 0.01 sec | |
Start 3: memcheck_test_data_structures | |
3/48 Test #3: memcheck_test_data_structures ....... Passed 0.21 sec | |
Start 4: test_avro_schema | |
4/48 Test #4: test_avro_schema .................... Passed 0.08 sec | |
Start 5: memcheck_test_avro_schema | |
5/48 Test #5: memcheck_test_avro_schema ........... Passed 0.31 sec | |
Start 6: test_avro_commons_schema | |
6/48 Test #6: test_avro_commons_schema ............ Passed 0.03 sec | |
Start 7: memcheck_test_avro_commons_schema | |
7/48 Test #7: memcheck_test_avro_commons_schema ... Passed 0.30 sec | |
Start 8: test_avro_schema_names | |
8/48 Test #8: test_avro_schema_names .............. Passed 0.01 sec | |
Start 9: memcheck_test_avro_schema_names | |
9/48 Test #9: memcheck_test_avro_schema_names ..... Passed 0.20 sec | |
Start 10: test_avro_values | |
10/48 Test #10: test_avro_values .................... Passed 0.08 sec | |
Start 11: memcheck_test_avro_values | |
11/48 Test #11: memcheck_test_avro_values ........... Passed 1.26 sec | |
Start 12: test_avro_766 | |
12/48 Test #12: test_avro_766 ....................... Passed 0.01 sec | |
Start 13: memcheck_test_avro_766 | |
13/48 Test #13: memcheck_test_avro_766 .............. Passed 0.21 sec | |
Start 14: test_avro_968 | |
14/48 Test #14: test_avro_968 ....................... Passed 0.01 sec | |
Start 15: memcheck_test_avro_968 | |
15/48 Test #15: memcheck_test_avro_968 .............. Passed 0.20 sec | |
Start 16: test_avro_984 | |
16/48 Test #16: test_avro_984 ....................... Passed 0.01 sec | |
Start 17: memcheck_test_avro_984 | |
17/48 Test #17: memcheck_test_avro_984 .............. Passed 0.22 sec | |
Start 18: test_avro_1034 | |
18/48 Test #18: test_avro_1034 ...................... Passed 0.01 sec | |
Start 19: memcheck_test_avro_1034 | |
19/48 Test #19: memcheck_test_avro_1034 ............. Passed 0.22 sec | |
Start 20: test_avro_1084 | |
20/48 Test #20: test_avro_1084 ...................... Passed 0.01 sec | |
Start 21: memcheck_test_avro_1084 | |
21/48 Test #21: memcheck_test_avro_1084 ............. Passed 0.26 sec | |
Start 22: test_avro_1087 | |
22/48 Test #22: test_avro_1087 ...................... Passed 0.01 sec | |
Start 23: memcheck_test_avro_1087 | |
23/48 Test #23: memcheck_test_avro_1087 ............. Passed 0.27 sec | |
Start 24: test_avro_1165 | |
24/48 Test #24: test_avro_1165 ...................... Passed 0.01 sec | |
Start 25: memcheck_test_avro_1165 | |
25/48 Test #25: memcheck_test_avro_1165 ............. Passed 0.21 sec | |
Start 26: test_avro_1167 | |
26/48 Test #26: test_avro_1167 ...................... Passed 0.01 sec | |
Start 27: memcheck_test_avro_1167 | |
27/48 Test #27: memcheck_test_avro_1167 ............. Passed 0.20 sec | |
Start 28: test_avro_1237 | |
28/48 Test #28: test_avro_1237 ...................... Passed 0.01 sec | |
Start 29: memcheck_test_avro_1237 | |
29/48 Test #29: memcheck_test_avro_1237 ............. Passed 0.26 sec | |
Start 30: test_avro_1238 | |
30/48 Test #30: test_avro_1238 ...................... Passed 0.01 sec | |
Start 31: memcheck_test_avro_1238 | |
31/48 Test #31: memcheck_test_avro_1238 ............. Passed 0.27 sec | |
Start 32: test_avro_1279 | |
32/48 Test #32: test_avro_1279 ...................... Passed 0.02 sec | |
Start 33: memcheck_test_avro_1279 | |
33/48 Test #33: memcheck_test_avro_1279 ............. Passed 0.27 sec | |
Start 34: test_avro_1405 | |
34/48 Test #34: test_avro_1405 ...................... Passed 0.03 sec | |
Start 35: memcheck_test_avro_1405 | |
35/48 Test #35: memcheck_test_avro_1405 ............. Passed 0.30 sec | |
Start 36: test_avro_1572 | |
36/48 Test #36: test_avro_1572 ...................... Passed 0.01 sec | |
Start 37: memcheck_test_avro_1572 | |
37/48 Test #37: memcheck_test_avro_1572 ............. Passed 0.29 sec | |
Start 38: test_avro_data | |
38/48 Test #38: test_avro_data ...................... Passed 0.03 sec | |
Start 39: test_refcount | |
39/48 Test #39: test_refcount ....................... Passed 0.01 sec | |
Start 40: memcheck_test_refcount | |
40/48 Test #40: memcheck_test_refcount .............. Passed 0.20 sec | |
Start 41: test_avro_1379 | |
41/48 Test #41: test_avro_1379 ...................... Passed 0.01 sec | |
Start 42: memcheck_test_avro_1379 | |
42/48 Test #42: memcheck_test_avro_1379 ............. Passed 0.28 sec | |
Start 43: test_avro_1691 | |
43/48 Test #43: test_avro_1691 ...................... Passed 0.02 sec | |
Start 44: memcheck_test_avro_1691 | |
44/48 Test #44: memcheck_test_avro_1691 ............. Passed 0.27 sec | |
Start 45: test_avro_1906 | |
45/48 Test #45: test_avro_1906 ...................... Passed 0.02 sec | |
Start 46: memcheck_test_avro_1906 | |
46/48 Test #46: memcheck_test_avro_1906 ............. Passed 0.28 sec | |
Start 47: test_avro_1904 | |
47/48 Test #47: test_avro_1904 ...................... Passed 0.01 sec | |
Start 48: memcheck_test_avro_1904 | |
48/48 Test #48: memcheck_test_avro_1904 ............. Passed 0.26 sec | |
100% tests passed, 0 tests failed out of 48 | |
Total Test time (real) = 7.55 sec | |
make: Leaving directory '/avro/build/c' | |
################################################################# | |
##### Run tests: /avro/lang/csharp/ | |
################################################################# | |
++ dirname ./build.sh | |
+ cd . | |
+ ROOT=../.. | |
++ cat ../../share/VERSION.txt | |
+ VERSION=1.11.4 | |
This is a stub where someone can provide linting. | |
+ for target in "$@" | |
+ case "$target" in | |
+ echo 'This is a stub where someone can provide linting.' | |
+ for target in "$@" | |
+ case "$target" in | |
+ dotnet build --configuration Release Avro.sln | |
Welcome to .NET 7.0! | |
--------------------- | |
SDK Version: 7.0.410 | |
Telemetry | |
--------- | |
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. | |
Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry | |
---------------- | |
Installed an ASP.NET Core HTTPS development certificate. | |
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). | |
Learn about HTTPS: https://aka.ms/dotnet-https | |
---------------- | |
Write your first app: https://aka.ms/dotnet-hello-world | |
Find out what's new: https://aka.ms/dotnet-whats-new | |
Explore documentation: https://aka.ms/dotnet-docs | |
Report issues and find source on GitHub: https://github.com/dotnet/core | |
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli | |
-------------------------------------------------------------------------------------- | |
MSBuild version 17.7.6+77d58ec69 for .NET | |
Determining projects to restore... | |
Restored /avro/lang/csharp/src/apache/main/Avro.main.csproj (in 13.56 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.BZip2/Avro.File.BZip2.csproj (in 13.56 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard/Avro.File.Zstandard.csproj (in 13.56 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.Snappy/Avro.File.Snappy.csproj (in 13.56 sec). | |
Restored /avro/lang/csharp/src/apache/msbuild/Avro.msbuild.csproj (in 13.57 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.XZ/Avro.File.XZ.csproj (in 13.56 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj (in 14.4 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj (in 14.4 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj (in 14.4 sec). | |
Restored /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj (in 14.4 sec). | |
Restored /avro/lang/csharp/src/apache/test/Avro.test.csproj (in 14.41 sec). | |
Restored /avro/lang/csharp/src/apache/codegen/Avro.codegen.csproj (in 15.73 sec). | |
Restored /avro/lang/csharp/src/apache/perf/Avro.perf.csproj (in 15.73 sec). | |
Restored /avro/lang/csharp/src/apache/benchmark/Avro.benchmark.csproj (in 15.74 sec). | |
Avro.main -> /avro/lang/csharp/src/apache/main/bin/Release/netstandard2.0/Avro.dll | |
Avro.main -> /avro/lang/csharp/src/apache/main/bin/Release/netstandard2.1/Avro.dll | |
Avro.msbuild -> /avro/lang/csharp/src/apache/msbuild/bin/Release/netstandard2.0/Avro.msbuild.dll | |
Avro.File.BZip2 -> /avro/lang/csharp/src/apache/codec/Avro.File.BZip2/bin/Release/netstandard2.0/Avro.File.BZip2.dll | |
Avro.File.XZ -> /avro/lang/csharp/src/apache/codec/Avro.File.XZ/bin/Release/netstandard2.0/Avro.File.XZ.dll | |
Avro.File.Snappy -> /avro/lang/csharp/src/apache/codec/Avro.File.Snappy/bin/Release/netstandard2.0/Avro.File.Snappy.dll | |
Avro.File.Zstandard -> /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard/bin/Release/netstandard2.0/Avro.File.Zstandard.dll | |
Avro.codegen -> /avro/lang/csharp/src/apache/codegen/bin/Release/net7.0/avrogen.dll | |
Avro.codegen -> /avro/lang/csharp/src/apache/codegen/bin/Release/netcoreapp3.1/avrogen.dll | |
Avro.File.Snappy -> /avro/lang/csharp/src/apache/codec/Avro.File.Snappy/bin/Release/netstandard2.1/Avro.File.Snappy.dll | |
Avro.msbuild -> /avro/lang/csharp/src/apache/msbuild/bin/Release/netstandard2.1/Avro.msbuild.dll | |
Avro.File.XZ -> /avro/lang/csharp/src/apache/codec/Avro.File.XZ/bin/Release/netstandard2.1/Avro.File.XZ.dll | |
Avro.File.BZip2 -> /avro/lang/csharp/src/apache/codec/Avro.File.BZip2/bin/Release/netstandard2.1/Avro.File.BZip2.dll | |
Avro.File.Zstandard -> /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard/bin/Release/netstandard2.1/Avro.File.Zstandard.dll | |
Avro.perf -> /avro/lang/csharp/src/apache/perf/bin/Release/netcoreapp3.1/Avro.perf.dll | |
Avro.perf -> /avro/lang/csharp/src/apache/perf/bin/Release/net6.0/Avro.perf.dll | |
Avro.perf -> /avro/lang/csharp/src/apache/perf/bin/Release/net7.0/Avro.perf.dll | |
Avro.perf -> /avro/lang/csharp/src/apache/perf/bin/Release/net5.0/Avro.perf.dll | |
Avro.codegen -> /avro/lang/csharp/src/apache/codegen/bin/Release/net5.0/avrogen.dll | |
Avro.benchmark -> /avro/lang/csharp/src/apache/benchmark/bin/Release/net6.0/Avro.benchmark.dll | |
Avro.benchmark -> /avro/lang/csharp/src/apache/benchmark/bin/Release/net7.0/Avro.benchmark.dll | |
Avro.benchmark -> /avro/lang/csharp/src/apache/benchmark/bin/Release/net5.0/Avro.benchmark.dll | |
Avro.benchmark -> /avro/lang/csharp/src/apache/benchmark/bin/Release/netcoreapp3.1/Avro.benchmark.dll | |
Avro.codegen -> /avro/lang/csharp/src/apache/codegen/bin/Release/net6.0/avrogen.dll | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=net7.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=net7.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=net7.0] | |
Avro.File.Snappy.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/netcoreapp3.1/Avro.File.Snappy.Test.dll | |
Avro.File.Snappy.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/net5.0/Avro.File.Snappy.Test.dll | |
Avro.File.Zstandard.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/net7.0/Avro.File.Zstandard.Test.dll | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=netcoreapp3.1] | |
Avro.File.Snappy.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/net7.0/Avro.File.Snappy.Test.dll | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=net7.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=netcoreapp3.1] | |
Avro.File.Zstandard.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/netcoreapp3.1/Avro.File.Zstandard.Test.dll | |
Avro.File.BZip2.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/netcoreapp3.1/Avro.File.BZip2.Test.dll | |
Avro.File.BZip2.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/net6.0/Avro.File.BZip2.Test.dll | |
Avro.File.BZip2.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/net5.0/Avro.File.BZip2.Test.dll | |
Avro.File.BZip2.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/net7.0/Avro.File.BZip2.Test.dll | |
Avro.File.Zstandard.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/net5.0/Avro.File.Zstandard.Test.dll | |
Avro.File.Snappy.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/net6.0/Avro.File.Snappy.Test.dll | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=net6.0] | |
Avro.File.XZ.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/net6.0/Avro.File.XZ.Test.dll | |
Avro.File.XZ.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/net7.0/Avro.File.XZ.Test.dll | |
Avro.File.XZ.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/net5.0/Avro.File.XZ.Test.dll | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=net7.0] | |
Avro.File.Zstandard.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/net6.0/Avro.File.Zstandard.Test.dll | |
Avro.File.XZ.Test -> /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/netcoreapp3.1/Avro.File.XZ.Test.dll | |
Avro.test -> /avro/lang/csharp/src/apache/test/bin/Release/netcoreapp3.1/Avro.test.dll | |
Avro.test -> /avro/lang/csharp/src/apache/test/bin/Release/net6.0/Avro.test.dll | |
Avro.test -> /avro/lang/csharp/src/apache/test/bin/Release/net7.0/Avro.test.dll | |
Avro.test -> /avro/lang/csharp/src/apache/test/bin/Release/net5.0/Avro.test.dll | |
Build succeeded. | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=net7.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=net7.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=net7.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=net7.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/Avro.File.BZip2.Test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=net5.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/Avro.File.Snappy.Test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/Avro.File.XZ.Test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/Avro.File.Zstandard.Test.csproj::TargetFramework=net6.0] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=netcoreapp3.1] | |
/root/.nuget/packages/microsoft.codeanalysis.netanalyzers/7.0.1/build/Microsoft.CodeAnalysis.NetAnalyzers.targets(593,5): warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference. [/avro/lang/csharp/src/apache/test/Avro.test.csproj::TargetFramework=net7.0] | |
20 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:23.64 | |
+ LANG=en_US.UTF-8 | |
+ dotnet test --configuration Release --no-build --filter 'TestCategory!=Interop' Avro.sln | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/netcoreapp3.1/Avro.File.Zstandard.Test.dll (.NETCoreApp,Version=v3.1) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/netcoreapp3.1/Avro.File.Snappy.Test.dll (.NETCoreApp,Version=v3.1) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/netcoreapp3.1/Avro.File.BZip2.Test.dll (.NETCoreApp,Version=v3.1) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/netcoreapp3.1/Avro.File.XZ.Test.dll (.NETCoreApp,Version=v3.1) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64)Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64)Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64)Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved.Copyright (c) Microsoft Corporation. All rights reserved.Copyright (c) Microsoft Corporation. All rights reserved. | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Test run for /avro/lang/csharp/src/apache/test/bin/Release/netcoreapp3.1/Avro.test.dll (.NETCoreApp,Version=v3.1) | |
Starting test execution, please wait...Starting test execution, please wait...Starting test execution, please wait... | |
Starting test execution, please wait... | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
A total of 1 test files matched the specified pattern. | |
A total of 1 test files matched the specified pattern. | |
A total of 1 test files matched the specified pattern. | |
A total of 1 test files matched the specified pattern. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Passed! - Failed: 0, Passed: 11, Skipped: 0, Total: 11, Duration: 47 ms - Avro.File.Snappy.Test.dll (netcoreapp3.1) | |
Passed! - Failed: 0, Passed: 243, Skipped: 0, Total: 243, Duration: 212 ms - Avro.File.Zstandard.Test.dll (netcoreapp3.1) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/net5.0/Avro.File.Snappy.Test.dll (.NETCoreApp,Version=v5.0) | |
Passed! - Failed: 0, Passed: 144, Skipped: 0, Total: 144, Duration: 337 ms - Avro.File.XZ.Test.dll (netcoreapp3.1) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/net5.0/Avro.File.Zstandard.Test.dll (.NETCoreApp,Version=v5.0) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/net5.0/Avro.File.XZ.Test.dll (.NETCoreApp,Version=v5.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Passed! - Failed: 0, Passed: 111, Skipped: 0, Total: 111, Duration: 1 s - Avro.File.BZip2.Test.dll (netcoreapp3.1) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/net5.0/Avro.File.BZip2.Test.dll (.NETCoreApp,Version=v5.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Passed! - Failed: 0, Passed: 11, Skipped: 0, Total: 11, Duration: 58 ms - Avro.File.Snappy.Test.dll (net5.0) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/net6.0/Avro.File.Snappy.Test.dll (.NETCoreApp,Version=v6.0) | |
Passed! - Failed: 0, Passed: 243, Skipped: 0, Total: 243, Duration: 196 ms - Avro.File.Zstandard.Test.dll (net5.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Passed! - Failed: 0, Passed: 144, Skipped: 0, Total: 144, Duration: 303 ms - Avro.File.XZ.Test.dll (net5.0) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/net6.0/Avro.File.Zstandard.Test.dll (.NETCoreApp,Version=v6.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/net6.0/Avro.File.XZ.Test.dll (.NETCoreApp,Version=v6.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Passed! - Failed: 0, Passed: 11, Skipped: 0, Total: 11, Duration: 47 ms - Avro.File.Snappy.Test.dll (net6.0) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Snappy.Test/bin/Release/net7.0/Avro.File.Snappy.Test.dll (.NETCoreApp,Version=v7.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Passed! - Failed: 0, Passed: 243, Skipped: 0, Total: 243, Duration: 158 ms - Avro.File.Zstandard.Test.dll (net6.0) | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/bin/Release/net7.0/Avro.File.Zstandard.Test.dll (.NETCoreApp,Version=v7.0) | |
Passed! - Failed: 0, Passed: 144, Skipped: 0, Total: 144, Duration: 266 ms - Avro.File.XZ.Test.dll (net6.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.XZ.Test/bin/Release/net7.0/Avro.File.XZ.Test.dll (.NETCoreApp,Version=v7.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Passed! - Failed: 0, Passed: 11, Skipped: 0, Total: 11, Duration: 56 ms - Avro.File.Snappy.Test.dll (net7.0) | |
Passed! - Failed: 0, Passed: 243, Skipped: 0, Total: 243, Duration: 192 ms - Avro.File.Zstandard.Test.dll (net7.0) | |
Passed! - Failed: 0, Passed: 111, Skipped: 0, Total: 111, Duration: 1 s - Avro.File.BZip2.Test.dll (net5.0) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/net6.0/Avro.File.BZip2.Test.dll (.NETCoreApp,Version=v6.0) | |
Passed! - Failed: 0, Passed: 144, Skipped: 0, Total: 144, Duration: 262 ms - Avro.File.XZ.Test.dll (net7.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Exception occurred. Logical type 'fixed-size-string' is not supported. | |
Exception occurred. Undefined name: enum at 'fields[0].type[1].type' | |
Passed! - Failed: 0, Passed: 111, Skipped: 0, Total: 111, Duration: 1 s - Avro.File.BZip2.Test.dll (net6.0) | |
Test run for /avro/lang/csharp/src/apache/codec/Avro.File.BZip2.Test/bin/Release/net7.0/Avro.File.BZip2.Test.dll (.NETCoreApp,Version=v7.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Passed! - Failed: 0, Passed: 111, Skipped: 0, Total: 111, Duration: 1 s - Avro.File.BZip2.Test.dll (net7.0) | |
Passed! - Failed: 0, Passed: 1395, Skipped: 0, Total: 1395, Duration: 10 s - Avro.test.dll (netcoreapp3.1) | |
Test run for /avro/lang/csharp/src/apache/test/bin/Release/net5.0/Avro.test.dll (.NETCoreApp,Version=v5.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Exception occurred. Logical type 'fixed-size-string' is not supported. | |
Exception occurred. Undefined name: enum at 'fields[0].type[1].type' | |
Passed! - Failed: 0, Passed: 1395, Skipped: 0, Total: 1395, Duration: 7 s - Avro.test.dll (net5.0) | |
Test run for /avro/lang/csharp/src/apache/test/bin/Release/net6.0/Avro.test.dll (.NETCoreApp,Version=v6.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Exception occurred. Logical type 'fixed-size-string' is not supported. | |
Exception occurred. Undefined name: enum at 'fields[0].type[1].type' | |
Passed! - Failed: 0, Passed: 1395, Skipped: 0, Total: 1395, Duration: 8 s - Avro.test.dll (net6.0) | |
Test run for /avro/lang/csharp/src/apache/test/bin/Release/net7.0/Avro.test.dll (.NETCoreApp,Version=v7.0) | |
Microsoft (R) Test Execution Command Line Tool Version 17.7.2 (arm64) | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Exception occurred. Logical type 'fixed-size-string' is not supported. | |
Exception occurred. Undefined name: enum at 'fields[0].type[1].type' | |
Passed! - Failed: 0, Passed: 1395, Skipped: 0, Total: 1395, Duration: 8 s - Avro.test.dll (net7.0) | |
################################################################# | |
##### Run tests: /avro/lang/java/ | |
################################################################# | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/extensions/maven-build-cache-extension/1.0.0/maven-build-cache-extension-1.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/extensions/maven-build-cache-extension/1.0.0/maven-build-cache-extension-1.0.0.pom (21 kB at 72 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/extensions/maven-extensions/37/maven-extensions-37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/extensions/maven-extensions/37/maven-extensions-37.pom (8.8 kB at 151 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 992 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 474 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.17.2/testcontainers-bom-1.17.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.17.2/testcontainers-bom-1.17.2.pom (7.5 kB at 184 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/openhft/zero-allocation-hashing/0.9/zero-allocation-hashing-0.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/openhft/zero-allocation-hashing/0.9/zero-allocation-hashing-0.9.pom (8.0 kB at 136 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/openhft/root-parent-pom/1.1.13/root-parent-pom-1.1.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/openhft/root-parent-pom/1.1.13/root-parent-pom-1.1.13.pom (9.8 kB at 227 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/albfernandez/juniversalchardet/2.4.0/juniversalchardet-2.4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/albfernandez/juniversalchardet/2.4.0/juniversalchardet-2.4.0.pom (7.4 kB at 140 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 626 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 428 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 127 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.pom (16 kB at 386 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 417 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 345 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 123 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 194 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 621 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 110 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 115 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/3.5.1/wagon-webdav-jackrabbit-3.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/3.5.1/wagon-webdav-jackrabbit-3.5.1.pom (5.4 kB at 111 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.5.1/wagon-providers-3.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-providers/3.5.1/wagon-providers-3.5.1.pom (3.0 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.1/wagon-3.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.5.1/wagon-3.5.1.pom (21 kB at 258 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 446 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.1/wagon-http-shared-3.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.1/wagon-http-shared-3.5.1.pom (2.5 kB at 58 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 165 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 381 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 708 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 127 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 306 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 341 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 392 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 101 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 248 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 324 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 98 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 314 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.1/wagon-provider-api-3.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.5.1/wagon-provider-api-3.5.1.pom (1.9 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 123 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 511 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.14.4/jackrabbit-webdav-2.14.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.14.4/jackrabbit-webdav-2.14.4.pom (4.0 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-parent/2.14.4/jackrabbit-parent-2.14.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-parent/2.14.4/jackrabbit-parent-2.14.4.pom (35 kB at 273 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 173 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom (2.7 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom (13 kB at 256 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 228 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 258 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 145 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 333 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 649 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 131 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 328 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 268 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.4/jcl-over-slf4j-1.7.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.4/jcl-over-slf4j-1.7.4.pom (1.9 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.4/slf4j-parent-1.7.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.4/slf4j-parent-1.7.4.pom (12 kB at 194 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.4/slf4j-api-1.7.4.pom (2.7 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/extensions/maven-build-cache-extension/1.0.0/maven-build-cache-extension-1.0.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/openhft/zero-allocation-hashing/0.9/zero-allocation-hashing-0.9.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/albfernandez/juniversalchardet/2.4.0/juniversalchardet-2.4.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/openhft/zero-allocation-hashing/0.9/zero-allocation-hashing-0.9.jar (54 kB at 592 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.jar (276 kB at 2.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/extensions/maven-build-cache-extension/1.0.0/maven-build-cache-extension-1.0.0.jar (266 kB at 1.8 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/3.5.1/wagon-webdav-jackrabbit-3.5.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/albfernandez/juniversalchardet/2.4.0/juniversalchardet-2.4.0.jar (245 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.1/wagon-http-shared-3.5.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 110 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.14.4/jackrabbit-webdav-2.14.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/3.5.1/wagon-webdav-jackrabbit-3.5.1.jar (21 kB at 110 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.14.4/jackrabbit-webdav-2.14.4.jar (365 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/3.5.1/wagon-http-shared-3.5.1.jar (41 kB at 166 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 53 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 2.4 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 966 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 918 kB/s) | |
[WARNING] Cache requires Maven >= 3.9, but version is 3.8.6. Disabling cache. | |
[INFO] Scanning for projects... | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom (11 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/7/felix-parent-7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 3.8 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 17 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 3.1 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 2.6 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 3.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 62 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 85 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 270 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 297 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 3.5 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 93 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 67 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 10 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 170 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 271 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 170 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 18 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 122 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 395 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 17 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 149 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 294 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 18 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 16 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 17 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 7.6 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 7.3 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 2.5 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 7.0 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 2.2 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 9.4 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 7.2 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 16 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 16 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 5.3 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 5.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 17 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 244 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 57 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 172 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 357 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 110 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 8.1 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 178 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 138 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 4.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 19 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 8.1 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 11 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 65 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 72 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom | |
[INFO] 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 377 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 27 kB/s) | |
[INFO] 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 | |
[INFO] 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 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 64 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 93 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 137 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 425 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 101 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 428 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 156 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 160 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 116 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 749 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 70 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 501 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 178 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 179 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 247 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 96 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 208 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 523 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 100 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 58 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 179 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 79 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 48 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 81 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 196 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 29 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 81 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 48 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 77 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 136 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 171 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 136 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 77 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 70 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 891 B/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 13 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 58 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 18 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 309 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 3.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar (211 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 178 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 2.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 134 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 82 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 9.8 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 225 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 97 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 178 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 139 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 22 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 94 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 277 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 42 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 872 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 63 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 217 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 192 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 176 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 247 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 56 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 7.3 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 3.0 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 396 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 4.8 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 297 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 29 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 13 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 160 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 205 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 145 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 68 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 103 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 173 kB/s) | |
[INFO] 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 | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 3.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 221 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 530 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 7.0 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 8.2 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 8.3 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 92 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar | |
[INFO] 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 100 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 177 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 35 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 5.6 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 35 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 144 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 18 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 12 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 246 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 94 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 13 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 304 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.3/jackson-bom-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.14.3/jackson-bom-2.14.3.pom (17 kB at 350 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 219 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 642 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom (14 kB at 362 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.pom (1.4 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/maven-archetype/3.2.1/maven-archetype-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/maven-archetype/3.2.1/maven-archetype-3.2.1.pom (13 kB at 93 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-packaging/3.2.1/archetype-packaging-3.2.1.jar (7.3 kB at 162 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 461 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.pom (12 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.pom (1.9 kB at 5.4 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-models/3.2.1/archetype-models-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-models/3.2.1/archetype-models-3.2.1.pom (2.7 kB at 9.6 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.pom (2.0 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.pom (18 kB at 410 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.pom (22 kB at 112 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.pom (6.8 kB at 121 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 17 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 96 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 107 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.pom (4.9 kB at 108 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 125 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 378 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 152 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 124 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 62 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 534 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 511 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 251 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 55 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 10 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 42 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 34 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 6.2 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 89 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 35 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 8.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 22 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 22 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 87 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 65 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 185 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 105 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 453 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 140 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 291 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 143 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 134 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 142 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 67 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 311 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 234 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 861 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 211 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 35 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 113 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 48 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 97 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/70.1/icu4j-70.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/70.1/icu4j-70.1.pom (4.9 kB at 34 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.pom (5.4 kB at 114 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.3/plexus-archiver-4.2.3.pom (4.9 kB at 117 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.4/plexus-6.4.pom (26 kB at 608 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 10 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 402 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 664 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.pom (4.0 kB at 100 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 106 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 105 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 620 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 344 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom (16 kB at 333 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom (2.1 kB at 7.3 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (5.5 kB at 98 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 125 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom (1.9 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom (2.1 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom (2.1 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom (2.1 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 116 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-descriptor/3.2.1/archetype-descriptor-3.2.1.jar (24 kB at 551 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-common/3.2.1/archetype-common-3.2.1.jar (181 kB at 3.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/archetype/archetype-catalog/3.2.1/archetype-catalog-3.2.1.jar (19 kB at 295 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 2.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 324 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/3.2.1/maven-archetype-plugin-3.2.1.jar (101 kB at 538 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ivy/ivy/2.5.0/ivy-2.5.0.jar (1.4 MB at 7.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/70.1/icu4j-70.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 715 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 101 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 343 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.1/maven-archiver-3.5.1.jar (26 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 289 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 381 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 693 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 67 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 278 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 137 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 5.3 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 69 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 176 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.0.1/maven-invoker-3.0.1.jar (33 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 485 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 7.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 377 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 216 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 471 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.2/maven-script-interpreter-1.2.jar (22 kB at 15 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 290 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar (22 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar (38 kB at 22 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar (46 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar (37 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar (3.3 MB at 1.8 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar (20 kB at 11 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 149 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 699 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/70.1/icu4j-70.1.jar (14 MB at 5.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-all/2.4.16/groovy-all-2.4.16.jar (7.2 MB at 2.3 MB/s) | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Apache Avro Java [pom] | |
[INFO] Apache Avro [bundle] | |
[INFO] Apache Avro Android Compatibility [jar] | |
[INFO] Apache Avro Compiler [bundle] | |
[INFO] Apache Avro Maven Plugin [maven-plugin] | |
[INFO] Apache Avro IPC [bundle] | |
[INFO] Apache Avro IPC Jetty [bundle] | |
[INFO] Apache Avro IPC Netty [bundle] | |
[INFO] Trevni Java [pom] | |
[INFO] Trevni Java Core [jar] | |
[INFO] Apache Avro Mapred API [bundle] | |
[INFO] Trevni Java Avro [jar] | |
[INFO] Trevni Specification [pom] | |
[INFO] Apache Avro Tools [jar] | |
[INFO] Apache Avro Protobuf Compatibility [bundle] | |
[INFO] Apache Avro Thrift Compatibility [bundle] | |
[INFO] Apache Avro Maven Archetypes [pom] | |
[INFO] Apache Avro Maven Service Archetype [maven-archetype] | |
[INFO] Apache Avro gRPC [bundle] | |
[INFO] Avro Integration Tests [pom] | |
[INFO] Apache Avro Codegen Test dependencies [jar] | |
[INFO] Apache Avro Codegen Test [jar] | |
[INFO] Apache Avro Performance Test Suite [jar] | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.pom (15 kB at 172 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 213 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/3.1.0/maven-remote-resources-plugin-3.1.0.jar (82 kB at 1.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (7.0 kB at 16 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom (8.2 kB at 102 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 141 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar (39 kB at 599 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.pom (20 kB at 375 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 177 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 892 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 403 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.12.1/maven-site-plugin-3.12.1.jar (119 kB at 1.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.11.0/maven-plugin-plugin-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.11.0/maven-plugin-plugin-3.11.0.pom (11 kB at 258 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.11.0/maven-plugin-tools-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.11.0/maven-plugin-tools-3.11.0.pom (17 kB at 414 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/31/apache-31.pom (24 kB at 574 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 153 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.11.0/maven-plugin-plugin-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.11.0/maven-plugin-plugin-3.11.0.jar (41 kB at 871 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.16.1/apache-rat-plugin-0.16.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.16.1/apache-rat-plugin-0.16.1.pom (13 kB at 315 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-project/0.16.1/apache-rat-project-0.16.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-project/0.16.1/apache-rat-project-0.16.1.pom (29 kB at 625 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.16.1/apache-rat-plugin-0.16.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/rat/apache-rat-plugin/0.16.1/apache-rat-plugin-0.16.1.jar (79 kB at 1.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom (15 kB at 386 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (8.1 kB at 231 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 596 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar (99 kB at 1.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.27.2/spotless-maven-plugin-2.27.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.27.2/spotless-maven-plugin-2.27.2.pom (2.9 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.27.2/spotless-maven-plugin-2.27.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.27.2/spotless-maven-plugin-2.27.2.jar (91 kB at 179 kB/s) | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-parent >--------------------- | |
[INFO] Building Apache Avro Java 1.11.4 [1/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-parent --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.30.0/spotless-lib-2.30.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.30.0/spotless-lib-2.30.0.pom (1.5 kB at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.30.0/spotless-lib-extra-2.30.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.30.0/spotless-lib-extra-2.30.0.pom (2.7 kB at 29 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.pom (2.0 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.pom (2.1 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.1.202206130422-r/org.eclipse.jgit-5.13.1.202206130422-r.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.1.202206130422-r/org.eclipse.jgit-5.13.1.202206130422-r.pom (7.6 kB at 161 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.1.202206130422-r/org.eclipse.jgit-parent-5.13.1.202206130422-r.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.13.1.202206130422-r/org.eclipse.jgit-parent-5.13.1.202206130422-r.pom (34 kB at 661 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 113 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 77 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 321 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.pom (9.7 kB at 202 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.10/groovy-xml-3.0.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.10/groovy-xml-3.0.10.pom (22 kB at 178 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.10/groovy-3.0.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.10/groovy-3.0.10.pom (24 kB at 111 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom (4.4 kB at 94 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 64 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.30.0/spotless-lib-2.30.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.30.0/spotless-lib-extra-2.30.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.10/groovy-xml-3.0.10.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.10/groovy-3.0.10.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/concurrent-trees/concurrent-trees/2.6.1/concurrent-trees-2.6.1.jar (120 kB at 605 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib/2.30.0/spotless-lib-2.30.0.jar (351 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-xml/3.0.10/groovy-xml-3.0.10.jar (296 kB at 940 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-core/1.2.0/durian-core-1.2.0.jar (344 kB at 879 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-lib-extra/2.30.0/spotless-lib-extra-2.30.0.jar (84 kB at 209 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.1.202206130422-r/org.eclipse.jgit-5.13.1.202206130422-r.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar (23 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 74 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 297 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy/3.0.10/groovy-3.0.10.jar (8.0 MB at 8.2 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.13.1.202206130422-r/org.eclipse.jgit-5.13.1.202206130422-r.jar (2.8 MB at 2.6 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/durian/durian-collect/1.2.0/durian-collect-1.2.0.jar (1.2 MB at 970 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-jdt/4.8.0/spotless-eclipse-jdt-4.8.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-jdt/4.8.0/spotless-eclipse-jdt-4.8.0.pom (2.2 kB at 55 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-base/3.4.2/spotless-eclipse-base-3.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-base/3.4.2/spotless-eclipse-base-3.4.2.pom (2.5 kB at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.pom (2.8 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.pom (2.7 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.pom (1.9 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.pom (2.3 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.pom (2.0 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.pom (2.5 kB at 60 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.pom (3.0 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.pom (2.1 kB at 56 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.pom (1.7 kB at 19 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.pom (2.2 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.pom (2.0 kB at 42 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom (1.7 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.pom (2.4 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-jdt/4.8.0/spotless-eclipse-jdt-4.8.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-base/3.4.2/spotless-eclipse-base-3.4.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.0.2/spotbugs-annotations-4.0.2.jar (15 kB at 296 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-base/3.4.2/spotless-eclipse-base-3.4.2.jar (65 kB at 735 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.commands/3.9.800/org.eclipse.core.commands-3.9.800.jar (116 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.contenttype/3.7.900/org.eclipse.core.contenttype-3.7.900.jar (101 kB at 689 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.jobs/3.10.1100/org.eclipse.core.jobs-3.10.1100.jar (108 kB at 489 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 8.2 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.runtime/3.20.100/org.eclipse.core.runtime-3.20.100.jar (73 kB at 225 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.common/3.14.100/org.eclipse.equinox.common-3.14.100.jar (142 kB at 320 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-eclipse-jdt/4.8.0/spotless-eclipse-jdt-4.8.0.jar (2.9 kB at 6.1 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.app/1.5.100/org.eclipse.equinox.app-1.5.100.jar (89 kB at 168 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.200/org.eclipse.equinox.preferences-3.8.200.jar (137 kB at 243 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.equinox.registry/3.10.100/org.eclipse.equinox.registry-3.10.100.jar (195 kB at 260 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.text/3.11.0/org.eclipse.text-3.11.0.jar (296 kB at 383 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.jar (1.5 MB at 1.8 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.core.resources/3.14.0/org.eclipse.core.resources-3.14.0.jar (898 kB at 852 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jdt/org.eclipse.jdt.core/3.25.0/org.eclipse.jdt.core-3.25.0.jar (7.2 MB at 6.6 MB/s) | |
[INFO] | |
[INFO] ------------------------< org.apache.avro:avro >------------------------ | |
[INFO] Building Apache Avro 1.11.4 [2/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro --- | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-android >-------------------- | |
[INFO] Building Apache Avro Android Compatibility 1.11.4 [3/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-android --- | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-compiler >-------------------- | |
[INFO] Building Apache Avro Compiler 1.11.4 [4/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-compiler --- | |
[INFO] | |
[INFO] -----------------< org.apache.avro:avro-maven-plugin >------------------ | |
[INFO] Building Apache Avro Maven Plugin 1.11.4 [5/23] | |
[INFO] ----------------------------[ maven-plugin ]---------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] ----------------------< org.apache.avro:avro-ipc >---------------------- | |
[INFO] Building Apache Avro IPC 1.11.4 [6/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-ipc --- | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-ipc-jetty >------------------- | |
[INFO] Building Apache Avro IPC Jetty 1.11.4 [7/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-ipc-jetty --- | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-ipc-netty >------------------- | |
[INFO] Building Apache Avro IPC Netty 1.11.4 [8/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-ipc-netty --- | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-java >--------------------- | |
[INFO] Building Trevni Java 1.11.4 [9/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ trevni-java --- | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-core >--------------------- | |
[INFO] Building Trevni Java Core 1.11.4 [10/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ trevni-core --- | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-mapred >--------------------- | |
[INFO] Building Apache Avro Mapred API 1.11.4 [11/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 165 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 275 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 683 kB/s) | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-mapred --- | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-avro >--------------------- | |
[INFO] Building Trevni Java Avro 1.11.4 [12/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ trevni-avro --- | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:trevni-doc >--------------------- | |
[INFO] Building Trevni Specification 1.11.4 [13/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ trevni-doc --- | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:avro-tools >--------------------- | |
[INFO] Building Apache Avro Tools 1.11.4 [14/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 120 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 814 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.2/maven-shade-plugin-3.5.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.2/maven-shade-plugin-3.5.2.pom (14 kB at 336 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 194 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.2/maven-shade-plugin-3.5.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.2/maven-shade-plugin-3.5.2.jar (146 kB at 2.9 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom (5.3 kB at 140 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom (22 kB at 594 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 152 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar (45 kB at 1.1 MB/s) | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-tools --- | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-protobuf >-------------------- | |
[INFO] Building Apache Avro Protobuf Compatibility 1.11.4 [15/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-protobuf --- | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-thrift >--------------------- | |
[INFO] Building Apache Avro Thrift Compatibility 1.11.4 [16/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-thrift --- | |
[INFO] | |
[INFO] ---------------< org.apache.avro:avro-archetypes-parent >--------------- | |
[INFO] Building Apache Avro Maven Archetypes 1.11.4 [17/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-archetypes-parent --- | |
[INFO] | |
[INFO] ---------------< org.apache.avro:avro-service-archetype >--------------- | |
[INFO] Building Apache Avro Maven Service Archetype 1.11.4 [18/23] | |
[INFO] --------------------------[ maven-archetype ]--------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-service-archetype --- | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:avro-grpc >---------------------- | |
[INFO] Building Apache Avro gRPC 1.11.4 [19/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-grpc --- | |
[INFO] | |
[INFO] ---------------< org.apache.avro:avro-integration-test >---------------- | |
[INFO] Building Avro Integration Tests 1.11.4 [20/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-integration-test --- | |
[INFO] | |
[INFO] ------------< org.apache.avro:avro-test-custom-conversions >------------ | |
[INFO] Building Apache Avro Codegen Test dependencies 1.11.4 [21/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-test-custom-conversions --- | |
[INFO] | |
[INFO] -----------------< org.apache.avro:avro-codegen-test >------------------ | |
[INFO] Building Apache Avro Codegen Test 1.11.4 [22/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-codegen-test --- | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:avro-perf >---------------------- | |
[INFO] Building Apache Avro Performance Test Suite 1.11.4 [23/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:apply (default-cli) @ avro-perf --- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary for Apache Avro Java 1.11.4: | |
[INFO] | |
[INFO] Apache Avro Java ................................... SUCCESS [ 4.930 s] | |
[INFO] Apache Avro ........................................ SUCCESS [ 3.096 s] | |
[INFO] Apache Avro Android Compatibility .................. SUCCESS [ 0.112 s] | |
[INFO] Apache Avro Compiler ............................... SUCCESS [ 0.264 s] | |
[INFO] Apache Avro Maven Plugin ........................... SUCCESS [ 0.181 s] | |
[INFO] Apache Avro IPC .................................... SUCCESS [ 0.566 s] | |
[INFO] Apache Avro IPC Jetty .............................. SUCCESS [ 0.148 s] | |
[INFO] Apache Avro IPC Netty .............................. SUCCESS [ 0.163 s] | |
[INFO] Trevni Java ........................................ SUCCESS [ 0.014 s] | |
[INFO] Trevni Java Core ................................... SUCCESS [ 0.262 s] | |
[INFO] Apache Avro Mapred API ............................. SUCCESS [ 0.967 s] | |
[INFO] Trevni Java Avro ................................... SUCCESS [ 0.231 s] | |
[INFO] Trevni Specification ............................... SUCCESS [ 0.017 s] | |
[INFO] Apache Avro Tools .................................. SUCCESS [ 0.789 s] | |
[INFO] Apache Avro Protobuf Compatibility ................. SUCCESS [ 0.284 s] | |
[INFO] Apache Avro Thrift Compatibility ................... SUCCESS [ 0.179 s] | |
[INFO] Apache Avro Maven Archetypes ....................... SUCCESS [ 0.090 s] | |
[INFO] Apache Avro Maven Service Archetype ................ SUCCESS [ 0.027 s] | |
[INFO] Apache Avro gRPC ................................... SUCCESS [ 0.138 s] | |
[INFO] Avro Integration Tests ............................. SUCCESS [ 0.012 s] | |
[INFO] Apache Avro Codegen Test dependencies .............. SUCCESS [ 0.102 s] | |
[INFO] Apache Avro Codegen Test ........................... SUCCESS [ 0.088 s] | |
[INFO] Apache Avro Performance Test Suite ................. SUCCESS [ 0.311 s] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 50.929 s | |
[INFO] Finished at: 2024-08-21T18:06:43Z | |
[INFO] ------------------------------------------------------------------------ | |
[WARNING] Cache requires Maven >= 3.9, but version is 3.8.6. Disabling cache. | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Apache Avro Java [pom] | |
[INFO] Apache Avro [bundle] | |
[INFO] Apache Avro Android Compatibility [jar] | |
[INFO] Apache Avro Compiler [bundle] | |
[INFO] Apache Avro Maven Plugin [maven-plugin] | |
[INFO] Apache Avro IPC [bundle] | |
[INFO] Apache Avro IPC Jetty [bundle] | |
[INFO] Apache Avro IPC Netty [bundle] | |
[INFO] Trevni Java [pom] | |
[INFO] Trevni Java Core [jar] | |
[INFO] Apache Avro Mapred API [bundle] | |
[INFO] Trevni Java Avro [jar] | |
[INFO] Trevni Specification [pom] | |
[INFO] Apache Avro Tools [jar] | |
[INFO] Apache Avro Protobuf Compatibility [bundle] | |
[INFO] Apache Avro Thrift Compatibility [bundle] | |
[INFO] Apache Avro Maven Archetypes [pom] | |
[INFO] Apache Avro Maven Service Archetype [maven-archetype] | |
[INFO] Apache Avro gRPC [bundle] | |
[INFO] Avro Integration Tests [pom] | |
[INFO] Apache Avro Codegen Test dependencies [jar] | |
[INFO] Apache Avro Codegen Test [jar] | |
[INFO] Apache Avro Performance Test Suite [jar] | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-parent >--------------------- | |
[INFO] Building Apache Avro Java 1.11.4 [1/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2.pom (3.2 kB at 15 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 141 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.pom (3.2 kB at 73 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.pom (2.8 kB at 73 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 643 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 55 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.pom (3.2 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.pom (3.2 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.pom (3.0 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.pom (3.2 kB at 76 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 67 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 313 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom (1.0 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 151 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar (106 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar (205 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 2.8 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 292 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.jar (6.4 kB at 35 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar (211 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.10.2/junit-vintage-engine-5.10.2.jar (67 kB at 307 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar (245 kB at 1.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar (586 kB at 2.5 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar (15 kB at 62 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 158 kB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-parent --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.8.0/extra-enforcer-rules-1.8.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.8.0/extra-enforcer-rules-1.8.0.pom (6.6 kB at 150 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/80/mojo-parent-80.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/80/mojo-parent-80.pom (36 kB at 566 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 101 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 76 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 203 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom (3.6 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom (4.1 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 580 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 34 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 191 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 153 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 267 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 57 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.8.0/extra-enforcer-rules-1.8.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 313 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/extra-enforcer-rules/1.8.0/extra-enforcer-rules-1.8.0.jar (52 kB at 860 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 5.9 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 2.9 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 1.5 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar (145 kB at 1.4 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 2.9 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 2.2 MB/s) | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-parent --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed | |
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-parent --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 109 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 69 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 60 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 88 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 205 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 169 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 353 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 596 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 2.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 507 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 1.9 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar (531 kB at 3.6 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 3.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 5.3 MB/s) | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/apache-jar-resource-bundle-1.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache-jar-resource-bundle/1.4/apache-jar-resource-bundle-1.4.jar (12 kB at 286 kB/s) | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-parent --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-parent --- | |
[WARNING] Ignoring project type pom - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-parent --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.pom (142 kB at 3.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 182 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.pom (1.4 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom (3.6 kB at 100 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom (4.4 kB at 126 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 409 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 468 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom (11 kB at 261 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom (14 kB at 329 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 226 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 60 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 55 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom (2.1 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom (7.0 kB at 174 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 64 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 194 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 230 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom (2.6 kB at 64 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 88 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 419 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 42 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 190 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 173 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 559 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 95 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 216 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 684 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 510 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 48 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 384 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 382 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 336 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 157 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 808 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 394 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 302 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 7.4 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 144 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 63 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 414 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 142 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 141 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 368 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 134 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 445 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 498 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 69 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 92 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 349 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 122 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 366 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 1.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 672 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 121 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 329 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 159 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 423 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 81 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 36 kB/s) | |
[INFO] 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.pom | |
[INFO] 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.pom (1.2 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 130 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 82 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 208 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 76 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 101 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 305 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 387 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 8.9 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 159 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 167 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 3.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 3.5 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 4.1 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 137 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 4.0 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 3.8 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 73 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 42 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 3.3 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 253 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 803 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 2.8 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/info/picocli/picocli/4.6.2/picocli-4.6.2.jar (403 kB at 2.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar (337 kB at 1.4 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 9.1 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/9.3/checkstyle-9.3.jar (2.0 MB at 7.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 730 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar (15 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 281 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 82 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 70 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 899 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 240 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 87 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 292 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 96 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar (3.0 MB at 3.9 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 538 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 65 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 186 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 77 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 19 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 382 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 156 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 94 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 469 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 214 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 224 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 137 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 169 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 583 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 285 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 3.5 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 73 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 19 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 276 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 9.7 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar (5.8 MB at 2.7 MB/s) | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ------------------------< org.apache.avro:avro >------------------------ | |
[INFO] Building Apache Avro 1.11.4 [2/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 308 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 297 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 1.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.14.3/jackson-core-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.14.3/jackson-core-2.14.3.pom (7.0 kB at 159 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.14.3/jackson-base-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.14.3/jackson-base-2.14.3.pom (10 kB at 222 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.3/jackson-databind-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.3/jackson-databind-2.14.3.pom (19 kB at 201 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.14.3/jackson-annotations-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.14.3/jackson-annotations-2.14.3.pom (6.2 kB at 127 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom (23 kB at 488 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom (77 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom (18 kB at 447 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom (20 kB at 491 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 754 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 153 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom (3.1 kB at 75 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom (1.9 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.pom (1.4 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom (1.4 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.pom (2.5 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.pom (16 kB at 330 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.19/byte-buddy-parent-1.12.19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.19/byte-buddy-parent-1.12.19.pom (58 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.pom (10 kB at 147 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 376 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.14.3/jackson-core-2.14.3.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.14.3/jackson-annotations-2.14.3.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.3/jackson-databind-2.14.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.jar (373 kB at 4.8 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.14.3/jackson-annotations-2.14.3.jar (77 kB at 970 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar (509 kB at 2.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.14.3/jackson-databind-2.14.3.jar (1.6 MB at 5.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 2.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.14.3/jackson-core-2.14.3.jar (473 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.jar (1.5 kB at 3.4 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/2.2/hamcrest-library-2.2.jar (1.5 kB at 3.5 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.11.0/mockito-core-4.11.0.jar (685 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar (2.3 MB at 3.4 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.19/byte-buddy-agent-1.12.19.jar (256 kB at 302 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 51 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 123 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.jar (1.1 MB at 1.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.19/byte-buddy-1.12.19.jar (4.0 MB at 3.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar (5.9 MB at 3.5 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 116 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 148 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 127 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 132 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 68 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 304 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 372 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 198 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 141 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 29 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 315 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 612 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 2.3 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 57 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 272 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 625 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 1.8 MB/s) | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 171 source files to /avro/lang/java/avro/target/classes | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[27,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/Protocol.java:[607,28] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/file/ZstandardCodec.java:[85,14] copy(java.io.InputStream,java.io.OutputStream) in org.apache.commons.compress.utils.IOUtils has been deprecated | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/reflect/ReflectData.java:[939,28] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[32,24] sun.misc.Unsafe is internal proprietary API and may be removed in a future release | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[36,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/reflect/FieldAccessUnsafe.java:[38,17] sun.misc.Unsafe is internal proprietary API and may be removed in a future release | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/file/DataFileReader.java:[50,14] closeQuietly(java.io.Closeable) in org.apache.commons.compress.utils.IOUtils has been deprecated | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/file/DataFileReader.java:[148,16] closeQuietly(java.io.Closeable) in org.apache.commons.compress.utils.IOUtils has been deprecated | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/file/XZCodec.java:[75,14] copy(java.io.InputStream,java.io.OutputStream) in org.apache.commons.compress.utils.IOUtils has been deprecated | |
[WARNING] /avro/lang/java/avro/src/main/java/org/apache/avro/file/DataFileWriter.java:[150,14] closeQuietly(java.io.Closeable) in org.apache.commons.compress.utils.IOUtils has been deprecated | |
[INFO] /avro/lang/java/avro/src/main/java/org/apache/avro/Schema.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/avro/src/main/java/org/apache/avro/Schema.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro --- | |
[INFO] Writing manifest: /avro/lang/java/avro/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro --- | |
[INFO] Copying 9 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 104 source files to /avro/lang/java/avro/target/test-classes | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaCompatibility.java:[119,53] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaCompatibility.java:[125,33] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaCompatibility.java:[137,33] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaCompatibility.java:[150,33] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaCompatibility.java:[163,33] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaCompatibility.java:[176,33] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:[53,5] <T>assertThat(java.lang.String,T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:[61,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:[63,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:[66,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:[69,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:[72,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java:[75,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaValidation.java:[35,65] none() in org.junit.rules.ExpectedException has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestReadingWritingDataInEvolvedSchemas.java:[57,65] none() in org.junit.rules.ExpectedException has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestDecimalConversion.java:[40,65] none() in org.junit.rules.ExpectedException has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemaCompatibilityEnumDefaults.java:[44,65] none() in org.junit.rules.ExpectedException has been deprecated | |
[WARNING] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchema.java:[218,61] toString(java.util.Collection<org.apache.avro.Schema>,boolean) in org.apache.avro.Schema has been deprecated | |
[INFO] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemas.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/avro/src/test/java/org/apache/avro/TestSchemas.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom (6.2 kB at 156 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom (3.5 kB at 65 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom (3.3 kB at 91 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom (4.1 kB at 110 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom (3.3 kB at 92 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom (4.5 kB at 124 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom (1.8 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 161 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 69 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 546 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 224 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 64 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 76 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 62 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 92 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 94 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 273 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 321 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 446 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 165 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 204 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 187 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 487 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (4.3 kB at 119 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (3.2 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/15/plexus-15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/15/plexus-15.pom (28 kB at 646 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 62 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 305 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 383 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar (14 kB at 309 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar (118 kB at 2.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar (26 kB at 424 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar (8.2 kB at 99 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 543 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar (171 kB at 1.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 433 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar (308 kB at 2.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 3.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 714 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 1.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar (2.4 MB at 6.6 MB/s) | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=217842447890 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.pom (4.7 kB at 130 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom (2.6 kB at 71 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom (2.8 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 89 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 79 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 166 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.jar (27 kB at 566 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar (18 kB at 288 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 2.8 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 1.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 1.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.pom (3.0 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar (184 kB at 1.7 MB/s) | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Running org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s -- in org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Running org.apache.avro.io.TestBlockingIO2 | |
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.io.TestBlockingIO2 | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Running org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.TestProtocol | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.avro.TestProtocol | |
[INFO] Running org.apache.avro.TestDecimalConversion | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.avro.TestDecimalConversion | |
[INFO] Running org.apache.avro.reflect.TestReflect | |
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.apache.avro.reflect.TestReflect | |
[INFO] Running org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Running org.apache.avro.TestDataFileDeflate | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.apache.avro.TestDataFileDeflate | |
[INFO] Running org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Running org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Running org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Running org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Running org.apache.avro.io.TestBlockingIO | |
[INFO] Tests run: 376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.apache.avro.io.TestBlockingIO | |
[INFO] Running org.apache.avro.TestDataFileCustomSync | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileCustomSync | |
[INFO] Running org.apache.avro.TestNestedRecords | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestNestedRecords | |
[INFO] Running org.apache.avro.TestLogicalType | |
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.TestLogicalType | |
[INFO] Running org.apache.avro.TestCircularReferences | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.apache.avro.TestCircularReferences | |
[INFO] Running org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Running org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Running org.apache.avro.file.TestAllCodecs | |
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s -- in org.apache.avro.file.TestAllCodecs | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Running org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.TestBigDecimalConversion | |
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.avro.TestBigDecimalConversion | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Running org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Running org.apache.avro.TestDataFileReflect | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.apache.avro.TestDataFileReflect | |
[INFO] Running org.apache.avro.TestSchemaCompatibility | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.apache.avro.TestSchemaCompatibility | |
[INFO] Running org.apache.avro.file.TestZstandardCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.file.TestZstandardCodec | |
[INFO] Running org.apache.avro.TestDataFileConcat | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.apache.avro.TestDataFileConcat | |
[INFO] Running org.apache.avro.io.TestEncoders | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.apache.avro.io.TestEncoders | |
[INFO] Running org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.io.TestResolvingIO | |
[INFO] Tests run: 816, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.apache.avro.io.TestResolvingIO | |
[INFO] Running org.apache.avro.reflect.TestReflectData | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s -- in org.apache.avro.reflect.TestReflectData | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Running org.apache.avro.TestUnionSelfReference | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestUnionSelfReference | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Running org.apache.avro.data.TestTimeConversions | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.apache.avro.data.TestTimeConversions | |
[INFO] Running org.apache.avro.reflect.TestByteBuffer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.apache.avro.reflect.TestByteBuffer | |
[INFO] Running org.apache.avro.io.TestJsonDecoder | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.io.TestJsonDecoder | |
[INFO] Running org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Running org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Running org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Running org.apache.avro.TestDataFileCorruption | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestDataFileCorruption | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Running org.apache.avro.TestSchemaBuilder | |
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.avro.TestSchemaBuilder | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Running org.apache.avro.reflect.TestReflectLogicalTypes | |
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.065 s -- in org.apache.avro.reflect.TestReflectLogicalTypes | |
[INFO] Running org.apache.avro.file.TestCustomCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.file.TestCustomCodec | |
[INFO] Running org.apache.avro.generic.TestGenericData | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.apache.avro.generic.TestGenericData | |
[INFO] Running org.apache.avro.io.TestValidatingIO | |
[INFO] Tests run: 972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.apache.avro.io.TestValidatingIO | |
[INFO] Running org.apache.avro.TestSchemaValidation | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.apache.avro.TestSchemaValidation | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Running org.apache.avro.TestSchemaWarnings | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.TestSchemaWarnings | |
[INFO] Running org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Running org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Running org.apache.avro.TestDataFileReader | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.TestDataFileReader | |
[INFO] Running org.apache.avro.io.TestBinaryData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.io.TestBinaryData | |
[INFO] Running org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.050 s -- in org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[INFO] Running org.apache.avro.TestSchemaCommons | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.apache.avro.TestSchemaCommons | |
[INFO] Running org.apache.avro.TestSystemLimitException | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.TestSystemLimitException | |
[INFO] Running org.apache.avro.TestDataFileMeta | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.avro.TestDataFileMeta | |
[INFO] Running org.apache.avro.TestDataFile | |
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.069 s -- in org.apache.avro.TestDataFile | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Running org.apache.avro.TestResolver | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.apache.avro.TestResolver | |
[INFO] Running org.apache.avro.TestFixed | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestFixed | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s -- in org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Running org.apache.avro.io.TestBinaryDecoder | |
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.apache.avro.io.TestBinaryDecoder | |
[INFO] Running org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Running org.apache.avro.util.TestUtf8 | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.util.TestUtf8 | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 3438, Failures: 0, Errors: 0, Skipped: 2 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (test-with-custom-coders) @ avro --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=232166383563 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Running org.apache.avro.reflect.TestByteBuffer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in org.apache.avro.reflect.TestByteBuffer | |
[INFO] Running org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Running org.apache.avro.io.TestBlockingIO | |
[INFO] Tests run: 376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.apache.avro.io.TestBlockingIO | |
[INFO] Running org.apache.avro.TestDataFileDeflate | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileDeflate | |
[INFO] Running org.apache.avro.TestCircularReferences | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.apache.avro.TestCircularReferences | |
[INFO] Running org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Running org.apache.avro.io.TestJsonDecoder | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.io.TestJsonDecoder | |
[INFO] Running org.apache.avro.TestProtocol | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.avro.TestProtocol | |
[INFO] Running org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Running org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Running org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Running org.apache.avro.TestSchemaWarnings | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaWarnings | |
[INFO] Running org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Running org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Running org.apache.avro.io.TestEncoders | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.apache.avro.io.TestEncoders | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Running org.apache.avro.reflect.TestReflectLogicalTypes | |
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.105 s -- in org.apache.avro.reflect.TestReflectLogicalTypes | |
[INFO] Running org.apache.avro.io.TestValidatingIO | |
[INFO] Tests run: 972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.apache.avro.io.TestValidatingIO | |
[INFO] Running org.apache.avro.TestSchemaBuilder | |
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.apache.avro.TestSchemaBuilder | |
[INFO] Running org.apache.avro.TestDataFileConcat | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s -- in org.apache.avro.TestDataFileConcat | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Running org.apache.avro.TestDataFileReflect | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.avro.TestDataFileReflect | |
[INFO] Running org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Running org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Running org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.io.TestResolvingIO | |
[INFO] Tests run: 816, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.apache.avro.io.TestResolvingIO | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Running org.apache.avro.TestNestedRecords | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestNestedRecords | |
[INFO] Running org.apache.avro.TestDataFileReader | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.apache.avro.TestDataFileReader | |
[INFO] Running org.apache.avro.TestLogicalType | |
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.TestLogicalType | |
[INFO] Running org.apache.avro.TestDecimalConversion | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.TestDecimalConversion | |
[INFO] Running org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Running org.apache.avro.file.TestAllCodecs | |
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.apache.avro.file.TestAllCodecs | |
[INFO] Running org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Running org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Running org.apache.avro.file.TestZstandardCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.file.TestZstandardCodec | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Running org.apache.avro.generic.TestGenericData | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.apache.avro.generic.TestGenericData | |
[INFO] Running org.apache.avro.TestBigDecimalConversion | |
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.TestBigDecimalConversion | |
[INFO] Running org.apache.avro.TestSchemaValidation | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.apache.avro.TestSchemaValidation | |
[INFO] Running org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Running org.apache.avro.reflect.TestReflect | |
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.apache.avro.reflect.TestReflect | |
[INFO] Running org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Running org.apache.avro.TestUnionSelfReference | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestUnionSelfReference | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.reflect.TestReflectData | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s -- in org.apache.avro.reflect.TestReflectData | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.TestDataFileCorruption | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileCorruption | |
[INFO] Running org.apache.avro.TestDataFileCustomSync | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestDataFileCustomSync | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Running org.apache.avro.data.TestTimeConversions | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.avro.data.TestTimeConversions | |
[INFO] Running org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.file.TestCustomCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.avro.file.TestCustomCodec | |
[INFO] Running org.apache.avro.TestSchemaCompatibility | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.apache.avro.TestSchemaCompatibility | |
[INFO] Running org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Running org.apache.avro.io.TestBlockingIO2 | |
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.io.TestBlockingIO2 | |
[INFO] Running org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Running org.apache.avro.TestResolver | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.apache.avro.TestResolver | |
[INFO] Running org.apache.avro.TestDataFile | |
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s -- in org.apache.avro.TestDataFile | |
[INFO] Running org.apache.avro.TestSchemaCommons | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.TestSchemaCommons | |
[INFO] Running org.apache.avro.io.TestBinaryDecoder | |
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s -- in org.apache.avro.io.TestBinaryDecoder | |
[INFO] Running org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.043 s -- in org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[INFO] Running org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Running org.apache.avro.TestDataFileMeta | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestDataFileMeta | |
[INFO] Running org.apache.avro.io.TestBinaryData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.io.TestBinaryData | |
[INFO] Running org.apache.avro.util.TestUtf8 | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.TestUtf8 | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.TestFixed | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestFixed | |
[INFO] Running org.apache.avro.TestSystemLimitException | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSystemLimitException | |
[INFO] Running org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 3438, Failures: 0, Errors: 0, Skipped: 2 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (test-with-fast-reader) @ avro --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=244924525861 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Running org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Running org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Running org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Running org.apache.avro.TestUnionSelfReference | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestUnionSelfReference | |
[INFO] Running org.apache.avro.data.TestTimeConversions | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.apache.avro.data.TestTimeConversions | |
[INFO] Running org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Running org.apache.avro.TestSchemaValidation | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.apache.avro.TestSchemaValidation | |
[INFO] Running org.apache.avro.io.TestBlockingIO | |
[INFO] Tests run: 376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.apache.avro.io.TestBlockingIO | |
[INFO] Running org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Running org.apache.avro.reflect.TestReflect | |
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.apache.avro.reflect.TestReflect | |
[INFO] Running org.apache.avro.TestDataFileReader | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.apache.avro.TestDataFileReader | |
[INFO] Running org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Running org.apache.avro.TestDecimalConversion | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.TestDecimalConversion | |
[INFO] Running org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Running org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.TestSchemaWarnings | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.TestSchemaWarnings | |
[INFO] Running org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.file.TestCustomCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.file.TestCustomCodec | |
[INFO] Running org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Running org.apache.avro.io.TestEncoders | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.io.TestEncoders | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Running org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.reflect.TestReflectLogicalTypes | |
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.088 s -- in org.apache.avro.reflect.TestReflectLogicalTypes | |
[INFO] Running org.apache.avro.TestProtocol | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestProtocol | |
[INFO] Running org.apache.avro.TestBigDecimalConversion | |
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.avro.TestBigDecimalConversion | |
[INFO] Running org.apache.avro.generic.TestGenericData | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.avro.generic.TestGenericData | |
[INFO] Running org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Running org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Running org.apache.avro.TestDataFileDeflate | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestDataFileDeflate | |
[INFO] Running org.apache.avro.TestDataFileReflect | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.avro.TestDataFileReflect | |
[INFO] Running org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Running org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Running org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Running org.apache.avro.TestNestedRecords | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestNestedRecords | |
[INFO] Running org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Running org.apache.avro.file.TestZstandardCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.file.TestZstandardCodec | |
[INFO] Running org.apache.avro.TestLogicalType | |
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.apache.avro.TestLogicalType | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Running org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Running org.apache.avro.TestSchemaCompatibility | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.avro.TestSchemaCompatibility | |
[INFO] Running org.apache.avro.reflect.TestByteBuffer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.apache.avro.reflect.TestByteBuffer | |
[INFO] Running org.apache.avro.io.TestValidatingIO | |
[INFO] Tests run: 972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.apache.avro.io.TestValidatingIO | |
[INFO] Running org.apache.avro.io.TestJsonDecoder | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.io.TestJsonDecoder | |
[INFO] Running org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Running org.apache.avro.TestDataFileCustomSync | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileCustomSync | |
[INFO] Running org.apache.avro.reflect.TestReflectData | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s -- in org.apache.avro.reflect.TestReflectData | |
[INFO] Running org.apache.avro.file.TestAllCodecs | |
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s -- in org.apache.avro.file.TestAllCodecs | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Running org.apache.avro.TestDataFileCorruption | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileCorruption | |
[INFO] Running org.apache.avro.io.TestResolvingIO | |
[INFO] Tests run: 816, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.apache.avro.io.TestResolvingIO | |
[INFO] Running org.apache.avro.TestSchemaBuilder | |
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.avro.TestSchemaBuilder | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Running org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.io.TestBlockingIO2 | |
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.io.TestBlockingIO2 | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Running org.apache.avro.TestDataFileConcat | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s -- in org.apache.avro.TestDataFileConcat | |
[INFO] Running org.apache.avro.TestCircularReferences | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.apache.avro.TestCircularReferences | |
[INFO] Running org.apache.avro.io.TestBinaryDecoder | |
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.apache.avro.io.TestBinaryDecoder | |
[INFO] Running org.apache.avro.TestDataFileMeta | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.TestDataFileMeta | |
[INFO] Running org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Running org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.044 s -- in org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[INFO] Running org.apache.avro.TestFixed | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestFixed | |
[INFO] Running org.apache.avro.TestDataFile | |
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.031 s -- in org.apache.avro.TestDataFile | |
[INFO] Running org.apache.avro.io.TestBinaryData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.io.TestBinaryData | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Running org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Running org.apache.avro.TestSchemaCommons | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.apache.avro.TestSchemaCommons | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.TestResolver | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestResolver | |
[INFO] Running org.apache.avro.util.TestUtf8 | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.util.TestUtf8 | |
[INFO] Running org.apache.avro.TestSystemLimitException | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.TestSystemLimitException | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 3438, Failures: 0, Errors: 0, Skipped: 2 | |
[INFO] | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-android >-------------------- | |
[INFO] Building Apache Avro Android Compatibility 1.11.4 [3/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-android --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-android --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-android --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-android --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-android --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-android --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-android --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/android/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-android --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 2 source files to /avro/lang/java/android/target/classes | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-android --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-android --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-android --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/android/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-android --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 1 source file to /avro/lang/java/android/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-android --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=258664772784 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-android --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-compiler >-------------------- | |
[INFO] Building Apache Avro Compiler 1.11.4 [4/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javacc/plugin/javacc-maven-plugin/3.0.3/javacc-maven-plugin-3.0.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javacc/plugin/javacc-maven-plugin/3.0.3/javacc-maven-plugin-3.0.3.pom (10 kB at 172 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 375 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javacc/plugin/javacc-maven-plugin/3.0.3/javacc-maven-plugin-3.0.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javacc/plugin/javacc-maven-plugin/3.0.3/javacc-maven-plugin-3.0.3.jar (87 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.pom (7.6 kB at 181 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 775 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.4.0/build-helper-maven-plugin-3.4.0.jar (70 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.pom (14 kB at 255 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.jar (84 kB at 1.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 521 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 1.4 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 144 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.14/ant-1.10.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.14/ant-1.10.14.pom (17 kB at 375 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom (6.6 kB at 160 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom (3.2 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.14/ant-1.10.14.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar (19 kB at 385 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 2.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.14/ant-1.10.14.jar (2.3 MB at 7.2 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-compiler --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-compiler --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-compiler --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-compiler --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-compiler --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- javacc-maven-plugin:3.0.3:javacc (javacc) @ avro-compiler --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/7.0.13/javacc-7.0.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/7.0.13/javacc-7.0.13.pom (28 kB at 657 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 538 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 85 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 118 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 445 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 85 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 73 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 176 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 22 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 142 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 149 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 103 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 584 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 947 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 373 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 91 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 555 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.4 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 140 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 200 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 186 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 114 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 283 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 372 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 79 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 353 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 159 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 70 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 3.8 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 210 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 120 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 16 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 113 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 252 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 289 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/2/apache-2.pom (3.4 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 3.6 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 72 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 71 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 88 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 35 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 369 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 64 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 123 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom (6.8 kB at 104 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom (16 kB at 331 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom (3.4 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 18 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom (3.0 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 58 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 106 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.pom (20 kB at 342 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom (1.9 kB at 18 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (5.5 kB at 125 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.pom (2.1 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.pom (2.1 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.pom (2.1 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.pom (2.1 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.pom (12 kB at 186 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.pom (9.7 kB at 186 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.3/ant-parent-1.8.3.pom (4.6 kB at 97 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.pom (2.4 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.pom (4.0 kB at 90 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom (3.4 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom (8.8 kB at 149 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 kB at 155 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom (4.3 kB at 72 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom (3.5 kB at 89 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.pom (12 kB at 270 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.0.13/logback-parent-1.0.13.pom (15 kB at 368 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.pom (5.0 kB at 117 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 252 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 983 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 109 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 614 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 364 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 99 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 197 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/7.0.13/javacc-7.0.13.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 895 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 789 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 337 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 644 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 235 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 198 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 316 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/javacc/javacc/7.0.13/javacc-7.0.13.jar (638 kB at 3.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 976 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 183 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 222 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 695 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 73 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 960 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 133 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 1.4 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 329 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 225 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 474 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 158 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar (66 kB at 156 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 488 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar (17 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 9.0 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar (18 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 101 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 359 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 148 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 981 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 243 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 605 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 543 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 190 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/5.0.1/asm-tree-5.0.1.jar (29 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.jar (53 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/5.0.1/asm-commons-5.0.1.jar (42 kB at 62 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/5.0.1/asm-util-5.0.1.jar (43 kB at 62 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 353 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/5.0.1/asm-analysis-5.0.1.jar (20 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.4/jaxen-1.1.4.jar (226 kB at 307 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.8.3/ant-junit-1.8.3.jar (108 kB at 140 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar (132 kB at 168 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.3/ant-launcher-1.8.3.jar (18 kB at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sourceforge/cobertura/cobertura/2.1.1/cobertura-2.1.1.jar (565 kB at 713 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar (163 kB at 191 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar (516 kB at 584 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 238 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.0.13/logback-classic-1.0.13.jar (265 kB at 277 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar (419 kB at 417 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 323 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 734 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.3/ant-1.8.3.jar (1.9 MB at 1.7 MB/s) | |
[INFO] Skipping - all parsers are up to date | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (add-source) @ avro-compiler --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 118 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 211 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 807 kB/s) | |
[INFO] Source directory: /avro/lang/java/compiler/target/generated-sources/javacc added. | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-compiler --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 134 kB/s) | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-compiler --- | |
[INFO] Copying 0 resource | |
[INFO] Copying 4 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-compiler --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 18 source files to /avro/lang/java/compiler/target/classes | |
[INFO] /avro/lang/java/compiler/src/main/java/org/apache/avro/compiler/schema/Schemas.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/compiler/src/main/java/org/apache/avro/compiler/schema/Schemas.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-compiler --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-compiler --- | |
[INFO] Writing manifest: /avro/lang/java/compiler/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- exec-maven-plugin:3.2.0:exec (default) @ avro-compiler --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 337 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 22 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom (9.5 kB at 134 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 63 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 2.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar (66 kB at 724 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 1.7 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 1.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 366 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 457 kB/s) | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-test-source (add-test-source) @ avro-compiler --- | |
[INFO] Test Source directory: /avro/lang/java/compiler/target/generated-test-sources/javacc added. | |
[INFO] | |
[INFO] --- maven-jar-plugin:3.3.0:test-jar (prepare-test-jar) @ avro-compiler --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 3.1 MB/s) | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-compiler --- | |
[INFO] Copying 4 resources | |
[INFO] Copying 43 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-compiler --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 14 source files to /avro/lang/java/compiler/target/test-classes | |
[INFO] /avro/lang/java/compiler/src/test/java/org/apache/avro/specific/TestGeneratedCode.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/compiler/src/test/java/org/apache/avro/specific/TestGeneratedCode.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-compiler --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=273802596499 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.compiler.idl.TestLogicalTypes | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.apache.avro.compiler.idl.TestLogicalTypes | |
[INFO] Running org.apache.avro.compiler.idl.TestCycle | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 s -- in org.apache.avro.compiler.idl.TestCycle | |
[INFO] Running org.apache.avro.specific.TestGeneratedCode | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s -- in org.apache.avro.specific.TestGeneratedCode | |
[INFO] Running org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 171.4 s -- in org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Running org.apache.avro.compiler.idl.TestReferenceAnnotationNotAllowed | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.apache.avro.compiler.idl.TestReferenceAnnotationNotAllowed | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.380 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.compiler.idl.TestIdl | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 s -- in org.apache.avro.compiler.idl.TestIdl | |
[INFO] Running org.apache.avro.compiler.idl.TestSchemaResolver | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s -- in org.apache.avro.compiler.idl.TestSchemaResolver | |
[INFO] Running org.apache.avro.compiler.schema.TestSchemas | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.620 s -- in org.apache.avro.compiler.schema.TestSchemas | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-compiler --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -----------------< org.apache.avro:avro-maven-plugin >------------------ | |
[INFO] Building Apache Avro Maven Plugin 1.11.4 [5/23] | |
[INFO] ----------------------------[ maven-plugin ]---------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 213 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 67 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 298 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 60 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 257 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 75 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 68 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 153 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 187 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 96 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 652 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 72 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 222 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 408 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 101 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 526 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 970 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-tools/3.3.0/maven-plugin-testing-tools-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-tools/3.3.0/maven-plugin-testing-tools-3.3.0.pom (3.3 kB at 89 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing/3.3.0/maven-plugin-testing-3.3.0.pom (11 kB at 272 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 946 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 350 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 137 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 222 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 552 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.pom (2.9 kB at 13 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 257 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 985 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 70 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 405 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 81 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 338 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 821 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 447 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 662 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 618 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 432 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 464 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 3.9 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 184 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 625 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 615 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 650 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 764 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 200 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 165 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-tools/3.3.0/maven-plugin-testing-tools-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 145 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 69 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-harness/3.3.0/maven-plugin-testing-harness-3.3.0.jar (51 kB at 107 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 599 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 749 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-testing/maven-plugin-testing-tools/3.3.0/maven-plugin-testing-tools-3.3.0.jar (29 kB at 58 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 107 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 330 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 3.0 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-maven-plugin --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-maven-plugin --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-maven-plugin --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-plugin-plugin:3.11.0:helpmojo (generated-helpmojo) @ avro-maven-plugin --- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.11.0/maven-plugin-tools-api-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.11.0/maven-plugin-tools-api-3.11.0.pom (6.0 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 25 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 97 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 332 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 142 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 284 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 241 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.11.0/maven-plugin-tools-generators-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.11.0/maven-plugin-tools-generators-3.11.0.pom (3.4 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.pom (16 kB at 130 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (9.2 kB at 110 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.11.0/maven-plugin-tools-java-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.11.0/maven-plugin-tools-java-3.11.0.pom (2.9 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.11.0/maven-plugin-tools-annotations-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.11.0/maven-plugin-tools-annotations-3.11.0.pom (5.2 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.pom (1.5 kB at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.pom (5.8 kB at 68 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 628 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 131 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom (22 kB at 278 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom (2.0 kB at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 22 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.11.0/maven-plugin-tools-ant-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.11.0/maven-plugin-tools-ant-3.11.0.pom (2.5 kB at 33 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-script/3.11.0/maven-script-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-script/3.11.0/maven-script-3.11.0.pom (1.9 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.11.0/maven-plugin-tools-model-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.11.0/maven-plugin-tools-model-3.11.0.pom (3.4 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.11.0/maven-plugin-tools-beanshell-3.11.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.11.0/maven-plugin-tools-beanshell-3.11.0.pom (2.2 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.11.0/maven-plugin-tools-api-3.11.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 891 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 519 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.11.0/maven-plugin-tools-api-3.11.0.jar (55 kB at 786 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 258 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 477 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 242 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 2.8 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 1.4 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 159 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 515 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 916 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.11.0/maven-plugin-tools-generators-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 143 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.11.0/maven-plugin-tools-generators-3.11.0.jar (44 kB at 93 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 4.7 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.11.0/maven-plugin-tools-java-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.17.2/jsoup-1.17.2.jar (446 kB at 908 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.11.0/maven-plugin-tools-annotations-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.11.0/maven-plugin-tools-java-3.11.0.jar (19 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.11.0/maven-plugin-tools-annotations-3.11.0.jar (79 kB at 145 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (250 kB at 433 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 133 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 137 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar (1.1 MB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 48 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.11.0/maven-plugin-tools-ant-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.1/plexus-archiver-4.9.1.jar (225 kB at 310 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.11.0/maven-plugin-tools-model-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.11.0/maven-plugin-annotations-3.11.0.jar (14 kB at 18 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.11.0/maven-plugin-tools-beanshell-3.11.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.11.0/maven-plugin-tools-ant-3.11.0.jar (14 kB at 18 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.11.0/maven-plugin-tools-model-3.11.0.jar (30 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 70 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.11.0/maven-plugin-tools-beanshell-3.11.0.jar (15 kB at 18 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (559 kB at 599 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (6.8 MB at 4.0 MB/s) | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-maven-plugin --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-maven-plugin --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-maven-plugin --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 6 source files to /avro/lang/java/maven-plugin/target/classes | |
[INFO] /avro/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/AbstractAvroMojo.java: /avro/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/AbstractAvroMojo.java uses unchecked or unsafe operations. | |
[INFO] /avro/lang/java/maven-plugin/src/main/java/org/apache/avro/mojo/AbstractAvroMojo.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] --- maven-plugin-plugin:3.11.0:descriptor (default-descriptor) @ avro-maven-plugin --- | |
[INFO] Using 'UTF-8' encoding to read mojo source files. | |
[INFO] java-annotations mojo extractor found 0 mojo descriptor. | |
[INFO] java-javadoc mojo extractor found 5 mojo descriptors. | |
[WARNING] | |
[WARNING] Deprecated extractor java-javadoc extracted 5 descriptors. Upgrade your Mojo definitions. | |
[WARNING] You should use Mojo Annotations instead of Javadoc tags. | |
[WARNING] | |
[INFO] ant mojo extractor found 0 mojo descriptor. | |
[INFO] bsh mojo extractor found 0 mojo descriptor. | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 101 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 90 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 58 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 38 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 21 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 25 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 53 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 101 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 90 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 58 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 38 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 21 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 25 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 53 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 101 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 90 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 58 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 38 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 21 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 25 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 53 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-maven-plugin --- | |
[WARNING] Ignoring project type maven-plugin - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-maven-plugin --- | |
[INFO] Copying 13 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-maven-plugin --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 8 source files to /avro/lang/java/maven-plugin/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-maven-plugin --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=470598162215 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.mojo.TestIDLProtocolMojo | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.036 s -- in org.apache.avro.mojo.TestIDLProtocolMojo | |
[INFO] Running org.apache.avro.mojo.TestProtocolMojo | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s -- in org.apache.avro.mojo.TestProtocolMojo | |
[INFO] Running org.apache.avro.mojo.TestSchemaMojo | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 s -- in org.apache.avro.mojo.TestSchemaMojo | |
[INFO] Running org.apache.avro.mojo.TestInduceMojo | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s -- in org.apache.avro.mojo.TestInduceMojo | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-maven-plugin --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ----------------------< org.apache.avro:avro-ipc >---------------------- | |
[INFO] Building Apache Avro IPC 1.11.4 [6/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.pom (16 kB at 408 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 604 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar (96 kB at 2.0 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-ipc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-ipc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-ipc --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-ipc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-ipc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:schema (schemas) @ avro-ipc --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:protocol (schemas) @ avro-ipc --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:idl-protocol (schemas) @ avro-ipc --- | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (add-source) @ avro-ipc --- | |
[INFO] Source directory: /avro/lang/java/ipc/target/generated-sources/java added. | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-ipc --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-ipc --- | |
[INFO] Copying 9 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-ipc --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 34 source files to /avro/lang/java/ipc/target/classes | |
[WARNING] /avro/lang/java/ipc/src/main/java/org/apache/avro/ipc/SaslSocketServer.java:[39,39] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-ipc --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-ipc --- | |
[INFO] Writing manifest: /avro/lang/java/ipc/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-test-source (add-test-source) @ avro-ipc --- | |
[INFO] Test Source directory: /avro/lang/java/ipc/target/generated-test-sources/java added. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-ipc --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-ipc --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 112 source files to /avro/lang/java/ipc/target/test-classes | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[48,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[49,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[24,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[25,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java:[20,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java:[21,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java:[23,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java:[24,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java:[20,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java:[21,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java:[20,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java:[21,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java:[23,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java:[24,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java:[25,27] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java:[26,27] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[129,25] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[133,16] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[268,15] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[344,36] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[360,7] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecific.java:[360,33] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[101,20] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[109,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[111,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[189,15] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[191,30] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[220,15] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGeneric.java:[222,30] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java:[100,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflect.java:[102,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java:[38,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolReflectMeta.java:[41,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java:[50,20] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java:[58,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceSpecific.java:[60,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java:[36,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestNamespaceReflect.java:[38,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java:[38,18] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolGenericMeta.java:[41,18] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java:[35,16] org.apache.avro.ipc.SocketServer in org.apache.avro.ipc has been deprecated | |
[WARNING] /avro/lang/java/ipc/src/test/java/org/apache/avro/TestProtocolSpecificMeta.java:[40,16] org.apache.avro.ipc.SocketTransceiver in org.apache.avro.ipc has been deprecated | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-ipc --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=489614666057 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.generic.TestDeepCopy | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s -- in org.apache.avro.generic.TestDeepCopy | |
[INFO] Running org.apache.avro.TestProtocolReflectMeta | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 s -- in org.apache.avro.TestProtocolReflectMeta | |
[INFO] Running org.apache.avro.ipc.specific.TestSpecificRequestor | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.846 s -- in org.apache.avro.ipc.specific.TestSpecificRequestor | |
[INFO] Running org.apache.avro.ipc.TestSaslAnonymous | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.347 s -- in org.apache.avro.ipc.TestSaslAnonymous | |
[INFO] Running org.apache.avro.TestDataFileSpecific | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.070 s -- in org.apache.avro.TestDataFileSpecific | |
[INFO] Running org.apache.avro.ipc.stats.TestStopwatch | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.apache.avro.ipc.stats.TestStopwatch | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.specific.TestSpecificBuilderTree | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.182 s -- in org.apache.avro.specific.TestSpecificBuilderTree | |
[INFO] Running org.apache.avro.TestProtocolDatagram | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s -- in org.apache.avro.TestProtocolDatagram | |
[INFO] Running org.apache.avro.ipc.TestRpcPluginOrdering | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 s -- in org.apache.avro.ipc.TestRpcPluginOrdering | |
[INFO] Running org.apache.avro.TestProtocolSpecificMeta | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 s -- in org.apache.avro.TestProtocolSpecificMeta | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordBuilder | |
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.154 s -- in org.apache.avro.specific.TestSpecificRecordBuilder | |
[INFO] Running org.apache.avro.generic.TestBuilderCopy | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.747 s -- in org.apache.avro.generic.TestBuilderCopy | |
[INFO] Running org.apache.avro.TestCompare | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 s -- in org.apache.avro.TestCompare | |
[INFO] Running org.apache.avro.ipc.TestSaslDigestMd5 | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 s -- in org.apache.avro.ipc.TestSaslDigestMd5 | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.56 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumWriter | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s -- in org.apache.avro.specific.TestSpecificDatumWriter | |
[INFO] Running org.apache.avro.TestProtocolParsing | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s -- in org.apache.avro.TestProtocolParsing | |
[INFO] Running org.apache.avro.TestProtocolGenericMeta | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 s -- in org.apache.avro.TestProtocolGenericMeta | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.message.TestCustomSchemaStore | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 s -- in org.apache.avro.message.TestCustomSchemaStore | |
[INFO] Running org.apache.avro.TestProtocolReflect | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.398 s -- in org.apache.avro.TestProtocolReflect | |
[INFO] Running org.apache.avro.TestNamespaceSpecific | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 s -- in org.apache.avro.TestNamespaceSpecific | |
[INFO] Running org.apache.avro.TestProtocolGeneric | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.223 s -- in org.apache.avro.TestProtocolGeneric | |
[INFO] Running org.apache.avro.ipc.stats.TestHistogram | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.apache.avro.ipc.stats.TestHistogram | |
[INFO] Running org.apache.avro.TestProtocolSpecific | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.503 s -- in org.apache.avro.TestProtocolSpecific | |
[INFO] Running org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.271 s -- in org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Running org.apache.avro.TestNamespaceReflect | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.390 s -- in org.apache.avro.TestNamespaceReflect | |
[INFO] Running org.apache.avro.specific.TestSpecificErrorBuilder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s -- in org.apache.avro.specific.TestSpecificErrorBuilder | |
[INFO] Running org.apache.avro.ipc.TestLocalTransceiver | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 s -- in org.apache.avro.ipc.TestLocalTransceiver | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 251, Failures: 0, Errors: 0, Skipped: 3 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-ipc --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-ipc-jetty >------------------- | |
[INFO] Building Apache Avro IPC Jetty 1.11.4 [7/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.54.v20240208/jetty-server-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.54.v20240208/jetty-server-9.4.54.v20240208.pom (3.4 kB at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.54.v20240208/jetty-project-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.54.v20240208/jetty-project-9.4.54.v20240208.pom (73 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom (7.2 kB at 190 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom (18 kB at 471 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom (16 kB at 317 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/36/jboss-parent-36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 1.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.54.v20240208/jetty-http-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.54.v20240208/jetty-http-9.4.54.v20240208.pom (4.0 kB at 90 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.54.v20240208/jetty-util-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.54.v20240208/jetty-util-9.4.54.v20240208.pom (4.0 kB at 109 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.54.v20240208/jetty-io-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.54.v20240208/jetty-io-9.4.54.v20240208.pom (1.2 kB at 5.8 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.54.v20240208/jetty-servlet-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.54.v20240208/jetty-servlet-9.4.54.v20240208.pom (2.3 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.54.v20240208/jetty-security-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.54.v20240208/jetty-security-9.4.54.v20240208.pom (2.1 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.54.v20240208/jetty-util-ajax-9.4.54.v20240208.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.54.v20240208/jetty-util-ajax-9.4.54.v20240208.pom (1.3 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.54.v20240208/jetty-server-9.4.54.v20240208.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.54.v20240208/jetty-http-9.4.54.v20240208.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.54.v20240208/jetty-io-9.4.54.v20240208.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.54.v20240208/jetty-servlet-9.4.54.v20240208.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.54.v20240208/jetty-security-9.4.54.v20240208.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.4.54.v20240208/jetty-server-9.4.54.v20240208.jar (737 kB at 7.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.54.v20240208/jetty-util-ajax-9.4.54.v20240208.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.4.54.v20240208/jetty-security-9.4.54.v20240208.jar (118 kB at 948 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.54.v20240208/jetty-util-9.4.54.v20240208.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.54.v20240208/jetty-io-9.4.54.v20240208.jar (183 kB at 1.3 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/9.4.54.v20240208/jetty-servlet-9.4.54.v20240208.jar (146 kB at 1.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.54.v20240208/jetty-http-9.4.54.v20240208.jar (249 kB at 1.7 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util-ajax/9.4.54.v20240208/jetty-util-ajax-9.4.54.v20240208.jar (67 kB at 456 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.4.54.v20240208/jetty-util-9.4.54.v20240208.jar (589 kB at 1.3 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-ipc-jetty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-ipc-jetty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-ipc-jetty --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-ipc-jetty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-ipc-jetty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-ipc-jetty --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-ipc-jetty --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/ipc-jetty/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-ipc-jetty --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 3 source files to /avro/lang/java/ipc-jetty/target/classes | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-ipc-jetty --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-ipc-jetty --- | |
[INFO] Writing manifest: /avro/lang/java/ipc-jetty/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-ipc-jetty --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-ipc-jetty --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 5 source files to /avro/lang/java/ipc-jetty/target/test-classes | |
[WARNING] /avro/lang/java/ipc-jetty/src/test/java/org/apache/avro/ipc/jetty/TestProtocolHttp.java:[82,15] createRecord(java.util.List<org.apache.avro.Schema.Field>) in org.apache.avro.Schema has been deprecated | |
[WARNING] /avro/lang/java/ipc-jetty/src/test/java/org/apache/avro/ipc/jetty/TestProtocolHttps.java:[45,22] setNeedClientAuth(boolean) in org.eclipse.jetty.util.ssl.SslContextFactory has been deprecated | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-ipc-jetty --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=572312191886 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.ipc.jetty.TestProtocolHttp | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.302 s -- in org.apache.avro.ipc.jetty.TestProtocolHttp | |
[INFO] Running org.apache.avro.ipc.jetty.TestProtocolHttps | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.449 s -- in org.apache.avro.ipc.jetty.TestProtocolHttps | |
[INFO] Running org.apache.avro.ipc.jetty.TestStatsPluginAndServlet | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.449 s -- in org.apache.avro.ipc.jetty.TestStatsPluginAndServlet | |
[INFO] Running org.apache.avro.ipc.jetty.TestBulkData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.639 s -- in org.apache.avro.ipc.jetty.TestBulkData | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-ipc-jetty --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-ipc-netty >------------------- | |
[INFO] Building Apache Avro IPC Netty 1.11.4 [8/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.pom (1.6 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.107.Final/netty-parent-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.107.Final/netty-parent-4.1.107.Final.pom (85 kB at 2.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.pom (12 kB at 319 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.pom (4.6 kB at 113 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.pom (1.6 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.pom (2.2 kB at 60 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.pom (33 kB at 807 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.pom (5.5 kB at 116 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.107.Final/netty-buffer-4.1.107.Final.jar (308 kB at 3.9 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.107.Final/netty-resolver-4.1.107.Final.jar (38 kB at 416 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.107.Final/netty-transport-4.1.107.Final.jar (497 kB at 5.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.107.Final/netty-common-4.1.107.Final.jar (661 kB at 6.2 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.107.Final/netty-transport-native-unix-common-4.1.107.Final.jar (44 kB at 302 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.107.Final/netty-codec-4.1.107.Final.jar (346 kB at 2.1 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.107.Final/netty-handler-4.1.107.Final.jar (563 kB at 2.7 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-ipc-netty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-ipc-netty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-ipc-netty --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-ipc-netty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-ipc-netty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-ipc-netty --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-ipc-netty --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/ipc-netty/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-ipc-netty --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 3 source files to /avro/lang/java/ipc-netty/target/classes | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-ipc-netty --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-ipc-netty --- | |
[INFO] Writing manifest: /avro/lang/java/ipc-netty/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-ipc-netty --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-ipc-netty --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 8 source files to /avro/lang/java/ipc-netty/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-ipc-netty --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=589332568727 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServer | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.739 s -- in org.apache.avro.ipc.netty.TestNettyServer | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerWithCompression | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.834 s -- in org.apache.avro.ipc.netty.TestNettyServerWithCompression | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerWithCallbacks | |
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 29.87 s -- in org.apache.avro.ipc.netty.TestNettyServerWithCallbacks | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyTransceiverWhenFailsToConnect | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in org.apache.avro.ipc.netty.TestNettyTransceiverWhenFailsToConnect | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerConcurrentExecution | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.413 s -- in org.apache.avro.ipc.netty.TestNettyServerConcurrentExecution | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerWithSSL | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.978 s -- in org.apache.avro.ipc.netty.TestNettyServerWithSSL | |
[INFO] Running org.apache.avro.ipc.netty.TestProtocolNetty | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.259 s -- in org.apache.avro.ipc.netty.TestProtocolNetty | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 42, Failures: 0, Errors: 0, Skipped: 1 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-ipc-netty --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-java >--------------------- | |
[INFO] Building Trevni Java 1.11.4 [9/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ trevni-java --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ trevni-java --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ trevni-java --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ trevni-java --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ trevni-java --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ trevni-java --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ trevni-java --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ trevni-java --- | |
[WARNING] Ignoring project type pom - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ trevni-java --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-core >--------------------- | |
[INFO] Building Trevni Java Core 1.11.4 [10/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ trevni-core --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ trevni-core --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ trevni-core --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ trevni-core --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ trevni-core --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ trevni-core --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ trevni-core --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/trevni/core/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ trevni-core --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 25 source files to /avro/lang/java/trevni/core/target/classes | |
[INFO] /avro/lang/java/trevni/core/src/main/java/org/apache/trevni/ColumnValues.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/trevni/core/src/main/java/org/apache/trevni/ColumnValues.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ trevni-core --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ trevni-core --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ trevni-core --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/trevni/core/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ trevni-core --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 5 source files to /avro/lang/java/trevni/core/target/test-classes | |
[INFO] /avro/lang/java/trevni/core/src/test/java/org/apache/trevni/TestAllCodecs.java: /avro/lang/java/trevni/core/src/test/java/org/apache/trevni/TestAllCodecs.java uses unchecked or unsafe operations. | |
[INFO] /avro/lang/java/trevni/core/src/test/java/org/apache/trevni/TestAllCodecs.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ trevni-core --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=659625879093 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.trevni.TestAllCodecs | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s -- in org.apache.trevni.TestAllCodecs | |
[INFO] Running org.apache.trevni.TestInputBytes | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.trevni.TestInputBytes | |
[INFO] Running org.apache.trevni.TestUtil | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.trevni.TestUtil | |
[INFO] Running org.apache.trevni.TestColumnFile | |
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.270 s -- in org.apache.trevni.TestColumnFile | |
[INFO] Running org.apache.trevni.TestIOBuffers | |
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.apache.trevni.TestIOBuffers | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ trevni-core --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-mapred >--------------------- | |
[INFO] Building Apache Avro Mapred API 1.11.4 [11/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-client/3.3.6/hadoop-client-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-client/3.3.6/hadoop-client-3.3.6.pom (11 kB at 250 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project-dist/3.3.6/hadoop-project-dist-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project-dist/3.3.6/hadoop-project-dist-3.3.6.pom (18 kB at 435 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project/3.3.6/hadoop-project-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project/3.3.6/hadoop-project-3.3.6.pom (94 kB at 1.9 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-main/3.3.6/hadoop-main-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-main/3.3.6/hadoop-main-3.3.6.pom (30 kB at 748 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/3.3.6/hadoop-common-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/3.3.6/hadoop-common-3.3.6.pom (43 kB at 997 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-protobuf_3_7/1.1.1/hadoop-shaded-protobuf_3_7-1.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-protobuf_3_7/1.1.1/hadoop-shaded-protobuf_3_7-1.1.1.pom (3.0 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-thirdparty/1.1.1/hadoop-thirdparty-1.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-thirdparty/1.1.1/hadoop-thirdparty-1.1.1.pom (16 kB at 364 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-annotations/3.3.6/hadoop-annotations-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-annotations/3.3.6/hadoop-annotations-3.3.6.pom (2.6 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-guava/1.1.1/hadoop-shaded-guava-1.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-guava/1.1.1/hadoop-shaded-guava-1.1.1.pom (3.0 kB at 63 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom (8.1 kB at 166 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom (10 kB at 212 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom (1.7 kB at 42 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 71 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 187 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 731 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 205 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 560 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.pom (14 kB at 342 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 340 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.9.0/commons-net-3.9.0.pom (24 kB at 551 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 117 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 210 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 290 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.51.v20230217/jetty-webapp-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.51.v20230217/jetty-webapp-9.4.51.v20230217.pom (3.2 kB at 79 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.51.v20230217/jetty-project-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/9.4.51.v20230217/jetty-project-9.4.51.v20230217.pom (72 kB at 1.4 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom (18 kB at 126 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom (16 kB at 370 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.51.v20230217/jetty-xml-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.51.v20230217/jetty-xml-9.4.51.v20230217.pom (1.7 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom (157 B at 3.6 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.19.4/jersey-servlet-1.19.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.19.4/jersey-servlet-1.19.4.pom (9.6 kB at 137 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.19.4/jersey-project-1.19.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.19.4/jersey-project-1.19.4.pom (28 kB at 598 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 185 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 437 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.2 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.pom (16 kB at 356 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-configuration2/2.8.0/commons-configuration2-2.8.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-configuration2/2.8.0/commons-configuration2-2.8.0.pom (31 kB at 731 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/53/commons-parent-53.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/53/commons-parent-53.pom (82 kB at 1.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/24/apache-24.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/24/apache-24.pom (20 kB at 492 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (17 kB at 392 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.pom (1.2 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.pom (16 kB at 344 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro/1.7.7/avro-1.7.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro/1.7.7/avro-1.7.7.pom (5.6 kB at 134 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-parent/1.7.7/avro-parent-1.7.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-parent/1.7.7/avro-parent-1.7.7.pom (19 kB at 414 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-toplevel/1.7.7/avro-toplevel-1.7.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-toplevel/1.7.7/avro-toplevel-1.7.7.pom (9.6 kB at 196 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 315 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom (1.6 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom (11 kB at 245 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom (3.4 kB at 84 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (2.7 kB at 69 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 298 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/re2j/re2j/1.1/re2j-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/re2j/re2j/1.1/re2j-1.1.pom (3.6 kB at 79 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom (8.4 kB at 129 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom (8.1 kB at 192 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom (4.5 kB at 108 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-auth/3.3.6/hadoop-auth-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-auth/3.3.6/hadoop-auth-3.3.6.pom (8.4 kB at 187 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/9.8.1/nimbus-jose-jwt-9.8.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/9.8.1/nimbus-jose-jwt-9.8.1.pom (11 kB at 242 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom (5.4 kB at 109 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.4/metrics-core-3.2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.4/metrics-core-3.2.4.pom (846 B at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/3.2.4/metrics-parent-3.2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-parent/3.2.4/metrics-parent-3.2.4.pom (12 kB at 265 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.22/slf4j-api-1.7.22.pom (2.8 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.22/slf4j-parent-1.7.22.pom (14 kB at 314 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-framework/5.2.0/curator-framework-5.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-framework/5.2.0/curator-framework-5.2.0.pom (3.8 kB at 85 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/apache-curator/5.2.0/apache-curator-5.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/apache-curator/5.2.0/apache-curator-5.2.0.pom (43 kB at 802 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/5.2.0/curator-client-5.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/5.2.0/curator-client-5.2.0.pom (4.6 kB at 115 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.0.1/kerb-simplekdc-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.0.1/kerb-simplekdc-1.0.1.pom (1.5 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-kerb/1.0.1/kerby-kerb-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-kerb/1.0.1/kerby-kerb-1.0.1.pom (1.7 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-all/1.0.1/kerby-all-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-all/1.0.1/kerby-all-1.0.1.pom (15 kB at 387 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.0.1/kerb-client-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.0.1/kerb-client-1.0.1.pom (2.2 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.0.1/kerby-config-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.0.1/kerby-config-1.0.1.pom (1.5 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-common/1.0.1/kerby-common-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-common/1.0.1/kerby-common-1.0.1.pom (1.3 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.pom (1.3 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.pom (2.0 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.pom (1.1 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.0.1/kerby-util-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.0.1/kerby-util-1.0.1.pom (1.2 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.0.1/kerb-common-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.0.1/kerb-common-1.0.1.pom (1.7 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.0.1/kerb-crypto-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.0.1/kerb-crypto-1.0.1.pom (1.5 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.pom (1.8 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.0.1/token-provider-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.0.1/token-provider-1.0.1.pom (1.5 kB at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-provider/1.0.1/kerby-provider-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-provider/1.0.1/kerby-provider-1.0.1.pom (1.2 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/3.10/nimbus-jose-jwt-3.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/3.10/nimbus-jose-jwt-3.10.pom (14 kB at 378 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.3.1/json-smart-1.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.3.1/json-smart-1.3.1.pom (2.0 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/parent/1.3.1/parent-1.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/parent/1.3.1/parent-1.3.1.pom (8.5 kB at 181 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.pom (1.2 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 231 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.0.1/kerb-admin-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.0.1/kerb-admin-1.0.1.pom (1.7 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.0.1/kerb-server-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.0.1/kerb-server-1.0.1.pom (1.7 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.0.1/kerb-identity-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.0.1/kerb-identity-1.0.1.pom (1.5 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.0.1/kerby-xdr-1.0.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.0.1/kerby-xdr-1.0.1.pom (1.1 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-recipes/5.2.0/curator-recipes-5.2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-recipes/5.2.0/curator-recipes-5.2.0.pom (3.6 kB at 88 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 170 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 512 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.4.0/woodstox-core-5.4.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.4.0/woodstox-core-5.4.0.pom (9.7 kB at 224 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/37/oss-parent-37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/37/oss-parent-37.pom (23 kB at 545 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.pom (6.3 kB at 146 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/35/oss-parent-35.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 543 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/dnsjava/dnsjava/2.1.7/dnsjava-2.1.7.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dnsjava/dnsjava/2.1.7/dnsjava-2.1.7.pom (7.2 kB at 179 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-hdfs-client/3.3.6/hadoop-hdfs-client-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-hdfs-client/3.3.6/hadoop-hdfs-client-3.3.6.pom (6.3 kB at 105 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-api/3.3.6/hadoop-yarn-api-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-api/3.3.6/hadoop-yarn-api-3.3.6.pom (6.1 kB at 145 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn/3.3.6/hadoop-yarn-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn/3.3.6/hadoop-yarn-3.3.6.pom (10 kB at 237 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.pom (15 kB at 344 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-client/3.3.6/hadoop-yarn-client-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-client/3.3.6/hadoop-yarn-client-3.3.6.pom (7.6 kB at 86 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.51.v20230217/websocket-client-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.51.v20230217/websocket-client-9.4.51.v20230217.pom (4.6 kB at 121 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.51.v20230217/websocket-parent-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-parent/9.4.51.v20230217/websocket-parent-9.4.51.v20230217.pom (1.4 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.51.v20230217/jetty-client-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.51.v20230217/jetty-client-9.4.51.v20230217.pom (5.1 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.51.v20230217/jetty-http-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.4.51.v20230217/jetty-http-9.4.51.v20230217.pom (4.0 kB at 72 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.51.v20230217/jetty-io-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.51.v20230217/jetty-io-9.4.51.v20230217.pom (1.2 kB at 29 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.51.v20230217/websocket-common-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.51.v20230217/websocket-common-9.4.51.v20230217.pom (3.6 kB at 82 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.51.v20230217/websocket-api-9.4.51.v20230217.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.51.v20230217/websocket-api-9.4.51.v20230217.pom (2.5 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.9.0/jline-3.9.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.9.0/jline-3.9.0.pom (15 kB at 334 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jline/jline-parent/3.9.0/jline-parent-3.9.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jline/jline-parent/3.9.0/jline-parent-3.9.0.pom (18 kB at 458 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/3.3.6/hadoop-mapreduce-client-core-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/3.3.6/hadoop-mapreduce-client-core-3.3.6.pom (6.1 kB at 154 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client/3.3.6/hadoop-mapreduce-client-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client/3.3.6/hadoop-mapreduce-client-3.3.6.pom (12 kB at 263 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-common/3.3.6/hadoop-yarn-common-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-common/3.3.6/hadoop-yarn-common-3.3.6.pom (15 kB at 404 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.pom (1.8 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom (1.8 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.pom (2.0 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.pom (1.6 kB at 43 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/zookeeper/zookeeper/3.6.3/zookeeper-3.6.3.pom (9.9 kB at 247 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/zookeeper/parent/3.6.3/parent-3.6.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/zookeeper/parent/3.6.3/parent-3.6.3.pom (35 kB at 800 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/zookeeper/zookeeper-jute/3.6.3/zookeeper-jute-3.6.3.pom (5.6 kB at 124 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/yetus/audience-annotations/0.5.0/audience-annotations-0.5.0.pom (1.9 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/yetus/yetus-project/0.5.0/yetus-project-0.5.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/yetus/yetus-project/0.5.0/yetus-project-0.5.0.pom (6.8 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.pom (9.7 kB at 134 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 130 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.pom (6.7 kB at 139 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.14.3/jackson-module-jaxb-annotations-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.14.3/jackson-module-jaxb-annotations-2.14.3.pom (3.8 kB at 54 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.14.3/jackson-modules-base-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.14.3/jackson-modules-base-2.14.3.pom (3.8 kB at 83 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 285 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 209 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 278 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 111 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.2/all-1.2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 353 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.14.3/jackson-jaxrs-json-provider-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.14.3/jackson-jaxrs-json-provider-2.14.3.pom (4.6 kB at 104 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.14.3/jackson-jaxrs-providers-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.14.3/jackson-jaxrs-providers-2.14.3.pom (5.8 kB at 135 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.14.3/jackson-jaxrs-base-2.14.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.14.3/jackson-jaxrs-base-2.14.3.pom (2.3 kB at 34 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-jobclient/3.3.6/hadoop-mapreduce-client-jobclient-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-jobclient/3.3.6/hadoop-mapreduce-client-jobclient-3.3.6.pom (6.4 kB at 136 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-common/3.3.6/hadoop-mapreduce-client-common-3.3.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-common/3.3.6/hadoop-mapreduce-client-common-3.3.6.pom (3.9 kB at 98 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.19.4/jersey-server-1.19.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.19.4/jersey-server-1.19.4.pom (11 kB at 263 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/pjfanning/jersey-json/1.20/jersey-json-1.20.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/pjfanning/jersey-json/1.20/jersey-json-1.20.pom (13 kB at 296 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom (3.4 kB at 70 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (5.3 kB at 125 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom (5.6 kB at 127 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 23 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-guice/1.19.4/jersey-guice-1.19.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-guice/1.19.4/jersey-guice-1.19.4.pom (7.5 kB at 170 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.19.4/jersey-contribs-1.19.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.19.4/jersey-contribs-1.19.4.pom (3.6 kB at 77 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/3.0/guice-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/3.0/guice-3.0.pom (7.3 kB at 158 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom (13 kB at 309 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-client/3.3.6/hadoop-client-3.3.6.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/3.3.6/hadoop-common-3.3.6.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-protobuf_3_7/1.1.1/hadoop-shaded-protobuf_3_7-1.1.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-guava/1.1.1/hadoop-shaded-guava-1.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-client/3.3.6/hadoop-client-3.3.6.jar (8.6 kB at 141 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0/failureaccess-1.0.jar (3.7 kB at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-protobuf_3_7/1.1.1/hadoop-shaded-protobuf_3_7-1.1.1.jar (1.5 MB at 4.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 470 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 20 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 6.4 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 74 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 461 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.9.0/commons-net-3.9.0.jar (316 kB at 365 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.51.v20230217/jetty-webapp-9.4.51.v20230217.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/3.3.6/hadoop-common-3.3.6.jar (4.6 MB at 4.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.51.v20230217/jetty-xml-9.4.51.v20230217.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/9.4.51.v20230217/jetty-xml-9.4.51.v20230217.jar (68 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/thirdparty/hadoop-shaded-guava/1.1.1/hadoop-shaded-guava-1.1.1.jar (3.4 MB at 3.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.19.4/jersey-servlet-1.19.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.jar (101 kB at 85 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/9.4.51.v20230217/jetty-webapp-9.4.51.v20230217.jar (140 kB at 119 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-servlet/1.19.4/jersey-servlet-1.19.4.jar (129 kB at 109 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-configuration2/2.8.0/commons-configuration2-2.8.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (62 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.22/reload4j-1.2.22.jar (332 kB at 267 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/re2j/re2j/1.1/re2j-1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar (9.8 kB at 7.7 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/re2j/re2j/1.1/re2j-1.1.jar (128 kB at 99 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-configuration2/2.8.0/commons-configuration2-2.8.0.jar (633 kB at 485 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-auth/3.3.6/hadoop-auth-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar (249 kB at 185 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/9.8.1/nimbus-jose-jwt-9.8.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-auth/3.3.6/hadoop-auth-3.3.6.jar (106 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar (533 kB at 393 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-framework/5.2.0/curator-framework-5.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (4.7 kB at 3.4 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.0.1/kerb-simplekdc-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/9.8.1/nimbus-jose-jwt-9.8.1.jar (444 kB at 314 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.0.1/kerb-client-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-framework/5.2.0/curator-framework-5.2.0.jar (336 kB at 233 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-simplekdc/1.0.1/kerb-simplekdc-1.0.1.jar (20 kB at 14 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.0-jre/guava-27.0-jre.jar (2.7 MB at 1.9 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.0.1/kerb-common-1.0.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.0.1/kerb-crypto-1.0.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.0.1/kerby-config-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-client/1.0.1/kerb-client-1.0.1.jar (113 kB at 77 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-config/1.0.1/kerby-config-1.0.1.jar (31 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.0.1/token-provider-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-crypto/1.0.1/kerb-crypto-1.0.1.jar (116 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.0.1/kerb-admin-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.jar (37 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.0.1/kerb-server-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-common/1.0.1/kerb-common-1.0.1.jar (65 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.0.1/kerb-identity-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/token-provider/1.0.1/token-provider-1.0.1.jar (19 kB at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.0.1/kerby-xdr-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-admin/1.0.1/kerb-admin-1.0.1.jar (81 kB at 52 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/5.2.0/curator-client-5.2.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-server/1.0.1/kerb-server-1.0.1.jar (83 kB at 53 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-identity/1.0.1/kerb-identity-1.0.1.jar (20 kB at 13 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-recipes/5.2.0/curator-recipes-5.2.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.4/metrics-core-3.2.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-xdr/1.0.1/kerby-xdr-1.0.1.jar (29 kB at 19 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/3.2.4/metrics-core-3.2.4.jar (136 kB at 85 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.jar (227 kB at 140 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.jar (102 kB at 61 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.0.1/kerby-util-1.0.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.jar (205 kB at 122 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.1.1/commons-math3-3.1.1.jar (1.6 MB at 952 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.4.0/woodstox-core-5.4.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-recipes/5.2.0/curator-recipes-5.2.0.jar (316 kB at 185 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/dnsjava/dnsjava/2.1.7/dnsjava-2.1.7.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kerby/kerby-util/1.0.1/kerby-util-1.0.1.jar (41 kB at 24 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-hdfs-client/3.3.6/hadoop-hdfs-client-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 114 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-api/3.3.6/hadoop-yarn-api-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.4.0/woodstox-core-5.4.0.jar (523 kB at 283 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2.11/jaxb-api-2.2.11.jar (102 kB at 50 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-client/3.3.6/hadoop-yarn-client-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dnsjava/dnsjava/2.1.7/dnsjava-2.1.7.jar (308 kB at 140 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.51.v20230217/websocket-client-9.4.51.v20230217.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-client/3.3.6/hadoop-yarn-client-3.3.6.jar (287 kB at 124 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.51.v20230217/jetty-client-9.4.51.v20230217.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-client/9.4.51.v20230217/websocket-client-9.4.51.v20230217.jar (46 kB at 19 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.51.v20230217/websocket-common-9.4.51.v20230217.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-api/3.3.6/hadoop-yarn-api-3.3.6.jar (3.7 MB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.51.v20230217/websocket-api-9.4.51.v20230217.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-client/9.4.51.v20230217/jetty-client-9.4.51.v20230217.jar (328 kB at 133 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.9.0/jline-3.9.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-api/9.4.51.v20230217/websocket-api-9.4.51.v20230217.jar (52 kB at 21 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/3.3.6/hadoop-mapreduce-client-core-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-client/5.2.0/curator-client-5.2.0.jar (3.0 MB at 1.1 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-common/3.3.6/hadoop-yarn-common-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-common/9.4.51.v20230217/websocket-common-9.4.51.v20230217.jar (215 kB at 82 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jline/jline/3.9.0/jline-3.9.0.jar (707 kB at 257 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/3.3.6/hadoop-mapreduce-client-core-3.3.6.jar (1.8 MB at 621 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 16 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.14.3/jackson-module-jaxb-annotations-2.14.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.14.3/jackson-module-jaxb-annotations-2.14.3.jar (37 kB at 12 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.19.4/jersey-client-1.19.4.jar (134 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.14.3/jackson-jaxrs-json-provider-2.14.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.14.3/jackson-jaxrs-json-provider-2.14.3.jar (17 kB at 5.5 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.14.3/jackson-jaxrs-base-2.14.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.19.4/jersey-core-1.19.4.jar (437 kB at 145 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-jobclient/3.3.6/hadoop-mapreduce-client-jobclient-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-common/3.3.6/hadoop-mapreduce-client-common-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.14.3/jackson-jaxrs-base-2.14.3.jar (32 kB at 10 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-annotations/3.3.6/hadoop-annotations-3.3.6.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-jobclient/3.3.6/hadoop-mapreduce-client-jobclient-3.3.6.jar (50 kB at 16 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-annotations/3.3.6/hadoop-annotations-3.3.6.jar (25 kB at 7.9 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-common/3.3.6/hadoop-mapreduce-client-common-3.3.6.jar (806 kB at 251 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-hdfs-client/3.3.6/hadoop-hdfs-client-3.3.6.jar (5.5 MB at 1.6 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-common/3.3.6/hadoop-yarn-common-3.3.6.jar (3.0 MB at 863 kB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-mapred --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-mapred --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-mapred --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-mapred --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-mapred --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:schema (default) @ avro-mapred --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:schema (test-schemas) @ avro-mapred --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:protocol (test-schemas) @ avro-mapred --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:protocol (mapred-schema) @ avro-mapred --- | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (add-source) @ avro-mapred --- | |
[INFO] Source directory: /avro/lang/java/mapred/target/generated-sources/java added. | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-mapred --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-mapred --- | |
[INFO] Copying 0 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-mapred --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 75 source files to /avro/lang/java/mapred/target/classes | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetherJob.java:[31,35] org.apache.hadoop.filecache.DistributedCache in org.apache.hadoop.filecache has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java:[37,35] org.apache.hadoop.filecache.DistributedCache in org.apache.hadoop.filecache has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java:[157,27] org.apache.hadoop.filecache.DistributedCache in org.apache.hadoop.filecache has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java:[157,43] getLocalCacheFiles(org.apache.hadoop.conf.Configuration) in org.apache.hadoop.mapreduce.filecache.DistributedCache has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java:[159,23] org.apache.hadoop.filecache.DistributedCache in org.apache.hadoop.filecache has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/tether/TetheredProcess.java:[159,39] getCacheFiles(org.apache.hadoop.conf.Configuration) in org.apache.hadoop.mapreduce.filecache.DistributedCache has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/SequenceFileReader.java:[68,10] Reader(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration) in org.apache.hadoop.io.SequenceFile.Reader has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/hadoop/io/AvroSequenceFile.java:[107,24] createWriter(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.conf.Configuration,org.apache.hadoop.fs.Path,java.lang.Class,java.lang.Class,int,short,long,org.apache.hadoop.io.SequenceFile.CompressionType,org.apache.hadoop.io.compress.CompressionCodec,org.apache.hadoop.util.Progressable,org.apache.hadoop.io.SequenceFile.Metadata) in org.apache.hadoop.io.SequenceFile has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/hadoop/io/AvroSequenceFile.java:[467,33] getDefaultReplication() in org.apache.hadoop.fs.FileSystem has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/hadoop/io/AvroSequenceFile.java:[479,33] getDefaultBlockSize() in org.apache.hadoop.fs.FileSystem has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/hadoop/io/AvroSequenceFile.java:[548,7] Writer(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.conf.Configuration,org.apache.hadoop.fs.Path,java.lang.Class,java.lang.Class,int,short,long,org.apache.hadoop.util.Progressable,org.apache.hadoop.io.SequenceFile.Metadata) in org.apache.hadoop.io.SequenceFile.Writer has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/hadoop/io/AvroSequenceFile.java:[724,7] Reader(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration) in org.apache.hadoop.io.SequenceFile.Reader has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/main/java/org/apache/avro/hadoop/io/AvroSequenceFile.java:[738,47] Reader(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration) in org.apache.hadoop.io.SequenceFile.Reader has been deprecated | |
[INFO] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/DelegatingInputFormat.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/mapred/src/main/java/org/apache/avro/mapred/DelegatingInputFormat.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-mapred --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-mapred --- | |
[INFO] Writing manifest: /avro/lang/java/mapred/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-test-source (add-test-source) @ avro-mapred --- | |
[INFO] Test Source directory: /avro/lang/java/mapred/target/generated-test-sources/java added. | |
[INFO] Test Source directory: /avro/lang/java/mapred/target/generated-test-sources/avro added. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-mapred --- | |
[INFO] Copying 5 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-mapred --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 69 source files to /avro/lang/java/mapred/target/test-classes | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[40,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[41,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[44,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[45,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[48,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[49,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[51,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[52,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[58,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[59,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[62,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[63,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[66,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[67,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[69,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[70,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[76,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[77,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[80,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[81,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[84,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[85,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[87,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/hadoop/util/TestAvroCharSequenceComparator.java:[88,5] <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/mapred/TestAvroMultipleOutputs.java:[62,13] getCollector(java.lang.String,org.apache.hadoop.mapred.Reporter) in org.apache.avro.mapred.AvroMultipleOutputs has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/mapred/TestAvroMultipleOutputs.java:[85,11] getCollector(java.lang.String,org.apache.hadoop.mapred.Reporter) in org.apache.avro.mapred.AvroMultipleOutputs has been deprecated | |
[WARNING] /avro/lang/java/mapred/src/test/java/org/apache/avro/mapred/TestSequenceFileReader.java:[79,39] Writer(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.conf.Configuration,org.apache.hadoop.fs.Path,java.lang.Class,java.lang.Class) in org.apache.hadoop.io.SequenceFile.Writer has been deprecated | |
[INFO] /avro/lang/java/mapred/src/test/java/org/apache/avro/mapred/TestAvroMultipleOutputs.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/mapred/src/test/java/org/apache/avro/mapred/TestAvroMultipleOutputs.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-mapred --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=687603361481 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.hadoop.io.TestAvroValueDeserializer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s -- in org.apache.avro.hadoop.io.TestAvroValueDeserializer | |
[INFO] Running org.apache.avro.mapreduce.TestAvroKeyInputFormat | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s -- in org.apache.avro.mapreduce.TestAvroKeyInputFormat | |
[INFO] Running org.apache.avro.hadoop.io.TestAvroSequenceFile | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.762 s -- in org.apache.avro.hadoop.io.TestAvroSequenceFile | |
[INFO] Running org.apache.avro.mapreduce.TestKeyValueWordCount | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.953 s -- in org.apache.avro.mapreduce.TestKeyValueWordCount | |
[INFO] Running org.apache.avro.hadoop.io.TestAvroKeyDeserializer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.207 s -- in org.apache.avro.hadoop.io.TestAvroKeyDeserializer | |
[INFO] Running org.apache.avro.hadoop.util.TestAvroCharSequenceComparator | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.apache.avro.hadoop.util.TestAvroCharSequenceComparator | |
[INFO] Running org.apache.avro.mapreduce.TestAvroMultipleOutputs | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.284 s -- in org.apache.avro.mapreduce.TestAvroMultipleOutputs | |
[INFO] Running org.apache.avro.mapred.TestSequenceFileReader | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.073 s -- in org.apache.avro.mapred.TestSequenceFileReader | |
[INFO] Running org.apache.avro.mapred.TestGenericJob | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.645 s -- in org.apache.avro.mapred.TestGenericJob | |
[INFO] Running org.apache.avro.mapred.TestReflectJob | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.100 s -- in org.apache.avro.mapred.TestReflectJob | |
[INFO] Running org.apache.avro.mapreduce.TestAvroKeyRecordReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.636 s -- in org.apache.avro.mapreduce.TestAvroKeyRecordReader | |
[INFO] Running org.apache.avro.mapred.TestAvroMultipleInputs | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.100 s -- in org.apache.avro.mapred.TestAvroMultipleInputs | |
[INFO] Running org.apache.avro.mapred.TestAvroMultipleOutputs | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.476 s -- in org.apache.avro.mapred.TestAvroMultipleOutputs | |
[INFO] Running org.apache.avro.hadoop.file.TestHadoopCodecFactory | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.apache.avro.hadoop.file.TestHadoopCodecFactory | |
[INFO] Running org.apache.avro.mapred.TestAvroInputFormat | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.391 s -- in org.apache.avro.mapred.TestAvroInputFormat | |
[INFO] Running org.apache.avro.mapreduce.TestCombineAvroKeyValueFileInputFormat | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.464 s -- in org.apache.avro.mapreduce.TestCombineAvroKeyValueFileInputFormat | |
[INFO] Running org.apache.avro.mapreduce.TestAvroKeyRecordWriter | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 s -- in org.apache.avro.mapreduce.TestAvroKeyRecordWriter | |
[INFO] Running org.apache.avro.mapreduce.TestFsInput | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.370 s -- in org.apache.avro.mapreduce.TestFsInput | |
[INFO] Running org.apache.avro.mapred.TestPair | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.755 s -- in org.apache.avro.mapred.TestPair | |
[INFO] Running org.apache.avro.mapreduce.TestAvroKeyValueRecordWriter | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.920 s -- in org.apache.avro.mapreduce.TestAvroKeyValueRecordWriter | |
[INFO] Running org.apache.avro.mapred.tether.TestWordCountTether | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.82 s -- in org.apache.avro.mapred.tether.TestWordCountTether | |
[INFO] Running org.apache.avro.mapred.TestWeather | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.992 s -- in org.apache.avro.mapred.TestWeather | |
[INFO] Running org.apache.avro.mapreduce.TestWordCount | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.57 s -- in org.apache.avro.mapreduce.TestWordCount | |
[INFO] Running org.apache.avro.mapred.TestWordCount | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.897 s -- in org.apache.avro.mapred.TestWordCount | |
[INFO] Running org.apache.avro.hadoop.io.TestAvroDatumConverterFactory | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.091 s -- in org.apache.avro.hadoop.io.TestAvroDatumConverterFactory | |
[INFO] Running org.apache.avro.mapreduce.TestKeyValueInput | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.271 s -- in org.apache.avro.mapreduce.TestKeyValueInput | |
[INFO] Running org.apache.avro.mapred.TestAvroWrapper | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.apache.avro.mapred.TestAvroWrapper | |
[INFO] Running org.apache.avro.hadoop.io.TestAvroSerialization | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.324 s -- in org.apache.avro.hadoop.io.TestAvroSerialization | |
[INFO] Running org.apache.avro.mapreduce.TestAvroKeyValueRecordReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.810 s -- in org.apache.avro.mapreduce.TestAvroKeyValueRecordReader | |
[INFO] Running org.apache.avro.hadoop.io.TestAvroSerializer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s -- in org.apache.avro.hadoop.io.TestAvroSerializer | |
[INFO] Running org.apache.avro.mapreduce.TestAvroKeyOutputFormat | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.401 s -- in org.apache.avro.mapreduce.TestAvroKeyOutputFormat | |
[INFO] Running org.apache.avro.mapred.TestAvroTextOutputFormat | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.376 s -- in org.apache.avro.mapred.TestAvroTextOutputFormat | |
[INFO] Running org.apache.avro.hadoop.file.TestSortedKeyValueFile | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.014 s -- in org.apache.avro.hadoop.file.TestSortedKeyValueFile | |
[INFO] Running org.apache.avro.mapreduce.TestAvroMultipleOutputsSyncable | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.567 s -- in org.apache.avro.mapreduce.TestAvroMultipleOutputsSyncable | |
[INFO] Running org.apache.avro.mapred.TestAvroOutputFormat | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.982 s -- in org.apache.avro.mapred.TestAvroOutputFormat | |
[INFO] Running org.apache.avro.mapred.TestAvroTextSort | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.631 s -- in org.apache.avro.mapred.TestAvroTextSort | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-mapred --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-avro >--------------------- | |
[INFO] Building Trevni Java Avro 1.11.4 [12/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.51.v20230217/jetty-io-9.4.51.v20230217.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.4.51.v20230217/jetty-io-9.4.51.v20230217.jar (183 kB at 824 kB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ trevni-avro --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ trevni-avro --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ trevni-avro --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ trevni-avro --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ trevni-avro --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ trevni-avro --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ trevni-avro --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/trevni/avro/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ trevni-avro --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 16 source files to /avro/lang/java/trevni/avro/target/classes | |
[INFO] /avro/lang/java/trevni/avro/src/main/java/org/apache/trevni/avro/AvroColumnReader.java: /avro/lang/java/trevni/avro/src/main/java/org/apache/trevni/avro/AvroColumnReader.java uses unchecked or unsafe operations. | |
[INFO] /avro/lang/java/trevni/avro/src/main/java/org/apache/trevni/avro/AvroColumnReader.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ trevni-avro --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ trevni-avro --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ trevni-avro --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/trevni/avro/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ trevni-avro --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 8 source files to /avro/lang/java/trevni/avro/target/test-classes | |
[INFO] /avro/lang/java/trevni/avro/src/test/java/org/apache/trevni/avro/TestCases.java: /avro/lang/java/trevni/avro/src/test/java/org/apache/trevni/avro/TestCases.java uses unchecked or unsafe operations. | |
[INFO] /avro/lang/java/trevni/avro/src/test/java/org/apache/trevni/avro/TestCases.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ trevni-avro --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=885049811654 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.trevni.avro.mapreduce.TestKeyWordCount | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.104 s -- in org.apache.trevni.avro.mapreduce.TestKeyWordCount | |
[INFO] Running org.apache.trevni.avro.TestEvolvedSchema | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.549 s -- in org.apache.trevni.avro.TestEvolvedSchema | |
[INFO] Running org.apache.trevni.avro.TestWordCount | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.908 s -- in org.apache.trevni.avro.TestWordCount | |
[INFO] Running org.apache.trevni.avro.TestCases | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.817 s -- in org.apache.trevni.avro.TestCases | |
[INFO] Running org.apache.trevni.avro.TestShredder | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.335 s -- in org.apache.trevni.avro.TestShredder | |
[INFO] Running org.apache.trevni.avro.mapreduce.TestKeyValueWordCount | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.840 s -- in org.apache.trevni.avro.mapreduce.TestKeyValueWordCount | |
[INFO] Running org.apache.trevni.avro.TestMetadataFiltering | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.apache.trevni.avro.TestMetadataFiltering | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ trevni-avro --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:trevni-doc >--------------------- | |
[INFO] Building Trevni Specification 1.11.4 [13/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ trevni-doc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ trevni-doc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ trevni-doc --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ trevni-doc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ trevni-doc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ trevni-doc --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ trevni-doc --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ trevni-doc --- | |
[WARNING] Ignoring project type pom - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ trevni-doc --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:avro-tools >--------------------- | |
[INFO] Building Apache Avro Tools 1.11.4 [14/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.6.0/commons-cli-1.6.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.6.0/commons-cli-1.6.0.pom (13 kB at 114 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.36/slf4j-log4j12-1.7.36.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.36/slf4j-log4j12-1.7.36.pom (910 B at 17 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.pom (16 kB at 287 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom (14 kB at 269 kB/s) | |
[WARNING] The artifact org.slf4j:slf4j-log4j12:jar:1.7.36 has been relocated to org.slf4j:slf4j-reload4j:jar:1.7.36 | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.6.0/commons-cli-1.6.0.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.25/reload4j-1.2.25.jar (333 kB at 4.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.6.0/commons-cli-1.6.0.jar (60 kB at 435 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar (78 kB at 570 kB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-tools --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-tools --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-tools --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-tools --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-tools --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-tools --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-tools --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 6 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-tools --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 32 source files to /avro/lang/java/tools/target/classes | |
[WARNING] /avro/lang/java/tools/src/main/java/org/apache/avro/tool/TetherTool.java:[37,30] org.apache.commons.cli.OptionBuilder in org.apache.commons.cli has been deprecated | |
[WARNING] /avro/lang/java/tools/src/main/java/org/apache/avro/tool/TetherTool.java:[40,30] org.apache.commons.cli.GnuParser in org.apache.commons.cli has been deprecated | |
[WARNING] /avro/lang/java/tools/src/main/java/org/apache/avro/tool/Util.java:[193,11] isFile(org.apache.hadoop.fs.Path) in org.apache.hadoop.fs.FileSystem has been deprecated | |
[WARNING] /avro/lang/java/tools/src/main/java/org/apache/avro/tool/Util.java:[195,18] isDirectory(org.apache.hadoop.fs.Path) in org.apache.hadoop.fs.FileSystem has been deprecated | |
[INFO] /avro/lang/java/tools/src/main/java/org/apache/avro/tool/DataFileReadTool.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/tools/src/main/java/org/apache/avro/tool/DataFileReadTool.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-tools --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-tools --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-tools --- | |
[INFO] Copying 2 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-tools --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 18 source files to /avro/lang/java/tools/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-tools --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=938327114053 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.tool.TestIdlToSchemataTool | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.844 s -- in org.apache.avro.tool.TestIdlToSchemataTool | |
[INFO] Running org.apache.avro.tool.TestRpcReceiveAndSendTools | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.203 s -- in org.apache.avro.tool.TestRpcReceiveAndSendTools | |
[INFO] Running org.apache.avro.tool.TestToTrevniTool | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.44 s -- in org.apache.avro.tool.TestToTrevniTool | |
[INFO] Running org.apache.avro.tool.TestUtil | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.114 s -- in org.apache.avro.tool.TestUtil | |
[INFO] Running org.apache.avro.tool.TestCatTool | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.45 s -- in org.apache.avro.tool.TestCatTool | |
[INFO] Running org.apache.avro.tool.TestSpecificCompilerTool | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.519 s -- in org.apache.avro.tool.TestSpecificCompilerTool | |
[INFO] Running org.apache.avro.tool.TestDataFileTools | |
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.82 s -- in org.apache.avro.tool.TestDataFileTools | |
[INFO] Running org.apache.avro.tool.TestRpcProtocolTool | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.640 s -- in org.apache.avro.tool.TestRpcProtocolTool | |
[INFO] Running org.apache.avro.tool.TestIdlTool | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.133 s -- in org.apache.avro.tool.TestIdlTool | |
[INFO] Running org.apache.avro.tool.TestRecordCountTool | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.80 s -- in org.apache.avro.tool.TestRecordCountTool | |
[INFO] Running org.apache.avro.tool.TestTetherTool | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.24 s -- in org.apache.avro.tool.TestTetherTool | |
[INFO] Running org.apache.avro.tool.TestCreateRandomFileTool | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.20 s -- in org.apache.avro.tool.TestCreateRandomFileTool | |
[INFO] Running org.apache.avro.tool.TestJsonToFromBinaryFragmentTools | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.85 s -- in org.apache.avro.tool.TestJsonToFromBinaryFragmentTools | |
[INFO] Running org.apache.avro.tool.TestTextFileTools | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.48 s -- in org.apache.avro.tool.TestTextFileTools | |
[INFO] Running org.apache.avro.tool.TestRecodecTool | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.203 s -- in org.apache.avro.tool.TestRecodecTool | |
[INFO] Running org.apache.avro.tool.TestDataFileRepairTool | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.656 s -- in org.apache.avro.tool.TestDataFileRepairTool | |
[INFO] Running org.apache.avro.tool.TestConcatTool | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.79 s -- in org.apache.avro.tool.TestConcatTool | |
[INFO] Running org.apache.avro.tool.TestMain | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.909 s -- in org.apache.avro.tool.TestMain | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-tools --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-protobuf >-------------------- | |
[INFO] Building Apache Avro Protobuf Compatibility 1.11.4 [15/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.3/protobuf-java-3.25.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.3/protobuf-java-3.25.3.pom (1.6 kB at 9.5 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.25.3/protobuf-parent-3.25.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.25.3/protobuf-parent-3.25.3.pom (9.0 kB at 174 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom (3.7 kB at 75 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.3/protobuf-java-3.25.3.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.25.3/protobuf-java-3.25.3.jar (1.9 MB at 7.4 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-protobuf --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-protobuf --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-protobuf --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-protobuf --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-protobuf --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-protobuf --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-protobuf --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/protobuf/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-protobuf --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 4 source files to /avro/lang/java/protobuf/target/classes | |
[INFO] /avro/lang/java/protobuf/src/main/java/org/apache/avro/protobuf/ProtobufData.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/protobuf/src/main/java/org/apache/avro/protobuf/ProtobufData.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-protobuf --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-protobuf --- | |
[INFO] Writing manifest: /avro/lang/java/protobuf/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-protobuf --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/protobuf/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-protobuf --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 9 source files to /avro/lang/java/protobuf/target/test-classes | |
[WARNING] /avro/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/noopt/Test.java:[3961,51] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner in com.google.protobuf.Descriptors.FileDescriptor has been deprecated | |
[WARNING] /avro/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/noopt/Test.java:[3961,140] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner in com.google.protobuf.Descriptors.FileDescriptor has been deprecated | |
[WARNING] /avro/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/noopt/Test.java:[3968,51] internalBuildGeneratedFileFrom(java.lang.String[],com.google.protobuf.Descriptors.FileDescriptor[],com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner) in com.google.protobuf.Descriptors.FileDescriptor has been deprecated | |
[WARNING] /avro/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/multiplefiles/TestMultipleFiles.java:[44,51] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner in com.google.protobuf.Descriptors.FileDescriptor has been deprecated | |
[WARNING] /avro/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/multiplefiles/TestMultipleFiles.java:[44,140] com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner in com.google.protobuf.Descriptors.FileDescriptor has been deprecated | |
[WARNING] /avro/lang/java/protobuf/src/test/java/org/apache/avro/protobuf/multiplefiles/TestMultipleFiles.java:[51,51] internalBuildGeneratedFileFrom(java.lang.String[],com.google.protobuf.Descriptors.FileDescriptor[],com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner) in com.google.protobuf.Descriptors.FileDescriptor has been deprecated | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-protobuf --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1266009154660 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.protobuf.TestProtobuf | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 s -- in org.apache.avro.protobuf.TestProtobuf | |
[INFO] Running org.apache.avro.protobuf.TestProtoConversions | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.apache.avro.protobuf.TestProtoConversions | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-protobuf --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-thrift >--------------------- | |
[INFO] Building Apache Avro Thrift Compatibility 1.11.4 [16/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.pom (2.8 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.35/slf4j-api-1.7.35.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.35/slf4j-api-1.7.35.pom (3.8 kB at 78 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.35/slf4j-parent-1.7.35.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.35/slf4j-parent-1.7.35.pom (14 kB at 268 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.jar (345 kB at 4.4 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-thrift --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-thrift --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-thrift --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-thrift --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-thrift --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-thrift --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-thrift --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/thrift/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-thrift --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 3 source files to /avro/lang/java/thrift/target/classes | |
[INFO] /avro/lang/java/thrift/src/main/java/org/apache/avro/thrift/ThriftData.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/thrift/src/main/java/org/apache/avro/thrift/ThriftData.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-thrift --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-thrift --- | |
[INFO] Writing manifest: /avro/lang/java/thrift/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-thrift --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/thrift/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-thrift --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 7 source files to /avro/lang/java/thrift/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-thrift --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1270914716995 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.thrift.TestThrift | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s -- in org.apache.avro.thrift.TestThrift | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-thrift --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ---------------< org.apache.avro:avro-archetypes-parent >--------------- | |
[INFO] Building Apache Avro Maven Archetypes 1.11.4 [17/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-archetypes-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-archetypes-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-archetypes-parent --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed | |
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-archetypes-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-archetypes-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-archetypes-parent --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-pom-with-building-version) @ avro-archetypes-parent --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/archetypes/src/main/pom | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-archetypes-parent --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-archetypes-parent --- | |
[WARNING] Ignoring project type pom - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-archetypes-parent --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ---------------< org.apache.avro:avro-service-archetype >--------------- | |
[INFO] Building Apache Avro Maven Service Archetype 1.11.4 [18/23] | |
[INFO] --------------------------[ maven-archetype ]--------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-service-archetype --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-service-archetype --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-service-archetype --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-service-archetype --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-service-archetype --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-service-archetype --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-pom-with-building-version) @ avro-service-archetype --- | |
[INFO] Copying 1 resource | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-service-archetype --- | |
[INFO] Copying 7 resources | |
[INFO] Copying 1 resource to archetype-resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-service-archetype --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-service-archetype --- | |
[WARNING] Ignoring project type maven-archetype - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-service-archetype --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/archetypes/avro-service-archetype/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-service-archetype --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:avro-grpc >---------------------- | |
[INFO] Building Apache Avro gRPC 1.11.4 [19/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.62.2/grpc-core-1.62.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.62.2/grpc-core-1.62.2.pom (2.7 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.pom (1.8 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom (1.8 kB at 38 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom (13 kB at 246 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-android/guava-32.1.3-android.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-android/guava-32.1.3-android.pom (13 kB at 234 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-android/guava-parent-32.1.3-android.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-android/guava-parent-32.1.3-android.pom (21 kB at 376 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom (2.1 kB at 40 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom (1.8 kB at 34 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom (13 kB at 225 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 62 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 180 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 246 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.pom (1.8 kB at 35 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.pom (1.7 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.23/animal-sniffer-parent-1.23.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.23/animal-sniffer-parent-1.23.pom (5.9 kB at 93 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.pom (1.5 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2.pom (1.9 kB at 34 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.pom (1.8 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-netty/1.62.2/grpc-netty-1.62.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-netty/1.62.2/grpc-netty-1.62.2.pom (2.9 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final.pom (5.0 kB at 89 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.100.Final/netty-parent-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.100.Final/netty-parent-4.1.100.Final.pom (84 kB at 1.4 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.pom (12 kB at 222 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.pom (1.6 kB at 32 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.pom (2.2 kB at 42 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.pom (1.6 kB at 29 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.pom (5.3 kB at 96 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.pom (4.6 kB at 80 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.pom (30 kB at 302 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.pom (4.2 kB at 67 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.pom (3.6 kB at 59 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.pom (2.5 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-util/1.62.2/grpc-util-1.62.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-util/1.62.2/grpc-util-1.62.2.pom (2.0 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.62.2/grpc-core-1.62.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-core/1.62.2/grpc-core-1.62.2.jar (633 kB at 6.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.23/animal-sniffer-annotations-1.23.jar (3.1 kB at 27 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-android/guava-32.1.3-android.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar (3.1 kB at 26 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 kB at 108 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-api/1.62.2/grpc-api-1.62.2.jar (297 kB at 1.5 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 44 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.jar (224 kB at 955 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-netty/1.62.2/grpc-netty-1.62.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/perfmark/perfmark-api/0.26.0/perfmark-api-0.26.0.jar (6.8 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.62.2/grpc-context-1.62.2.jar (295 B at 1.2 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-stub/1.62.2/grpc-stub-1.62.2.jar (50 kB at 183 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-netty/1.62.2/grpc-netty-1.62.2.jar (287 kB at 627 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-android/guava-32.1.3-android.jar (2.9 MB at 5.6 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.100.Final/netty-common-4.1.100.Final.jar (660 kB at 1.3 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http2/4.1.100.Final/netty-codec-http2-4.1.100.Final.jar (486 kB at 911 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.100.Final/netty-buffer-4.1.100.Final.jar (307 kB at 554 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-resolver/4.1.100.Final/netty-resolver-4.1.100.Final.jar (38 kB at 66 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport/4.1.100.Final/netty-transport-4.1.100.Final.jar (490 kB at 848 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler-proxy/4.1.100.Final/netty-handler-proxy-4.1.100.Final.jar (25 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec/4.1.100.Final/netty-codec-4.1.100.Final.jar (345 kB at 506 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-util/1.62.2/grpc-util-1.62.2.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-socks/4.1.100.Final/netty-codec-socks-4.1.100.Final.jar (121 kB at 176 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-handler/4.1.100.Final/netty-handler-4.1.100.Final.jar (561 kB at 805 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-codec-http/4.1.100.Final/netty-codec-http-4.1.100.Final.jar (658 kB at 920 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-transport-native-unix-common/4.1.100.Final/netty-transport-native-unix-common-4.1.100.Final.jar (44 kB at 60 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-util/1.62.2/grpc-util-1.62.2.jar (98 kB at 130 kB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-grpc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-grpc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-grpc --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-grpc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-grpc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:schema (schemas) @ avro-grpc --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:protocol (schemas) @ avro-grpc --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:idl-protocol (schemas) @ avro-grpc --- | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-grpc --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-grpc --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/grpc/src/main/velocity | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-grpc --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 7 source files to /avro/lang/java/grpc/target/classes | |
[INFO] /avro/lang/java/grpc/src/main/java/org/apache/avro/grpc/AvroGrpcClient.java: Some input files use unchecked or unsafe operations. | |
[INFO] /avro/lang/java/grpc/src/main/java/org/apache/avro/grpc/AvroGrpcClient.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-grpc --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-grpc --- | |
[INFO] Writing manifest: /avro/lang/java/grpc/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-grpc --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/grpc/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-grpc --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 7 source files to /avro/lang/java/grpc/target/test-classes | |
[INFO] /avro/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java: /avro/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java uses unchecked or unsafe operations. | |
[INFO] /avro/lang/java/grpc/src/test/java/org/apache/avro/grpc/TestAvroProtocolGrpc.java: Recompile with -Xlint:unchecked for details. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-grpc --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1279533741541 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.grpc.TestAvroMarshaller | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.859 s -- in org.apache.avro.grpc.TestAvroMarshaller | |
[INFO] Running org.apache.avro.grpc.TestAvroProtocolGrpc | |
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s -- in org.apache.avro.grpc.TestAvroProtocolGrpc | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-grpc --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ---------------< org.apache.avro:avro-integration-test >---------------- | |
[INFO] Building Avro Integration Tests 1.11.4 [20/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-integration-test --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-integration-test --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-integration-test --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-integration-test --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-integration-test --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-integration-test --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-integration-test --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-integration-test --- | |
[WARNING] Ignoring project type pom - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-integration-test --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ------------< org.apache.avro:avro-test-custom-conversions >------------ | |
[INFO] Building Apache Avro Codegen Test dependencies 1.11.4 [21/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-test-custom-conversions --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-test-custom-conversions --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-test-custom-conversions --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-test-custom-conversions --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-test-custom-conversions --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-test-custom-conversions --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-test-custom-conversions --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/integration-test/test-custom-conversions/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-test-custom-conversions --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 9 source files to /avro/lang/java/integration-test/test-custom-conversions/target/classes | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-test-custom-conversions --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-test-custom-conversions --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-test-custom-conversions --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/integration-test/test-custom-conversions/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-test-custom-conversions --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-test-custom-conversions --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1283095795084 | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-test-custom-conversions --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -----------------< org.apache.avro:avro-codegen-test >------------------ | |
[INFO] Building Apache Avro Codegen Test 1.11.4 [22/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-codegen-test --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-codegen-test --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-codegen-test --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-codegen-test --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-codegen-test --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-codegen-test --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-codegen-test --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/integration-test/codegen-test/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-codegen-test --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-codegen-test --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-codegen-test --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:schema (default) @ avro-codegen-test --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:protocol (default) @ avro-codegen-test --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:idl-protocol (default) @ avro-codegen-test --- | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-test-source (add-test-source) @ avro-codegen-test --- | |
[INFO] Test Source directory: /avro/lang/java/integration-test/codegen-test/target/generated-test-sources/java added. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-codegen-test --- | |
[INFO] Copying 13 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-codegen-test --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 28 source files to /avro/lang/java/integration-test/codegen-test/target/test-classes | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-codegen-test --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1287308148461 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.codegentest.TestLogicalTypesWithDefaults | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.856 s -- in org.apache.avro.codegentest.TestLogicalTypesWithDefaults | |
[INFO] Running org.apache.avro.codegentest.TestCustomConversion | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.apache.avro.codegentest.TestCustomConversion | |
[INFO] Running org.apache.avro.codegentest.TestNullableLogicalTypes | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.avro.codegentest.TestNullableLogicalTypes | |
[INFO] Running org.apache.avro.codegentest.TestNestedRecordsWithDifferentNamespaces | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.avro.codegentest.TestNestedRecordsWithDifferentNamespaces | |
[INFO] Running org.apache.avro.codegentest.TestNestedLogicalTypes | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.apache.avro.codegentest.TestNestedLogicalTypes | |
[INFO] Running org.apache.avro.codegentest.TestLogicalTypeForStringType | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.apache.avro.codegentest.TestLogicalTypeForStringType | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-codegen-test --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ---------------------< org.apache.avro:avro-perf >---------------------- | |
[INFO] Building Apache Avro Performance Test Suite 1.11.4 [23/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.pom (9.3 kB at 175 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-parent/1.37/jmh-parent-1.37.pom (12 kB at 205 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (29 kB at 522 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.pom (3.7 kB at 68 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.37/jmh-generator-annprocess-1.37.jar (31 kB at 475 kB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar (553 kB at 7.0 MB/s) | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 9.0 MB/s) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-perf --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-perf --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-perf --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-perf --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-perf --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-perf --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-perf --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/perf/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-perf --- | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 40 source files to /avro/lang/java/perf/target/classes | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-perf --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-perf --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-perf --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/perf/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-perf --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-perf --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1307867939429 | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-perf --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary for Apache Avro Java 1.11.4: | |
[INFO] | |
[INFO] Apache Avro Java ................................... SUCCESS [ 11.147 s] | |
[INFO] Apache Avro ........................................ SUCCESS [01:02 min] | |
[INFO] Apache Avro Android Compatibility .................. SUCCESS [ 1.693 s] | |
[INFO] Apache Avro Compiler ............................... SUCCESS [03:17 min] | |
[INFO] Apache Avro Maven Plugin ........................... SUCCESS [ 20.072 s] | |
[INFO] Apache Avro IPC .................................... SUCCESS [01:29 min] | |
[INFO] Apache Avro IPC Jetty .............................. SUCCESS [ 17.512 s] | |
[INFO] Apache Avro IPC Netty .............................. SUCCESS [01:13 min] | |
[INFO] Trevni Java ........................................ SUCCESS [ 0.109 s] | |
[INFO] Trevni Java Core ................................... SUCCESS [ 5.174 s] | |
[INFO] Apache Avro Mapred API ............................. SUCCESS [03:37 min] | |
[INFO] Trevni Java Avro ................................... SUCCESS [ 50.520 s] | |
[INFO] Trevni Specification ............................... SUCCESS [ 0.125 s] | |
[INFO] Apache Avro Tools .................................. SUCCESS [05:30 min] | |
[INFO] Apache Avro Protobuf Compatibility ................. SUCCESS [ 5.413 s] | |
[INFO] Apache Avro Thrift Compatibility ................... SUCCESS [ 4.863 s] | |
[INFO] Apache Avro Maven Archetypes ....................... SUCCESS [ 0.438 s] | |
[INFO] Apache Avro Maven Service Archetype ................ SUCCESS [ 0.331 s] | |
[INFO] Apache Avro gRPC ................................... SUCCESS [ 8.954 s] | |
[INFO] Avro Integration Tests ............................. SUCCESS [ 0.127 s] | |
[INFO] Apache Avro Codegen Test dependencies .............. SUCCESS [ 0.897 s] | |
[INFO] Apache Avro Codegen Test ........................... SUCCESS [ 6.327 s] | |
[INFO] Apache Avro Performance Test Suite ................. SUCCESS [ 22.929 s] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 18:48 min | |
[INFO] Finished at: 2024-08-21T18:25:32Z | |
[INFO] ------------------------------------------------------------------------ | |
[WARNING] Cache requires Maven >= 3.9, but version is 3.8.6. Disabling cache. | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Apache Avro Java [pom] | |
[INFO] Apache Avro [bundle] | |
[INFO] Apache Avro Android Compatibility [jar] | |
[INFO] Apache Avro Compiler [bundle] | |
[INFO] Apache Avro Maven Plugin [maven-plugin] | |
[INFO] Apache Avro IPC [bundle] | |
[INFO] Apache Avro IPC Jetty [bundle] | |
[INFO] Apache Avro IPC Netty [bundle] | |
[INFO] Trevni Java [pom] | |
[INFO] Trevni Java Core [jar] | |
[INFO] Apache Avro Mapred API [bundle] | |
[INFO] Trevni Java Avro [jar] | |
[INFO] Trevni Specification [pom] | |
[INFO] Apache Avro Tools [jar] | |
[INFO] Apache Avro Protobuf Compatibility [bundle] | |
[INFO] Apache Avro Thrift Compatibility [bundle] | |
[INFO] Apache Avro Maven Archetypes [pom] | |
[INFO] Apache Avro Maven Service Archetype [maven-archetype] | |
[INFO] Apache Avro gRPC [bundle] | |
[INFO] Avro Integration Tests [pom] | |
[INFO] Apache Avro Codegen Test dependencies [jar] | |
[INFO] Apache Avro Codegen Test [jar] | |
[INFO] Apache Avro Performance Test Suite [jar] | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-parent >--------------------- | |
[INFO] Building Apache Avro Java 1.11.4 [1/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-parent --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed | |
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-parent --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-parent --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-parent --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-parent --- | |
[WARNING] Ignoring project type pom - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-parent --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ------------------------< org.apache.avro:avro >------------------------ | |
[INFO] Building Apache Avro 1.11.4 [2/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro --- | |
[INFO] Writing manifest: /avro/lang/java/avro/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro --- | |
[INFO] Copying 9 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1324581472811 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Running org.apache.avro.file.TestAllCodecs | |
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.442 s -- in org.apache.avro.file.TestAllCodecs | |
[INFO] Running org.apache.avro.generic.TestGenericData | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.apache.avro.generic.TestGenericData | |
[INFO] Running org.apache.avro.TestDataFileCorruption | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.apache.avro.TestDataFileCorruption | |
[INFO] Running org.apache.avro.io.TestValidatingIO | |
[INFO] Tests run: 972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.apache.avro.io.TestValidatingIO | |
[INFO] Running org.apache.avro.file.TestZstandardCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.file.TestZstandardCodec | |
[INFO] Running org.apache.avro.TestSchemaWarnings | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.TestSchemaWarnings | |
[INFO] Running org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Running org.apache.avro.reflect.TestReflectLogicalTypes | |
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.401 s -- in org.apache.avro.reflect.TestReflectLogicalTypes | |
[INFO] Running org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Running org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.reflect.TestReflectData | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s -- in org.apache.avro.reflect.TestReflectData | |
[INFO] Running org.apache.avro.TestProtocol | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.TestProtocol | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Running org.apache.avro.file.TestCustomCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.file.TestCustomCodec | |
[INFO] Running org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Running org.apache.avro.io.TestJsonDecoder | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.io.TestJsonDecoder | |
[INFO] Running org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Running org.apache.avro.io.TestResolvingIO | |
[INFO] Tests run: 816, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.apache.avro.io.TestResolvingIO | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Running org.apache.avro.reflect.TestReflect | |
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.apache.avro.reflect.TestReflect | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Running org.apache.avro.TestSchemaValidation | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.apache.avro.TestSchemaValidation | |
[INFO] Running org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Running org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Running org.apache.avro.TestDataFileReader | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.apache.avro.TestDataFileReader | |
[INFO] Running org.apache.avro.TestNestedRecords | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestNestedRecords | |
[INFO] Running org.apache.avro.TestDecimalConversion | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.TestDecimalConversion | |
[INFO] Running org.apache.avro.TestDataFileConcat | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.810 s -- in org.apache.avro.TestDataFileConcat | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Running org.apache.avro.io.TestBlockingIO2 | |
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.io.TestBlockingIO2 | |
[INFO] Running org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Running org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.data.TestTimeConversions | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.apache.avro.data.TestTimeConversions | |
[INFO] Running org.apache.avro.TestUnionSelfReference | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestUnionSelfReference | |
[INFO] Running org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Running org.apache.avro.TestSchemaCompatibility | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.avro.TestSchemaCompatibility | |
[INFO] Running org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Running org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Running org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Running org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Running org.apache.avro.io.TestEncoders | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.io.TestEncoders | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestLogicalType | |
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.apache.avro.TestLogicalType | |
[INFO] Running org.apache.avro.TestDataFileCustomSync | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestDataFileCustomSync | |
[INFO] Running org.apache.avro.TestBigDecimalConversion | |
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.TestBigDecimalConversion | |
[INFO] Running org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Running org.apache.avro.reflect.TestByteBuffer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.apache.avro.reflect.TestByteBuffer | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Running org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Running org.apache.avro.TestSchemaBuilder | |
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.avro.TestSchemaBuilder | |
[INFO] Running org.apache.avro.io.TestBlockingIO | |
[INFO] Tests run: 376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.io.TestBlockingIO | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Running org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Running org.apache.avro.TestDataFileDeflate | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileDeflate | |
[INFO] Running org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Running org.apache.avro.TestDataFileReflect | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.avro.TestDataFileReflect | |
[INFO] Running org.apache.avro.TestCircularReferences | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.avro.TestCircularReferences | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.TestResolver | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.apache.avro.TestResolver | |
[INFO] Running org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 s -- in org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Running org.apache.avro.util.TestUtf8 | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.util.TestUtf8 | |
[INFO] Running org.apache.avro.TestFixed | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestFixed | |
[INFO] Running org.apache.avro.io.TestBinaryDecoder | |
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.apache.avro.io.TestBinaryDecoder | |
[INFO] Running org.apache.avro.TestSystemLimitException | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSystemLimitException | |
[INFO] Running org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 s -- in org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[INFO] Running org.apache.avro.TestDataFileMeta | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.avro.TestDataFileMeta | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Running org.apache.avro.TestDataFile | |
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s -- in org.apache.avro.TestDataFile | |
[INFO] Running org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Running org.apache.avro.io.TestBinaryData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.io.TestBinaryData | |
[INFO] Running org.apache.avro.TestSchemaCommons | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.apache.avro.TestSchemaCommons | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 3438, Failures: 0, Errors: 0, Skipped: 2 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (test-with-custom-coders) @ avro --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1338207110901 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.TestDataFileConcat | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s -- in org.apache.avro.TestDataFileConcat | |
[INFO] Running org.apache.avro.reflect.TestByteBuffer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 s -- in org.apache.avro.reflect.TestByteBuffer | |
[INFO] Running org.apache.avro.TestNestedRecords | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.apache.avro.TestNestedRecords | |
[INFO] Running org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Running org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Running org.apache.avro.TestSchemaWarnings | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.apache.avro.TestSchemaWarnings | |
[INFO] Running org.apache.avro.TestDataFileDeflate | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestDataFileDeflate | |
[INFO] Running org.apache.avro.generic.TestGenericData | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.apache.avro.generic.TestGenericData | |
[INFO] Running org.apache.avro.TestSchemaCompatibility | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.apache.avro.TestSchemaCompatibility | |
[INFO] Running org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.TestDataFileCustomSync | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileCustomSync | |
[INFO] Running org.apache.avro.file.TestCustomCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.file.TestCustomCodec | |
[INFO] Running org.apache.avro.reflect.TestReflectData | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s -- in org.apache.avro.reflect.TestReflectData | |
[INFO] Running org.apache.avro.data.TestTimeConversions | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.apache.avro.data.TestTimeConversions | |
[INFO] Running org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Running org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Running org.apache.avro.reflect.TestReflectLogicalTypes | |
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.109 s -- in org.apache.avro.reflect.TestReflectLogicalTypes | |
[INFO] Running org.apache.avro.io.TestBlockingIO2 | |
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.apache.avro.io.TestBlockingIO2 | |
[INFO] Running org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Running org.apache.avro.file.TestAllCodecs | |
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s -- in org.apache.avro.file.TestAllCodecs | |
[INFO] Running org.apache.avro.io.TestBlockingIO | |
[INFO] Tests run: 376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.apache.avro.io.TestBlockingIO | |
[INFO] Running org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Running org.apache.avro.TestCircularReferences | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.avro.TestCircularReferences | |
[INFO] Running org.apache.avro.io.TestResolvingIO | |
[INFO] Tests run: 816, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.apache.avro.io.TestResolvingIO | |
[INFO] Running org.apache.avro.TestSchemaBuilder | |
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.apache.avro.TestSchemaBuilder | |
[INFO] Running org.apache.avro.TestUnionSelfReference | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestUnionSelfReference | |
[INFO] Running org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Running org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Running org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.TestDataFileCorruption | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileCorruption | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Running org.apache.avro.TestDecimalConversion | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.TestDecimalConversion | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Running org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.io.TestJsonDecoder | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.avro.io.TestJsonDecoder | |
[INFO] Running org.apache.avro.file.TestZstandardCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.file.TestZstandardCodec | |
[INFO] Running org.apache.avro.TestSchemaValidation | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.apache.avro.TestSchemaValidation | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Running org.apache.avro.TestLogicalType | |
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.apache.avro.TestLogicalType | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Running org.apache.avro.TestBigDecimalConversion | |
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.avro.TestBigDecimalConversion | |
[INFO] Running org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Running org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Running org.apache.avro.TestDataFileReflect | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.avro.TestDataFileReflect | |
[INFO] Running org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Running org.apache.avro.TestProtocol | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestProtocol | |
[INFO] Running org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Running org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Running org.apache.avro.io.TestValidatingIO | |
[INFO] Tests run: 972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.apache.avro.io.TestValidatingIO | |
[INFO] Running org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Running org.apache.avro.io.TestEncoders | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.io.TestEncoders | |
[INFO] Running org.apache.avro.reflect.TestReflect | |
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s -- in org.apache.avro.reflect.TestReflect | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Running org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Running org.apache.avro.TestDataFileReader | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.avro.TestDataFileReader | |
[INFO] Running org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Running org.apache.avro.TestDataFile | |
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.apache.avro.TestDataFile | |
[INFO] Running org.apache.avro.io.TestBinaryDecoder | |
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.apache.avro.io.TestBinaryDecoder | |
[INFO] Running org.apache.avro.io.TestBinaryData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.io.TestBinaryData | |
[INFO] Running org.apache.avro.TestResolver | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.apache.avro.TestResolver | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Running org.apache.avro.util.TestUtf8 | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.util.TestUtf8 | |
[INFO] Running org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.037 s -- in org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Running org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Running org.apache.avro.TestDataFileMeta | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestDataFileMeta | |
[INFO] Running org.apache.avro.TestFixed | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestFixed | |
[INFO] Running org.apache.avro.TestSchemaCommons | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.TestSchemaCommons | |
[INFO] Running org.apache.avro.TestSystemLimitException | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSystemLimitException | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 3438, Failures: 0, Errors: 0, Skipped: 2 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (test-with-fast-reader) @ avro --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1352069019198 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.apache.avro.file.TestSeekableByteArrayInput | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.apache.avro.TestSchemaCompatibilityNameMismatch | |
[INFO] Running org.apache.avro.TestProtocol | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.apache.avro.TestProtocol | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.apache.avro.reflect.TestReflectionUtil | |
[INFO] Running org.apache.avro.TestSchemaCompatibility | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.apache.avro.TestSchemaCompatibility | |
[INFO] Running org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.apache.avro.message.TestInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.io.TestJsonDecoder | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.io.TestJsonDecoder | |
[INFO] Running org.apache.avro.data.TestTimeConversions | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.apache.avro.data.TestTimeConversions | |
[INFO] Running org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.util.internal.TestJacksonUtils | |
[INFO] Running org.apache.avro.TestDataFileReader | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.apache.avro.TestDataFileReader | |
[INFO] Running org.apache.avro.generic.TestGenericData | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.apache.avro.generic.TestGenericData | |
[INFO] Running org.apache.avro.TestDecimalConversion | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.apache.avro.TestDecimalConversion | |
[INFO] Running org.apache.avro.TestCircularReferences | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.apache.avro.TestCircularReferences | |
[INFO] Running org.apache.avro.reflect.TestReflectData | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s -- in org.apache.avro.reflect.TestReflectData | |
[INFO] Running org.apache.avro.reflect.TestReflectLogicalTypes | |
[WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.123 s -- in org.apache.avro.reflect.TestReflectLogicalTypes | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator2 | |
[INFO] Running org.apache.avro.TestSchemaBuilder | |
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.apache.avro.TestSchemaBuilder | |
[INFO] Running org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.apache.avro.reflect.TestNonStringMapKeys | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityMissingEnumSymbols | |
[INFO] Running org.apache.avro.TestDataFileCustomSync | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestDataFileCustomSync | |
[INFO] Running org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.apache.avro.generic.TestGenericConcreteEnum | |
[INFO] Running org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.apache.avro.generic.TestGenericDatumWriter | |
[INFO] Running org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.avro.message.TestBinaryMessageEncoding | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.TestSchemaCompatibilityTypeMismatch | |
[INFO] Running org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.message.TestGenerateInteropSingleObjectEncoding | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestSchemaCompatibilityFixedSizeMismatch | |
[INFO] Running org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.reflect.TestReflectAllowNulls | |
[INFO] Running org.apache.avro.file.TestAllCodecs | |
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s -- in org.apache.avro.file.TestAllCodecs | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Running org.apache.avro.io.TestResolvingIO | |
[INFO] Tests run: 816, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.260 s -- in org.apache.avro.io.TestResolvingIO | |
[INFO] Running org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprintInternationalization | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSchemaNormalization$TestFingerprint | |
[INFO] Running org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSchemaNormalization$TestCanonical | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.avro.TestSchemaNormalization | |
[INFO] Running org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.apache.avro.io.parsing.TestResolvingGrammarGenerator | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSchemaCompatibilityMultiple | |
[INFO] Running org.apache.avro.TestNestedRecords | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestNestedRecords | |
[INFO] Running org.apache.avro.TestSchemaWarnings | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.apache.avro.TestSchemaWarnings | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestSchemaCompatibilityReaderFieldMissingDefaultValue | |
[INFO] Running org.apache.avro.file.TestZstandardCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.file.TestZstandardCodec | |
[INFO] Running org.apache.avro.TestDataFileDeflate | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestDataFileDeflate | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.io.TestBlockingIO2 | |
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.avro.io.TestBlockingIO2 | |
[INFO] Running org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.apache.avro.file.TestIOExceptionDuringWrite | |
[INFO] Running org.apache.avro.reflect.TestByteBuffer | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.apache.avro.reflect.TestByteBuffer | |
[INFO] Running org.apache.avro.file.TestCustomCodec | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.apache.avro.file.TestCustomCodec | |
[INFO] Running org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.apache.avro.generic.TestGenericDatumReader | |
[INFO] Running org.apache.avro.io.TestValidatingIO | |
[INFO] Tests run: 972, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.apache.avro.io.TestValidatingIO | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.apache.avro.specific.TestSpecificRecordWithUnion | |
[INFO] Running org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.util.TestCaseFinder$NonParameterized | |
[INFO] Running org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.util.TestCaseFinder$SimpleCases | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.util.TestCaseFinder | |
[INFO] Running org.apache.avro.io.TestEncoders | |
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.apache.avro.io.TestEncoders | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.apache.avro.TestSchemaCompatibilityMissingUnionBranch | |
[INFO] Running org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.TestReadingWritingDataInEvolvedSchemas | |
[INFO] Running org.apache.avro.TestUnionSelfReference | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestUnionSelfReference | |
[INFO] Running org.apache.avro.reflect.TestReflect | |
[INFO] Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.apache.avro.reflect.TestReflect | |
[INFO] Running org.apache.avro.TestBigDecimalConversion | |
[INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.apache.avro.TestBigDecimalConversion | |
[INFO] Running org.apache.avro.TestLogicalType | |
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.avro.TestLogicalType | |
[INFO] Running org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.generic.TestSkipEnumSchema | |
[INFO] Running org.apache.avro.io.TestBlockingIO | |
[INFO] Tests run: 376, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.apache.avro.io.TestBlockingIO | |
[INFO] Running org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.avro.io.TestResolvingIOResolving | |
[INFO] Running org.apache.avro.TestDataFileReflect | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.apache.avro.TestDataFileReflect | |
[INFO] Running org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.io.TestBinaryEncoderFidelity | |
[INFO] Running org.apache.avro.TestDataFileCorruption | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.TestDataFileCorruption | |
[INFO] Running org.apache.avro.TestDataFileConcat | |
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s -- in org.apache.avro.TestDataFileConcat | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.apache.avro.reflect.TestReflectDatumWithAnonymousInstances | |
[INFO] Running org.apache.avro.TestSchemaValidation | |
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.apache.avro.TestSchemaValidation | |
[INFO] Running org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.TestSchemaCompatibilityEnumDefaults | |
[INFO] Running org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.generic.TestGenericRecordBuilder | |
[INFO] Running org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.apache.avro.specific.TestSpecificToFromByteArray | |
[INFO] Running org.apache.avro.TestResolver | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.apache.avro.TestResolver | |
[INFO] Running org.apache.avro.util.TestUtf8 | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.apache.avro.util.TestUtf8 | |
[INFO] Running org.apache.avro.io.TestBinaryDecoder | |
[INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.apache.avro.io.TestBinaryDecoder | |
[INFO] Running org.apache.avro.TestDataFileMeta | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.apache.avro.TestDataFileMeta | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.apache.avro.io.TestBlockingDirectBinaryEncoder | |
[INFO] Running org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.apache.avro.generic.TestGenericLogicalTypes | |
[INFO] Running org.apache.avro.io.TestBinaryData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.apache.avro.io.TestBinaryData | |
[INFO] Running org.apache.avro.TestSchemaCommons | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.apache.avro.TestSchemaCommons | |
[INFO] Running org.apache.avro.TestFixed | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.apache.avro.TestFixed | |
[INFO] Running org.apache.avro.TestDataFile | |
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.138 s -- in org.apache.avro.TestDataFile | |
[INFO] Running org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[WARNING] Tests run: 44, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.040 s -- in org.apache.avro.util.springframework.TestConcurrentReferenceHashMap | |
[INFO] Running org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.apache.avro.reflect.TestReflectDatumReader | |
[INFO] Running org.apache.avro.TestSystemLimitException | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.apache.avro.TestSystemLimitException | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 3438, Failures: 0, Errors: 0, Skipped: 2 | |
[INFO] | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-android >-------------------- | |
[INFO] Building Apache Avro Android Compatibility 1.11.4 [3/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-android --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-android --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-android --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-android --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-android --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-android --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-android --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/android/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-android --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-android --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-android --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-android --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/android/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-android --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-android --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1367099736997 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.util.internal.TestClassValueCache | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.apache.avro.util.internal.TestClassValueCache | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-android --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-compiler >-------------------- | |
[INFO] Building Apache Avro Compiler 1.11.4 [4/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-compiler --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-compiler --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-compiler --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-compiler --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-compiler --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- javacc-maven-plugin:3.0.3:javacc (javacc) @ avro-compiler --- | |
[INFO] Skipping - all parsers are up to date | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (add-source) @ avro-compiler --- | |
[INFO] Source directory: /avro/lang/java/compiler/target/generated-sources/javacc added. | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-compiler --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-compiler --- | |
[INFO] Copying 0 resource | |
[INFO] Copying 4 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-compiler --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-compiler --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-compiler --- | |
[INFO] Writing manifest: /avro/lang/java/compiler/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- exec-maven-plugin:3.2.0:exec (default) @ avro-compiler --- | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-test-source (add-test-source) @ avro-compiler --- | |
[INFO] Test Source directory: /avro/lang/java/compiler/target/generated-test-sources/javacc added. | |
[INFO] | |
[INFO] --- maven-jar-plugin:3.3.0:test-jar (prepare-test-jar) @ avro-compiler --- | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-compiler --- | |
[INFO] Copying 4 resources | |
[INFO] Copying 43 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-compiler --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-compiler --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1373189215542 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 177.9 s -- in org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.531 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] Running org.apache.avro.compiler.idl.TestCycle | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.260 s -- in org.apache.avro.compiler.idl.TestCycle | |
[INFO] Running org.apache.avro.compiler.schema.TestSchemas | |
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.645 s -- in org.apache.avro.compiler.schema.TestSchemas | |
[INFO] Running org.apache.avro.specific.TestGeneratedCode | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s -- in org.apache.avro.specific.TestGeneratedCode | |
[INFO] Running org.apache.avro.compiler.idl.TestReferenceAnnotationNotAllowed | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.apache.avro.compiler.idl.TestReferenceAnnotationNotAllowed | |
[INFO] Running org.apache.avro.compiler.idl.TestLogicalTypes | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s -- in org.apache.avro.compiler.idl.TestLogicalTypes | |
[INFO] Running org.apache.avro.compiler.idl.TestIdl | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 s -- in org.apache.avro.compiler.idl.TestIdl | |
[INFO] Running org.apache.avro.compiler.idl.TestSchemaResolver | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s -- in org.apache.avro.compiler.idl.TestSchemaResolver | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-compiler --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -----------------< org.apache.avro:avro-maven-plugin >------------------ | |
[INFO] Building Apache Avro Maven Plugin 1.11.4 [5/23] | |
[INFO] ----------------------------[ maven-plugin ]---------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-maven-plugin --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-maven-plugin --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-maven-plugin --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-plugin-plugin:3.11.0:helpmojo (generated-helpmojo) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-maven-plugin --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-maven-plugin --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-maven-plugin --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-maven-plugin --- | |
[INFO] | |
[INFO] --- maven-plugin-plugin:3.11.0:descriptor (default-descriptor) @ avro-maven-plugin --- | |
[INFO] Using 'UTF-8' encoding to read mojo source files. | |
[INFO] java-annotations mojo extractor found 0 mojo descriptor. | |
[INFO] java-javadoc mojo extractor found 5 mojo descriptors. | |
[WARNING] | |
[WARNING] Deprecated extractor java-javadoc extracted 5 descriptors. Upgrade your Mojo definitions. | |
[WARNING] You should use Mojo Annotations instead of Javadoc tags. | |
[WARNING] | |
[INFO] ant mojo extractor found 0 mojo descriptor. | |
[INFO] bsh mojo extractor found 0 mojo descriptor. | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 101 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 90 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 58 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 38 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 21 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 25 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 53 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 101 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 90 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 58 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 38 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 21 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 25 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 53 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 101 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 90 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 58 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 38 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 21 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 29 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 25 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 70 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 53 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 8 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 30 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 24 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 42 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 64 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 13 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 69 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 26 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 4 column 62 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 1 column 27 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 72 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 31 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 47 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 2 column 74 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 33 - Warning: inserting missing 'title' element | |
line 1 column 1 - Warning: missing <!DOCTYPE> declaration | |
line 1 column 1 - Warning: plain text isn't allowed in <head> elements | |
line 3 column 37 - Warning: inserting missing 'title' element | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-maven-plugin --- | |
[WARNING] Ignoring project type maven-plugin - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-maven-plugin --- | |
[INFO] Copying 13 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-maven-plugin --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-maven-plugin --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1568793156130 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.mojo.TestInduceMojo | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.312 s -- in org.apache.avro.mojo.TestInduceMojo | |
[INFO] Running org.apache.avro.mojo.TestSchemaMojo | |
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.apache.avro.mojo.TestSchemaMojo | |
[INFO] Running org.apache.avro.mojo.TestIDLProtocolMojo | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.471 s -- in org.apache.avro.mojo.TestIDLProtocolMojo | |
[INFO] Running org.apache.avro.mojo.TestProtocolMojo | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.apache.avro.mojo.TestProtocolMojo | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-maven-plugin --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] ----------------------< org.apache.avro:avro-ipc >---------------------- | |
[INFO] Building Apache Avro IPC 1.11.4 [6/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-ipc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-ipc --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-ipc --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-ipc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-ipc --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:schema (schemas) @ avro-ipc --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:protocol (schemas) @ avro-ipc --- | |
[INFO] | |
[INFO] --- avro-maven-plugin:1.11.4:idl-protocol (schemas) @ avro-ipc --- | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[WARNING] Found documentation comment at line 19, column 1. Ignoring previous one at line 1, column 1: "Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at | |
https://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, | |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
See the License for the specific language governing permissions and | |
limitations under the License." | |
Did you mean to use a multiline comment ( /* ... */ ) instead? | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-source (add-source) @ avro-ipc --- | |
[INFO] Source directory: /avro/lang/java/ipc/target/generated-sources/java added. | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-ipc --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-ipc --- | |
[INFO] Copying 9 resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-ipc --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-ipc --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-ipc --- | |
[INFO] Writing manifest: /avro/lang/java/ipc/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- build-helper-maven-plugin:3.4.0:add-test-source (add-test-source) @ avro-ipc --- | |
[INFO] Test Source directory: /avro/lang/java/ipc/target/generated-test-sources/java added. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-ipc --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-ipc --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-ipc --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1586113484471 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.ipc.specific.TestSpecificRequestor | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.846 s -- in org.apache.avro.ipc.specific.TestSpecificRequestor | |
[INFO] Running org.apache.avro.TestProtocolSpecificMeta | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.474 s -- in org.apache.avro.TestProtocolSpecificMeta | |
[INFO] Running org.apache.avro.ipc.TestRpcPluginOrdering | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 s -- in org.apache.avro.ipc.TestRpcPluginOrdering | |
[INFO] Running org.apache.avro.specific.TestSpecificBuilderTree | |
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.175 s -- in org.apache.avro.specific.TestSpecificBuilderTree | |
[INFO] Running org.apache.avro.ipc.stats.TestStopwatch | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.apache.avro.ipc.stats.TestStopwatch | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumWriter | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s -- in org.apache.avro.specific.TestSpecificDatumWriter | |
[INFO] Running org.apache.avro.TestProtocolGeneric | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.383 s -- in org.apache.avro.TestProtocolGeneric | |
[INFO] Running org.apache.avro.TestNamespaceReflect | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s -- in org.apache.avro.TestNamespaceReflect | |
[INFO] Running org.apache.avro.ipc.TestLocalTransceiver | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 s -- in org.apache.avro.ipc.TestLocalTransceiver | |
[INFO] Running org.apache.avro.ipc.TestSaslAnonymous | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 s -- in org.apache.avro.ipc.TestSaslAnonymous | |
[INFO] Running org.apache.avro.TestCompare | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 s -- in org.apache.avro.TestCompare | |
[INFO] Running org.apache.avro.specific.TestSpecificErrorBuilder | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s -- in org.apache.avro.specific.TestSpecificErrorBuilder | |
[INFO] Running org.apache.avro.TestProtocolParsing | |
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s -- in org.apache.avro.TestProtocolParsing | |
[INFO] Running org.apache.avro.ipc.TestSaslDigestMd5 | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.352 s -- in org.apache.avro.ipc.TestSaslDigestMd5 | |
[INFO] Running org.apache.avro.TestProtocolGenericMeta | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 s -- in org.apache.avro.TestProtocolGenericMeta | |
[INFO] Running org.apache.avro.TestProtocolReflect | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.apache.avro.TestProtocolReflect | |
[INFO] Running org.apache.avro.generic.TestDeepCopy | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 s -- in org.apache.avro.generic.TestDeepCopy | |
[INFO] Running org.apache.avro.TestNamespaceSpecific | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.268 s -- in org.apache.avro.TestNamespaceSpecific | |
[INFO] Running org.apache.avro.TestProtocolSpecific | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 s -- in org.apache.avro.TestProtocolSpecific | |
[INFO] Running org.apache.avro.message.TestCustomSchemaStore | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 s -- in org.apache.avro.message.TestCustomSchemaStore | |
[INFO] Running org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.056 s -- in org.apache.avro.specific.TestSpecificDatumReader | |
[INFO] Running org.apache.avro.ipc.stats.TestHistogram | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.apache.avro.ipc.stats.TestHistogram | |
[INFO] Running org.apache.avro.TestDataFileSpecific | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 s -- in org.apache.avro.TestDataFileSpecific | |
[INFO] Running org.apache.avro.TestProtocolReflectMeta | |
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.418 s -- in org.apache.avro.TestProtocolReflectMeta | |
[INFO] Running org.apache.avro.generic.TestBuilderCopy | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s -- in org.apache.avro.generic.TestBuilderCopy | |
[INFO] Running org.apache.avro.specific.TestSpecificRecordBuilder | |
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.431 s -- in org.apache.avro.specific.TestSpecificRecordBuilder | |
[INFO] Running org.apache.avro.TestProtocolDatagram | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.607 s -- in org.apache.avro.TestProtocolDatagram | |
[INFO] Running org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.998 s -- in org.apache.avro.compiler.specific.TestSpecificCompiler | |
[INFO] Running org.apache.avro.TestSchema | |
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.25 s -- in org.apache.avro.TestSchema | |
[INFO] Running org.apache.avro.specific.TestSpecificData | |
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 s -- in org.apache.avro.specific.TestSpecificData | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 251, Failures: 0, Errors: 0, Skipped: 3 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-ipc --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-ipc-jetty >------------------- | |
[INFO] Building Apache Avro IPC Jetty 1.11.4 [7/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-ipc-jetty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-ipc-jetty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-ipc-jetty --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-ipc-jetty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-ipc-jetty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-ipc-jetty --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-ipc-jetty --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/ipc-jetty/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-ipc-jetty --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-ipc-jetty --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-ipc-jetty --- | |
[INFO] Writing manifest: /avro/lang/java/ipc-jetty/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-ipc-jetty --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-ipc-jetty --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-ipc-jetty --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1675721976804 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.ipc.jetty.TestStatsPluginAndServlet | |
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.625 s -- in org.apache.avro.ipc.jetty.TestStatsPluginAndServlet | |
[INFO] Running org.apache.avro.ipc.jetty.TestProtocolHttp | |
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.559 s -- in org.apache.avro.ipc.jetty.TestProtocolHttp | |
[INFO] Running org.apache.avro.ipc.jetty.TestBulkData | |
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.861 s -- in org.apache.avro.ipc.jetty.TestBulkData | |
[INFO] Running org.apache.avro.ipc.jetty.TestProtocolHttps | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.706 s -- in org.apache.avro.ipc.jetty.TestProtocolHttps | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-ipc-jetty --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] -------------------< org.apache.avro:avro-ipc-netty >------------------- | |
[INFO] Building Apache Avro IPC Netty 1.11.4 [8/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ avro-ipc-netty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ avro-ipc-netty --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ avro-ipc-netty --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ avro-ipc-netty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ avro-ipc-netty --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ avro-ipc-netty --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ avro-ipc-netty --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/ipc-netty/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ avro-ipc-netty --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ avro-ipc-netty --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ avro-ipc-netty --- | |
[INFO] Writing manifest: /avro/lang/java/ipc-netty/target/classes/META-INF/MANIFEST.MF | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ avro-ipc-netty --- | |
[INFO] Copying 1 resource | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ avro-ipc-netty --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ avro-ipc-netty --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1694705972354 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerWithSSL | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.109 s -- in org.apache.avro.ipc.netty.TestNettyServerWithSSL | |
[INFO] Running org.apache.avro.ipc.netty.TestProtocolNetty | |
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.351 s -- in org.apache.avro.ipc.netty.TestProtocolNetty | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerWithCompression | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.899 s -- in org.apache.avro.ipc.netty.TestNettyServerWithCompression | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServer | |
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.866 s -- in org.apache.avro.ipc.netty.TestNettyServer | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyTransceiverWhenFailsToConnect | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.apache.avro.ipc.netty.TestNettyTransceiverWhenFailsToConnect | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerWithCallbacks | |
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 30.14 s -- in org.apache.avro.ipc.netty.TestNettyServerWithCallbacks | |
[INFO] Running org.apache.avro.ipc.netty.TestNettyServerConcurrentExecution | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.890 s -- in org.apache.avro.ipc.netty.TestNettyServerConcurrentExecution | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[WARNING] Tests run: 42, Failures: 0, Errors: 0, Skipped: 1 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ avro-ipc-netty --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-java >--------------------- | |
[INFO] Building Trevni Java 1.11.4 [9/23] | |
[INFO] --------------------------------[ pom ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ trevni-java --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ trevni-java --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ trevni-java --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ trevni-java --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ trevni-java --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ trevni-java --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ trevni-java --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ trevni-java --- | |
[WARNING] Ignoring project type pom - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ trevni-java --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:trevni-core >--------------------- | |
[INFO] Building Trevni Java Core 1.11.4 [10/23] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven-version) @ trevni-core --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-version) @ trevni-core --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (default-cli) @ trevni-core --- | |
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce) @ trevni-core --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed | |
[INFO] Rule 1: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-banned-dependencies) @ trevni-core --- | |
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed | |
[INFO] | |
[INFO] --- maven-remote-resources-plugin:3.1.0:process (process-resource-bundles) @ trevni-core --- | |
[INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 | |
[INFO] Copying 3 resources from 1 bundle. | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ trevni-core --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/trevni/core/src/main/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ trevni-core --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- spotless-maven-plugin:2.27.2:check (spotless-check) @ trevni-core --- | |
[INFO] | |
[INFO] --- maven-bundle-plugin:5.1.9:manifest (bundle-manifest) @ trevni-core --- | |
[WARNING] Ignoring project type jar - supportedProjectTypes = [bundle] | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ trevni-core --- | |
[INFO] skip non existing resourceDirectory /avro/lang/java/trevni/core/src/test/resources | |
[INFO] Copying 3 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ trevni-core --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-surefire-plugin:3.2.5:test (default-test) @ trevni-core --- | |
[INFO] Tests will run in random order. To reproduce ordering use flag -Dsurefire.runOrder.random.seed=1766589634971 | |
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider | |
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running org.apache.trevni.TestAllCodecs | |
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.apache.trevni.TestAllCodecs | |
[INFO] Running org.apache.trevni.TestColumnFile | |
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.230 s -- in org.apache.trevni.TestColumnFile | |
[INFO] Running org.apache.trevni.TestUtil | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.apache.trevni.TestUtil | |
[INFO] Running org.apache.trevni.TestInputBytes | |
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.apache.trevni.TestInputBytes | |
[INFO] Running org.apache.trevni.TestIOBuffers | |
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.apache.trevni.TestIOBuffers | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] | |
[INFO] --- maven-checkstyle-plugin:3.3.1:check (checkstyle-check) @ trevni-core --- | |
[INFO] Starting audit... | |
Audit done. | |
[INFO] You have 0 Checkstyle violations. | |
[INFO] | |
[INFO] --------------------< org.apache.avro:avro-mapred >--------------------- | |
[INFO] Building Apache Avro Mapred API 1.11.4 [11/23] | |
[INFO] -------------------------------[ bundle ]------------------------------- | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-client/2.10.1/hadoop-client-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-client/2.10.1/hadoop-client-2.10.1.pom (10 kB at 30 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project-dist/2.10.1/hadoop-project-dist-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project-dist/2.10.1/hadoop-project-dist-2.10.1.pom (17 kB at 391 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project/2.10.1/hadoop-project-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-project/2.10.1/hadoop-project-2.10.1.pom (63 kB at 1.0 MB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-main/2.10.1/hadoop-main-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-main/2.10.1/hadoop-main-2.10.1.pom (21 kB at 459 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/2.10.1/hadoop-common-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/2.10.1/hadoop-common-2.10.1.pom (35 kB at 750 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-annotations/2.10.1/hadoop-annotations-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-annotations/2.10.1/hadoop-annotations-2.10.1.pom (2.4 kB at 55 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/11.0.2/guava-11.0.2.pom (5.5 kB at 124 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/11.0.2/guava-parent-11.0.2.pom (2.0 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/xmlenc/xmlenc/0.52/xmlenc-0.52.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xmlenc/xmlenc/0.52/xmlenc-0.52.pom (623 B at 14 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 63 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 348 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 126 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 258 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom (10 kB at 238 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.1/commons-net-3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.1/commons-net-3.1.pom (18 kB at 400 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/23/commons-parent-23.pom (44 kB at 694 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-sslengine/6.1.26/jetty-sslengine-6.1.26.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-sslengine/6.1.26/jetty-sslengine-6.1.26.pom (3.8 kB at 90 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.26/project-6.1.26.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.26/project-6.1.26.pom (9.2 kB at 225 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom (3.3 kB at 72 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom (16 kB at 106 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 506 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 449 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 636 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.pom (13 kB at 325 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 437 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 373 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.pom (1.1 kB at 28 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8.0 kB at 196 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-auth/2.10.1/hadoop-auth-2.10.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-auth/2.10.1/hadoop-auth-2.10.1.pom (8.9 kB at 208 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/7.9/nimbus-jose-jwt-7.9.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/nimbusds/nimbus-jose-jwt/7.9/nimbus-jose-jwt-7.9.pom (13 kB at 319 kB/s) | |
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/net/minidev/json-smart/maven-metadata.xml | |
[INFO] Downloading from repository.jboss.org: https://repository.jboss.org/nexus/content/groups/public/net/minidev/json-smart/maven-metadata.xml | |
[INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/net/minidev/json-smart/maven-metadata.xml | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml (1.3 kB at 31 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.3.2/json-smart-1.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.3.2/json-smart-1.3.2.pom (2.0 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/parent/1.3.2/parent-1.3.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/parent/1.3.2/parent-1.3.2.pom (7.9 kB at 192 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.3.3/json-smart-1.3.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.3.3/json-smart-1.3.3.pom (2.0 kB at 49 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0-RC1/json-smart-2.0-RC1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0-RC1/json-smart-2.0-RC1.pom (1.4 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0-RC1/parent-2.0-RC1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0-RC1/parent-2.0-RC1.pom (11 kB at 272 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0-RC1/asm-1.0-RC1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0-RC1/asm-1.0-RC1.pom (1.6 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 7.2 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 106 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0-RC2/json-smart-2.0-RC2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0-RC2/json-smart-2.0-RC2.pom (1.4 kB at 36 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0-RC2/parent-2.0-RC2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0-RC2/parent-2.0-RC2.pom (11 kB at 277 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0-RC3/json-smart-2.0-RC3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0-RC3/json-smart-2.0-RC3.pom (1.4 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0-RC3/parent-2.0-RC3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0-RC3/parent-2.0-RC3.pom (8.4 kB at 221 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0-RC3/asm-1.0-RC3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0-RC3/asm-1.0-RC3.pom (1.6 kB at 41 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0/json-smart-2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.0/json-smart-2.0.pom (1.4 kB at 37 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0/parent-2.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.0/parent-2.0.pom (8.6 kB at 209 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0/asm-1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0/asm-1.0.pom (1.6 kB at 39 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.1.0/json-smart-2.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.1.0/json-smart-2.1.0.pom (2.2 kB at 51 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.1.0/parent-2.1.0.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/parent/2.1.0/parent-2.1.0.pom (8.6 kB at 192 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0.2/asm-1.0.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/asm/1.0.2/asm-1.0.2.pom (1.8 kB at 46 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.1.1/json-smart-2.1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.1.1/json-smart-2.1.1.pom (2.2 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2/json-smart-2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2/json-smart-2.2.pom (2.3 kB at 53 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.2/minidev-parent-2.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.2/minidev-parent-2.2.pom (9.1 kB at 222 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom (2.1 kB at 47 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 45 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 122 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom (12 kB at 242 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 192 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 207 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 252 kB/s) | |
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom | |
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom (1.9 kB at 46 kB/s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment