Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.90 KB | None | 0 0
  1. # github.com/uber-go/tally/m3/thriftudp
  2. src\github.com\uber-go\tally\m3\thriftudp\multitransport.go:49:22: cannot use trans (type *TUDPTransport) as type thrift.TTransport in append:
  3.     *TUDPTransport does not implement thrift.TTransport (wrong type for Flush method)
  4.         have Flush() error
  5.         want Flush(context.Context) error
  6. src\github.com\uber-go\tally\m3\thriftudp\multitransport.go:115:24: not enough arguments in call to trans.Flush
  7.     have ()
  8.     want (context.Context)
  9. # go.uber.org/cadence/internal/common
  10. src\go.uber.org\cadence\internal\common\thrift_util.go:29:38: not enough arguments in call to thrift.NewTSerializer().Write
  11.     have (thrift.TStruct)
  12.     want (context.Context, thrift.TStruct)
  13. src\go.uber.org\cadence\internal\common\thrift_util.go:51:27: not enough arguments in call to t.Protocol.Flush
  14.     have ()
  15.     want (context.Context)
  16. src\go.uber.org\cadence\internal\common\thrift_util.go:55:28: not enough arguments in call to t.Transport.Flush
  17.     have ()
  18.     want (context.Context)
  19. # github.com/uber-go/tally/m3/thrift
  20. src\github.com\uber-go\tally\m3\thrift\m3.go:103:20: not enough arguments in call to oprot.Flush
  21.     have ()
  22.     want (context.Context)
  23. src\github.com\uber-go\tally\m3\thrift\m3.go:127:40: cannot use m3ProcessorEmitMetricBatch literal (type *m3ProcessorEmitMetricBatch) as type thrift.TProcessorFunction in assignment:
  24.     *m3ProcessorEmitMetricBatch does not implement thrift.TProcessorFunction (wrong type for Process method)
  25.         have Process(int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  26.         want Process(context.Context, int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  27. src\github.com\uber-go\tally\m3\thrift\m3.go:137:27: not enough arguments in call to processor.Process
  28.     have (int32, thrift.TProtocol, thrift.TProtocol)
  29.     want (context.Context, int32, thrift.TProtocol, thrift.TProtocol)
  30. src\github.com\uber-go\tally\m3\thrift\m3.go:145:13: not enough arguments in call to oprot.Flush
  31.     have ()
  32.     want (context.Context)
  33. # github.com/uber/tchannel-go/thrift/gen-go/meta
  34. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:73:20: not enough arguments in call to oprot.Flush
  35.     have ()
  36.     want (context.Context)
  37. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:97:15: assignment mismatch: 2 variables but 1 values
  38. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:146:20: not enough arguments in call to oprot.Flush
  39.     have ()
  40.     want (context.Context)
  41. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:170:15: assignment mismatch: 2 variables but 1 values
  42. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:219:20: not enough arguments in call to oprot.Flush
  43.     have ()
  44.     want (context.Context)
  45. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:243:15: assignment mismatch: 2 variables but 1 values
  46. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:289:31: cannot use metaProcessorHealth literal (type *metaProcessorHealth) as type thrift.TProcessorFunction in assignment:
  47.     *metaProcessorHealth does not implement thrift.TProcessorFunction (wrong type for Process method)
  48.         have Process(int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  49.         want Process(context.Context, int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  50. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:290:34: cannot use metaProcessorThriftIDL literal (type *metaProcessorThriftIDL) as type thrift.TProcessorFunction in assignment:
  51.     *metaProcessorThriftIDL does not implement thrift.TProcessorFunction (wrong type for Process method)
  52.         have Process(int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  53.         want Process(context.Context, int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  54. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:291:36: cannot use metaProcessorVersionInfo literal (type *metaProcessorVersionInfo) as type thrift.TProcessorFunction in assignment:
  55.     *metaProcessorVersionInfo does not implement thrift.TProcessorFunction (wrong type for Process method)
  56.         have Process(int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  57.         want Process(context.Context, int32, thrift.TProtocol, thrift.TProtocol) (bool, thrift.TException)
  58. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:301:27: not enough arguments in call to processor.Process
  59.     have (int32, thrift.TProtocol, thrift.TProtocol)
  60.     want (context.Context, int32, thrift.TProtocol, thrift.TProtocol)
  61. src\github.com\uber\tchannel-go\thrift\gen-go\meta\meta.go:301:27: too many errors
  62. # github.com/uber/cadence/common/messaging
  63. src\github.com\uber\cadence\common\messaging\kafkaClient.go:68:27: c.client.NewConsumer undefined (type *kafkaclient.Client is pointer to interface, not interface)
  64. src\github.com\uber\cadence\common\messaging\kafkaConfig.go:67:9: cannot use client (type kafkaclient.Client) as type *kafkaclient.Client in field value:
  65.     *kafkaclient.Client is pointer to interface, not interface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement