Guest User

Untitled

a guest
Nov 3rd, 2022
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.85 KB | None | 0 0
  1. === RUN TestSortByRFC6724
  2. --- PASS: TestSortByRFC6724 (0.00s)
  3. === RUN TestRFC6724PolicyTableOrder
  4. --- PASS: TestRFC6724PolicyTableOrder (0.00s)
  5. === RUN TestRFC6724PolicyTableContent
  6. --- PASS: TestRFC6724PolicyTableContent (0.00s)
  7. === RUN TestRFC6724PolicyTableClassify
  8. --- PASS: TestRFC6724PolicyTableClassify (0.00s)
  9. === RUN TestRFC6724ClassifyScope
  10. --- PASS: TestRFC6724ClassifyScope (0.00s)
  11. === RUN TestRFC6724CommonPrefixLength
  12. --- PASS: TestRFC6724CommonPrefixLength (0.00s)
  13. === RUN TestCgoLookupIP
  14. --- PASS: TestCgoLookupIP (0.00s)
  15. === RUN TestCgoLookupIPWithCancel
  16. --- PASS: TestCgoLookupIPWithCancel (0.00s)
  17. === RUN TestCgoLookupPort
  18. --- PASS: TestCgoLookupPort (0.00s)
  19. === RUN TestCgoLookupPortWithCancel
  20. --- PASS: TestCgoLookupPortWithCancel (0.00s)
  21. === RUN TestCgoLookupPTR
  22. --- PASS: TestCgoLookupPTR (0.00s)
  23. === RUN TestCgoLookupPTRWithCancel
  24. --- PASS: TestCgoLookupPTRWithCancel (0.00s)
  25. === RUN TestConfHostLookupOrder
  26. --- PASS: TestConfHostLookupOrder (0.00s)
  27. === RUN TestSystemConf
  28. --- PASS: TestSystemConf (0.00s)
  29. === RUN TestConnAndListener
  30. --- PASS: TestConnAndListener (0.00s)
  31. === RUN TestProhibitionaryDialArg
  32. --- PASS: TestProhibitionaryDialArg (0.00s)
  33. === RUN TestDialLocal
  34. --- PASS: TestDialLocal (0.00s)
  35. === RUN TestDialerDualStackFDLeak
  36. --- PASS: TestDialerDualStackFDLeak (0.00s)
  37. === RUN TestDialParallel
  38. === RUN TestDialParallel/0
  39. === RUN TestDialParallel/1
  40. === RUN TestDialParallel/2
  41. === RUN TestDialParallel/3
  42. === RUN TestDialParallel/4
  43. === RUN TestDialParallel/5
  44. === RUN TestDialParallel/6
  45. === RUN TestDialParallel/7
  46. === RUN TestDialParallel/8
  47. === RUN TestDialParallel/9
  48. === RUN TestDialParallel/10
  49. === RUN TestDialParallel/11
  50. === RUN TestDialParallel/12
  51. --- PASS: TestDialParallel (0.47s)
  52. --- PASS: TestDialParallel/0 (0.01s)
  53. --- PASS: TestDialParallel/1 (0.01s)
  54. --- PASS: TestDialParallel/2 (0.01s)
  55. --- PASS: TestDialParallel/3 (0.01s)
  56. --- PASS: TestDialParallel/4 (0.21s)
  57. --- PASS: TestDialParallel/5 (0.01s)
  58. --- PASS: TestDialParallel/6 (0.01s)
  59. --- PASS: TestDialParallel/7 (0.21s)
  60. --- PASS: TestDialParallel/8 (0.01s)
  61. --- PASS: TestDialParallel/9 (0.01s)
  62. --- PASS: TestDialParallel/10 (0.01s)
  63. --- PASS: TestDialParallel/11 (0.01s)
  64. --- PASS: TestDialParallel/12 (0.01s)
  65. === RUN TestDialerFallbackDelay
  66. --- PASS: TestDialerFallbackDelay (0.50s)
  67. === RUN TestDialParallelSpuriousConnection
  68. --- PASS: TestDialParallelSpuriousConnection (0.10s)
  69. === RUN TestDialerPartialDeadline
  70. --- PASS: TestDialerPartialDeadline (0.00s)
  71. === RUN TestDialerLocalAddr
  72. --- PASS: TestDialerLocalAddr (0.00s)
  73. === RUN TestDialerDualStack
  74. dial_test.go:643: skipping known flaky test without the -flaky flag; see golang.org/issue/13324
  75. --- SKIP: TestDialerDualStack (0.00s)
  76. === RUN TestDialerKeepAlive
  77. --- PASS: TestDialerKeepAlive (0.00s)
  78. === RUN TestDialCancel
  79. --- PASS: TestDialCancel (0.05s)
  80. === RUN TestCancelAfterDial
  81. --- PASS: TestCancelAfterDial (0.10s)
  82. === RUN TestDialListenerAddr
  83. --- PASS: TestDialListenerAddr (0.00s)
  84. === RUN TestDialerControl
  85. === RUN TestDialerControl/StreamDial
  86. === RUN TestDialerControl/PacketDial
  87. --- PASS: TestDialerControl (0.00s)
  88. --- PASS: TestDialerControl/StreamDial (0.00s)
  89. --- PASS: TestDialerControl/PacketDial (0.00s)
  90. === RUN TestDialWithNonZeroDeadline
  91. --- PASS: TestDialWithNonZeroDeadline (0.00s)
  92. === RUN TestDialContextCancelRace
  93. dial_unix_test.go:55: connect(8, addr) = operation now in progress
  94. dial_unix_test.go:71: getsockoptIntFunc(8, 1, 4) = (0, <nil>)
  95. dial_unix_test.go:73: canceling context
  96. dial_unix_test.go:84: saw cancel
  97. --- PASS: TestDialContextCancelRace (0.00s)
  98. === RUN TestDNSSRVUniformity
  99. dnsclient_test.go:31: actual: 5024 diff: 24 e: 5000 m: 0.05
  100. dnsclient_test.go:31: actual: 3356 diff: 22.666666666666515 e: 3333.3333333333335 m: 0.1
  101. dnsclient_test.go:31: actual: 970 diff: -30 e: 1000 m: 0.2
  102. dnsclient_test.go:31: actual: 5970 diff: -30 e: 6000 m: 0.05
  103. --- PASS: TestDNSSRVUniformity (0.01s)
  104. === RUN TestWeighting
  105. dnsclient_test.go:31: actual: 5905 diff: -95 e: 6000 m: 0.05
  106. --- PASS: TestWeighting (0.00s)
  107. === RUN TestDNSTransportFallback
  108. --- PASS: TestDNSTransportFallback (0.00s)
  109. === RUN TestSpecialDomainName
  110. --- PASS: TestSpecialDomainName (0.00s)
  111. === RUN TestAvoidDNSName
  112. --- PASS: TestAvoidDNSName (0.00s)
  113. === RUN TestLookupTorOnion
  114. --- PASS: TestLookupTorOnion (0.00s)
  115. === RUN TestUpdateResolvConf
  116. --- PASS: TestUpdateResolvConf (0.00s)
  117. === RUN TestGoLookupIPWithResolverConfig
  118. --- PASS: TestGoLookupIPWithResolverConfig (0.01s)
  119. === RUN TestGoLookupIPOrderFallbackToFile
  120. --- PASS: TestGoLookupIPOrderFallbackToFile (0.00s)
  121. === RUN TestErrorForOriginalNameWhenSearching
  122. --- PASS: TestErrorForOriginalNameWhenSearching (0.00s)
  123. === RUN TestIgnoreLameReferrals
  124. dnsclient_unix_test.go:708: 192.0.2.1:53 {{21035 false 0 false false true false false false RCodeSuccess} [{www.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ac9f0}]}
  125. dnsclient_unix_test.go:708: 192.0.2.2:53 {{35490 false 0 false false true false false false RCodeSuccess} [{www.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000aca08}]}
  126. dnsclient_unix_test.go:708: 192.0.2.1:53 {{23386 false 0 false false true false false false RCodeSuccess} [{www.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012330}]}
  127. dnsclient_unix_test.go:708: 192.0.2.2:53 {{49524 false 0 false false true false false false RCodeSuccess} [{www.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000aca20}]}
  128. --- PASS: TestIgnoreLameReferrals (0.00s)
  129. === RUN TestIgnoreDNSForgeries
  130. --- PASS: TestIgnoreDNSForgeries (0.00s)
  131. === RUN TestRetryTimeout
  132. dnsclient_unix_test.go:993: 192.0.2.1:53 {{1811 false 0 false false true false false false RCodeSuccess} [{www.golang.org. TypeTXT ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acaf8}]} 2022-11-03 14:10:39.480376168 +0100 CET m=+6.269131768
  133. dnsclient_unix_test.go:993: 192.0.2.2:53 {{31023 false 0 false false true false false false RCodeSuccess} [{www.golang.org. TypeTXT ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acb28}]} 2022-11-03 14:10:39.49061651 +0100 CET m=+6.279372133
  134. --- PASS: TestRetryTimeout (0.01s)
  135. === RUN TestRotate
  136. --- PASS: TestRotate (0.00s)
  137. === RUN TestStrictErrorsLookupIP
  138. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{41212 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ace10}]}
  139. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{48676 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012348}]}
  140. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{3913 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ace58}]}
  141. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{28132 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012360}]}
  142. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{64950 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ace70}]}
  143. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{23271 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000123c0}]}
  144. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{39165 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000aceb8}]}
  145. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{32257 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000123d8}]}
  146. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{41339 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012450}]}
  147. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{34832 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012468}]}
  148. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{9894 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000aced0}]}
  149. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{2729 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012480}]}
  150. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{26124 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000124c8}]}
  151. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{63823 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000124e0}]}
  152. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{54051 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acee8}]}
  153. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{54328 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000124f8}]}
  154. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{5406 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012540}]}
  155. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{29869 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acf00}]}
  156. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{19459 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000125b8}]}
  157. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{15503 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a570}]}
  158. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{56884 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000125d0}]}
  159. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{16866 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012618}]}
  160. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{21092 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a588}]}
  161. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{8982 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012630}]}
  162. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{9405 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012678}]}
  163. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{1103 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a5a0}]}
  164. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{30918 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a5b8}]}
  165. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{14865 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000126f0}]}
  166. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{39192 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a5d0}]}
  167. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{44366 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a618}]}
  168. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{8042 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012708}]}
  169. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{37920 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a630}]}
  170. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{25726 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012750}]}
  171. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{55556 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012768}]}
  172. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{40391 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a648}]}
  173. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{5494 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000127e0}]}
  174. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{25857 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a6a8}]}
  175. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{22134 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a6c0}]}
  176. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{12221 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a6d8}]}
  177. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{34167 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a6f0}]}
  178. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{10744 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a738}]}
  179. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{63428 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000127f8}]}
  180. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{48155 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012840}]}
  181. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{63226 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012858}]}
  182. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{34300 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012870}]}
  183. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{54781 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012888}]}
  184. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{54879 false 0 false false true false false false RCodeSuccess} [{test-issue19592. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000128d0}]}
  185. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{53993 false 0 false false true false false false RCodeSuccess} [{test-issue19592. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acf18}]}
  186. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{48191 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acf78}]}
  187. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{16522 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acf90}]}
  188. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{33536 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acfd8}]}
  189. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{26237 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000acff0}]}
  190. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{50174 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad008}]}
  191. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{23360 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad050}]}
  192. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{56097 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad068}]}
  193. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{21886 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad0b0}]}
  194. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{133 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a750}]}
  195. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{45964 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a768}]}
  196. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{53401 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a7f8}]}
  197. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{60551 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000128e8}]}
  198. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{64712 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a840}]}
  199. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{63214 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a858}]}
  200. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{18761 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad0c8}]}
  201. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{51229 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad110}]}
  202. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{55459 false 0 false false true false false false RCodeSuccess} [{test-issue19592.x.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc000012900}]}
  203. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{32001 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad158}]}
  204. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{40792 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeAAAA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad170}]}
  205. dnsclient_unix_test.go:1239: 192.0.2.53:53 {{61736 false 0 false false true false false false RCodeSuccess} [{test-issue19592.y.golang.org. TypeA ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a870}]}
  206. --- PASS: TestStrictErrorsLookupIP (0.00s)
  207. === RUN TestStrictErrorsLookupTXT
  208. dnsclient_unix_test.go:1377: 192.0.2.53:53 {{63708 false 0 false false true false false false RCodeSuccess} [{test.x.golang.org. TypeTXT ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc0000ad200}]}
  209. dnsclient_unix_test.go:1377: 192.0.2.53:53 {{24064 false 0 false false true false false false RCodeSuccess} [{test.x.golang.org. TypeTXT ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a000}]}
  210. dnsclient_unix_test.go:1377: 192.0.2.53:53 {{3824 false 0 false false true false false false RCodeSuccess} [{test.x.golang.org. TypeTXT ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a018}]}
  211. dnsclient_unix_test.go:1377: 192.0.2.53:53 {{29725 false 0 false false true false false false RCodeSuccess} [{test.x.golang.org. TypeTXT ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a030}]}
  212. dnsclient_unix_test.go:1377: 192.0.2.53:53 {{8083 false 0 false false true false false false RCodeSuccess} [{test.y.golang.org. TypeTXT ClassINET}] [] [] [{{. TypeOPT 1232 0 0} 0xc00045a048}]}
  213. --- PASS: TestStrictErrorsLookupTXT (0.00s)
  214. === RUN TestDNSGoroutineRace
  215. --- PASS: TestDNSGoroutineRace (0.01s)
  216. === RUN TestIssue8434
  217. --- PASS: TestIssue8434 (0.00s)
  218. === RUN TestIssueNoSuchHostExists
  219. --- PASS: TestIssueNoSuchHostExists (0.00s)
  220. === RUN TestNoSuchHost
  221. === RUN TestNoSuchHost/NXDOMAIN
  222. === RUN TestNoSuchHost/no_answers
  223. --- PASS: TestNoSuchHost (0.00s)
  224. --- PASS: TestNoSuchHost/NXDOMAIN (0.00s)
  225. --- PASS: TestNoSuchHost/no_answers (0.00s)
  226. === RUN TestDNSDialTCP
  227. --- PASS: TestDNSDialTCP (0.00s)
  228. === RUN TestTXTRecordTwoStrings
  229. --- PASS: TestTXTRecordTwoStrings (0.00s)
  230. === RUN TestSingleRequestLookup
  231. --- PASS: TestSingleRequestLookup (0.01s)
  232. === RUN TestDNSUseTCP
  233. --- PASS: TestDNSUseTCP (0.00s)
  234. === RUN TestPTRandNonPTR
  235. --- PASS: TestPTRandNonPTR (0.00s)
  236. === RUN TestCVE202133195
  237. === RUN TestCVE202133195/CNAME
  238. === RUN TestCVE202133195/SRV_(bad_record)
  239. === RUN TestCVE202133195/SRV_(bad_header)
  240. === RUN TestCVE202133195/MX
  241. === RUN TestCVE202133195/NS
  242. === RUN TestCVE202133195/Addr
  243. --- PASS: TestCVE202133195 (0.00s)
  244. --- PASS: TestCVE202133195/CNAME (0.00s)
  245. --- PASS: TestCVE202133195/SRV_(bad_record) (0.00s)
  246. --- PASS: TestCVE202133195/SRV_(bad_header) (0.00s)
  247. --- PASS: TestCVE202133195/MX (0.00s)
  248. --- PASS: TestCVE202133195/NS (0.00s)
  249. --- PASS: TestCVE202133195/Addr (0.00s)
  250. === RUN TestNullMX
  251. --- PASS: TestNullMX (0.00s)
  252. === RUN TestRootNS
  253. --- PASS: TestRootNS (0.00s)
  254. === RUN TestDNSPacketSize
  255. dnsclient_unix_test.go:2187: EDNS packet size == 1232
  256. dnsclient_unix_test.go:2187: EDNS packet size == 1232
  257. dnsclient_unix_test.go:2187: EDNS packet size == 1232
  258. dnsclient_unix_test.go:2187: EDNS packet size == 1232
  259. dnsclient_unix_test.go:2187: EDNS packet size == 1232
  260. dnsclient_unix_test.go:2187: EDNS packet size == 1232
  261. dnsclient_unix_test.go:2187: EDNS packet size == 1232
  262. --- PASS: TestDNSPacketSize (0.00s)
  263. === RUN TestLongDNSNames
  264. --- PASS: TestLongDNSNames (0.00s)
  265. === RUN TestDNSTrustAD
  266. --- PASS: TestDNSTrustAD (0.00s)
  267. === RUN TestDNSConfigNoReload
  268. --- PASS: TestDNSConfigNoReload (0.00s)
  269. === RUN TestDNSReadConfig
  270. --- PASS: TestDNSReadConfig (0.00s)
  271. === RUN TestDNSReadMissingFile
  272. --- PASS: TestDNSReadMissingFile (0.00s)
  273. === RUN TestDNSDefaultSearch
  274. --- PASS: TestDNSDefaultSearch (0.00s)
  275. === RUN TestDNSNameLength
  276. --- PASS: TestDNSNameLength (0.00s)
  277. === RUN TestDNSName
  278. --- PASS: TestDNSName (0.00s)
  279. === RUN TestSpuriousENOTAVAIL
  280. --- PASS: TestSpuriousENOTAVAIL (0.00s)
  281. === RUN TestDialError
  282. --- PASS: TestDialError (0.02s)
  283. === RUN TestProtocolDialError
  284. --- PASS: TestProtocolDialError (0.00s)
  285. === RUN TestDialAddrError
  286. --- PASS: TestDialAddrError (0.00s)
  287. === RUN TestListenError
  288. --- PASS: TestListenError (0.00s)
  289. === RUN TestListenPacketError
  290. --- PASS: TestListenPacketError (0.00s)
  291. === RUN TestProtocolListenError
  292. --- PASS: TestProtocolListenError (0.00s)
  293. === RUN TestCloseError
  294. --- PASS: TestCloseError (0.00s)
  295. === RUN TestAcceptError
  296. --- PASS: TestAcceptError (0.10s)
  297. === RUN TestFileError
  298. --- PASS: TestFileError (0.00s)
  299. === RUN TestContextError
  300. --- PASS: TestContextError (0.00s)
  301. === RUN TestResolveGoogle
  302. external_test.go:21: both IPv4 and IPv6 are required
  303. --- SKIP: TestResolveGoogle (0.00s)
  304. === RUN TestDialGoogle
  305. external_test.go:68: both IPv4 and IPv6 are required
  306. --- SKIP: TestDialGoogle (0.00s)
  307. === RUN TestFileConn
  308. --- PASS: TestFileConn (0.00s)
  309. === RUN TestFileListener
  310. --- PASS: TestFileListener (0.00s)
  311. === RUN TestFilePacketConn
  312. --- PASS: TestFilePacketConn (0.00s)
  313. === RUN TestFileCloseRace
  314. --- PASS: TestFileCloseRace (0.01s)
  315. === RUN TestLookupStaticHost
  316. --- PASS: TestLookupStaticHost (0.00s)
  317. === RUN TestLookupStaticAddr
  318. --- PASS: TestLookupStaticAddr (0.00s)
  319. === RUN TestHostCacheModification
  320. --- PASS: TestHostCacheModification (0.00s)
  321. === RUN TestParseProcNet
  322. --- PASS: TestParseProcNet (0.00s)
  323. === RUN TestInterfaces
  324. interface_test.go:80: lo: flags=up|loopback|running index=1 mtu=65536 hwaddr=
  325. interface_test.go:80: eno1: flags=up|broadcast|multicast index=2 mtu=1500 hwaddr=ec:f4:bb:29:4e:7e
  326. interface_test.go:80: wlan0: flags=up|broadcast|multicast|running index=3 mtu=1500 hwaddr=00:00:00:00:d4:7f
  327. --- PASS: TestInterfaces (0.00s)
  328. === RUN TestInterfaceAddrs
  329. --- PASS: TestInterfaceAddrs (0.00s)
  330. === RUN TestInterfaceUnicastAddrs
  331. --- PASS: TestInterfaceUnicastAddrs (0.00s)
  332. === RUN TestInterfaceMulticastAddrs
  333. --- PASS: TestInterfaceMulticastAddrs (0.00s)
  334. === RUN TestPointToPointInterface
  335. interface_unix_test.go:53: must be root
  336. --- SKIP: TestPointToPointInterface (0.00s)
  337. === RUN TestInterfaceArrivalAndDeparture
  338. interface_unix_test.go:107: must be root
  339. --- SKIP: TestInterfaceArrivalAndDeparture (0.00s)
  340. === RUN TestInterfaceArrivalAndDepartureZoneCache
  341. interface_unix_test.go:185: must be root
  342. --- SKIP: TestInterfaceArrivalAndDepartureZoneCache (0.00s)
  343. === RUN TestParseIP
  344. --- PASS: TestParseIP (0.00s)
  345. === RUN TestLookupWithIP
  346. ip_test.go:90: warning: LookupHost("fe80::1%lo0") = [fe80::1%lo0], want error
  347. ip_test.go:103: warning: LookupIP("fe80::1%lo0") = [fe80::1], want error
  348. ip_test.go:90: warning: LookupHost("fe80::1%911") = [fe80::1%911], want error
  349. ip_test.go:103: warning: LookupIP("fe80::1%911") = [fe80::1], want error
  350. ip_test.go:90: warning: LookupHost("127.001.002.003") = [127.1.2.3], want error
  351. ip_test.go:103: warning: LookupIP("127.001.002.003") = [127.1.2.3], want error
  352. ip_test.go:90: warning: LookupHost("123.000.000.000") = [123.0.0.0], want error
  353. ip_test.go:103: warning: LookupIP("123.000.000.000") = [123.0.0.0], want error
  354. ip_test.go:90: warning: LookupHost("0123.0.0.1") = [83.0.0.1], want error
  355. ip_test.go:103: warning: LookupIP("0123.0.0.1") = [83.0.0.1], want error
  356. --- PASS: TestLookupWithIP (0.14s)
  357. === RUN TestMarshalEmptyIP
  358. --- PASS: TestMarshalEmptyIP (0.00s)
  359. === RUN TestIPString
  360. --- PASS: TestIPString (0.00s)
  361. === RUN TestIPMask
  362. --- PASS: TestIPMask (0.00s)
  363. === RUN TestIPMaskString
  364. --- PASS: TestIPMaskString (0.00s)
  365. === RUN TestParseCIDR
  366. --- PASS: TestParseCIDR (0.00s)
  367. === RUN TestIPNetContains
  368. --- PASS: TestIPNetContains (0.00s)
  369. === RUN TestIPNetString
  370. --- PASS: TestIPNetString (0.00s)
  371. === RUN TestCIDRMask
  372. --- PASS: TestCIDRMask (0.00s)
  373. === RUN TestNetworkNumberAndMask
  374. --- PASS: TestNetworkNumberAndMask (0.00s)
  375. === RUN TestSplitHostPort
  376. --- PASS: TestSplitHostPort (0.00s)
  377. === RUN TestJoinHostPort
  378. --- PASS: TestJoinHostPort (0.00s)
  379. === RUN TestIPAddrFamily
  380. --- PASS: TestIPAddrFamily (0.00s)
  381. === RUN TestIPAddrScope
  382. --- PASS: TestIPAddrScope (0.00s)
  383. === RUN TestResolveIPAddr
  384. --- PASS: TestResolveIPAddr (0.00s)
  385. === RUN TestIPConnLocalName
  386. iprawsock_test.go:93: skipping ip4:icmp test
  387. iprawsock_test.go:93: skipping ip4:icmp test
  388. iprawsock_test.go:93: skipping ip4:icmp test
  389. --- PASS: TestIPConnLocalName (0.00s)
  390. === RUN TestIPConnRemoteName
  391. iprawsock_test.go:109: ip:tcp test
  392. --- SKIP: TestIPConnRemoteName (0.00s)
  393. === RUN TestDialListenIPArgs
  394. --- PASS: TestDialListenIPArgs (0.00s)
  395. === RUN TestAddrList
  396. --- PASS: TestAddrList (0.00s)
  397. === RUN TestAddrListPartition
  398. --- PASS: TestAddrListPartition (0.00s)
  399. === RUN TestTCPListener
  400. --- PASS: TestTCPListener (0.00s)
  401. === RUN TestUDPListener
  402. --- PASS: TestUDPListener (0.00s)
  403. === RUN TestDualStackTCPListener
  404. --- PASS: TestDualStackTCPListener (0.00s)
  405. === RUN TestDualStackUDPListener
  406. --- PASS: TestDualStackUDPListener (0.00s)
  407. === RUN TestWildWildcardListener
  408. --- PASS: TestWildWildcardListener (0.00s)
  409. === RUN TestIPv4MulticastListener
  410. --- PASS: TestIPv4MulticastListener (0.00s)
  411. === RUN TestIPv6MulticastListener
  412. listen_test.go:614: must be root
  413. --- SKIP: TestIPv6MulticastListener (0.00s)
  414. === RUN TestClosingListener
  415. --- PASS: TestClosingListener (0.00s)
  416. === RUN TestListenConfigControl
  417. === RUN TestListenConfigControl/StreamListen
  418. === RUN TestListenConfigControl/PacketListen
  419. --- PASS: TestListenConfigControl (0.00s)
  420. --- PASS: TestListenConfigControl/StreamListen (0.00s)
  421. --- PASS: TestListenConfigControl/PacketListen (0.00s)
  422. === RUN TestLookupGoogleSRV
  423. === PAUSE TestLookupGoogleSRV
  424. === RUN TestLookupGmailMX
  425. === PAUSE TestLookupGmailMX
  426. === RUN TestLookupGmailNS
  427. === PAUSE TestLookupGmailNS
  428. === RUN TestLookupGmailTXT
  429. === PAUSE TestLookupGmailTXT
  430. === RUN TestLookupGooglePublicDNSAddr
  431. lookup_test.go:272: both IPv4 and IPv6 are required
  432. --- SKIP: TestLookupGooglePublicDNSAddr (0.00s)
  433. === RUN TestLookupIPv6LinkLocalAddr
  434. lookup_test.go:295: IPv6 is required
  435. --- SKIP: TestLookupIPv6LinkLocalAddr (0.00s)
  436. === RUN TestLookupIPv6LinkLocalAddrWithZone
  437. lookup_test.go:321: IPv6 is required
  438. --- SKIP: TestLookupIPv6LinkLocalAddrWithZone (0.00s)
  439. === RUN TestLookupCNAME
  440. --- PASS: TestLookupCNAME (0.20s)
  441. === RUN TestLookupGoogleHost
  442. --- PASS: TestLookupGoogleHost (0.02s)
  443. === RUN TestLookupLongTXT
  444. lookup_test.go:419: skipping known flaky test without the -flaky flag; see golang.org/issue/22857
  445. --- SKIP: TestLookupLongTXT (0.00s)
  446. === RUN TestLookupGoogleIP
  447. --- PASS: TestLookupGoogleIP (0.01s)
  448. === RUN TestReverseAddress
  449. --- PASS: TestReverseAddress (0.00s)
  450. === RUN TestDNSFlood
  451. lookup_test.go:511: test disabled; use -dnsflood to enable
  452. --- SKIP: TestDNSFlood (0.00s)
  453. === RUN TestLookupDotsWithLocalSource
  454. --- PASS: TestLookupDotsWithLocalSource (0.00s)
  455. === RUN TestLookupDotsWithRemoteSource
  456. --- PASS: TestLookupDotsWithRemoteSource (0.18s)
  457. === RUN TestLookupPort
  458. --- PASS: TestLookupPort (0.00s)
  459. === RUN TestLookupPort_Minimal
  460. --- PASS: TestLookupPort_Minimal (0.00s)
  461. === RUN TestLookupProtocol_Minimal
  462. --- PASS: TestLookupProtocol_Minimal (0.00s)
  463. === RUN TestLookupNonLDH
  464. --- PASS: TestLookupNonLDH (0.00s)
  465. === RUN TestLookupContextCancel
  466. lookup_test.go:914: starting concurrent LookupIPAddr
  467. lookup_test.go:937: testHookLookupIP performing lookup
  468. --- PASS: TestLookupContextCancel (0.01s)
  469. === RUN TestNilResolverLookup
  470. --- PASS: TestNilResolverLookup (0.09s)
  471. === RUN TestLookupHostCancel
  472. === PAUSE TestLookupHostCancel
  473. === RUN TestConcurrentPreferGoResolversDial
  474. --- PASS: TestConcurrentPreferGoResolversDial (0.01s)
  475. === RUN TestIPVersion
  476. --- PASS: TestIPVersion (0.00s)
  477. === RUN TestLookupIPAddrPreservesContextValues
  478. --- PASS: TestLookupIPAddrPreservesContextValues (0.00s)
  479. === RUN TestLookupIPAddrConcurrentCallsForNetworks
  480. --- PASS: TestLookupIPAddrConcurrentCallsForNetworks (0.00s)
  481. === RUN TestResolverLookupIPWithEmptyHost
  482. --- PASS: TestResolverLookupIPWithEmptyHost (0.00s)
  483. === RUN TestWithUnexpiredValuesPreserved
  484. --- PASS: TestWithUnexpiredValuesPreserved (0.00s)
  485. === RUN TestLookupNullByte
  486. --- PASS: TestLookupNullByte (0.01s)
  487. === RUN TestResolverLookupIP
  488. === RUN TestResolverLookupIP/implementation:_go
  489. === RUN TestResolverLookupIP/implementation:_go/network:_ip
  490. === RUN TestResolverLookupIP/implementation:_go/network:_ip4
  491. === RUN TestResolverLookupIP/implementation:_go/network:_ip6
  492. lookup_test.go:1282: IPv6 is not supported
  493. === RUN TestResolverLookupIP/implementation:_cgo
  494. === RUN TestResolverLookupIP/implementation:_cgo/network:_ip
  495. === RUN TestResolverLookupIP/implementation:_cgo/network:_ip4
  496. === RUN TestResolverLookupIP/implementation:_cgo/network:_ip6
  497. lookup_test.go:1282: IPv6 is not supported
  498. --- PASS: TestResolverLookupIP (0.02s)
  499. --- PASS: TestResolverLookupIP/implementation:_go (0.01s)
  500. --- PASS: TestResolverLookupIP/implementation:_go/network:_ip (0.01s)
  501. --- PASS: TestResolverLookupIP/implementation:_go/network:_ip4 (0.00s)
  502. --- SKIP: TestResolverLookupIP/implementation:_go/network:_ip6 (0.00s)
  503. --- PASS: TestResolverLookupIP/implementation:_cgo (0.01s)
  504. --- PASS: TestResolverLookupIP/implementation:_cgo/network:_ip (0.01s)
  505. --- PASS: TestResolverLookupIP/implementation:_cgo/network:_ip4 (0.00s)
  506. --- SKIP: TestResolverLookupIP/implementation:_cgo/network:_ip6 (0.00s)
  507. === RUN TestDNSTimeout
  508. --- PASS: TestDNSTimeout (0.00s)
  509. === RUN TestParseMAC
  510. --- PASS: TestParseMAC (0.00s)
  511. === RUN TestCloseRead
  512. === PAUSE TestCloseRead
  513. === RUN TestCloseWrite
  514. === PAUSE TestCloseWrite
  515. === RUN TestConnClose
  516. === PAUSE TestConnClose
  517. === RUN TestListenerClose
  518. === PAUSE TestListenerClose
  519. === RUN TestPacketConnClose
  520. === PAUSE TestPacketConnClose
  521. === RUN TestListenCloseListen
  522. --- PASS: TestListenCloseListen (0.00s)
  523. === RUN TestAcceptIgnoreAbortedConnRequest
  524. --- PASS: TestAcceptIgnoreAbortedConnRequest (0.00s)
  525. === RUN TestZeroByteRead
  526. === PAUSE TestZeroByteRead
  527. === RUN TestReadTimeoutUnblocksRead
  528. --- PASS: TestReadTimeoutUnblocksRead (0.10s)
  529. === RUN TestCloseUnblocksRead
  530. === PAUSE TestCloseUnblocksRead
  531. === RUN TestNotTemporaryRead
  532. === PAUSE TestNotTemporaryRead
  533. === RUN TestErrors
  534. --- PASS: TestErrors (0.00s)
  535. === RUN TestParseNSSConf
  536. --- PASS: TestParseNSSConf (0.00s)
  537. === RUN TestPacketConn
  538. --- PASS: TestPacketConn (0.00s)
  539. === RUN TestConnAndPacketConn
  540. --- PASS: TestConnAndPacketConn (0.00s)
  541. === RUN TestReadLine
  542. --- PASS: TestReadLine (0.01s)
  543. === RUN TestDtoi
  544. --- PASS: TestDtoi (0.00s)
  545. === RUN TestParsePort
  546. --- PASS: TestParsePort (0.00s)
  547. === RUN TestTCPListenerSpecificMethods
  548. --- PASS: TestTCPListenerSpecificMethods (0.00s)
  549. === RUN TestTCPConnSpecificMethods
  550. --- PASS: TestTCPConnSpecificMethods (0.00s)
  551. === RUN TestUDPConnSpecificMethods
  552. --- PASS: TestUDPConnSpecificMethods (0.00s)
  553. === RUN TestIPConnSpecificMethods
  554. protoconn_test.go:165: must be root
  555. --- SKIP: TestIPConnSpecificMethods (0.00s)
  556. === RUN TestUnixListenerSpecificMethods
  557. --- PASS: TestUnixListenerSpecificMethods (0.00s)
  558. === RUN TestUnixConnSpecificMethods
  559. --- PASS: TestUnixConnSpecificMethods (0.00s)
  560. === RUN TestRawConnReadWrite
  561. === RUN TestRawConnReadWrite/TCP
  562. === RUN TestRawConnReadWrite/Deadline
  563. --- PASS: TestRawConnReadWrite (0.00s)
  564. --- PASS: TestRawConnReadWrite/TCP (0.00s)
  565. --- PASS: TestRawConnReadWrite/Deadline (0.00s)
  566. === RUN TestRawConnControl
  567. === RUN TestRawConnControl/TCP
  568. --- PASS: TestRawConnControl (0.00s)
  569. --- PASS: TestRawConnControl/TCP (0.00s)
  570. === RUN TestResolverDialFunc
  571. === RUN TestResolverDialFunc/LookupIP
  572. === NAME TestResolverDialFunc
  573. resolverdialfunc_test.go:30: StartDial("udp", "192.168.1.1:53") ...
  574. resolverdialfunc_test.go:34: Header: {ID:56028 Response:false OpCode:0 Authoritative:false Truncated:false RecursionDesired:true RecursionAvailable:false AuthenticData:false CheckingDisabled:false RCode:RCodeSuccess} for "something-that-is-a-not-a-real-domain.fake-tld." (type=TypeAAAA, class=ClassINET)
  575. resolverdialfunc_test.go:30: StartDial("udp", "192.168.1.1:53") ...
  576. resolverdialfunc_test.go:34: Header: {ID:33738 Response:false OpCode:0 Authoritative:false Truncated:false RecursionDesired:true RecursionAvailable:false AuthenticData:false CheckingDisabled:false RCode:RCodeSuccess} for "something-that-is-a-not-a-real-domain.fake-tld." (type=TypeA, class=ClassINET)
  577. === RUN TestResolverDialFunc/LookupSRV
  578. === NAME TestResolverDialFunc
  579. resolverdialfunc_test.go:30: StartDial("udp", "192.168.1.1:53") ...
  580. resolverdialfunc_test.go:34: Header: {ID:49050 Response:false OpCode:0 Authoritative:false Truncated:false RecursionDesired:true RecursionAvailable:false AuthenticData:false CheckingDisabled:false RCode:RCodeSuccess} for "_some-service._tcp.something-that-is-a-not-a-real-domain.fake-tld." (type=TypeSRV, class=ClassINET)
  581. --- PASS: TestResolverDialFunc (0.00s)
  582. --- PASS: TestResolverDialFunc/LookupIP (0.00s)
  583. --- PASS: TestResolverDialFunc/LookupSRV (0.00s)
  584. === RUN TestSendfile
  585. --- PASS: TestSendfile (0.00s)
  586. === RUN TestSendfileParts
  587. --- PASS: TestSendfileParts (0.00s)
  588. === RUN TestSendfileSeeked
  589. --- PASS: TestSendfileSeeked (0.00s)
  590. === RUN TestSendfilePipe
  591. === PAUSE TestSendfilePipe
  592. === RUN TestSendfileOnWriteTimeoutExceeded
  593. --- PASS: TestSendfileOnWriteTimeoutExceeded (0.00s)
  594. === RUN TestTCPServer
  595. === RUN TestTCPServer/tcp_:0<-127.0.0.1
  596. === RUN TestTCPServer/tcp_0.0.0.0:0<-127.0.0.1
  597. === RUN TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-127.0.0.1
  598. === RUN TestTCPServer/tcp_[::]:0<-::1
  599. === RUN TestTCPServer/tcp_:0<-::1
  600. === RUN TestTCPServer/tcp_0.0.0.0:0<-::1
  601. === RUN TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-::1
  602. === RUN TestTCPServer/tcp_[::]:0<-127.0.0.1
  603. === RUN TestTCPServer/tcp_:0<-127.0.0.1#01
  604. === RUN TestTCPServer/tcp_0.0.0.0:0<-127.0.0.1#01
  605. === RUN TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-127.0.0.1#01
  606. === RUN TestTCPServer/tcp_[::]:0<-::1#01
  607. === RUN TestTCPServer/tcp_:0<-::1#01
  608. === RUN TestTCPServer/tcp_0.0.0.0:0<-::1#01
  609. === RUN TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-::1#01
  610. === RUN TestTCPServer/tcp_[::]:0<-127.0.0.1#01
  611. === RUN TestTCPServer/tcp_127.0.0.1:0<-127.0.0.1
  612. === RUN TestTCPServer/tcp_[::ffff:127.0.0.1]:0<-127.0.0.1
  613. === RUN TestTCPServer/tcp_[::1]:0<-::1
  614. === RUN TestTCPServer/tcp4_:0<-127.0.0.1
  615. === RUN TestTCPServer/tcp4_0.0.0.0:0<-127.0.0.1
  616. === RUN TestTCPServer/tcp4_[::ffff:0.0.0.0]:0<-127.0.0.1
  617. === RUN TestTCPServer/tcp4_127.0.0.1:0<-127.0.0.1
  618. === RUN TestTCPServer/tcp6_:0<-::1
  619. === RUN TestTCPServer/tcp6_[::]:0<-::1
  620. === RUN TestTCPServer/tcp6_[::1]:0<-::1
  621. --- PASS: TestTCPServer (0.02s)
  622. --- PASS: TestTCPServer/tcp_:0<-127.0.0.1 (0.00s)
  623. --- PASS: TestTCPServer/tcp_0.0.0.0:0<-127.0.0.1 (0.00s)
  624. --- PASS: TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-127.0.0.1 (0.00s)
  625. --- PASS: TestTCPServer/tcp_[::]:0<-::1 (0.00s)
  626. --- PASS: TestTCPServer/tcp_:0<-::1 (0.00s)
  627. --- PASS: TestTCPServer/tcp_0.0.0.0:0<-::1 (0.00s)
  628. --- PASS: TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-::1 (0.00s)
  629. --- PASS: TestTCPServer/tcp_[::]:0<-127.0.0.1 (0.00s)
  630. --- PASS: TestTCPServer/tcp_:0<-127.0.0.1#01 (0.00s)
  631. --- PASS: TestTCPServer/tcp_0.0.0.0:0<-127.0.0.1#01 (0.00s)
  632. --- PASS: TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-127.0.0.1#01 (0.00s)
  633. --- PASS: TestTCPServer/tcp_[::]:0<-::1#01 (0.00s)
  634. --- PASS: TestTCPServer/tcp_:0<-::1#01 (0.00s)
  635. --- PASS: TestTCPServer/tcp_0.0.0.0:0<-::1#01 (0.00s)
  636. --- PASS: TestTCPServer/tcp_[::ffff:0.0.0.0]:0<-::1#01 (0.00s)
  637. --- PASS: TestTCPServer/tcp_[::]:0<-127.0.0.1#01 (0.00s)
  638. --- PASS: TestTCPServer/tcp_127.0.0.1:0<-127.0.0.1 (0.00s)
  639. --- PASS: TestTCPServer/tcp_[::ffff:127.0.0.1]:0<-127.0.0.1 (0.00s)
  640. --- PASS: TestTCPServer/tcp_[::1]:0<-::1 (0.00s)
  641. --- PASS: TestTCPServer/tcp4_:0<-127.0.0.1 (0.00s)
  642. --- PASS: TestTCPServer/tcp4_0.0.0.0:0<-127.0.0.1 (0.00s)
  643. --- PASS: TestTCPServer/tcp4_[::ffff:0.0.0.0]:0<-127.0.0.1 (0.00s)
  644. --- PASS: TestTCPServer/tcp4_127.0.0.1:0<-127.0.0.1 (0.00s)
  645. --- PASS: TestTCPServer/tcp6_:0<-::1 (0.00s)
  646. --- PASS: TestTCPServer/tcp6_[::]:0<-::1 (0.00s)
  647. --- PASS: TestTCPServer/tcp6_[::1]:0<-::1 (0.00s)
  648. === RUN TestUnixAndUnixpacketServer
  649. server_test.go:186: connected @->/tmp/2843061757/sock
  650. server_test.go:186: connected @->/tmp/2843061757/sock
  651. server_test.go:186: connected @->/tmp/2843061757/sock
  652. server_test.go:186: connected @->@nettest/go/unix
  653. server_test.go:186: connected @->@nettest/go/unix
  654. server_test.go:186: connected @->@nettest/go/unix
  655. server_test.go:186: connected @->/tmp/1511424376/sock
  656. server_test.go:186: connected @->/tmp/1511424376/sock
  657. server_test.go:186: connected @->/tmp/1511424376/sock
  658. server_test.go:186: connected @->@nettest/go/unixpacket
  659. server_test.go:186: connected @->@nettest/go/unixpacket
  660. server_test.go:186: connected @->@nettest/go/unixpacket
  661. --- PASS: TestUnixAndUnixpacketServer (0.00s)
  662. === RUN TestUDPServer
  663. --- PASS: TestUDPServer (0.03s)
  664. === RUN TestUnixgramServer
  665. --- PASS: TestUnixgramServer (0.00s)
  666. === RUN TestMaxAckBacklog
  667. --- PASS: TestMaxAckBacklog (0.00s)
  668. === RUN TestSplice
  669. === RUN TestSplice/tcp-to-tcp
  670. === RUN TestSplice/tcp-to-tcp/simple
  671. === RUN TestSplice/tcp-to-tcp/multipleWrite
  672. === RUN TestSplice/tcp-to-tcp/big
  673. === RUN TestSplice/tcp-to-tcp/honorsLimitedReader
  674. === RUN TestSplice/tcp-to-tcp/updatesLimitedReaderN
  675. === RUN TestSplice/tcp-to-tcp/limitedReaderAtLimit
  676. === RUN TestSplice/tcp-to-tcp/readerAtEOF
  677. === RUN TestSplice/tcp-to-tcp/issue25985
  678. === RUN TestSplice/unix-to-tcp
  679. === RUN TestSplice/unix-to-tcp/simple
  680. === RUN TestSplice/unix-to-tcp/multipleWrite
  681. === RUN TestSplice/unix-to-tcp/big
  682. === RUN TestSplice/unix-to-tcp/honorsLimitedReader
  683. === RUN TestSplice/unix-to-tcp/updatesLimitedReaderN
  684. === RUN TestSplice/unix-to-tcp/limitedReaderAtLimit
  685. === RUN TestSplice/unix-to-tcp/readerAtEOF
  686. === RUN TestSplice/unix-to-tcp/issue25985
  687. === RUN TestSplice/no-unixpacket
  688. === RUN TestSplice/no-unixgram
  689. --- PASS: TestSplice (0.63s)
  690. --- PASS: TestSplice/tcp-to-tcp (0.33s)
  691. --- PASS: TestSplice/tcp-to-tcp/simple (0.00s)
  692. --- PASS: TestSplice/tcp-to-tcp/multipleWrite (0.00s)
  693. --- PASS: TestSplice/tcp-to-tcp/big (0.31s)
  694. --- PASS: TestSplice/tcp-to-tcp/honorsLimitedReader (0.00s)
  695. --- PASS: TestSplice/tcp-to-tcp/updatesLimitedReaderN (0.00s)
  696. --- PASS: TestSplice/tcp-to-tcp/limitedReaderAtLimit (0.00s)
  697. --- PASS: TestSplice/tcp-to-tcp/readerAtEOF (0.00s)
  698. --- PASS: TestSplice/tcp-to-tcp/issue25985 (0.00s)
  699. --- PASS: TestSplice/unix-to-tcp (0.30s)
  700. --- PASS: TestSplice/unix-to-tcp/simple (0.00s)
  701. --- PASS: TestSplice/unix-to-tcp/multipleWrite (0.00s)
  702. --- PASS: TestSplice/unix-to-tcp/big (0.28s)
  703. --- PASS: TestSplice/unix-to-tcp/honorsLimitedReader (0.00s)
  704. --- PASS: TestSplice/unix-to-tcp/updatesLimitedReaderN (0.00s)
  705. --- PASS: TestSplice/unix-to-tcp/limitedReaderAtLimit (0.00s)
  706. --- PASS: TestSplice/unix-to-tcp/readerAtEOF (0.00s)
  707. --- PASS: TestSplice/unix-to-tcp/issue25985 (0.00s)
  708. --- PASS: TestSplice/no-unixpacket (0.00s)
  709. --- PASS: TestSplice/no-unixgram (0.00s)
  710. === RUN TestResolveTCPAddr
  711. --- PASS: TestResolveTCPAddr (0.00s)
  712. === RUN TestTCPListenerName
  713. --- PASS: TestTCPListenerName (0.00s)
  714. === RUN TestIPv6LinkLocalUnicastTCP
  715. --- PASS: TestIPv6LinkLocalUnicastTCP (0.00s)
  716. === RUN TestTCPConcurrentAccept
  717. --- PASS: TestTCPConcurrentAccept (0.01s)
  718. === RUN TestTCPReadWriteAllocs
  719. --- PASS: TestTCPReadWriteAllocs (0.01s)
  720. === RUN TestTCPStress
  721. --- PASS: TestTCPStress (0.27s)
  722. === RUN TestTCPSelfConnect
  723. --- PASS: TestTCPSelfConnect (4.31s)
  724. === RUN TestTCPBig
  725. tcpsock_test.go:668: test disabled; use -tcpbig to enable
  726. --- SKIP: TestTCPBig (0.00s)
  727. === RUN TestCopyPipeIntoTCP
  728. --- PASS: TestCopyPipeIntoTCP (0.10s)
  729. === RUN TestTCPSpuriousConnSetupCompletion
  730. --- PASS: TestTCPSpuriousConnSetupCompletion (0.51s)
  731. === RUN TestTCPSpuriousConnSetupCompletionWithCancel
  732. === PAUSE TestTCPSpuriousConnSetupCompletionWithCancel
  733. === RUN TestDialTimeout
  734. --- PASS: TestDialTimeout (0.30s)
  735. === RUN TestDialTimeoutMaxDuration
  736. === RUN TestDialTimeoutMaxDuration/timeout=2562047h47m16.854775807s/delta=0s
  737. === RUN TestDialTimeoutMaxDuration/timeout=0s/delta=2562047h47m16.854775807s
  738. --- PASS: TestDialTimeoutMaxDuration (0.00s)
  739. --- PASS: TestDialTimeoutMaxDuration/timeout=2562047h47m16.854775807s/delta=0s (0.00s)
  740. --- PASS: TestDialTimeoutMaxDuration/timeout=0s/delta=2562047h47m16.854775807s (0.00s)
  741. === RUN TestAcceptTimeout
  742. timeout_test.go:139: skipping known flaky test without the -flaky flag; see golang.org/issue/17948
  743. --- SKIP: TestAcceptTimeout (0.00s)
  744. === RUN TestAcceptTimeoutMustReturn
  745. === PAUSE TestAcceptTimeoutMustReturn
  746. === RUN TestAcceptTimeoutMustNotReturn
  747. === PAUSE TestAcceptTimeoutMustNotReturn
  748. === RUN TestReadTimeout
  749. --- PASS: TestReadTimeout (0.05s)
  750. === RUN TestReadTimeoutMustNotReturn
  751. === PAUSE TestReadTimeoutMustNotReturn
  752. === RUN TestReadFromTimeout
  753. --- PASS: TestReadFromTimeout (0.05s)
  754. === RUN TestWriteTimeout
  755. === PAUSE TestWriteTimeout
  756. === RUN TestWriteTimeoutMustNotReturn
  757. === PAUSE TestWriteTimeoutMustNotReturn
  758. === RUN TestWriteToTimeout
  759. === PAUSE TestWriteToTimeout
  760. === RUN TestReadTimeoutFluctuation
  761. timeout_test.go:706: SetReadDeadline(+1ms)
  762. timeout_test.go:740: Read took 1.110625ms (expected 1ms); trying with longer timeout
  763. timeout_test.go:706: SetReadDeadline(+1.388281ms)
  764. timeout_test.go:740: Read took 2.261113ms (expected 1.388281ms); trying with longer timeout
  765. timeout_test.go:706: SetReadDeadline(+2.826391ms)
  766. timeout_test.go:740: Read took 3.197705ms (expected 2.826391ms); trying with longer timeout
  767. timeout_test.go:706: SetReadDeadline(+3.997131ms)
  768. --- PASS: TestReadTimeoutFluctuation (0.01s)
  769. === RUN TestReadFromTimeoutFluctuation
  770. timeout_test.go:763: SetReadDeadline(+1ms)
  771. timeout_test.go:797: ReadFrom took 1.165644ms (expected 1ms); trying with longer timeout
  772. timeout_test.go:763: SetReadDeadline(+1.457055ms)
  773. timeout_test.go:797: ReadFrom took 2.267721ms (expected 1.457055ms); trying with longer timeout
  774. timeout_test.go:763: SetReadDeadline(+2.834651ms)
  775. timeout_test.go:797: ReadFrom took 3.304219ms (expected 2.834651ms); trying with longer timeout
  776. timeout_test.go:763: SetReadDeadline(+4.130273ms)
  777. timeout_test.go:797: ReadFrom took 5.180737ms (expected 4.130273ms); trying with longer timeout
  778. timeout_test.go:763: SetReadDeadline(+6.475921ms)
  779. timeout_test.go:797: ReadFrom took 7.26023ms (expected 6.475921ms); trying with longer timeout
  780. timeout_test.go:763: SetReadDeadline(+9.075287ms)
  781. --- PASS: TestReadFromTimeoutFluctuation (0.03s)
  782. === RUN TestWriteTimeoutFluctuation
  783. timeout_test.go:823: SetWriteDeadline(+1ms)
  784. timeout_test.go:863: Wrote 14801 bytes into send buffer; retrying until buffer is full
  785. timeout_test.go:823: SetWriteDeadline(+2ms)
  786. --- PASS: TestWriteTimeoutFluctuation (0.00s)
  787. === RUN TestVariousDeadlines
  788. === PAUSE TestVariousDeadlines
  789. === RUN TestVariousDeadlines1Proc
  790. timeout_test.go:962: 1ns 0/3
  791. timeout_test.go:978: 1ns 0/3: good timeout after 14.747µs; 0 bytes
  792. timeout_test.go:962: 1ns 1/3
  793. timeout_test.go:978: 1ns 1/3: good timeout after 1.461µs; 0 bytes
  794. timeout_test.go:962: 1ns 2/3
  795. timeout_test.go:978: 1ns 2/3: good timeout after 1.137µs; 0 bytes
  796. timeout_test.go:962: 2ns 0/3
  797. timeout_test.go:978: 2ns 0/3: good timeout after 1.354µs; 0 bytes
  798. timeout_test.go:962: 2ns 1/3
  799. timeout_test.go:978: 2ns 1/3: good timeout after 1.136µs; 0 bytes
  800. timeout_test.go:962: 2ns 2/3
  801. timeout_test.go:978: 2ns 2/3: good timeout after 1.384µs; 0 bytes
  802. timeout_test.go:962: 5ns 0/3
  803. timeout_test.go:978: 5ns 0/3: good timeout after 1.11µs; 0 bytes
  804. timeout_test.go:962: 5ns 1/3
  805. timeout_test.go:978: 5ns 1/3: good timeout after 1.333µs; 0 bytes
  806. timeout_test.go:962: 5ns 2/3
  807. timeout_test.go:978: 5ns 2/3: good timeout after 1.096µs; 0 bytes
  808. timeout_test.go:962: 50ns 0/3
  809. timeout_test.go:978: 50ns 0/3: good timeout after 1.293µs; 0 bytes
  810. timeout_test.go:962: 50ns 1/3
  811. timeout_test.go:978: 50ns 1/3: good timeout after 1.187µs; 0 bytes
  812. timeout_test.go:962: 50ns 2/3
  813. timeout_test.go:978: 50ns 2/3: good timeout after 1.312µs; 0 bytes
  814. timeout_test.go:962: 100ns 0/3
  815. timeout_test.go:978: 100ns 0/3: good timeout after 1.142µs; 0 bytes
  816. timeout_test.go:962: 100ns 1/3
  817. timeout_test.go:978: 100ns 1/3: good timeout after 1.323µs; 0 bytes
  818. timeout_test.go:962: 100ns 2/3
  819. timeout_test.go:978: 100ns 2/3: good timeout after 1.062µs; 0 bytes
  820. timeout_test.go:962: 200ns 0/3
  821. timeout_test.go:978: 200ns 0/3: good timeout after 1.333µs; 0 bytes
  822. timeout_test.go:962: 200ns 1/3
  823. timeout_test.go:978: 200ns 1/3: good timeout after 1.07µs; 0 bytes
  824. timeout_test.go:962: 200ns 2/3
  825. timeout_test.go:978: 200ns 2/3: good timeout after 1.37µs; 0 bytes
  826. timeout_test.go:962: 500ns 0/3
  827. timeout_test.go:978: 500ns 0/3: good timeout after 3.797µs; 0 bytes
  828. timeout_test.go:962: 500ns 1/3
  829. timeout_test.go:978: 500ns 1/3: good timeout after 4.071µs; 0 bytes
  830. timeout_test.go:962: 500ns 2/3
  831. timeout_test.go:978: 500ns 2/3: good timeout after 3.163µs; 0 bytes
  832. timeout_test.go:962: 750ns 0/3
  833. timeout_test.go:978: 750ns 0/3: good timeout after 3.8µs; 0 bytes
  834. timeout_test.go:962: 750ns 1/3
  835. timeout_test.go:978: 750ns 1/3: good timeout after 3.071µs; 0 bytes
  836. timeout_test.go:962: 750ns 2/3
  837. timeout_test.go:978: 750ns 2/3: good timeout after 3.839µs; 0 bytes
  838. timeout_test.go:962: 1µs 0/3
  839. timeout_test.go:978: 1µs 0/3: good timeout after 3.066µs; 0 bytes
  840. timeout_test.go:962: 1µs 1/3
  841. timeout_test.go:978: 1µs 1/3: good timeout after 3.841µs; 0 bytes
  842. timeout_test.go:962: 1µs 2/3
  843. timeout_test.go:978: 1µs 2/3: good timeout after 3.064µs; 0 bytes
  844. timeout_test.go:962: 5µs 0/3
  845. timeout_test.go:978: 5µs 0/3: good timeout after 32.03µs; 0 bytes
  846. timeout_test.go:962: 5µs 1/3
  847. timeout_test.go:978: 5µs 1/3: good timeout after 33.278µs; 0 bytes
  848. timeout_test.go:962: 5µs 2/3
  849. timeout_test.go:978: 5µs 2/3: good timeout after 32.175µs; 0 bytes
  850. timeout_test.go:962: 25µs 0/3
  851. timeout_test.go:978: 25µs 0/3: good timeout after 31.211µs; 0 bytes
  852. timeout_test.go:962: 25µs 1/3
  853. timeout_test.go:978: 25µs 1/3: good timeout after 31.379µs; 0 bytes
  854. timeout_test.go:962: 25µs 2/3
  855. timeout_test.go:978: 25µs 2/3: good timeout after 31.052µs; 0 bytes
  856. timeout_test.go:962: 250µs 0/3
  857. timeout_test.go:978: 250µs 0/3: good timeout after 1.106559ms; 0 bytes
  858. timeout_test.go:962: 250µs 1/3
  859. timeout_test.go:978: 250µs 1/3: good timeout after 1.113924ms; 0 bytes
  860. timeout_test.go:962: 250µs 2/3
  861. timeout_test.go:978: 250µs 2/3: good timeout after 1.125471ms; 0 bytes
  862. timeout_test.go:962: 500µs 0/3
  863. timeout_test.go:978: 500µs 0/3: good timeout after 1.179109ms; 0 bytes
  864. timeout_test.go:962: 500µs 1/3
  865. timeout_test.go:978: 500µs 1/3: good timeout after 1.151613ms; 0 bytes
  866. timeout_test.go:962: 500µs 2/3
  867. timeout_test.go:978: 500µs 2/3: good timeout after 1.136237ms; 0 bytes
  868. timeout_test.go:962: 1ms 0/3
  869. timeout_test.go:978: 1ms 0/3: good timeout after 1.146126ms; 0 bytes
  870. timeout_test.go:962: 1ms 1/3
  871. timeout_test.go:978: 1ms 1/3: good timeout after 1.151883ms; 0 bytes
  872. timeout_test.go:962: 1ms 2/3
  873. timeout_test.go:978: 1ms 2/3: good timeout after 1.183248ms; 0 bytes
  874. timeout_test.go:962: 5ms 0/3
  875. timeout_test.go:978: 5ms 0/3: good timeout after 5.259199ms; 0 bytes
  876. timeout_test.go:962: 5ms 1/3
  877. timeout_test.go:978: 5ms 1/3: good timeout after 5.326769ms; 0 bytes
  878. timeout_test.go:962: 5ms 2/3
  879. timeout_test.go:978: 5ms 2/3: good timeout after 5.330112ms; 0 bytes
  880. timeout_test.go:962: 100ms 0/3
  881. timeout_test.go:978: 100ms 0/3: good timeout after 100.411433ms; 0 bytes
  882. timeout_test.go:962: 100ms 1/3
  883. timeout_test.go:978: 100ms 1/3: good timeout after 100.562635ms; 0 bytes
  884. timeout_test.go:962: 100ms 2/3
  885. timeout_test.go:978: 100ms 2/3: good timeout after 100.393873ms; 0 bytes
  886. timeout_test.go:962: 250ms 0/3
  887. timeout_test.go:978: 250ms 0/3: good timeout after 250.555217ms; 0 bytes
  888. timeout_test.go:962: 250ms 1/3
  889. timeout_test.go:978: 250ms 1/3: good timeout after 250.631576ms; 0 bytes
  890. timeout_test.go:962: 250ms 2/3
  891. timeout_test.go:978: 250ms 2/3: good timeout after 250.655958ms; 0 bytes
  892. timeout_test.go:962: 500ms 0/3
  893. timeout_test.go:978: 500ms 0/3: good timeout after 500.774426ms; 0 bytes
  894. timeout_test.go:962: 500ms 1/3
  895. timeout_test.go:978: 500ms 1/3: good timeout after 500.775448ms; 0 bytes
  896. timeout_test.go:962: 500ms 2/3
  897. timeout_test.go:978: 500ms 2/3: good timeout after 500.753453ms; 0 bytes
  898. timeout_test.go:962: 1s 0/3
  899. timeout_test.go:978: 1s 0/3: good timeout after 1.000254863s; 0 bytes
  900. timeout_test.go:962: 1s 1/3
  901. timeout_test.go:978: 1s 1/3: good timeout after 1.000212344s; 0 bytes
  902. timeout_test.go:962: 1s 2/3
  903. timeout_test.go:978: 1s 2/3: good timeout after 1.000290496s; 0 bytes
  904. --- PASS: TestVariousDeadlines1Proc (5.59s)
  905. === RUN TestVariousDeadlines4Proc
  906. timeout_test.go:962: 1ns 0/3
  907. timeout_test.go:978: 1ns 0/3: good timeout after 11.116µs; 0 bytes
  908. timeout_test.go:962: 1ns 1/3
  909. timeout_test.go:978: 1ns 1/3: good timeout after 8.495µs; 0 bytes
  910. timeout_test.go:962: 1ns 2/3
  911. timeout_test.go:978: 1ns 2/3: good timeout after 7.668µs; 0 bytes
  912. timeout_test.go:962: 2ns 0/3
  913. timeout_test.go:978: 2ns 0/3: good timeout after 5.538µs; 0 bytes
  914. timeout_test.go:962: 2ns 1/3
  915. timeout_test.go:978: 2ns 1/3: good timeout after 7.673µs; 0 bytes
  916. timeout_test.go:962: 2ns 2/3
  917. timeout_test.go:978: 2ns 2/3: good timeout after 7.036µs; 0 bytes
  918. timeout_test.go:962: 5ns 0/3
  919. timeout_test.go:978: 5ns 0/3: good timeout after 7.733µs; 0 bytes
  920. timeout_test.go:962: 5ns 1/3
  921. timeout_test.go:978: 5ns 1/3: good timeout after 6.916µs; 0 bytes
  922. timeout_test.go:962: 5ns 2/3
  923. timeout_test.go:978: 5ns 2/3: good timeout after 2.488µs; 0 bytes
  924. timeout_test.go:962: 50ns 0/3
  925. timeout_test.go:978: 50ns 0/3: good timeout after 1.756µs; 0 bytes
  926. timeout_test.go:962: 50ns 1/3
  927. timeout_test.go:978: 50ns 1/3: good timeout after 1.761µs; 0 bytes
  928. timeout_test.go:962: 50ns 2/3
  929. timeout_test.go:978: 50ns 2/3: good timeout after 1.567µs; 0 bytes
  930. timeout_test.go:962: 100ns 0/3
  931. timeout_test.go:978: 100ns 0/3: good timeout after 1.524µs; 0 bytes
  932. timeout_test.go:962: 100ns 1/3
  933. timeout_test.go:978: 100ns 1/3: good timeout after 1.497µs; 0 bytes
  934. timeout_test.go:962: 100ns 2/3
  935. timeout_test.go:978: 100ns 2/3: good timeout after 1.597µs; 0 bytes
  936. timeout_test.go:962: 200ns 0/3
  937. timeout_test.go:978: 200ns 0/3: good timeout after 1.558µs; 0 bytes
  938. timeout_test.go:962: 200ns 1/3
  939. timeout_test.go:978: 200ns 1/3: good timeout after 1.612µs; 0 bytes
  940. timeout_test.go:962: 200ns 2/3
  941. timeout_test.go:978: 200ns 2/3: good timeout after 1.586µs; 0 bytes
  942. timeout_test.go:962: 500ns 0/3
  943. timeout_test.go:978: 500ns 0/3: good timeout after 5.772µs; 0 bytes
  944. timeout_test.go:962: 500ns 1/3
  945. timeout_test.go:978: 500ns 1/3: good timeout after 10.706µs; 0 bytes
  946. timeout_test.go:962: 500ns 2/3
  947. timeout_test.go:978: 500ns 2/3: good timeout after 9.651µs; 0 bytes
  948. timeout_test.go:962: 750ns 0/3
  949. timeout_test.go:978: 750ns 0/3: good timeout after 11.07µs; 0 bytes
  950. timeout_test.go:962: 750ns 1/3
  951. timeout_test.go:978: 750ns 1/3: good timeout after 7.281µs; 0 bytes
  952. timeout_test.go:962: 750ns 2/3
  953. timeout_test.go:978: 750ns 2/3: good timeout after 6.385µs; 0 bytes
  954. timeout_test.go:962: 1µs 0/3
  955. timeout_test.go:978: 1µs 0/3: good timeout after 4.803µs; 0 bytes
  956. timeout_test.go:962: 1µs 1/3
  957. timeout_test.go:978: 1µs 1/3: good timeout after 4.766µs; 0 bytes
  958. timeout_test.go:962: 1µs 2/3
  959. timeout_test.go:978: 1µs 2/3: good timeout after 3.977µs; 0 bytes
  960. timeout_test.go:962: 5µs 0/3
  961. timeout_test.go:978: 5µs 0/3: good timeout after 7.381µs; 0 bytes
  962. timeout_test.go:962: 5µs 1/3
  963. timeout_test.go:978: 5µs 1/3: good timeout after 7.06µs; 0 bytes
  964. timeout_test.go:962: 5µs 2/3
  965. timeout_test.go:978: 5µs 2/3: good timeout after 7.05µs; 0 bytes
  966. timeout_test.go:962: 25µs 0/3
  967. timeout_test.go:978: 25µs 0/3: good timeout after 1.06685ms; 0 bytes
  968. timeout_test.go:962: 25µs 1/3
  969. timeout_test.go:978: 25µs 1/3: good timeout after 1.072204ms; 0 bytes
  970. timeout_test.go:962: 25µs 2/3
  971. timeout_test.go:978: 25µs 2/3: good timeout after 38.83µs; 0 bytes
  972. timeout_test.go:962: 250µs 0/3
  973. timeout_test.go:978: 250µs 0/3: good timeout after 295.375µs; 0 bytes
  974. timeout_test.go:962: 250µs 1/3
  975. timeout_test.go:978: 250µs 1/3: good timeout after 776.522µs; 0 bytes
  976. timeout_test.go:962: 250µs 2/3
  977. timeout_test.go:978: 250µs 2/3: good timeout after 1.110782ms; 0 bytes
  978. timeout_test.go:962: 500µs 0/3
  979. timeout_test.go:978: 500µs 0/3: good timeout after 1.124276ms; 0 bytes
  980. timeout_test.go:962: 500µs 1/3
  981. timeout_test.go:978: 500µs 1/3: good timeout after 1.106276ms; 0 bytes
  982. timeout_test.go:962: 500µs 2/3
  983. timeout_test.go:978: 500µs 2/3: good timeout after 1.090089ms; 0 bytes
  984. timeout_test.go:962: 1ms 0/3
  985. timeout_test.go:978: 1ms 0/3: good timeout after 1.089697ms; 0 bytes
  986. timeout_test.go:962: 1ms 1/3
  987. timeout_test.go:978: 1ms 1/3: good timeout after 1.069895ms; 0 bytes
  988. timeout_test.go:962: 1ms 2/3
  989. timeout_test.go:978: 1ms 2/3: good timeout after 1.108422ms; 0 bytes
  990. timeout_test.go:962: 5ms 0/3
  991. timeout_test.go:978: 5ms 0/3: good timeout after 5.254626ms; 0 bytes
  992. timeout_test.go:962: 5ms 1/3
  993. timeout_test.go:978: 5ms 1/3: good timeout after 5.252115ms; 0 bytes
  994. timeout_test.go:962: 5ms 2/3
  995. timeout_test.go:978: 5ms 2/3: good timeout after 5.278082ms; 0 bytes
  996. timeout_test.go:962: 100ms 0/3
  997. timeout_test.go:978: 100ms 0/3: good timeout after 100.38938ms; 0 bytes
  998. timeout_test.go:962: 100ms 1/3
  999. timeout_test.go:978: 100ms 1/3: good timeout after 100.396783ms; 0 bytes
  1000. timeout_test.go:962: 100ms 2/3
  1001. timeout_test.go:978: 100ms 2/3: good timeout after 100.462696ms; 0 bytes
  1002. timeout_test.go:962: 250ms 0/3
  1003. timeout_test.go:978: 250ms 0/3: good timeout after 250.627099ms; 0 bytes
  1004. timeout_test.go:962: 250ms 1/3
  1005. timeout_test.go:978: 250ms 1/3: good timeout after 250.62918ms; 0 bytes
  1006. timeout_test.go:962: 250ms 2/3
  1007. timeout_test.go:978: 250ms 2/3: good timeout after 250.466272ms; 0 bytes
  1008. timeout_test.go:962: 500ms 0/3
  1009. timeout_test.go:978: 500ms 0/3: good timeout after 500.883494ms; 0 bytes
  1010. timeout_test.go:962: 500ms 1/3
  1011. timeout_test.go:978: 500ms 1/3: good timeout after 500.750377ms; 0 bytes
  1012. timeout_test.go:962: 500ms 2/3
  1013. timeout_test.go:978: 500ms 2/3: good timeout after 500.685048ms; 0 bytes
  1014. timeout_test.go:962: 1s 0/3
  1015. timeout_test.go:978: 1s 0/3: good timeout after 1.00021495s; 0 bytes
  1016. timeout_test.go:962: 1s 1/3
  1017. timeout_test.go:978: 1s 1/3: good timeout after 1.000146158s; 0 bytes
  1018. timeout_test.go:962: 1s 2/3
  1019. timeout_test.go:978: 1s 2/3: good timeout after 1.000212508s; 0 bytes
  1020. --- PASS: TestVariousDeadlines4Proc (5.60s)
  1021. === RUN TestReadWriteProlongedTimeout
  1022. === PAUSE TestReadWriteProlongedTimeout
  1023. === RUN TestReadWriteDeadlineRace
  1024. === PAUSE TestReadWriteDeadlineRace
  1025. === RUN TestConcurrentSetDeadline
  1026. --- PASS: TestConcurrentSetDeadline (0.01s)
  1027. === RUN TestResolveUDPAddr
  1028. --- PASS: TestResolveUDPAddr (0.00s)
  1029. === RUN TestWriteToUDP
  1030. --- PASS: TestWriteToUDP (0.00s)
  1031. === RUN TestUDPConnLocalName
  1032. --- PASS: TestUDPConnLocalName (0.00s)
  1033. === RUN TestUDPConnLocalAndRemoteNames
  1034. --- PASS: TestUDPConnLocalAndRemoteNames (0.00s)
  1035. === RUN TestIPv6LinkLocalUnicastUDP
  1036. --- PASS: TestIPv6LinkLocalUnicastUDP (0.00s)
  1037. === RUN TestUDPZeroBytePayload
  1038. --- PASS: TestUDPZeroBytePayload (0.00s)
  1039. === RUN TestUDPZeroByteBuffer
  1040. --- PASS: TestUDPZeroByteBuffer (0.00s)
  1041. === RUN TestUDPReadSizeError
  1042. --- PASS: TestUDPReadSizeError (0.00s)
  1043. === RUN TestUDPReadTimeout
  1044. --- PASS: TestUDPReadTimeout (0.00s)
  1045. === RUN TestAllocs
  1046. --- PASS: TestAllocs (0.02s)
  1047. === RUN TestUDPIPVersionReadMsg
  1048. --- PASS: TestUDPIPVersionReadMsg (0.00s)
  1049. === RUN TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion
  1050. --- PASS: TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion (0.00s)
  1051. === RUN TestUnixgramAutobind
  1052. --- PASS: TestUnixgramAutobind (0.00s)
  1053. === RUN TestUnixAutobindClose
  1054. --- PASS: TestUnixAutobindClose (0.00s)
  1055. === RUN TestUnixgramLinuxAbstractLongName
  1056. --- PASS: TestUnixgramLinuxAbstractLongName (0.00s)
  1057. === RUN TestUnixConnReadMsgUnixSCMRightsCloseOnExec
  1058. --- PASS: TestUnixConnReadMsgUnixSCMRightsCloseOnExec (0.00s)
  1059. === RUN TestReadUnixgramWithUnnamedSocket
  1060. --- PASS: TestReadUnixgramWithUnnamedSocket (0.00s)
  1061. === RUN TestUnixgramZeroBytePayload
  1062. --- PASS: TestUnixgramZeroBytePayload (0.00s)
  1063. === RUN TestUnixgramZeroByteBuffer
  1064. --- PASS: TestUnixgramZeroByteBuffer (0.00s)
  1065. === RUN TestUnixgramWrite
  1066. --- PASS: TestUnixgramWrite (0.00s)
  1067. === RUN TestUnixConnLocalAndRemoteNames
  1068. --- PASS: TestUnixConnLocalAndRemoteNames (0.00s)
  1069. === RUN TestUnixgramConnLocalAndRemoteNames
  1070. --- PASS: TestUnixgramConnLocalAndRemoteNames (0.00s)
  1071. === RUN TestUnixUnlink
  1072. === RUN TestUnixUnlink/Listen
  1073. === RUN TestUnixUnlink/FileListener
  1074. === RUN TestUnixUnlink/SecondClose
  1075. === RUN TestUnixUnlink/Listen/SetUnlinkOnClose(true)
  1076. === RUN TestUnixUnlink/Listen/SetUnlinkOnClose(false)
  1077. === RUN TestUnixUnlink/FileListener/SetUnlinkOnClose(true)
  1078. === RUN TestUnixUnlink/FileListener/SetUnlinkOnClose(false)
  1079. --- PASS: TestUnixUnlink (0.00s)
  1080. --- PASS: TestUnixUnlink/Listen (0.00s)
  1081. --- PASS: TestUnixUnlink/FileListener (0.00s)
  1082. --- PASS: TestUnixUnlink/SecondClose (0.00s)
  1083. --- PASS: TestUnixUnlink/Listen/SetUnlinkOnClose(true) (0.00s)
  1084. --- PASS: TestUnixUnlink/Listen/SetUnlinkOnClose(false) (0.00s)
  1085. --- PASS: TestUnixUnlink/FileListener/SetUnlinkOnClose(true) (0.00s)
  1086. --- PASS: TestUnixUnlink/FileListener/SetUnlinkOnClose(false) (0.00s)
  1087. === RUN TestEndlessWrite
  1088. === PAUSE TestEndlessWrite
  1089. === RUN TestBuffers_read
  1090. --- PASS: TestBuffers_read (0.00s)
  1091. === RUN TestBuffers_consume
  1092. --- PASS: TestBuffers_consume (0.00s)
  1093. === RUN TestBuffers_WriteTo
  1094. === RUN TestBuffers_WriteTo/WriteTo/0
  1095. === RUN TestBuffers_WriteTo/WriteTo/10
  1096. === RUN TestBuffers_WriteTo/WriteTo/1023
  1097. === RUN TestBuffers_WriteTo/WriteTo/1024
  1098. === RUN TestBuffers_WriteTo/WriteTo/1025
  1099. === RUN TestBuffers_WriteTo/Copy/0
  1100. === RUN TestBuffers_WriteTo/Copy/10
  1101. === RUN TestBuffers_WriteTo/Copy/1023
  1102. === RUN TestBuffers_WriteTo/Copy/1024
  1103. === RUN TestBuffers_WriteTo/Copy/1025
  1104. --- PASS: TestBuffers_WriteTo (0.00s)
  1105. --- PASS: TestBuffers_WriteTo/WriteTo/0 (0.00s)
  1106. --- PASS: TestBuffers_WriteTo/WriteTo/10 (0.00s)
  1107. --- PASS: TestBuffers_WriteTo/WriteTo/1023 (0.00s)
  1108. --- PASS: TestBuffers_WriteTo/WriteTo/1024 (0.00s)
  1109. --- PASS: TestBuffers_WriteTo/WriteTo/1025 (0.00s)
  1110. --- PASS: TestBuffers_WriteTo/Copy/0 (0.00s)
  1111. --- PASS: TestBuffers_WriteTo/Copy/10 (0.00s)
  1112. --- PASS: TestBuffers_WriteTo/Copy/1023 (0.00s)
  1113. --- PASS: TestBuffers_WriteTo/Copy/1024 (0.00s)
  1114. --- PASS: TestBuffers_WriteTo/Copy/1025 (0.00s)
  1115. === RUN TestWritevError
  1116. --- PASS: TestWritevError (0.00s)
  1117. === RUN TestPipe
  1118. === RUN TestPipe/BasicIO
  1119. === RUN TestPipe/PingPong
  1120. === RUN TestPipe/RacyRead
  1121. === RUN TestPipe/RacyWrite
  1122. === RUN TestPipe/ReadTimeout
  1123. === RUN TestPipe/WriteTimeout
  1124. === RUN TestPipe/PastTimeout
  1125. === RUN TestPipe/PresentTimeout
  1126. === RUN TestPipe/FutureTimeout
  1127. === RUN TestPipe/CloseTimeout
  1128. === RUN TestPipe/ConcurrentMethods
  1129. --- PASS: TestPipe (0.31s)
  1130. --- PASS: TestPipe/BasicIO (0.00s)
  1131. --- PASS: TestPipe/PingPong (0.00s)
  1132. --- PASS: TestPipe/RacyRead (0.00s)
  1133. --- PASS: TestPipe/RacyWrite (0.00s)
  1134. --- PASS: TestPipe/ReadTimeout (0.00s)
  1135. --- PASS: TestPipe/WriteTimeout (0.00s)
  1136. --- PASS: TestPipe/PastTimeout (0.00s)
  1137. --- PASS: TestPipe/PresentTimeout (0.10s)
  1138. --- PASS: TestPipe/FutureTimeout (0.10s)
  1139. --- PASS: TestPipe/CloseTimeout (0.10s)
  1140. --- PASS: TestPipe/ConcurrentMethods (0.00s)
  1141. === RUN TestPipeCloseError
  1142. --- PASS: TestPipeCloseError (0.00s)
  1143. === CONT TestLookupGoogleSRV
  1144. === CONT TestEndlessWrite
  1145. === CONT TestAcceptTimeoutMustReturn
  1146. === CONT TestListenerClose
  1147. === RUN TestListenerClose/tcp
  1148. === PAUSE TestListenerClose/tcp
  1149. === RUN TestListenerClose/unix
  1150. === PAUSE TestListenerClose/unix
  1151. === RUN TestListenerClose/unixpacket
  1152. === PAUSE TestListenerClose/unixpacket
  1153. === CONT TestTCPSpuriousConnSetupCompletionWithCancel
  1154. === NAME TestEndlessWrite
  1155. write_unix_test.go:55: client WaitWrite: i/o timeout
  1156. --- PASS: TestEndlessWrite (0.01s)
  1157. === CONT TestSendfilePipe
  1158. --- PASS: TestAcceptTimeoutMustReturn (0.01s)
  1159. === CONT TestNotTemporaryRead
  1160. --- PASS: TestNotTemporaryRead (0.00s)
  1161. === CONT TestCloseUnblocksRead
  1162. --- PASS: TestCloseUnblocksRead (0.02s)
  1163. === CONT TestZeroByteRead
  1164. === RUN TestZeroByteRead/tcp
  1165. === PAUSE TestZeroByteRead/tcp
  1166. === RUN TestZeroByteRead/unix
  1167. === PAUSE TestZeroByteRead/unix
  1168. === RUN TestZeroByteRead/unixpacket
  1169. === PAUSE TestZeroByteRead/unixpacket
  1170. === CONT TestPacketConnClose
  1171. === RUN TestPacketConnClose/udp
  1172. === PAUSE TestPacketConnClose/udp
  1173. === RUN TestPacketConnClose/unixgram
  1174. === PAUSE TestPacketConnClose/unixgram
  1175. === CONT TestLookupHostCancel
  1176. --- PASS: TestLookupGoogleSRV (0.06s)
  1177. --- PASS: TestSendfilePipe (0.05s)
  1178. === CONT TestCloseWrite
  1179. === RUN TestCloseWrite/tcp
  1180. === PAUSE TestCloseWrite/tcp
  1181. === RUN TestCloseWrite/unix
  1182. === PAUSE TestCloseWrite/unix
  1183. === RUN TestCloseWrite/unixpacket
  1184. === PAUSE TestCloseWrite/unixpacket
  1185. === CONT TestConnClose
  1186. === RUN TestConnClose/tcp
  1187. === PAUSE TestConnClose/tcp
  1188. === RUN TestConnClose/unix
  1189. === PAUSE TestConnClose/unix
  1190. === RUN TestConnClose/unixpacket
  1191. === PAUSE TestConnClose/unixpacket
  1192. === CONT TestCloseRead
  1193. === RUN TestCloseRead/tcp
  1194. === PAUSE TestCloseRead/tcp
  1195. === RUN TestCloseRead/unix
  1196. === PAUSE TestCloseRead/unix
  1197. === RUN TestCloseRead/unixpacket
  1198. === PAUSE TestCloseRead/unixpacket
  1199. === CONT TestWriteToTimeout
  1200. === RUN TestWriteToTimeout/-5s
  1201. timeout_test.go:604: #0: WriteTo: 0, write udp 127.0.0.1:47747->127.0.0.1:43882: i/o timeout
  1202. timeout_test.go:631: WriteTo timed out as expected
  1203. timeout_test.go:604: #1: WriteTo: 0, write udp 127.0.0.1:47747->127.0.0.1:43882: i/o timeout
  1204. timeout_test.go:631: WriteTo timed out as expected
  1205. === RUN TestWriteToTimeout/10ms
  1206. timeout_test.go:604: #0: WriteTo: 20, <nil>
  1207. timeout_test.go:608: WriteTo succeeded; sleeping 3.333333ms
  1208. === CONT TestReadWriteDeadlineRace
  1209. === NAME TestWriteToTimeout/10ms
  1210. timeout_test.go:604: #1: WriteTo: 20, <nil>
  1211. timeout_test.go:608: WriteTo succeeded; sleeping 3.333333ms
  1212. timeout_test.go:604: #2: WriteTo: 20, <nil>
  1213. timeout_test.go:608: WriteTo succeeded; sleeping 3.333333ms
  1214. --- PASS: TestReadWriteDeadlineRace (0.01s)
  1215. === CONT TestReadWriteProlongedTimeout
  1216. === NAME TestWriteToTimeout/10ms
  1217. timeout_test.go:604: #3: WriteTo: 0, write udp 127.0.0.1:47062->127.0.0.1:43882: i/o timeout
  1218. timeout_test.go:631: WriteTo timed out as expected
  1219. timeout_test.go:604: #4: WriteTo: 0, write udp 127.0.0.1:47062->127.0.0.1:43882: i/o timeout
  1220. timeout_test.go:631: WriteTo timed out as expected
  1221. --- PASS: TestWriteToTimeout (0.01s)
  1222. --- PASS: TestWriteToTimeout/-5s (0.00s)
  1223. --- PASS: TestWriteToTimeout/10ms (0.01s)
  1224. === CONT TestVariousDeadlines
  1225. timeout_test.go:962: 1ns 0/3
  1226. timeout_test.go:978: 1ns 0/3: good timeout after 7.787µs; 0 bytes
  1227. timeout_test.go:962: 1ns 1/3
  1228. timeout_test.go:978: 1ns 1/3: good timeout after 2.361µs; 0 bytes
  1229. timeout_test.go:962: 1ns 2/3
  1230. timeout_test.go:978: 1ns 2/3: good timeout after 2.505µs; 0 bytes
  1231. timeout_test.go:962: 2ns 0/3
  1232. timeout_test.go:978: 2ns 0/3: good timeout after 2.014µs; 0 bytes
  1233. timeout_test.go:962: 2ns 1/3
  1234. timeout_test.go:978: 2ns 1/3: good timeout after 1.929µs; 0 bytes
  1235. timeout_test.go:962: 2ns 2/3
  1236. timeout_test.go:978: 2ns 2/3: good timeout after 1.705µs; 0 bytes
  1237. timeout_test.go:962: 5ns 0/3
  1238. timeout_test.go:978: 5ns 0/3: good timeout after 2.213µs; 0 bytes
  1239. timeout_test.go:962: 5ns 1/3
  1240. timeout_test.go:978: 5ns 1/3: good timeout after 1.824µs; 0 bytes
  1241. timeout_test.go:962: 5ns 2/3
  1242. timeout_test.go:978: 5ns 2/3: good timeout after 1.836µs; 0 bytes
  1243. timeout_test.go:962: 50ns 0/3
  1244. timeout_test.go:978: 50ns 0/3: good timeout after 1.675µs; 0 bytes
  1245. timeout_test.go:962: 50ns 1/3
  1246. timeout_test.go:978: 50ns 1/3: good timeout after 1.659µs; 0 bytes
  1247. timeout_test.go:962: 50ns 2/3
  1248. timeout_test.go:978: 50ns 2/3: good timeout after 1.404µs; 0 bytes
  1249. timeout_test.go:962: 100ns 0/3
  1250. timeout_test.go:978: 100ns 0/3: good timeout after 1.546µs; 0 bytes
  1251. timeout_test.go:962: 100ns 1/3
  1252. timeout_test.go:978: 100ns 1/3: good timeout after 1.439µs; 0 bytes
  1253. timeout_test.go:962: 100ns 2/3
  1254. timeout_test.go:978: 100ns 2/3: good timeout after 1.57µs; 0 bytes
  1255. timeout_test.go:962: 200ns 0/3
  1256. timeout_test.go:978: 200ns 0/3: good timeout after 1.87µs; 0 bytes
  1257. timeout_test.go:962: 200ns 1/3
  1258. timeout_test.go:978: 200ns 1/3: good timeout after 1.737µs; 0 bytes
  1259. timeout_test.go:962: 200ns 2/3
  1260. timeout_test.go:978: 200ns 2/3: good timeout after 1.585µs; 0 bytes
  1261. timeout_test.go:962: 500ns 0/3
  1262. timeout_test.go:978: 500ns 0/3: good timeout after 4.925µs; 0 bytes
  1263. timeout_test.go:962: 500ns 1/3
  1264. timeout_test.go:978: 500ns 1/3: good timeout after 5.216µs; 0 bytes
  1265. timeout_test.go:962: 500ns 2/3
  1266. timeout_test.go:978: 500ns 2/3: good timeout after 4.69µs; 0 bytes
  1267. timeout_test.go:962: 750ns 0/3
  1268. timeout_test.go:978: 750ns 0/3: good timeout after 4.842µs; 0 bytes
  1269. timeout_test.go:962: 750ns 1/3
  1270. timeout_test.go:978: 750ns 1/3: good timeout after 5.06µs; 0 bytes
  1271. timeout_test.go:962: 750ns 2/3
  1272. timeout_test.go:978: 750ns 2/3: good timeout after 4.497µs; 0 bytes
  1273. timeout_test.go:962: 1µs 0/3
  1274. timeout_test.go:978: 1µs 0/3: good timeout after 3.853µs; 0 bytes
  1275. timeout_test.go:962: 1µs 1/3
  1276. timeout_test.go:978: 1µs 1/3: good timeout after 5.066µs; 0 bytes
  1277. timeout_test.go:962: 1µs 2/3
  1278. timeout_test.go:978: 1µs 2/3: good timeout after 4.562µs; 0 bytes
  1279. timeout_test.go:962: 5µs 0/3
  1280. timeout_test.go:978: 5µs 0/3: good timeout after 44.117µs; 0 bytes
  1281. timeout_test.go:962: 5µs 1/3
  1282. timeout_test.go:978: 5µs 1/3: good timeout after 48.503µs; 0 bytes
  1283. timeout_test.go:962: 5µs 2/3
  1284. timeout_test.go:978: 5µs 2/3: good timeout after 61.391µs; 0 bytes
  1285. timeout_test.go:962: 25µs 0/3
  1286. timeout_test.go:978: 25µs 0/3: good timeout after 45.729µs; 0 bytes
  1287. timeout_test.go:962: 25µs 1/3
  1288. timeout_test.go:978: 25µs 1/3: good timeout after 56.492µs; 0 bytes
  1289. timeout_test.go:962: 25µs 2/3
  1290. timeout_test.go:978: 25µs 2/3: good timeout after 51.559µs; 0 bytes
  1291. timeout_test.go:962: 250µs 0/3
  1292. timeout_test.go:978: 250µs 0/3: good timeout after 256.48µs; 0 bytes
  1293. timeout_test.go:962: 250µs 1/3
  1294. timeout_test.go:978: 250µs 1/3: good timeout after 331.863µs; 0 bytes
  1295. timeout_test.go:962: 250µs 2/3
  1296. timeout_test.go:978: 250µs 2/3: good timeout after 256.071µs; 0 bytes
  1297. timeout_test.go:962: 500µs 0/3
  1298. timeout_test.go:978: 500µs 0/3: good timeout after 508.202µs; 0 bytes
  1299. timeout_test.go:962: 500µs 1/3
  1300. timeout_test.go:978: 500µs 1/3: good timeout after 510.677µs; 0 bytes
  1301. timeout_test.go:962: 500µs 2/3
  1302. timeout_test.go:978: 500µs 2/3: good timeout after 1.55958ms; 0 bytes
  1303. timeout_test.go:962: 1ms 0/3
  1304. --- PASS: TestReadWriteProlongedTimeout (0.01s)
  1305. === CONT TestWriteTimeout
  1306. === NAME TestVariousDeadlines
  1307. timeout_test.go:978: 1ms 0/3: good timeout after 1.4372ms; 0 bytes
  1308. timeout_test.go:962: 1ms 1/3
  1309. timeout_test.go:978: 1ms 1/3: good timeout after 1.151767ms; 0 bytes
  1310. timeout_test.go:962: 1ms 2/3
  1311. timeout_test.go:978: 1ms 2/3: good timeout after 1.071007ms; 0 bytes
  1312. timeout_test.go:962: 5ms 0/3
  1313. timeout_test.go:978: 5ms 0/3: good timeout after 5.671197ms; 0 bytes
  1314. timeout_test.go:962: 5ms 1/3
  1315. timeout_test.go:978: 5ms 1/3: good timeout after 5.596754ms; 0 bytes
  1316. timeout_test.go:962: 5ms 2/3
  1317. --- PASS: TestWriteTimeout (0.02s)
  1318. === CONT TestWriteTimeoutMustNotReturn
  1319. === NAME TestVariousDeadlines
  1320. timeout_test.go:978: 5ms 2/3: good timeout after 5.827876ms; 0 bytes
  1321. timeout_test.go:962: 100ms 0/3
  1322. --- PASS: TestWriteTimeoutMustNotReturn (0.10s)
  1323. === CONT TestLookupGmailNS
  1324. === NAME TestVariousDeadlines
  1325. timeout_test.go:978: 100ms 0/3: good timeout after 100.297417ms; 0 bytes
  1326. timeout_test.go:962: 100ms 1/3
  1327. timeout_test.go:978: 100ms 1/3: good timeout after 100.195898ms; 0 bytes
  1328. timeout_test.go:962: 100ms 2/3
  1329. timeout_test.go:978: 100ms 2/3: good timeout after 100.111391ms; 0 bytes
  1330. timeout_test.go:962: 250ms 0/3
  1331. timeout_test.go:978: 250ms 0/3: good timeout after 250.246847ms; 0 bytes
  1332. timeout_test.go:962: 250ms 1/3
  1333. timeout_test.go:978: 250ms 1/3: good timeout after 252.164165ms; 0 bytes
  1334. timeout_test.go:962: 250ms 2/3
  1335. timeout_test.go:978: 250ms 2/3: good timeout after 250.07534ms; 0 bytes
  1336. timeout_test.go:962: 500ms 0/3
  1337. timeout_test.go:978: 500ms 0/3: good timeout after 500.653251ms; 0 bytes
  1338. timeout_test.go:962: 500ms 1/3
  1339. timeout_test.go:978: 500ms 1/3: good timeout after 500.782674ms; 0 bytes
  1340. timeout_test.go:962: 500ms 2/3
  1341. timeout_test.go:978: 500ms 2/3: good timeout after 500.707049ms; 0 bytes
  1342. timeout_test.go:962: 1s 0/3
  1343. timeout_test.go:978: 1s 0/3: good timeout after 1.000940125s; 0 bytes
  1344. timeout_test.go:962: 1s 1/3
  1345. timeout_test.go:978: 1s 1/3: good timeout after 1.000848743s; 0 bytes
  1346. timeout_test.go:962: 1s 2/3
  1347. timeout_test.go:978: 1s 2/3: good timeout after 1.000043287s; 0 bytes
  1348. --- PASS: TestVariousDeadlines (5.59s)
  1349. === CONT TestLookupGmailTXT
  1350. --- PASS: TestLookupGmailNS (10.99s)
  1351. === CONT TestLookupGmailMX
  1352. --- PASS: TestLookupHostCancel (18.39s)
  1353. === CONT TestReadTimeoutMustNotReturn
  1354. --- PASS: TestTCPSpuriousConnSetupCompletionWithCancel (18.44s)
  1355. === CONT TestAcceptTimeoutMustNotReturn
  1356. --- PASS: TestReadTimeoutMustNotReturn (0.10s)
  1357. === CONT TestListenerClose/tcp
  1358. === CONT TestListenerClose/unixpacket
  1359. === CONT TestListenerClose/unix
  1360. --- PASS: TestListenerClose (0.00s)
  1361. --- PASS: TestListenerClose/tcp (0.00s)
  1362. --- PASS: TestListenerClose/unixpacket (0.00s)
  1363. --- PASS: TestListenerClose/unix (0.00s)
  1364. === CONT TestZeroByteRead/tcp
  1365. === CONT TestZeroByteRead/unixpacket
  1366. === CONT TestZeroByteRead/unix
  1367. --- PASS: TestZeroByteRead (0.00s)
  1368. --- PASS: TestZeroByteRead/tcp (0.00s)
  1369. --- PASS: TestZeroByteRead/unixpacket (0.00s)
  1370. --- PASS: TestZeroByteRead/unix (0.00s)
  1371. === CONT TestPacketConnClose/udp
  1372. === CONT TestPacketConnClose/unixgram
  1373. --- PASS: TestPacketConnClose (0.00s)
  1374. --- PASS: TestPacketConnClose/udp (0.00s)
  1375. --- PASS: TestPacketConnClose/unixgram (0.00s)
  1376. === CONT TestCloseWrite/tcp
  1377. === CONT TestConnClose/tcp
  1378. === CONT TestCloseRead/tcp
  1379. === CONT TestCloseWrite/unixpacket
  1380. === CONT TestCloseWrite/unix
  1381. --- PASS: TestCloseWrite (0.00s)
  1382. --- PASS: TestCloseWrite/tcp (0.00s)
  1383. --- PASS: TestCloseWrite/unixpacket (0.00s)
  1384. --- PASS: TestCloseWrite/unix (0.00s)
  1385. === CONT TestConnClose/unixpacket
  1386. === CONT TestConnClose/unix
  1387. --- PASS: TestConnClose (0.00s)
  1388. --- PASS: TestConnClose/tcp (0.00s)
  1389. --- PASS: TestConnClose/unixpacket (0.00s)
  1390. --- PASS: TestConnClose/unix (0.00s)
  1391. === CONT TestCloseRead/unixpacket
  1392. === CONT TestCloseRead/unix
  1393. --- PASS: TestCloseRead (0.00s)
  1394. --- PASS: TestCloseRead/tcp (0.00s)
  1395. --- PASS: TestCloseRead/unixpacket (0.00s)
  1396. --- PASS: TestCloseRead/unix (0.00s)
  1397. --- PASS: TestAcceptTimeoutMustNotReturn (0.10s)
  1398. --- PASS: TestLookupGmailTXT (15.23s)
  1399. --- PASS: TestLookupGmailMX (20.02s)
  1400. === RUN ExampleIPv4
  1401. --- PASS: ExampleIPv4 (0.00s)
  1402. === RUN ExampleParseCIDR
  1403. --- PASS: ExampleParseCIDR (0.00s)
  1404. === RUN ExampleParseIP
  1405. --- PASS: ExampleParseIP (0.00s)
  1406. === RUN ExampleIP_DefaultMask
  1407. --- PASS: ExampleIP_DefaultMask (0.00s)
  1408. === RUN ExampleIP_Equal
  1409. --- PASS: ExampleIP_Equal (0.00s)
  1410. === RUN ExampleIP_IsGlobalUnicast
  1411. --- PASS: ExampleIP_IsGlobalUnicast (0.00s)
  1412. === RUN ExampleIP_IsInterfaceLocalMulticast
  1413. --- PASS: ExampleIP_IsInterfaceLocalMulticast (0.00s)
  1414. === RUN ExampleIP_IsLinkLocalMulticast
  1415. --- PASS: ExampleIP_IsLinkLocalMulticast (0.00s)
  1416. === RUN ExampleIP_IsLinkLocalUnicast
  1417. --- PASS: ExampleIP_IsLinkLocalUnicast (0.00s)
  1418. === RUN ExampleIP_IsLoopback
  1419. --- PASS: ExampleIP_IsLoopback (0.00s)
  1420. === RUN ExampleIP_IsMulticast
  1421. --- PASS: ExampleIP_IsMulticast (0.00s)
  1422. === RUN ExampleIP_IsPrivate
  1423. --- PASS: ExampleIP_IsPrivate (0.00s)
  1424. === RUN ExampleIP_IsUnspecified
  1425. --- PASS: ExampleIP_IsUnspecified (0.00s)
  1426. === RUN ExampleIP_Mask
  1427. --- PASS: ExampleIP_Mask (0.00s)
  1428. === RUN ExampleIP_String
  1429. --- PASS: ExampleIP_String (0.00s)
  1430. === RUN ExampleIP_To16
  1431. --- PASS: ExampleIP_To16 (0.00s)
  1432. === RUN ExampleIP_to4
  1433. --- PASS: ExampleIP_to4 (0.00s)
  1434. === RUN ExampleCIDRMask
  1435. --- PASS: ExampleCIDRMask (0.00s)
  1436. === RUN ExampleIPv4Mask
  1437. --- PASS: ExampleIPv4Mask (0.00s)
  1438. PASS
  1439. Socket statistical information:
  1440. (inet4, datagram|0x80800, default): opened=165 connected=69 listened=0 accepted=0 closed=164 openfailed=0 connectfailed=1 listenfailed=0 acceptfailed=0 closefailed=0
  1441. (inet6, datagram|0x80800, default): opened=138 connected=40 listened=0 accepted=0 closed=138 openfailed=0 connectfailed=0 listenfailed=0 acceptfailed=0 closefailed=0
  1442. (local, datagram|0x80800, default): opened=37 connected=9 listened=0 accepted=0 closed=37 openfailed=0 connectfailed=1 listenfailed=0 acceptfailed=0 closefailed=0
  1443. (inet4, raw|0x80800, 1): opened=0 connected=0 listened=0 accepted=0 closed=0 openfailed=1 connectfailed=0 listenfailed=0 acceptfailed=0 closefailed=0
  1444. (inet6, raw|0x80800, 1): opened=0 connected=0 listened=0 accepted=0 closed=0 openfailed=1 connectfailed=0 listenfailed=0 acceptfailed=0 closefailed=0
  1445. (local, stream|0x80800, default): opened=59 connected=24 listened=31 accepted=18 closed=77 openfailed=0 connectfailed=1 listenfailed=0 acceptfailed=2 closefailed=0
  1446. (local, seqpacket|0x80800, default): opened=32 connected=15 listened=13 accepted=11 closed=43 openfailed=0 connectfailed=1 listenfailed=0 acceptfailed=3 closefailed=0
  1447. (inet6, stream|0x80800, default): opened=157 connected=52 listened=72 accepted=73 closed=230 openfailed=0 connectfailed=66 listenfailed=0 acceptfailed=66 closefailed=0
  1448. (inet4, stream|0x80800, default): opened=110705 connected=9500 listened=143 accepted=10335 closed=118357 openfailed=0 connectfailed=110073 listenfailed=0 acceptfailed=606 closefailed=0
  1449.  
  1450. ok net 51.359s
  1451.  
Add Comment
Please, Sign In to add comment