Skip to content

Instantly share code, notes, and snippets.

@plucury
Last active August 29, 2015 14:04
Show Gist options
  • Save plucury/52afe43584bde762c50d to your computer and use it in GitHub Desktop.
Save plucury/52afe43584bde762c50d to your computer and use it in GitHub Desktop.
19:09:32.129 [main] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected.
Recent access records: 2
#2:
io.netty.buffer.AdvancedLeakAwareByteBuf.toString(AdvancedLeakAwareByteBuf.java:675)
io.netty.handler.codec.stomp.StompSubframeDecoderTest.testSingleFrameWithBodyWithoutContentLength(StompSubframeDecoderTest.java:81)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
org.junit.runners.ParentRunner.run(ParentRunner.java:309)
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
#1:
Hint: 'EmbeddedChannel$LastInboundHandler#0' will handle the message from this point.
io.netty.handler.codec.stomp.DefaultStompContentSubframe.touch(DefaultStompContentSubframe.java:76)
io.netty.handler.codec.stomp.DefaultLastStompContentSubframe.touch(DefaultLastStompContentSubframe.java:49)
io.netty.handler.codec.stomp.DefaultLastStompContentSubframe.touch(DefaultLastStompContentSubframe.java:23)
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:181)
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
io.netty.channel.embedded.EmbeddedEventLoop.invokeChannelRead(EmbeddedEventLoop.java:157)
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:182)
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:886)
io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:176)
io.netty.handler.codec.stomp.StompSubframeDecoderTest.testSingleFrameWithBodyWithoutContentLength(StompSubframeDecoderTest.java:75)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
org.junit.runners.ParentRunner.run(ParentRunner.java:309)
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Created at:
io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledByteBufAllocator.java:55)
io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:155)
io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:146)
io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:83)
io.netty.buffer.ByteBufUtil.readBytes(ByteBufUtil.java:329)
io.netty.handler.codec.stomp.StompSubframeDecoder.decode(StompSubframeDecoder.java:141)
io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:370)
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149)
io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
io.netty.channel.embedded.EmbeddedEventLoop.invokeChannelRead(EmbeddedEventLoop.java:157)
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:182)
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:886)
io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:176)
io.netty.handler.codec.stomp.StompSubframeDecoderTest.testSingleFrameWithBodyWithoutContentLength(StompSubframeDecoderTest.java:75)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
org.junit.runners.ParentRunner.run(ParentRunner.java:309)
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
19:09:32.130 [main] ERROR io.netty.util.ResourceLeakDetector - LEAK: ByteBuf.release() was not called before it's garbage-collected.
Recent access records: 2
#2:
io.netty.buffer.AdvancedLeakAwareByteBuf.toString(AdvancedLeakAwareByteBuf.java:675)
io.netty.handler.codec.stomp.StompSubframeDecoderTest.testSingleFrameWithBodyAndContentLength(StompSubframeDecoderTest.java:66)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
org.junit.runners.ParentRunner.run(ParentRunner.java:309)
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
#1:
Hint: 'EmbeddedChannel$LastInboundHandler#0' will handle the message from this point.
io.netty.handler.codec.stomp.DefaultStompContentSubframe.touch(DefaultStompContentSubframe.java:76)
io.netty.handler.codec.stomp.DefaultLastStompContentSubframe.touch(DefaultLastStompContentSubframe.java:49)
io.netty.handler.codec.stomp.DefaultLastStompContentSubframe.touch(DefaultLastStompContentSubframe.java:23)
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:181)
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
io.netty.channel.embedded.EmbeddedEventLoop.invokeChannelRead(EmbeddedEventLoop.java:157)
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:182)
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:886)
io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:176)
io.netty.handler.codec.stomp.StompSubframeDecoderTest.testSingleFrameWithBodyAndContentLength(StompSubframeDecoderTest.java:60)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
org.junit.runners.ParentRunner.run(ParentRunner.java:309)
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Created at:
io.netty.buffer.UnpooledByteBufAllocator.newDirectBuffer(UnpooledByteBufAllocator.java:55)
io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:155)
io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:146)
io.netty.buffer.AbstractByteBufAllocator.buffer(AbstractByteBufAllocator.java:83)
io.netty.buffer.ByteBufUtil.readBytes(ByteBufUtil.java:329)
io.netty.handler.codec.stomp.StompSubframeDecoder.decode(StompSubframeDecoder.java:141)
io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:370)
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149)
io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
io.netty.channel.embedded.EmbeddedEventLoop.invokeChannelRead(EmbeddedEventLoop.java:157)
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:182)
io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:886)
io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:176)
io.netty.handler.codec.stomp.StompSubframeDecoderTest.testSingleFrameWithBodyAndContentLength(StompSubframeDecoderTest.java:60)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
org.junit.runners.ParentRunner.run(ParentRunner.java:309)
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec - in io.netty.handler.codec.stomp.StompSubframeDecoderTest
Started by an SCM change
Building remotely on slave-linux in workspace /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1
> /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> /usr/bin/git config remote.origin.url git://github.com/plucury/netty.git # timeout=10
Fetching upstream changes from git://github.com/plucury/netty.git
> /usr/bin/git --version # timeout=10
> /usr/bin/git fetch --tags --progress git://github.com/plucury/netty.git +refs/heads/*:refs/remotes/origin/*
> /usr/bin/git rev-parse origin/4.1^{commit} # timeout=10
Checking out Revision 1126511118f381b44472bc73851e985e2916d7db (origin/4.1)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f 1126511118f381b44472bc73851e985e2916d7db
> /usr/bin/git rev-list 40f6b0e1a115c6c0f5492b14a3f22a209ab37bf0 # timeout=10
Parsing POMs
maven31-agent.jar already up to date
maven31-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[pr_2745_plucury_netty_4_1] $ /opt/jdk/default/bin/java -server -dsa -da -Xverify:none -Xms256m -Xmx1536m -XX:MaxPermSize=512m -XX:+UseSerialGC -XX:MinHeapFreeRatio=1 -XX:MaxHeapFreeRatio=2 -XX:+UseCompressedOops -XX:+TieredCompilation -XX:+UseBiasedLocking -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -Djava.awt.headless=true -cp /var/lib/jenkins-slave/maven31-agent.jar:/opt/maven/default/boot/plexus-classworlds-2.5.1.jar:/opt/maven/default/conf/logging jenkins.maven3.agent.Maven31Main /opt/maven/default /opt/jenkins-slave/slave.jar /var/lib/jenkins-slave/maven31-interceptor.jar /var/lib/jenkins-slave/maven3-interceptor-commons.jar 36099
<===[JENKINS REMOTING CAPACITY]===>���channel started
Executing Maven: -B -f /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/pom.xml -B -P no-osgi,leak -Dmaven.test.failure.ignore=false -DskipAutobahnTestsuite=true clean test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: linux-x86_64
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Netty
[INFO] Netty/Common
[INFO] Netty/Buffer
[INFO] Netty/Transport
[INFO] Netty/Codec
[INFO] Netty/Handler
[INFO] Netty/Codec/DNS
[INFO] Netty/Codec/HAProxy
[INFO] Netty/Codec/HTTP
[INFO] Netty/Codec/Memcache
[INFO] Netty/Codec/MQTT
[INFO] Netty/Codec/Socks
[INFO] Netty/Codec/Stomp
[INFO] Netty/Transport/RXTX
[INFO] Netty/Transport/SCTP
[INFO] Netty/Transport/UDT
[INFO] Netty/Example
[INFO] Netty/Testsuite
[INFO] Netty/Microbench
[INFO] Netty/Transport/Native/Epoll
[INFO] Netty/All-in-One
[INFO] Netty/Tarball
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Netty 4.1.0.Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ netty-parent ---
[INFO] Deleting /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ netty-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-tools) @ netty-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:check (check-style) @ netty-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-dependency-plugin:2.8:get (get-npn-boot) @ netty-parent ---
[INFO] Resolving org.mortbay.jetty.npn:npn-boot:jar:1.1.7.v20140316 with transitive dependencies
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (write-version-properties) @ netty-parent ---
[INFO] Executing tasks
main:
[echo] Current commit: 1126511 on 2014-08-06 17:46:26 +0800
[mkdir] Created dir: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/target/classes/META-INF
[propertyfile] Creating new property file: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/target/classes/META-INF/io.netty.versions.properties
[INFO] Executed tasks
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ netty-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO]
[INFO] --- maven-bundle-plugin:2.4.0:manifest (generate-manifest) @ netty-parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Netty/Common 4.1.0.Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ netty-common ---
[INFO] Deleting /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ netty-common ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-tools) @ netty-common ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:check (check-style) @ netty-common ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-dependency-plugin:2.8:get (get-npn-boot) @ netty-common ---
[INFO] Resolving org.mortbay.jetty.npn:npn-boot:jar:1.1.7.v20140316 with transitive dependencies
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (write-version-properties) @ netty-common ---
[INFO] Executing tasks
main:
[echo] Current commit: 1126511 on 2014-08-06 17:46:26 +0800
[mkdir] Created dir: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/target/classes/META-INF
[propertyfile] Creating new property file: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/target/classes/META-INF/io.netty.versions.properties
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ netty-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ netty-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 109 source files to /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/target/classes
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicIntegerFieldUpdater.java:[18,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicReferenceFieldUpdater.java:[18,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/Cleaner0.java:[20,15] Cleaner is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/PlatformDependent0.java:[20,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicLongFieldUpdater.java:[18,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/concurrent/AbstractEventExecutor.java:[64,35] [deprecation] iterator() in EventExecutorGroup has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[3099,37] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinTask.java:[1514,33] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinTask.java:[1538,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinTask.java:[1540,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinTask.java:[1544,73] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinTask.java:[1545,39] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinTask.java:[1546,42] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinTask.java:[1546,63] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:[728,33] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:[747,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:[749,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:[753,73] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:[754,39] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:[755,42] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/CountedCompleter.java:[755,63] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[6138,33] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[6183,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[6185,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[6189,73] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[6190,39] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[6191,42] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ConcurrentHashMapV8.java:[6191,63] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[1048,37] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[3240,33] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[3337,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[3339,27] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[3343,73] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[3344,39] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[3345,42] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/chmv8/ForkJoinPool.java:[3345,63] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicIntegerFieldUpdater.java:[26,18] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicIntegerFieldUpdater.java:[28,36] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicReferenceFieldUpdater.java:[26,18] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicReferenceFieldUpdater.java:[28,38] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/concurrent/MultithreadEventExecutorGroup.java:[132,35] [deprecation] iterator() in EventExecutorGroup has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/Cleaner0.java:[44,16] Cleaner is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/Cleaner0.java:[44,35] Cleaner is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/Cleaner0.java:[64,12] Cleaner is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/Cleaner0.java:[64,31] Cleaner is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/PlatformDependent0.java:[39,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/PlatformDependent0.java:[77,8] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/PlatformDependent0.java:[80,36] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/PlatformDependent0.java:[82,26] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicLongFieldUpdater.java:[26,18] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/main/java/io/netty/util/internal/UnsafeAtomicLongFieldUpdater.java:[28,33] Unsafe is internal proprietary API and may be removed in a future release
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ netty-common ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO]
[INFO] --- maven-bundle-plugin:2.4.0:manifest (generate-manifest) @ netty-common ---
[WARNING] Manifest io.netty:netty-common:jar:4.1.0.Beta2-SNAPSHOT : Unused Import-Package instructions: [sun.security.*]
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ netty-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ netty-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ netty-common ---
[INFO] Surefire report directory: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/common/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running io.netty.util.internal.logging.Log4JLoggerFactoryTest
19:02:08.499 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in io.netty.util.internal.logging.Log4JLoggerFactoryTest
Running io.netty.util.ThreadDeathWatcherTest
19:02:08.519 [Thread-0] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
19:02:08.519 [Thread-0] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
19:02:08.519 [Thread-0] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
19:02:08.520 [Thread-0] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
19:02:08.525 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - UID: 493
19:02:08.525 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - Java version: 7
19:02:08.525 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
19:02:08.525 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
19:02:08.525 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
19:02:08.580 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - Javassist: available
19:02:08.580 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
19:02:08.580 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
19:02:08.580 [Thread-0] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.068 sec - in io.netty.util.ThreadDeathWatcherTest
Running io.netty.util.concurrent.GlobalEventExecutorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.006 sec - in io.netty.util.concurrent.GlobalEventExecutorTest
Running io.netty.util.internal.ThreadLocalRandomTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.netty.util.internal.ThreadLocalRandomTest
Running io.netty.util.internal.logging.CommonsLoggerFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in io.netty.util.internal.logging.CommonsLoggerFactoryTest
Running io.netty.util.DefaultAttributeMapTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.netty.util.DefaultAttributeMapTest
Running io.netty.util.internal.logging.InternalLoggerFactoryTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in io.netty.util.internal.logging.InternalLoggerFactoryTest
Running io.netty.util.HashedWheelTimerTest
19:02:17.697 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: paranoid
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.897 sec - in io.netty.util.HashedWheelTimerTest
Running io.netty.util.internal.logging.Slf4JLoggerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in io.netty.util.internal.logging.Slf4JLoggerTest
Running io.netty.util.concurrent.FastThreadLocalTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in io.netty.util.concurrent.FastThreadLocalTest
Running io.netty.util.internal.StringUtilTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in io.netty.util.internal.StringUtilTest
Running io.netty.util.collection.IntObjectHashMapTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 sec - in io.netty.util.collection.IntObjectHashMapTest
Running io.netty.util.NetUtilTest
19:02:29.976 [main] DEBUG io.netty.util.NetUtil - Loopback interface: lo (lo, 127.0.0.1)
19:02:29.977 [main] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in io.netty.util.NetUtilTest
Running io.netty.util.ConstantPoolTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.netty.util.ConstantPoolTest
Running io.netty.util.concurrent.DefaultPromiseTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.322 sec - in io.netty.util.concurrent.DefaultPromiseTest
Running io.netty.util.internal.TypeParameterMatcherTest
19:02:37.309 [main] DEBUG i.n.u.i.JavassistTypeParameterMatcherGenerator - Generated: io.netty.util.internal.__matchers__.io.netty.util.internal.TypeParameterMatcherTest$BBBMatcher
19:02:37.310 [main] DEBUG i.n.u.i.JavassistTypeParameterMatcherGenerator - Generated: io.netty.util.internal.__matchers__.byte[]Matcher
19:02:37.311 [main] DEBUG i.n.u.i.JavassistTypeParameterMatcherGenerator - Generated: io.netty.util.internal.__matchers__.io.netty.util.internal.TypeParameterMatcherTest$CCMatcher
19:02:37.313 [main] DEBUG i.n.u.i.JavassistTypeParameterMatcherGenerator - Generated: io.netty.util.internal.__matchers__.io.netty.util.internal.TypeParameterMatcherTest$AAAMatcher
19:02:37.314 [main] DEBUG i.n.u.i.JavassistTypeParameterMatcherGenerator - Generated: io.netty.util.internal.__matchers__.io.netty.util.internal.TypeParameterMatcherTest$TMatcher
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in io.netty.util.internal.TypeParameterMatcherTest
Running io.netty.util.RecyclerTest
19:02:37.315 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity: 262144
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.netty.util.RecyclerTest
Running io.netty.util.internal.AppendableCharSequenceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in io.netty.util.internal.AppendableCharSequenceTest
Running io.netty.util.internal.logging.CommonsLoggerTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in io.netty.util.internal.logging.CommonsLoggerTest
Running io.netty.util.internal.logging.Slf4JLoggerFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.netty.util.internal.logging.Slf4JLoggerFactoryTest
Running io.netty.util.internal.logging.JdkLoggerFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in io.netty.util.internal.logging.JdkLoggerFactoryTest
Results :
Tests run: 125, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Netty/Buffer 4.1.0.Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ netty-buffer ---
[INFO] Deleting /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ netty-buffer ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-tools) @ netty-buffer ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:check (check-style) @ netty-buffer ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-dependency-plugin:2.8:get (get-npn-boot) @ netty-buffer ---
[INFO] Resolving org.mortbay.jetty.npn:npn-boot:jar:1.1.7.v20140316 with transitive dependencies
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (write-version-properties) @ netty-buffer ---
[INFO] Executing tasks
main:
[echo] Current commit: 1126511 on 2014-08-06 17:46:26 +0800
[mkdir] Created dir: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/target/classes/META-INF
[propertyfile] Creating new property file: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/target/classes/META-INF/io.netty.versions.properties
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ netty-buffer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ netty-buffer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/target/classes
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ netty-buffer ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO]
[INFO] --- maven-bundle-plugin:2.4.0:manifest (generate-manifest) @ netty-buffer ---
[WARNING] Manifest io.netty:netty-buffer:jar:4.1.0.Beta2-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*, sun.security.*]
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ netty-buffer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ netty-buffer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ netty-buffer ---
[INFO] Surefire report directory: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/buffer/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running io.netty.buffer.LittleEndianHeapByteBufTest
19:02:46.103 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
19:02:46.112 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
19:02:46.112 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
19:02:46.112 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
19:02:46.113 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
19:02:46.119 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 493
19:02:46.119 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 7
19:02:46.120 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
19:02:46.120 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
19:02:46.120 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
19:02:46.194 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: available
19:02:46.195 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
19:02:46.195 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
19:02:46.195 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
19:02:46.200 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: paranoid
19:02:46.207 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
19:02:46.207 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536
19:02:47.419 [main] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x1bbe93806f88e4bc (took 5 ms)
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 sec - in io.netty.buffer.LittleEndianHeapByteBufTest
Running io.netty.buffer.LittleEndianDirectByteBufTest
19:02:48.165 [main] DEBUG io.netty.util.internal.Cleaner0 - java.nio.ByteBuffer.cleaner(): available
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.862 sec - in io.netty.buffer.LittleEndianDirectByteBufTest
Running io.netty.buffer.ReadOnlyByteBufTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in io.netty.buffer.ReadOnlyByteBufTest
Running io.netty.buffer.PoolArenaTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.netty.buffer.PoolArenaTest
Running io.netty.buffer.FixedCompositeByteBufTest
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
19:02:50.121 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
19:02:50.129 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity: 262144
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in io.netty.buffer.FixedCompositeByteBufTest
Running io.netty.buffer.ConsolidationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.netty.buffer.ConsolidationTest
Running io.netty.buffer.UnreleaseableByteBufTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.netty.buffer.UnreleaseableByteBufTest
Running io.netty.buffer.BigEndianCompositeByteBufTest
Tests run: 242, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.446 sec - in io.netty.buffer.BigEndianCompositeByteBufTest
Running io.netty.buffer.ByteBufStreamTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.netty.buffer.ByteBufStreamTest
Running io.netty.buffer.EmptyByteBufTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.netty.buffer.EmptyByteBufTest
Running io.netty.buffer.LittleEndianCompositeByteBufTest
Tests run: 242, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.11 sec - in io.netty.buffer.LittleEndianCompositeByteBufTest
Running io.netty.buffer.PooledLittleEndianDirectByteBufTest
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.198 sec - in io.netty.buffer.PooledLittleEndianDirectByteBufTest
Running io.netty.buffer.ReadOnlyUnsafeDirectByteBufferBufTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in io.netty.buffer.ReadOnlyUnsafeDirectByteBufferBufTest
Running io.netty.buffer.PooledBigEndianHeapByteBufTest
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.898 sec - in io.netty.buffer.PooledBigEndianHeapByteBufTest
Running io.netty.buffer.BigEndianUnsafeDirectByteBufTest
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.704 sec - in io.netty.buffer.BigEndianUnsafeDirectByteBufTest
Running io.netty.buffer.PooledLittleEndianHeapByteBufTest
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.777 sec - in io.netty.buffer.PooledLittleEndianHeapByteBufTest
Running io.netty.buffer.ReadOnlyDirectByteBufferBufTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in io.netty.buffer.ReadOnlyDirectByteBufferBufTest
Running io.netty.buffer.SlicedByteBufTest
Tests run: 200, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 sec - in io.netty.buffer.SlicedByteBufTest
Running io.netty.buffer.ByteBufDerivationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in io.netty.buffer.ByteBufDerivationTest
Running io.netty.buffer.BigEndianDirectByteBufTest
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.416 sec - in io.netty.buffer.BigEndianDirectByteBufTest
Running io.netty.buffer.UnpooledTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in io.netty.buffer.UnpooledTest
Running io.netty.buffer.PooledBigEndianDirectByteBufTest
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.999 sec - in io.netty.buffer.PooledBigEndianDirectByteBufTest
Running io.netty.buffer.BigEndianHeapByteBufTest
Tests run: 201, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 sec - in io.netty.buffer.BigEndianHeapByteBufTest
Running io.netty.buffer.LittleEndianUnsafeDirectByteBufTest
Tests run: 199, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 sec - in io.netty.buffer.LittleEndianUnsafeDirectByteBufTest
Running io.netty.buffer.DuplicateByteBufTest
Tests run: 201, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 sec - in io.netty.buffer.DuplicateByteBufTest
Running io.netty.buffer.ReadOnlyByteBufferBufTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in io.netty.buffer.ReadOnlyByteBufferBufTest
Running io.netty.buffer.ByteBufProcessorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in io.netty.buffer.ByteBufProcessorTest
Results :
Tests run: 3020, Failures: 0, Errors: 0, Skipped: 6
[JENKINS] Recording test results
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Netty/Transport 4.1.0.Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ netty-transport ---
[INFO] Deleting /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ netty-transport ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-tools) @ netty-transport ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:check (check-style) @ netty-transport ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-dependency-plugin:2.8:get (get-npn-boot) @ netty-transport ---
[INFO] Resolving org.mortbay.jetty.npn:npn-boot:jar:1.1.7.v20140316 with transitive dependencies
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (write-version-properties) @ netty-transport ---
[INFO] Executing tasks
main:
[echo] Current commit: 1126511 on 2014-08-06 17:46:26 +0800
[mkdir] Created dir: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/target/classes/META-INF
[propertyfile] Creating new property file: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/target/classes/META-INF/io.netty.versions.properties
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ netty-transport ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ netty-transport ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 127 source files to /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/target/classes
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/socket/oio/OioSocketChannelConfig.java:[100,27] [deprecation] setAutoClose(boolean) in ChannelConfig has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/socket/SocketChannelConfig.java:[179,24] [deprecation] setAutoClose(boolean) in ChannelConfig has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/DefaultChannelConfig.java:[287,25] [deprecation] setAutoClose(boolean) in ChannelConfig has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/DefaultChannelConfig.java:[282,19] [deprecation] isAutoClose() in ChannelConfig has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/socket/oio/OioServerSocketChannelConfig.java:[85,33] [deprecation] setAutoClose(boolean) in ChannelConfig has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/group/DefaultChannelGroup.java:[296,30] [deprecation] deregister(ChannelMatcher) in ChannelGroup has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/group/DefaultChannelGroup.java:[193,30] [deprecation] deregister() in ChannelGroup has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/group/DefaultChannelGroup.java:[329,30] [deprecation] flushAndWrite(Object,ChannelMatcher) in ChannelGroup has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/group/DefaultChannelGroup.java:[240,30] [deprecation] flushAndWrite(Object) in ChannelGroup has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/socket/DatagramChannelConfig.java:[178,26] [deprecation] setAutoClose(boolean) in ChannelConfig has been deprecated
[WARNING] /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/main/java/io/netty/channel/ThreadPerChannelEventLoopGroup.java:[146,35] [deprecation] iterator() in EventExecutorGroup has been deprecated
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ netty-transport ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.0
[INFO]
[INFO] --- maven-bundle-plugin:2.4.0:manifest (generate-manifest) @ netty-transport ---
[WARNING] Manifest io.netty:netty-transport:jar:4.1.0.Beta2-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*, sun.security.*]
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ netty-transport ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ netty-transport ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 22 source files to /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.15:test (default-test) @ netty-transport ---
[INFO] Surefire report directory: /var/lib/jenkins-slave/workspace/pr_2745_plucury_netty_4_1/transport/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running io.netty.channel.FailedChannelFutureTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in io.netty.channel.FailedChannelFutureTest
Running io.netty.bootstrap.BootstrapTest
19:04:08.552 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
19:04:08.556 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16
19:04:08.564 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
19:04:08.564 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
19:04:08.564 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
19:04:08.565 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
19:04:08.568 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 493
19:04:08.569 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 7
19:04:08.569 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
19:04:08.569 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
19:04:08.569 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
19:04:08.627 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: available
19:04:08.627 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
19:04:08.627 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
19:04:08.627 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
19:04:08.636 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 18823 (auto-detected)
19:04:08.637 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 00:25:90:ff:fe:a1:cc:ae (auto-detected)
19:04:08.638 [main] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x49cbd761b8773388 (took 4 ms)
19:04:08.647 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
19:04:08.647 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536
Tests run:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment