123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650 |
- stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:38:42: multiple-value settings.Section("server").GetKey() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:39:12: undefined: key
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:44:12: undefined: key
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:30:2: cannot refer to unexported name path.settings
- cmd/settings.go:30:6: non-name path.settings on left side of :=
- cmd/settings.go:38:2: undefined: settings
- cmd/settings.go:39:15: undefined: settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:39:34: multiple-value settings.GetSection() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:39:29: multiple-value settings.GetSection() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:35:11: no new variables on left side of :=
- cmd/settings.go:35:14: undefined: Settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:35:11: no new variables on left side of :=
- cmd/settings.go:35:22: settings.Settings undefined (type *ini.File has no field or method Settings)
- , cmd err: exit status 2stderr: cmd/settings.go:7:2: cannot find package "bitbucket.org/robert2206/automation/modules/settings" in any of:
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/vendor/bitbucket.org/robert2206/automation/modules/settings (vendor tree)
- /opt/go/src/bitbucket.org/robert2206/automation/modules/settings (from $GOROOT)
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/modules/settings (from $GOPATH)
- , cmd err: exit status 1stderr: cmd/settings.go:7:2: cannot find package "bitbucket.org/robert2206/automation/modules/settings" in any of:
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/vendor/bitbucket.org/robert2206/automation/modules/settings (vendor tree)
- /opt/go/src/bitbucket.org/robert2206/automation/modules/settings (from $GOROOT)
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/modules/settings (from $GOPATH)
- , cmd err: exit status 1stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:35:2: undefined: settings
- , cmd err: exit status 2stderr: cmd/settings.go:7:2: cannot find package "bitbucket.org/robert2206/automation/modules/settings" in any of:
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/vendor/bitbucket.org/robert2206/automation/modules/settings (vendor tree)
- /opt/go/src/bitbucket.org/robert2206/automation/modules/settings (from $GOROOT)
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/modules/settings (from $GOPATH)
- , cmd err: exit status 1stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:36:18: modules.Settings literal evaluated but not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:36:18: modules.Settings literal evaluated but not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:40:2: undefined: S
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:9: modules.S evaluated but not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:40:8: undefined: S
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:7: illegal types for operand: print
- modules.Settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:7: illegal types for operand: print
- modules.Settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:7: type modules.Settings is not an expression
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:8: undefined: modules.SettiSngs
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:7: illegal types for operand: print
- modules.Settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:33:2: cgf declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:40:8: undefined: m
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:40:8: undefined: m
- , cmd err: exit status 2stderr: cmd/settings.go:7:2: no Go files in /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/modules
- , cmd err: exit status 1stderr: cmd/settings.go:7:2: no Go files in /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/modules
- , cmd err: exit status 1stderr: cmd/settings.go:7:2: no Go files in /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/modules
- , cmd err: exit status 1stderr: cmd/settings.go:7:2: no Go files in /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/modules
- , cmd err: exit status 1stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:40:8: undefined: modules
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:40:8: undefined: settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:40:17: syntax error: unexpected ), expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:17: syntax error: unexpected ), expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:41:21: settings.Init() used as value
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:10:6: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:10:7: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:10:2: too few values in struct initializer
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:10:8: syntax error: unexpected ..., expecting expression
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:12:5: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:11:2: cannot use nil as type string in field value
- modules/settings/settings.go:12:2: cannot use nil as type string in field value
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/settings.go:44:2: syntax error: unexpected return, expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:10:10: undefined: runSettings
- , cmd err: exit status 2stderr: # command-line-arguments
- ./main.go:16:3: undefined: cmd.SettingsCmd
- ./main.go:19:15: undefined: cmd.SettingsCmd
- , cmd err: exit status 2stderr: # command-line-arguments
- ./main.go:16:3: undefined: cmd.SettingsCmd
- ./main.go:19:15: undefined: cmd.SettingsCmd
- , cmd err: exit status 2stderr: # command-line-arguments
- ./main.go:16:3: use of package cmd without selector
- ./main.go:19:15: undefined: cmd.SettingsCmd
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:28:2: ini declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:29:2: ini declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:37:3: non-name S.Host on left side of :=
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:37:12: cannot assign *ini.Key to S.Host (type string) in multiple assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:37:39: multiple-value ini.Section("server").GetKey() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:37:12: cannot assign *ini.Key to S.Host (type string) in multiple assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:38:9: cannot use host (type *ini.Key) as type string in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:36:1: syntax error: unexpected }, expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:15:9: undefined: Settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:16:2: ini declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:21:2: ini declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:29:6: no new variables on left side of :=
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:29:6: no new variables on left side of :=
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:22:2: cannot use nil as type Server in field value
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:21:7: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:22:2: cannot use nil as type Server in field value
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:12:10: undefined: s
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:12:10: undefined: server
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:12:9: undefined: server
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:27:7: illegal types for operand: print
- settings.Settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:35:2: undefined: srvSection
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:35:2: srvSection declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:36:25: multiple-value srvSection.GetKey() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:36:25: multiple-value srvSection.GetKey() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:36:25: multiple-value srvSection.GetKey() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:19:2: cannot use nil as type string in field value
- modules/settings/settings.go:19:2: too few values in struct initializer
- modules/settings/settings.go:33:3: S.Server undefined (type Settings has no field or method Server)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:21:4: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:35:3: S.Server undefined (type Settings has no field or method Server)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:35:14: undefined: srvSection
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:24:14: undefined: i
- modules/settings/settings.go:36:16: undefined: cf
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:24:14: undefined: i
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:22:2: too few values in struct initializer
- modules/settings/settings.go:40:3: S.S undefined (type Settings has no field or method S)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:19:15: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:37:3: S.S undefined (type Settings has no field or method S)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:42:2: sshSection declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:39:3: S.Protocol undefined (type Settings has no field or method Protocol)
- modules/settings/settings.go:40:3: S.Host undefined (type Settings has no field or method Host)
- modules/settings/settings.go:41:3: S.Port undefined (type Settings has no field or method Port)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:63:3: S.Odoo undefined (type Settings has no field or method Odoo)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:63:18: cannot use dockerSection.Key("sockDir") (type *ini.Key) as type string in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:65:3: S.DockerNetworkName evaluated but not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:66:76: syntax error: unexpected newline, expecting comma or )
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:67:27: cannot use dockerSection.Key("hiddenContainers") (type *ini.Key) as type string in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:67:73: too many arguments in call to dockerSection.Key("hiddenContainers").String
- have (string)
- want ()
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:67:73: too many arguments in call to dockerSection.Key("hiddenContainers").String
- have (string)
- want ()
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:67:27: cannot use dockerSection.Key("hiddenContainers").Strings(",") (type []string) as type string in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:21:31: syntax error: unexpected [, expecting semicolon or newline or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:76:19: cannot use odooSection.Key("portsRange").Ints(",") (type []int) as type string in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:76:19: cannot use odooSection.Key("portsRange").Ints(",") (type []int) as type []string in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:79:24: cannot use odooSection.Key("") (type *ini.Key) as type string in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:81:26: undefined: odoo
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:95:2: mailerSection declared and not used
- , cmd err: exit status 2stderr: # command-line-arguments
- ./main.go:20:13: cannot use settings.Init (type func()) as type cli.BeforeFunc in assignment
- , cmd err: exit status 2stderr: # command-line-arguments
- ./main.go:20:13: cannot use settings.Init (type func()) as type cli.BeforeFunc in assignment
- , cmd err: exit status 2stderr: # command-line-arguments
- ./main.go:20:13: cannot use settings.Init (type func()) as type cli.BeforeFunc in assignment
- , cmd err: exit status 2stderr: # command-line-arguments
- ./main.go:20:13: cannot use settings.Init (type func()) as type cli.BeforeFunc in assignment
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:49:5: undefined: S
- modules/settings/settings.go:62:2: undefined: S
- modules/settings/settings.go:66:2: undefined: S
- modules/settings/settings.go:67:2: undefined: S
- modules/settings/settings.go:68:2: undefined: S
- modules/settings/settings.go:72:2: undefined: S
- modules/settings/settings.go:73:2: undefined: S
- modules/settings/settings.go:74:2: undefined: S
- modules/settings/settings.go:75:2: undefined: S
- modules/settings/settings.go:76:2: undefined: S
- modules/settings/settings.go:76:2: too many errors
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:72:2: undefined: S
- modules/settings/settings.go:73:2: undefined: S
- modules/settings/settings.go:74:2: undefined: S
- modules/settings/settings.go:75:2: undefined: S
- modules/settings/settings.go:76:2: undefined: S
- modules/settings/settings.go:80:2: undefined: S
- modules/settings/settings.go:81:2: undefined: S
- modules/settings/settings.go:82:2: undefined: S
- modules/settings/settings.go:83:2: undefined: S
- modules/settings/settings.go:84:2: undefined: S
- modules/settings/settings.go:84:2: too many errors
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:49:5: undefined: Context
- modules/settings/settings.go:62:2: undefined: Context
- modules/settings/settings.go:66:2: undefined: Context
- modules/settings/settings.go:67:2: undefined: Context
- modules/settings/settings.go:68:2: undefined: Context
- modules/settings/settings.go:72:2: undefined: Context
- modules/settings/settings.go:73:2: undefined: Context
- modules/settings/settings.go:74:2: undefined: Context
- modules/settings/settings.go:75:2: undefined: Context
- modules/settings/settings.go:76:2: undefined: Context
- modules/settings/settings.go:76:2: too many errors
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:27:8: undefined: settings.S
- cmd/api.go:28:8: undefined: settings.S
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:27:7: illegal types for operand: print
- settings.Settings
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:74:2: authSection declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:79:2: authSection declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:79:2: authSection declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:80:28: cfg.Key undefined (type *ini.File has no field or method Key)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:20: settings.Ctx.Da undefined (type settings.Settings has no field or method Da)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:86:5: Ctx.DatabaseType undefined (type Settings has no field or method DatabaseType)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:20: settings.Ctx.DatabaseType undefined (type settings.Settings has no field or method DatabaseType)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:20: settings.Ctx.DatabaseType undefined (type settings.Settings has no field or method DatabaseType)
- # bitbucket.org/robert2206/automation/modules/models
- modules/models/engine.go:17:1: syntax error: unexpected }, expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:20: settings.Ctx.DatabaseType undefined (type settings.Settings has no field or method DatabaseType)
- # bitbucket.org/robert2206/automation/modules/models
- modules/models/engine.go:17:1: syntax error: unexpected }, expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:20: settings.Ctx.DatabaseType undefined (type settings.Settings has no field or method DatabaseType)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:19:15: syntax error: unexpected newline, expecting comma or )
- modules/models/models.go:21:2: syntax error: unexpected ), expecting expression
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:20:12: syntax error: unexpected newline, expecting comma or )
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:24:6: Init redeclared in this block
- previous declaration at modules/models/engine.go:10:6
- , cmd err: exit status 2stderr: main.go:8:2:
- modules/models/base.go:1:1: expected 'package', found 'EOF'
- , cmd err: exit status 1stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:4:6: Base redeclared in this block
- previous declaration at modules/models/base.go:4:6
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:21:2: db declared and not used
- modules/models/models.go:21:6: err declared and not used
- , cmd err: exit status 2stderr: modules/models/models.go:5:2: cannot find package "github.com/jinzhu/gorm/dialects/sqlite" in any of:
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/vendor/github.com/jinzhu/gorm/dialects/sqlite (vendor tree)
- /opt/go/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOROOT)
- /home/robert/workspace/go/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOPATH)
- , cmd err: exit status 1stderr: modules/models/models.go:5:2: cannot find package "github.com/jinzhu/gorm/dialects/sqlite" in any of:
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/vendor/github.com/jinzhu/gorm/dialects/sqlite (vendor tree)
- /opt/go/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOROOT)
- /home/robert/workspace/go/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOPATH)
- , cmd err: exit status 1stderr: modules/models/models.go:5:2: cannot find package "github.com/jinzhu/gorm/dialects/sqlite" in any of:
- /home/robert/workspace/go/src/bitbucket.org/robert2206/automation/vendor/github.com/jinzhu/gorm/dialects/sqlite (vendor tree)
- /opt/go/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOROOT)
- /home/robert/workspace/go/src/github.com/jinzhu/gorm/dialects/sqlite (from $GOPATH)
- , cmd err: exit status 1stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:27:11: not enough arguments in call to os.Mkdir
- have (string)
- want (string, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:27:12: cannot use os.FileMode.Perm (type func(os.FileMode) os.FileMode) as type os.FileMode in argument to os.Mkdir
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:16:12: &User literal is not a type
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:32:2: migrate declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:32:12: syntax error: unexpected AutoMigrate at end of statement
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:92:53: multiple-value dbSection.Key("dbLogger").Bool() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:92:53: too many arguments in call to dbSection.Key("dbLogger").Bool
- have (string)
- want ()
- modules/settings/settings.go:92:53: multiple-value dbSection.Key("dbLogger").Bool() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/settings
- modules/settings/settings.go:92:53: too many arguments in call to dbSection.Key("dbLogger").Bool
- have (bool)
- want ()
- modules/settings/settings.go:92:53: multiple-value dbSection.Key("dbLogger").Bool() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:33:2: non-bool settings.Ctx.DatabaseUser (type string) used as if condition
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:39:2: non-bool settings.Ctx.DatabaseDialect (type string) used as if condition
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:13:13: undefined: Requests
- , cmd err: exit status 2stderr: main.go:8:2:
- modules/models/issue.go:1:1: expected 'package', found 'EOF'
- , cmd err: exit status 1stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:18:1: missing return at end of function
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:27:2: undefined: gorm.Op
- modules/models/models.go:28:2: undefined: gorm.Ope
- modules/models/models.go:29:2: undefined: gorm.Op
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:27:2: undefined: gorm.Op
- modules/models/models.go:28:2: undefined: gorm.Ope
- modules/models/models.go:29:2: undefined: gorm.Op
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:32:8: undefined: db
- modules/models/models.go:35:2: undefined: db
- modules/models/models.go:39:3: undefined: db
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:22:2: tx declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:24:18: gorm.DB.Error is a field, not a method
- modules/models/user.go:24:18: cannot use tx.Commit() (type *gorm.DB) as type error in return argument:
- *gorm.DB does not implement error (missing Error method)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:22:2: tx declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:26:19: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:2: u declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:29:19: cannot use u (type models.User) as type *models.User in argument to models.CreateUser
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:29:19: cannot use u (type models.User) as type *models.User in argument to models.CreateUser
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:7: invalid indirect of models.User literal (type models.User)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:29:19: cannot use u (type models.User) as type *models.User in argument to models.CreateUser
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:22:8: cannot take the address of GetORM().Begin()
- modules/models/user.go:24:4: calling method Commit with receiver tx (type **gorm.DB) requires explicit dereference
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:26:5: undefined: err
- modules/models/models.go:28:5: undefined: err
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:28:5: undefined: err
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:26:5: undefined: err
- modules/models/models.go:28:5: undefined: err
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:42:2: undefined: self
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:42:2: too many arguments to return
- have (*gorm.DB)
- want ()
- modules/models/models.go:46:13: Init() used as value
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:22:8: undefined: GetORM
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:22:8: undefined: GetORM
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/user.go:22:8: undefined: GetORM
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:42:2: tx declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:45:17: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:49:7: unknown field 'Name' in struct literal of type Request
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:46:18: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:46:27: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:50:4: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:51:5: syntax error: unexpected newline, expecting comma or }
- modules/models/models.go:52:4: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:52:4: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/models
- modules/models/models.go:49:4: type Request is not an expression
- modules/models/models.go:49:11: index must be non-negative integer constant
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:26:2: syntax error: unexpected return, expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:10:2: path declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:10:14: cannot use name (type string) as type *string in argument to snakeizeName
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:19:17: cannot convert name (type *string) to type []rune
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:19:17: cannot convert &name (type **string) to type []rune
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:19:17: cannot convert name (type *string) to type []rune
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:19:17: cannot convert &name (type **string) to type []rune
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:19:17: cannot convert name (type *string) to type []rune
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:19:17: cannot convert name (type *string) to type []rune
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:12:2: undefined: strings.Tr
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:26:35: cannot use name (type string) as type []byte in argument to matchFirstCap.ReplaceAll
- modules/odoo/odoo.go:26:42: cannot use "${1}_${2}" (type string) as type []byte in argument to matchFirstCap.ReplaceAll
- modules/odoo/odoo.go:27:8: cannot use matchAllCap.ReplaceAllString(snake, "${1}_${2}") (type string) as type []byte in assignment
- modules/odoo/odoo.go:27:38: cannot use snake (type []byte) as type string in argument to matchAllCap.ReplaceAllString
- modules/odoo/odoo.go:29:2: too many arguments to return
- have (string)
- want ()
- modules/odoo/odoo.go:29:24: cannot use snake (type []byte) as type string in argument to strings.ToLower
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:26:35: cannot use name (type string) as type []byte in argument to matchFirstCap.ReplaceAll
- modules/odoo/odoo.go:26:42: cannot use "${1}_${2}" (type string) as type []byte in argument to matchFirstCap.ReplaceAll
- modules/odoo/odoo.go:27:8: cannot use matchAllCap.ReplaceAllString(snake, "${1}_${2}") (type string) as type []byte in assignment
- modules/odoo/odoo.go:27:38: cannot use snake (type []byte) as type string in argument to matchAllCap.ReplaceAllString
- modules/odoo/odoo.go:29:24: cannot use snake (type []byte) as type string in argument to strings.ToLower
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:29:25: not enough arguments in call to strings.Replace
- have (string, string)
- want (string, string, string, int)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:29:25: not enough arguments in call to strings.Replace
- have (string, string, string)
- want (string, string, string, int)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:30:43: undefined: snake
- modules/odoo/odoo.go:31:30: undefined: snake
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:15:41: unknown escape sequence
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:15:42: unknown escape sequence
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:23:2: path declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:26:2: pathExists declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:43:16: syntax error: unexpected := at end of statement
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:44:20: type string is not an expression
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:10: not enough arguments in call to os.Mkdir
- have ()
- want (string, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:10: not enough arguments in call to os.Mkdir
- have ()
- want (string, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:50:10: not enough arguments in call to os.Mkdir
- have ()
- want (string, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:50:10: not enough arguments in call to os.Mkdir
- have ()
- want (string, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:50:10: not enough arguments in call to os.Mkdir
- have ()
- want (string, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:50:10: not enough arguments in call to os.Mkdir
- have ()
- want (string, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:15: syntax error: unexpected newline, expecting type
- modules/odoo/odoo.go:50:2: syntax error: unexpected os at end of statement
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:27: syntax error: unexpected comma, expecting ]
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:33: syntax error: unexpected comma, expecting :
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:18: syntax error: unexpected ], expecting expression
- modules/odoo/odoo.go:50:2: syntax error: non-declaration statement outside function body
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:11: invalid type for composite literal: string
- modules/odoo/odoo.go:50:10: not enough arguments in call to os.Mkdir
- modules/odoo/odoo.go:50:16: settings.Ctx.OdooA undefined (type settings.Settings has no field or method OdooA)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:51:11: syntax error: unexpected in, expecting semicolon or newline
- modules/odoo/odoo.go:53:2: syntax error: unexpected }, expecting expression
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:49:11: invalid type for composite literal: string
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:53:9: undefined: pat
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:32:2: undefined: lo
- modules/odoo/odoo.go:59:17: cannot use err.Error (type func() string) as type string in argument to errors.New
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:31:2: undefined: lo
- modules/odoo/odoo.go:64:2: nil evaluated but not used
- modules/odoo/odoo.go:65:1: missing return at end of function
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:31:2: undefined: lo
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:61:1: missing return at end of function
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:8: docker.Create evaluated but not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:35:26: not enough arguments in call to cli.ListContainers
- have ()
- want (docker.ListContainersOptions)
- modules/docker/docker.go:35:26: multiple-value cli.ListContainers() in single-value context
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:35:27: undefined: name
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:35:26: not enough arguments in call to cli.StartContainer
- have (string)
- want (string, *docker.HostConfig)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:35:27: not enough arguments in call to cli.StartContainer
- have (string)
- want (string, *docker.HostConfig)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/cmd
- cmd/api.go:25:2: err declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:67:27: undefined: idOrName
- modules/docker/docker.go:68:27: undefined: idOrName
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:46:3: too many arguments to return
- have (error)
- want ()
- modules/docker/docker.go:52:3: too many arguments to return
- have (error)
- want ()
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:32:11: no new variables on left side of :=
- modules/docker/docker.go:46:3: too many arguments to return
- have (error)
- want ()
- modules/docker/docker.go:52:3: too many arguments to return
- have (error)
- want ()
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:40:3: too many arguments to return
- have (error)
- want ()
- modules/docker/docker.go:46:3: too many arguments to return
- have (error)
- want ()
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:40:3: too many arguments to return
- have (error)
- want ()
- modules/docker/docker.go:43:2: too many arguments to return
- have (error)
- want ()
- modules/docker/docker.go:43:29: cannot use nil as type uint in argument to cli.RestartContainer
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:43:29: cannot use nil as type uint in argument to cli.RestartContainer
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:51:3: too many arguments to return
- have (error)
- want ()
- modules/docker/docker.go:54:2: too many arguments to return
- have (error)
- want ()
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/docker
- modules/docker/docker.go:78:9: undefined: checkIdOrName
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:48:6: no new variables on left side of :=
- modules/odoo/odoo.go:58:2: err evaluated but not used
- modules/odoo/odoo.go:99:1: missing return at end of function
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:99:1: missing return at end of function
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:100:2: syntax error: unexpected return, expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:100:2: syntax error: unexpected return, expecting name or (
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:99:2: tmpl declared and not used
- modules/odoo/odoo.go:99:8: err declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:105:20: not enough arguments in call to pongo2.Must
- have (*pongo2.Template)
- want (*pongo2.Template, error)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:107:20: not enough arguments in call to tmpl.ExecuteWriter
- have ()
- want (pongo2.Context, io.Writer)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:109:25: syntax error: unexpected newline, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:107:2: undefined: out
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:107:2: out declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:107:2: out declared and not used
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:113:12: syntax error: unexpected semicolon, expecting comma or }
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:109:3: missing key in map literal
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:116:18: not enough arguments in call to ioutil.WriteFile
- have (string, string)
- want (string, []byte, os.FileMode)
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:116:19: cannot use out (type string) as type []byte in argument to ioutil.WriteFile
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:99:24: undefined: odooName
- , cmd err: exit status 2stderr: # bitbucket.org/robert2206/automation/modules/odoo
- modules/odoo/odoo.go:60:25: not enough arguments in call to makeConfiguration
- have ()
- want (string)
- , cmd err: exit status 2
|