Created
January 14, 2020 10:54
-
-
Save shogo82148/80f1468535926483b32593ceb2fedb14 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-01-14T19:53:34+09:00 [DEBUG] Beginning segment named Test | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named lambda | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named marshal | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named marshal | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named dns | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named connect | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named attempt | |
2020-01-14T19:53:34+09:00 [DEBUG] Beginning subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named wait | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing subsegment named lambda | |
2020-01-14T19:53:34+09:00 [DEBUG] Closing segment named Test | |
2020-01-14T19:53:34+09:00 [DEBUG] { | |
"trace_id": "1-5e1d9dae-f04d4f845e3b6f04af740094", | |
"id": "c434f9020e15e9a9", | |
"name": "Test", | |
"start_time": 1578999214.024718, | |
"end_time": 1578999214.38036, | |
"aws": { | |
"xray": { | |
"sdk_version": "1.0.0-rc.14", | |
"sdk": "X-Ray for Go" | |
} | |
}, | |
"service": { | |
"compiler_version": "go1.13.6", | |
"compiler": "gc" | |
}, | |
"subsegments": [ | |
{ | |
"id": "6599d7ae2c175b5e", | |
"name": "lambda", | |
"start_time": 1578999214.024885, | |
"end_time": 1578999214.380224, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "4f8195086bb95e44", | |
"type": "error", | |
"message": "RequestError: send request failed\ncaused by: Get https://lambda.fake-moon-1.amazonaws.com/2015-03-31/functions/: dial tcp: lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/handlers.go", | |
"line": 267, | |
"label": "(*HandlerList).Run" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/request.go", | |
"line": 515, | |
"label": "(*Request).Send.func1" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/request.go", | |
"line": 538, | |
"label": "(*Request).Send" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/service/lambda/api.go", | |
"line": 3123, | |
"label": "(*Lambda).ListFunctionsWithContext" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 152, | |
"label": "testClientFailedConnection" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 77, | |
"label": "TestAWS.func5.1" | |
}, | |
{ | |
"path": "testing/testing.go", | |
"line": 909, | |
"label": "tRunner" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"namespace": "aws", | |
"http": { | |
"response": {} | |
}, | |
"aws": { | |
"operation": "ListFunctions", | |
"region": "fake-moon-1", | |
"request_id": "", | |
"retries": 3 | |
}, | |
"subsegments": [ | |
{ | |
"id": "76de5e2113a63ac0", | |
"name": "marshal", | |
"start_time": 1578999214.0249128, | |
"end_time": 1578999214.0250418 | |
}, | |
{ | |
"id": "f7f569fb3c260ca5", | |
"name": "attempt", | |
"start_time": 1578999214.025086, | |
"end_time": 1578999214.028338, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "5e505c7e4c8594fc", | |
"type": "error", | |
"message": "RequestError: send request failed\ncaused by: Get https://lambda.fake-moon-1.amazonaws.com/2015-03-31/functions/: dial tcp: lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws.go", | |
"line": 132, | |
"label": "glob..func7" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/handlers.go", | |
"line": 267, | |
"label": "(*HandlerList).Run" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/request.go", | |
"line": 534, | |
"label": "(*Request).Send" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/service/lambda/api.go", | |
"line": 3123, | |
"label": "(*Lambda).ListFunctionsWithContext" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 152, | |
"label": "testClientFailedConnection" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 77, | |
"label": "TestAWS.func5.1" | |
}, | |
{ | |
"path": "testing/testing.go", | |
"line": 909, | |
"label": "tRunner" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"subsegments": [ | |
{ | |
"id": "6beddec77f63f36e", | |
"name": "connect", | |
"start_time": 1578999214.025429, | |
"end_time": 1578999214.028291, | |
"subsegments": [ | |
{ | |
"id": "de24d11f7000b740", | |
"name": "dns", | |
"start_time": 1578999214.025804, | |
"end_time": 1578999214.027956, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "cfaa0aff8d187243", | |
"type": "error", | |
"message": "lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/httptrace.go", | |
"line": 232, | |
"label": "NewClientTrace.func3" | |
}, | |
{ | |
"path": "net/http/httptrace/trace.go", | |
"line": 58, | |
"label": "WithClientTrace.func2" | |
}, | |
{ | |
"path": "net/lookup.go", | |
"line": 301, | |
"label": "(*Resolver).lookupIPAddr" | |
}, | |
{ | |
"path": "net/ipsock.go", | |
"line": 280, | |
"label": "(*Resolver).internetAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 220, | |
"label": "(*Resolver).resolveAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 402, | |
"label": "(*Dialer).DialContext" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1040, | |
"label": "(*Transport).dial" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1478, | |
"label": "(*Transport).dialConn" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1308, | |
"label": "(*Transport).dialConnFor" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"metadata": { | |
"http": { | |
"dns": { | |
"addresses": [], | |
"coalesced": false | |
} | |
} | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "0c8fe9bb3eca327d", | |
"name": "wait", | |
"start_time": 1578999214.028487, | |
"end_time": 1578999214.072771 | |
}, | |
{ | |
"id": "63bcf5ddb2217ed0", | |
"name": "attempt", | |
"start_time": 1578999214.07315, | |
"end_time": 1578999214.076538, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "b1d58d5ff1b8b943", | |
"type": "error", | |
"message": "RequestError: send request failed\ncaused by: Get https://lambda.fake-moon-1.amazonaws.com/2015-03-31/functions/: dial tcp: lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws.go", | |
"line": 132, | |
"label": "glob..func7" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/handlers.go", | |
"line": 267, | |
"label": "(*HandlerList).Run" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/request.go", | |
"line": 534, | |
"label": "(*Request).Send" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/service/lambda/api.go", | |
"line": 3123, | |
"label": "(*Lambda).ListFunctionsWithContext" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 152, | |
"label": "testClientFailedConnection" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 77, | |
"label": "TestAWS.func5.1" | |
}, | |
{ | |
"path": "testing/testing.go", | |
"line": 909, | |
"label": "tRunner" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"subsegments": [ | |
{ | |
"id": "f5f2e71d48b17223", | |
"name": "connect", | |
"start_time": 1578999214.073936, | |
"end_time": 1578999214.0764859, | |
"subsegments": [ | |
{ | |
"id": "7873e83329ae4884", | |
"name": "dns", | |
"start_time": 1578999214.074616, | |
"end_time": 1578999214.076073, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "c10b9731c83392d9", | |
"type": "error", | |
"message": "lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/httptrace.go", | |
"line": 232, | |
"label": "NewClientTrace.func3" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 460, | |
"label": "Value.call" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 321, | |
"label": "Value.Call" | |
}, | |
{ | |
"path": "net/http/httptrace/trace.go", | |
"line": 203, | |
"label": "(*ClientTrace).compose.func1" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 549, | |
"label": "callReflect" | |
}, | |
{ | |
"path": "reflect/asm_amd64.s", | |
"line": 20, | |
"label": "makeFuncStub" | |
}, | |
{ | |
"path": "net/http/httptrace/trace.go", | |
"line": 58, | |
"label": "WithClientTrace.func2" | |
}, | |
{ | |
"path": "net/lookup.go", | |
"line": 301, | |
"label": "(*Resolver).lookupIPAddr" | |
}, | |
{ | |
"path": "net/ipsock.go", | |
"line": 280, | |
"label": "(*Resolver).internetAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 220, | |
"label": "(*Resolver).resolveAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 402, | |
"label": "(*Dialer).DialContext" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1040, | |
"label": "(*Transport).dial" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1478, | |
"label": "(*Transport).dialConn" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1308, | |
"label": "(*Transport).dialConnFor" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"metadata": { | |
"http": { | |
"dns": { | |
"addresses": [], | |
"coalesced": false | |
} | |
} | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "4374d465b4275a59", | |
"name": "wait", | |
"start_time": 1578999214.076681, | |
"end_time": 1578999214.184522 | |
}, | |
{ | |
"id": "160ab83236d461a2", | |
"name": "attempt", | |
"start_time": 1578999214.184833, | |
"end_time": 1578999214.188033, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "fc10daaf0bfc3b79", | |
"type": "error", | |
"message": "RequestError: send request failed\ncaused by: Get https://lambda.fake-moon-1.amazonaws.com/2015-03-31/functions/: dial tcp: lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws.go", | |
"line": 132, | |
"label": "glob..func7" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/handlers.go", | |
"line": 267, | |
"label": "(*HandlerList).Run" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/request.go", | |
"line": 534, | |
"label": "(*Request).Send" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/service/lambda/api.go", | |
"line": 3123, | |
"label": "(*Lambda).ListFunctionsWithContext" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 152, | |
"label": "testClientFailedConnection" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 77, | |
"label": "TestAWS.func5.1" | |
}, | |
{ | |
"path": "testing/testing.go", | |
"line": 909, | |
"label": "tRunner" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"subsegments": [ | |
{ | |
"id": "e0e6e19521ad3e14", | |
"name": "connect", | |
"start_time": 1578999214.185599, | |
"end_time": 1578999214.18799, | |
"subsegments": [ | |
{ | |
"id": "a03ed06de7c3731d", | |
"name": "dns", | |
"start_time": 1578999214.1861172, | |
"end_time": 1578999214.187566, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "93b3c26434b00974", | |
"type": "error", | |
"message": "lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/httptrace.go", | |
"line": 232, | |
"label": "NewClientTrace.func3" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 460, | |
"label": "Value.call" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 321, | |
"label": "Value.Call" | |
}, | |
{ | |
"path": "net/http/httptrace/trace.go", | |
"line": 203, | |
"label": "(*ClientTrace).compose.func1" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 549, | |
"label": "callReflect" | |
}, | |
{ | |
"path": "reflect/asm_amd64.s", | |
"line": 20, | |
"label": "makeFuncStub" | |
}, | |
{ | |
"path": "net/http/httptrace/trace.go", | |
"line": 58, | |
"label": "WithClientTrace.func2" | |
}, | |
{ | |
"path": "net/lookup.go", | |
"line": 301, | |
"label": "(*Resolver).lookupIPAddr" | |
}, | |
{ | |
"path": "net/ipsock.go", | |
"line": 280, | |
"label": "(*Resolver).internetAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 220, | |
"label": "(*Resolver).resolveAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 402, | |
"label": "(*Dialer).DialContext" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1040, | |
"label": "(*Transport).dial" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1478, | |
"label": "(*Transport).dialConn" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1308, | |
"label": "(*Transport).dialConnFor" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"metadata": { | |
"http": { | |
"dns": { | |
"addresses": [], | |
"coalesced": false | |
} | |
} | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "fb3a46f8df693db9", | |
"name": "wait", | |
"start_time": 1578999214.188223, | |
"end_time": 1578999214.376488 | |
}, | |
{ | |
"id": "4912195edacb2808", | |
"name": "attempt", | |
"start_time": 1578999214.3769128, | |
"end_time": 1578999214.379885, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "2a830832e701fdf5", | |
"type": "error", | |
"message": "RequestError: send request failed\ncaused by: Get https://lambda.fake-moon-1.amazonaws.com/2015-03-31/functions/: dial tcp: lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws.go", | |
"line": 132, | |
"label": "glob..func7" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/handlers.go", | |
"line": 267, | |
"label": "(*HandlerList).Run" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/request.go", | |
"line": 534, | |
"label": "(*Request).Send" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/service/lambda/api.go", | |
"line": 3123, | |
"label": "(*Lambda).ListFunctionsWithContext" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 152, | |
"label": "testClientFailedConnection" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 77, | |
"label": "TestAWS.func5.1" | |
}, | |
{ | |
"path": "testing/testing.go", | |
"line": 909, | |
"label": "tRunner" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"subsegments": [ | |
{ | |
"id": "9099e272b8758151", | |
"name": "connect", | |
"start_time": 1578999214.377613, | |
"end_time": 1578999214.379842, | |
"subsegments": [ | |
{ | |
"id": "0eb79fd67fdc2f1e", | |
"name": "dns", | |
"start_time": 1578999214.378098, | |
"end_time": 1578999214.3795662, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "22e8d01800f55db7", | |
"type": "error", | |
"message": "lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/httptrace.go", | |
"line": 232, | |
"label": "NewClientTrace.func3" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 460, | |
"label": "Value.call" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 321, | |
"label": "Value.Call" | |
}, | |
{ | |
"path": "net/http/httptrace/trace.go", | |
"line": 203, | |
"label": "(*ClientTrace).compose.func1" | |
}, | |
{ | |
"path": "reflect/value.go", | |
"line": 549, | |
"label": "callReflect" | |
}, | |
{ | |
"path": "reflect/asm_amd64.s", | |
"line": 20, | |
"label": "makeFuncStub" | |
}, | |
{ | |
"path": "net/http/httptrace/trace.go", | |
"line": 58, | |
"label": "WithClientTrace.func2" | |
}, | |
{ | |
"path": "net/lookup.go", | |
"line": 301, | |
"label": "(*Resolver).lookupIPAddr" | |
}, | |
{ | |
"path": "net/ipsock.go", | |
"line": 280, | |
"label": "(*Resolver).internetAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 220, | |
"label": "(*Resolver).resolveAddrList" | |
}, | |
{ | |
"path": "net/dial.go", | |
"line": 402, | |
"label": "(*Dialer).DialContext" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1040, | |
"label": "(*Transport).dial" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1478, | |
"label": "(*Transport).dialConn" | |
}, | |
{ | |
"path": "net/http/transport.go", | |
"line": 1308, | |
"label": "(*Transport).dialConnFor" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
}, | |
"metadata": { | |
"http": { | |
"dns": { | |
"addresses": [], | |
"coalesced": false | |
} | |
} | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"id": "01a36809065ee4e7", | |
"name": "wait", | |
"start_time": 1578999214.380044, | |
"end_time": 1578999214.380086, | |
"fault": true, | |
"cause": { | |
"working_directory": "/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray", | |
"exceptions": [ | |
{ | |
"id": "0ff8a1c6a63cf9e6", | |
"type": "error", | |
"message": "RequestError: send request failed\ncaused by: Get https://lambda.fake-moon-1.amazonaws.com/2015-03-31/functions/: dial tcp: lookup lambda.fake-moon-1.amazonaws.com: no such host", | |
"stack": [ | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws.go", | |
"line": 142, | |
"label": "glob..func8" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/handlers.go", | |
"line": 267, | |
"label": "(*HandlerList).Run" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/aws/request/request.go", | |
"line": 535, | |
"label": "(*Request).Send" | |
}, | |
{ | |
"path": "github.com/aws/[email protected]/service/lambda/api.go", | |
"line": 3123, | |
"label": "(*Lambda).ListFunctionsWithContext" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 152, | |
"label": "testClientFailedConnection" | |
}, | |
{ | |
"path": "github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go", | |
"line": 77, | |
"label": "TestAWS.func5.1" | |
}, | |
{ | |
"path": "testing/testing.go", | |
"line": 909, | |
"label": "tRunner" | |
}, | |
{ | |
"path": "runtime/asm_amd64.s", | |
"line": 1357, | |
"label": "goexit" | |
} | |
] | |
} | |
] | |
} | |
} | |
] | |
} | |
] | |
} | |
2020-01-14T19:53:34+09:00 [INFO] Emitter using address: 127.0.0.1:2000 | |
2020-01-14T19:53:34+09:00 [ERROR] write udp 127.0.0.1:54850->127.0.0.1:2000: write: message too long | |
panic: runtime error: invalid memory address or nil pointer dereference [recovered] | |
panic: runtime error: invalid memory address or nil pointer dereference | |
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1913780] | |
goroutine 8 [running]: | |
testing.tRunner.func1(0xc000204300) | |
/usr/local/Cellar/go/1.13.6/libexec/src/testing/testing.go:874 +0x69f | |
panic(0x1a17480, 0x22721b0) | |
/usr/local/Cellar/go/1.13.6/libexec/src/runtime/panic.go:679 +0x1b2 | |
github.com/aws/aws-xray-sdk-go/xray.testClientFailedConnection(0xc000204300, 0xc000010170) | |
/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go:160 +0x260 | |
github.com/aws/aws-xray-sdk-go/xray.TestAWS.func5.1(0xc000204300) | |
/Users/shogoichinose/src/github.com/shogo82148/aws-xray-sdk-go/xray/aws_test.go:77 +0xe3 | |
testing.tRunner(0xc000204300, 0xc00000f3e0) | |
/usr/local/Cellar/go/1.13.6/libexec/src/testing/testing.go:909 +0x19a | |
created by testing.(*T).Run | |
/usr/local/Cellar/go/1.13.6/libexec/src/testing/testing.go:960 +0x652 | |
FAIL github.com/aws/aws-xray-sdk-go/xray 1.062s | |
FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment