[INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building vertx-ipv6-test 3.4.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ vertx-ipv6-test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ vertx-ipv6-test --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ vertx-ipv6-test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/patrick/vertx-ipv6-test-master/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ vertx-ipv6-test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ vertx-ipv6-test --- [INFO] Surefire report directory: /home/patrick/vertx-ipv6-test-master/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running cx.lehmann.vertx.Ipv6RequestTest 2016-08-05 08:40:20.667 DEBUG [main] io.netty.util.internal.logging.InternalLoggerFactory.newDefaultFactory:59 - Using Log4J as the default logging framework 2016-08-05 08:40:20.673 DEBUG [main] io.netty.util.ResourceLeakDetector.:106 - -Dio.netty.leakDetection.level: simple 2016-08-05 08:40:20.673 DEBUG [main] io.netty.util.ResourceLeakDetector.:107 - -Dio.netty.leakDetection.maxRecords: 4 2016-08-05 08:40:20.744 DEBUG [main] io.netty.channel.MultithreadEventLoopGroup.:43 - -Dio.netty.eventLoopThreads: 2 2016-08-05 08:40:20.803 DEBUG [main] io.netty.util.internal.PlatformDependent0.:74 - java.nio.Buffer.address: available 2016-08-05 08:40:20.804 DEBUG [main] io.netty.util.internal.PlatformDependent0.:82 - sun.misc.Unsafe.theUnsafe: available 2016-08-05 08:40:20.804 DEBUG [main] io.netty.util.internal.PlatformDependent0.:91 - sun.misc.Unsafe.copyMemory: available 2016-08-05 08:40:20.805 DEBUG [main] io.netty.util.internal.PlatformDependent0.:152 - java.nio.Bits.unaligned: true 2016-08-05 08:40:20.805 DEBUG [main] io.netty.util.internal.PlatformDependent0.:155 - java.nio.DirectByteBuffer.(long, int): available 2016-08-05 08:40:20.806 DEBUG [main] io.netty.util.internal.Cleaner0.:62 - java.nio.ByteBuffer.cleaner(): available 2016-08-05 08:40:20.807 DEBUG [main] io.netty.util.internal.PlatformDependent.javaVersion0:1031 - Java version: 8 2016-08-05 08:40:20.807 DEBUG [main] io.netty.util.internal.PlatformDependent.hasUnsafe0:1068 - -Dio.netty.noUnsafe: false 2016-08-05 08:40:20.808 DEBUG [main] io.netty.util.internal.PlatformDependent.hasUnsafe0:1095 - sun.misc.Unsafe: available 2016-08-05 08:40:20.808 DEBUG [main] io.netty.util.internal.PlatformDependent.hasJavassist0:1170 - -Dio.netty.noJavassist: false 2016-08-05 08:40:20.809 DEBUG [main] io.netty.util.internal.PlatformDependent.hasJavassist0:1183 - Javassist: unavailable 2016-08-05 08:40:20.809 DEBUG [main] io.netty.util.internal.PlatformDependent.hasJavassist0:1184 - You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance. 2016-08-05 08:40:20.811 DEBUG [main] io.netty.util.internal.PlatformDependent.tmpdir0:1202 - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) 2016-08-05 08:40:20.823 DEBUG [main] io.netty.util.internal.PlatformDependent.bitMode0:1281 - -Dio.netty.bitMode: 64 (sun.arch.data.model) 2016-08-05 08:40:20.823 DEBUG [main] io.netty.util.internal.PlatformDependent.:116 - -Dio.netty.noPreferDirect: false 2016-08-05 08:40:20.824 DEBUG [main] io.netty.util.internal.PlatformDependent.:152 - io.netty.maxDirectMemory: 938672128 bytes 2016-08-05 08:40:20.838 DEBUG [main] io.netty.channel.nio.NioEventLoop.:105 - -Dio.netty.noKeySetOptimization: false 2016-08-05 08:40:20.839 DEBUG [main] io.netty.channel.nio.NioEventLoop.:106 - -Dio.netty.selectorAutoRebuildThreshold: 512 2016-08-05 08:40:20.894 DEBUG [main] io.netty.resolver.dns.DnsServerAddresses.:68 - Default DNS servers: [/169.254.169.254:53] (sun.net.dns.ResolverConfiguration) 2016-08-05 08:40:20.899 DEBUG [main] io.netty.util.NetUtil.:210 - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo) 2016-08-05 08:40:20.899 DEBUG [main] io.netty.util.NetUtil$1.run:257 - /proc/sys/net/core/somaxconn: 128 2016-08-05 08:40:20.958 INFO [main] cx.lehmann.vertx.Ipv6RequestTest.test:25 - test starting 2016-08-05 08:40:21.300 DEBUG [main] io.netty.handler.ssl.JdkSslContext.:126 - Default protocols (JDK): [TLSv1.2, TLSv1.1, TLSv1] 2016-08-05 08:40:21.300 DEBUG [main] io.netty.handler.ssl.JdkSslContext.:127 - Default cipher suites (JDK): [TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA] 2016-08-05 08:40:21.362 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:107 - -Dio.netty.allocator.numHeapArenas: 2 2016-08-05 08:40:21.363 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:108 - -Dio.netty.allocator.numDirectArenas: 2 2016-08-05 08:40:21.363 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:110 - -Dio.netty.allocator.pageSize: 8192 2016-08-05 08:40:21.363 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:115 - -Dio.netty.allocator.maxOrder: 11 2016-08-05 08:40:21.363 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:119 - -Dio.netty.allocator.chunkSize: 16777216 2016-08-05 08:40:21.364 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:120 - -Dio.netty.allocator.tinyCacheSize: 512 2016-08-05 08:40:21.364 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:121 - -Dio.netty.allocator.smallCacheSize: 256 2016-08-05 08:40:21.364 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:122 - -Dio.netty.allocator.normalCacheSize: 64 2016-08-05 08:40:21.365 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:123 - -Dio.netty.allocator.maxCachedBufferCapacity: 32768 2016-08-05 08:40:21.377 DEBUG [main] io.netty.buffer.PooledByteBufAllocator.:124 - -Dio.netty.allocator.cacheTrimInterval: 8192 2016-08-05 08:40:21.414 DEBUG [main] io.netty.channel.DefaultChannelId.:86 - -Dio.netty.processId: 4756 (auto-detected) 2016-08-05 08:40:21.416 DEBUG [main] io.netty.channel.DefaultChannelId.:106 - -Dio.netty.machineId: 42:01:0a:ff:fe:84:00:02 (auto-detected) 2016-08-05 08:40:21.417 DEBUG [main] io.netty.util.internal.ThreadLocalRandom.newSeed:220 - -Dio.netty.initialSeedUniquifier: 0x903d6f2e1a0f8de6 2016-08-05 08:40:21.436 DEBUG [main] io.netty.buffer.ByteBufUtil.:80 - -Dio.netty.allocator.type: pooled 2016-08-05 08:40:21.436 DEBUG [main] io.netty.buffer.ByteBufUtil.:89 - -Dio.netty.threadLocalDirectBufferSize: 65536 2016-08-05 08:40:21.437 DEBUG [main] io.netty.buffer.ByteBufUtil.:92 - -Dio.netty.maxThreadLocalCharBufferSize: 16384 2016-08-05 08:40:21.456 DEBUG [vert.x-eventloop-thread-0] io.netty.resolver.dns.DnsNameResolver.:87 - -Djava.net.preferIPv6Addresses: false 2016-08-05 08:40:21.548 DEBUG [vert.x-eventloop-thread-0] io.netty.util.ResourceLeakDetectorFactory$DefaultResourceLeakDetectorFactory.newResourceLeakDetector:140 - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@adf69d4 2016-08-05 08:40:21.573 DEBUG [vert.x-eventloop-thread-0] io.netty.resolver.dns.DnsQueryContext.query:106 - [id: 0xd7e87cbf] WRITE: [26393: /169.254.169.254:53], DefaultDnsQuestion(www.googleapis.com. IN A) 2016-08-05 08:40:21.575 DEBUG [vert.x-eventloop-thread-0] io.netty.util.Recycler.:82 - -Dio.netty.recycler.maxCapacity: 32768 2016-08-05 08:40:21.576 DEBUG [vert.x-eventloop-thread-0] io.netty.util.Recycler.:83 - -Dio.netty.recycler.maxSharedCapacityFactor: 2 2016-08-05 08:40:21.576 DEBUG [vert.x-eventloop-thread-0] io.netty.util.Recycler.:84 - -Dio.netty.recycler.linkCapacity: 16 2016-08-05 08:40:21.610 DEBUG [vert.x-eventloop-thread-0] io.netty.buffer.AbstractByteBuf.:52 - -Dio.netty.buffer.bytebuf.checkAccessible: true 2016-08-05 08:40:21.611 DEBUG [vert.x-eventloop-thread-0] io.netty.util.ResourceLeakDetectorFactory$DefaultResourceLeakDetectorFactory.newResourceLeakDetector:140 - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2bc6478a 2016-08-05 08:40:21.622 DEBUG [vert.x-eventloop-thread-0] io.netty.resolver.dns.DnsQueryContext.query:106 - [id: 0xd7e87cbf] WRITE: [12558: /169.254.169.254:53], DefaultDnsQuestion(www.googleapis.com. IN AAAA) 2016-08-05 08:40:21.660 DEBUG [vert.x-eventloop-thread-0] io.netty.resolver.dns.DnsNameResolver$DnsResponseHandler.channelRead:680 - [id: 0xd7e87cbf] RECEIVED: [26393: /169.254.169.254:53], DatagramDnsResponse(from: /169.254.169.254:53, to: /0:0:0:0:0:0:0:0:49193, 26393, QUERY(0), NoError(0), RD RA) DefaultDnsQuestion(www.googleapis.com. IN A) DefaultDnsRawRecord(www.googleapis.com. 3391 IN CNAME 22B) DefaultDnsRawRecord(googleapis.l.google.com. 91 IN A 4B) DefaultDnsRawRecord(OPT flags:0 udp:512 0B) 2016-08-05 08:40:21.664 DEBUG [vert.x-eventloop-thread-0] io.netty.resolver.dns.DnsNameResolver$DnsResponseHandler.channelRead:680 - [id: 0xd7e87cbf] RECEIVED: [12558: /169.254.169.254:53], DatagramDnsResponse(from: /169.254.169.254:53, to: /0:0:0:0:0:0:0:0:49193, 12558, QUERY(0), NoError(0), RD RA) DefaultDnsQuestion(www.googleapis.com. IN AAAA) DefaultDnsRawRecord(www.googleapis.com. 3580 IN CNAME 22B) DefaultDnsRawRecord(googleapis.l.google.com. 280 IN AAAA 16B) DefaultDnsRawRecord(OPT flags:0 udp:512 0B) 2016-08-05 08:40:21.856 DEBUG [vert.x-eventloop-thread-0] io.netty.handler.ssl.SslHandler.setHandshakeSuccess:1191 - [id: 0x37263bfb, L:/10.132.0.2:35938 - R:www.googleapis.com/66.102.1.95:443] HANDSHAKEN: TLS_RSA_WITH_AES_128_GCM_SHA256 2016-08-05 08:40:21.865 INFO [vert.x-eventloop-thread-0] cx.lehmann.vertx.Ipv6RequestTest.lambda$test$2:33 - response code: 404 2016-08-05 08:40:21.870 INFO [vert.x-eventloop-thread-0] cx.lehmann.vertx.Ipv6RequestTest.lambda$null$0:35 - body text: Not Found Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.664 s [INFO] Finished at: 2016-08-05T08:40:22+00:00 [INFO] Final Memory: 10M/56M [INFO] ------------------------------------------------------------------------