Ubuntu Pastebin

Paste from xxx at Mon, 9 Nov 2015 00:32:10 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
----------------------------------------------------------------------
PANIC: yaml_test.go:74: yamlSuite.TestWriteYamlWriteGarbage

... Panic: Can't marshal type: [10]bool (PC=0x45B90E)

/home/dfc/go/src/runtime/asm_amd64.s:471
  in call32
/home/dfc/go/src/runtime/panic.go:423
  in gopanic
/home/dfc/src/gopkg.in/yaml.v1/yaml.go:28
  in handleErr
/home/dfc/go/src/runtime/asm_amd64.s:471
  in call32
/home/dfc/go/src/runtime/panic.go:423
  in gopanic
/home/dfc/src/gopkg.in/yaml.v1/encode.go:108
  in encoder.marshal
/home/dfc/src/gopkg.in/yaml.v1/encode.go:141
  in encoder.structv.func1
/home/dfc/src/gopkg.in/yaml.v1/encode.go:155
  in encoder.mappingv
/home/dfc/src/gopkg.in/yaml.v1/encode.go:143
  in encoder.structv
/home/dfc/src/gopkg.in/yaml.v1/encode.go:90
  in encoder.marshal
/home/dfc/src/gopkg.in/yaml.v1/yaml.go:143
  in Marshal
yaml.go:19
  in WriteYaml
yaml_test.go:82
  in yamlSuite.TestWriteYamlWriteGarbage
/home/dfc/go/src/runtime/asm_amd64.s:471
  in call32
/home/dfc/go/src/reflect/value.go:303
  in Value.Call
/home/dfc/go/src/runtime/asm_amd64.s:2038
  in goexit
Download as text