Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.88 KB | None | 0 0
  1. m4tt@pop-os:~/android/system$ lunch raphael
  2. unexpected fault address 0x151c380
  3. fatal error: fault
  4. [signal SIGSEGV: segmentation violation code=0x1 addr=0x151c380 pc=0x151c380]
  5.  
  6. goroutine 53 [running]:
  7. runtime.throw(0x75953a, 0x5)
  8. /home/m4tt/android/system/prebuilts/go/linux-x86/src/runtime/panic.go:617 +0x72 fp=0xc001330f50 sp=0xc001330f20 pc=0x42d6f2
  9. runtime: unexpected return pc for runtime.sigpanic called from 0x151c380
  10. stack: frame={sp:0xc001330f50, fp:0xc001330f80} stack=[0xc001330000,0xc001332000)
  11. 000000c001330e50: 000000c001330f37 000000c001330e90
  12. 000000c001330e60: 000000000042e09e <runtime.recordForPanic+302> 0000000000a0bdc2
  13. 000000c001330e70: 0000000000758ca1 0000000000000001
  14. 000000c001330e80: 0000000000000001 0000000000000000
  15. 000000c001330e90: 000000c001330ed0 000000000042e252 <runtime.gwrite+162>
  16. 000000c001330ea0: 0000000000000002 0000000000758ca1
  17. 000000c001330eb0: 0000000000000001 0000000000000001
  18. 000000c001330ec0: 000000c001330f37 0000000000000009
  19. 000000c001330ed0: 000000c001330f20 000000000042ea6a <runtime.printstring+122>
  20. 000000c001330ee0: 000000000042d8c7 <runtime.fatalthrow+87> 000000c001330ef0
  21. 000000c001330ef0: 0000000000456400 <runtime.fatalthrow.func1+0> 000000c001202180
  22. 000000c001330f00: 000000000042d6f2 <runtime.throw+114> 000000c001330f20
  23. 000000c001330f10: 000000c001330f40 000000000042d6f2 <runtime.throw+114>
  24. 000000c001330f20: 000000c001330f28 0000000000456380 <runtime.throw.func1+0>
  25. 000000c001330f30: 000000000075953a 0000000000000005
  26. 000000c001330f40: 000000c001330f70 0000000000441dc1 <runtime.sigpanic+1025>
  27. 000000c001330f50: <000000000075953a 0000000000000005
  28. 000000c001330f60: 000000c001330f88 000000000151c380
  29. 000000c001330f70: 000000c001330ff0 !000000000151c380
  30. 000000c001330f80: >000000000072bfc0 000000c002274dd8
  31. 000000c001330f90: 0000000000000199 00000000007ce860
  32. 000000c001330fa0: 000000000072bfc0 000000c002274dc0
  33. 000000c001330fb0: 0000000000000197 0000000000000000
  34. 000000c001330fc0: 0000000000000000 0000000000000006
  35. 000000c001330fd0: 0000000000018c79 000000000008d205
  36. 000000c001330fe0: 000000c00029e208 000000c00115c000
  37. 000000c001330ff0: 000000c0013312b0 000000000051d152 <encoding/json.(*decodeState).object+98>
  38. 000000c001331000: 000000000072bfc0 000000c002274dd8
  39. 000000c001331010: 0000000000000199 0000000000000100
  40. 000000c001331020: 0000000000000000 0000000000000000
  41. 000000c001331030: 0000000000000197 0000000000000000
  42. 000000c001331040: 000000000072bfc0 000000c002274da0
  43. 000000c001331050: 0000000000000199 000000c0013311d0
  44. 000000c001331060: 0000000000428cac <runtime.mProf_Malloc+428> 000000c0013311b8
  45. 000000c001331070: 0000000000000000 000000c0013310b0
  46. runtime.sigpanic()
  47. /home/m4tt/android/system/prebuilts/go/linux-x86/src/runtime/signal_unix.go:397 +0x401 fp=0xc001330f80 sp=0xc001330f50 pc=0x441dc1
  48. created by android/soong/finder.(*threadPool).Run
  49. build/soong/finder/finder.go:625 +0x62
  50.  
  51. goroutine 1 [chan receive]:
  52. android/soong/finder.(*Finder).startFromExternalCache.func3(0x729c80, 0xc0001466c0)
  53. build/soong/finder/finder.go:954 +0xab
  54. android/soong/finder.(*Finder).startFromExternalCache(0xc00015c580, 0xc0001465a0, 0xc000172480)
  55. build/soong/finder/finder.go:982 +0x46c
  56. android/soong/finder.(*Finder).loadFromFilesystem(0xc00015c580)
  57. build/soong/finder/finder.go:375 +0x9c
  58. android/soong/finder.newImpl(0xc000016204, 0x19, 0xc0001400f0, 0x1, 0x1, 0xc000146580, 0x2, 0x2, 0xc000146560, 0x2, ...)
  59. build/soong/finder/finder.go:197 +0x246
  60. android/soong/finder.New(...)
  61. build/soong/finder/finder.go:167
  62. android/soong/ui/build.NewSourceFinder(0xc00013e060, 0xc000152000, 0x0)
  63. build/soong/ui/build/finder.go:72 +0x6a5
  64. main.main()
  65. build/soong/cmd/soong_ui/main.go:198 +0xf3f
  66.  
  67. goroutine 5 [syscall]:
  68. os/signal.signal_recv(0x0)
  69. /home/m4tt/android/system/prebuilts/go/linux-x86/src/runtime/sigqueue.go:139 +0x9c
  70. os/signal.loop()
  71. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/signal/signal_unix.go:23 +0x22
  72. created by os/signal.init.0
  73. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/signal/signal_unix.go:29 +0x41
  74.  
  75. goroutine 18 [select]:
  76. android/soong/ui/build.handleSignals(0xc000024660, 0x7cb400, 0xc000013c50, 0xc00005d7f0, 0xc00000ec80)
  77. build/soong/ui/build/signal.go:79 +0x136
  78. created by android/soong/ui/build.SetupSignals
  79. build/soong/ui/build/signal.go:44 +0x136
  80.  
  81. goroutine 34 [runnable]:
  82. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc00212ac80, 0xc002158ac8, 0x100, 0x0, 0x0, 0x0, 0xc002158ac8, 0x0)
  83. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  84. syscall.fstatat(0xffffffffffffff9c, 0xc000d9c2c0, 0x38, 0xc002158ac8, 0x100, 0x5bd7f5, 0xc0021589c0)
  85. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  86. syscall.Lstat(...)
  87. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  88. os.lstatNolog(0xc000d9c2c0, 0x38, 0x7c9a20, 0xc0021589c0, 0x0, 0xc000825af8)
  89. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  90. os.Lstat(0xc000d9c2c0, 0x38, 0xed5e4e62c, 0x9efd60, 0x0, 0x0)
  91. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  92. android/soong/finder/fs.osFs.Lstat(...)
  93. build/soong/finder/fs/fs.go:99
  94. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc000d9c2c0, 0x38, 0x15f62570a96d80d1, 0x6805c2, 0x10304)
  95. build/soong/finder/finder.go:1274 +0x69
  96. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x0, 0xc000330000, 0x83eac, 0x83eac, 0x2, 0x70b95, 0x0, 0x0, 0x0, ...)
  97. build/soong/finder/finder.go:806 +0x37f
  98. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  99. build/soong/finder/finder.go:922 +0x1a6
  100. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc0003d2000)
  101. build/soong/finder/finder.go:627 +0x46
  102. created by android/soong/finder.(*threadPool).Run
  103. build/soong/finder/finder.go:625 +0x62
  104.  
  105. goroutine 164 [runnable]:
  106. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc0021601e0, 0xc00215c6b8, 0x100, 0x0, 0x0, 0x0, 0xc00215c6b8, 0x0)
  107. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  108. syscall.fstatat(0xffffffffffffff9c, 0xc002b46480, 0x5c, 0xc00215c6b8, 0x100, 0x5bd7f5, 0xc00215c5b0)
  109. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  110. syscall.Lstat(...)
  111. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  112. os.lstatNolog(0xc002b46480, 0x5c, 0x7c9a20, 0xc00215c5b0, 0x0, 0xc001333af8)
  113. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  114. os.Lstat(0xc002b46480, 0x5c, 0xed5e4e70d, 0x9efd60, 0x0, 0x0)
  115. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  116. android/soong/finder/fs.osFs.Lstat(...)
  117. build/soong/finder/fs/fs.go:99
  118. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc002b46480, 0x5c, 0x15f625a5039ecc4f, 0xb21c09, 0x10304)
  119. build/soong/finder/finder.go:1274 +0x69
  120. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x17, 0xc001a76000, 0x8b137, 0x8b137, 0x2, 0xc10d9c, 0x0, 0x0, 0x0, ...)
  121. build/soong/finder/finder.go:806 +0x37f
  122. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  123. build/soong/finder/finder.go:922 +0x1a6
  124. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc00013e2a0)
  125. build/soong/finder/finder.go:627 +0x46
  126. created by android/soong/finder.(*threadPool).Run
  127. build/soong/finder/finder.go:625 +0x62
  128.  
  129. goroutine 23 [semacquire]:
  130. sync.runtime_Semacquire(0xc0001466e8)
  131. /home/m4tt/android/system/prebuilts/go/linux-x86/src/runtime/sema.go:56 +0x39
  132. sync.(*WaitGroup).Wait(0xc0001466e0)
  133. /home/m4tt/android/system/prebuilts/go/linux-x86/src/sync/waitgroup.go:130 +0x65
  134. android/soong/finder.(*threadPool).Wait(...)
  135. build/soong/finder/finder.go:635
  136. android/soong/finder.(*Finder).startFromExternalCache.func2()
  137. build/soong/finder/finder.go:944 +0x2e0
  138. created by android/soong/finder.(*Finder).startFromExternalCache
  139. build/soong/finder/finder.go:949 +0x41d
  140.  
  141. goroutine 74 [runnable]:
  142. encoding/json.(*decodeState).literalStore(0xc000574000, 0xc0004e6cb2, 0x5c, 0x144de, 0x6e5e20, 0xc001f68090, 0x198, 0x82c00, 0x97190, 0xc000574028)
  143. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:947 +0x236d
  144. encoding/json.(*decodeState).value(0xc000574000, 0x6e5e20, 0xc001f68090, 0x198, 0x6e5e20, 0xc001f68090)
  145. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:395 +0x1ef
  146. encoding/json.(*decodeState).object(0xc000574000, 0x72bfc0, 0xc001f68090, 0x199, 0xc000574028, 0x7b)
  147. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  148. encoding/json.(*decodeState).value(0xc000574000, 0x72bfc0, 0xc001f68090, 0x199, 0x72bfc0, 0xc001f68090)
  149. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  150. encoding/json.(*decodeState).array(0xc000574000, 0x6dec40, 0xc00081c0d8, 0x197, 0xc000574028, 0x5b)
  151. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  152. encoding/json.(*decodeState).value(0xc000574000, 0x6dec40, 0xc00081c0d8, 0x197, 0x6dec40, 0xc00081c0d8)
  153. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  154. encoding/json.(*decodeState).object(0xc000574000, 0x720be0, 0xc00081c0c0, 0x199, 0x75b454, 0xb)
  155. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  156. encoding/json.(*decodeState).value(0xc000574000, 0x720be0, 0xc00081c0c0, 0x199, 0x720be0, 0xc00081c0c0)
  157. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  158. encoding/json.(*decodeState).array(0xc000574000, 0x6d4540, 0xc000572000, 0x16, 0xc000574028, 0x9d915b)
  159. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  160. encoding/json.(*decodeState).value(0xc000574000, 0x6d4540, 0xc000572000, 0x16, 0xc000055938, 0x52e2b9)
  161. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  162. encoding/json.(*decodeState).unmarshal(0xc000574000, 0x6d4540, 0xc000572000, 0xc000574028, 0x0)
  163. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  164. encoding/json.Unmarshal(0xc000464000, 0x97190, 0x97190, 0x6d4540, 0xc000572000, 0x7f26625e2700, 0x20300000000000)
  165. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  166. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc000464000, 0x97190, 0x97190, 0x9cca7a, 0x20300000000000, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  167. build/soong/finder/finder.go:698 +0x8b
  168. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x1, 0xc000464000, 0x97190, 0x97190, 0x2, 0xf9c43, 0x0, 0x0, 0x0, ...)
  169. build/soong/finder/finder.go:792 +0x95
  170. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  171. build/soong/finder/finder.go:922 +0x1a6
  172. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc00055c000)
  173. build/soong/finder/finder.go:627 +0x46
  174. created by android/soong/finder.(*threadPool).Run
  175. build/soong/finder/finder.go:625 +0x62
  176.  
  177. goroutine 75 [runnable]:
  178. encoding/json.(*decodeState).value(0xc0003fe0a0, 0x6e0e80, 0xc00207ee10, 0x197, 0x6e0e80, 0xc00207ee10)
  179. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:364 +0x246
  180. encoding/json.(*decodeState).object(0xc0003fe0a0, 0x72bfc0, 0xc00207edf0, 0x199, 0xc0003fe0c8, 0x7b)
  181. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  182. encoding/json.(*decodeState).value(0xc0003fe0a0, 0x72bfc0, 0xc00207edf0, 0x199, 0x72bfc0, 0xc00207edf0)
  183. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  184. encoding/json.(*decodeState).array(0xc0003fe0a0, 0x6dec40, 0xc00010c0d8, 0x197, 0xc0003fe0c8, 0x5b)
  185. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  186. encoding/json.(*decodeState).value(0xc0003fe0a0, 0x6dec40, 0xc00010c0d8, 0x197, 0x6dec40, 0xc00010c0d8)
  187. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  188. encoding/json.(*decodeState).object(0xc0003fe0a0, 0x720be0, 0xc00010c0c0, 0x199, 0x75b454, 0xb)
  189. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  190. encoding/json.(*decodeState).value(0xc0003fe0a0, 0x720be0, 0xc00010c0c0, 0x199, 0x720be0, 0xc00010c0c0)
  191. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  192. encoding/json.(*decodeState).array(0xc0003fe0a0, 0x6d4540, 0xc0003fc020, 0x16, 0xc0003fe0c8, 0x5b)
  193. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  194. encoding/json.(*decodeState).value(0xc0003fe0a0, 0x6d4540, 0xc0003fc020, 0x16, 0xc00005a938, 0x52c10c)
  195. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  196. encoding/json.(*decodeState).unmarshal(0xc0003fe0a0, 0x6d4540, 0xc0003fc020, 0xc0003fe0c8, 0x0)
  197. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  198. encoding/json.Unmarshal(0xc00058a000, 0xa8123, 0xa8123, 0x6d4540, 0xc0003fc020, 0x0, 0x0)
  199. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  200. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc00058a000, 0xa8123, 0xa8123, 0x9cca7a, 0x4ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  201. build/soong/finder/finder.go:698 +0x8b
  202. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x2, 0xc00058a000, 0xa8123, 0xa8123, 0x2, 0x190e18, 0x0, 0x0, 0x0, ...)
  203. build/soong/finder/finder.go:792 +0x95
  204. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  205. build/soong/finder/finder.go:922 +0x1a6
  206. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc0003d20c0)
  207. build/soong/finder/finder.go:627 +0x46
  208. created by android/soong/finder.(*threadPool).Run
  209. build/soong/finder/finder.go:625 +0x62
  210.  
  211. goroutine 82 [runnable]:
  212. encoding/json.(*decodeState).scanNext(0xc0003fe140)
  213. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:333 +0xa1
  214. encoding/json.(*decodeState).value(0xc0003fe140, 0x72bfc0, 0xc002f73770, 0x199, 0x72bfc0, 0xc002f73770)
  215. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:387 +0x8b
  216. encoding/json.(*decodeState).array(0xc0003fe140, 0x6dec40, 0xc001702198, 0x197, 0xc0003fe168, 0x5b)
  217. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  218. encoding/json.(*decodeState).value(0xc0003fe140, 0x6dec40, 0xc001702198, 0x197, 0x6dec40, 0xc001702198)
  219. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  220. encoding/json.(*decodeState).object(0xc0003fe140, 0x720be0, 0xc001702180, 0x199, 0x75b454, 0xb)
  221. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  222. encoding/json.(*decodeState).value(0xc0003fe140, 0x720be0, 0xc001702180, 0x199, 0x720be0, 0xc001702180)
  223. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  224. encoding/json.(*decodeState).array(0xc0003fe140, 0x6d4540, 0xc000572020, 0x16, 0xc0003fe168, 0x5b)
  225. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  226. encoding/json.(*decodeState).value(0xc0003fe140, 0x6d4540, 0xc000572020, 0x16, 0xc000059938, 0x52c10c)
  227. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  228. encoding/json.(*decodeState).unmarshal(0xc0003fe140, 0x6d4540, 0xc000572020, 0xc0003fe168, 0x0)
  229. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  230. encoding/json.Unmarshal(0xc000634000, 0xa8d00, 0xa8d00, 0x6d4540, 0xc000572020, 0x0, 0x0)
  231. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  232. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc000634000, 0xa8d00, 0xa8d00, 0x9cca7a, 0x1010000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  233. build/soong/finder/finder.go:698 +0x8b
  234. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x3, 0xc000634000, 0xa8d00, 0xa8d00, 0x2, 0x2108e6, 0x0, 0x0, 0x0, ...)
  235. build/soong/finder/finder.go:792 +0x95
  236. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  237. build/soong/finder/finder.go:922 +0x1a6
  238. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc00013e120)
  239. build/soong/finder/finder.go:627 +0x46
  240. created by android/soong/finder.(*threadPool).Run
  241. build/soong/finder/finder.go:625 +0x62
  242.  
  243. goroutine 76 [runnable]:
  244. android/soong/finder.joinCleanPaths(...)
  245. build/soong/finder/finder.go:364
  246. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc0006de000, 0x949ca, 0x949ca, 0x9cca7a, 0x1010000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  247. build/soong/finder/finder.go:712 +0x4ad
  248. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x4, 0xc0006de000, 0x949ca, 0x949ca, 0x2, 0x287cd9, 0x0, 0x0, 0x0, ...)
  249. build/soong/finder/finder.go:792 +0x95
  250. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  251. build/soong/finder/finder.go:922 +0x1a6
  252. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000560060)
  253. build/soong/finder/finder.go:627 +0x46
  254. created by android/soong/finder.(*threadPool).Run
  255. build/soong/finder/finder.go:625 +0x62
  256.  
  257. goroutine 98 [runnable]:
  258. reflect.Value.Elem(0x6d4640, 0xc001ffe978, 0x16, 0x6d4640, 0xc001ffe978, 0x16)
  259. /home/m4tt/android/system/prebuilts/go/linux-x86/src/reflect/value.go:774 +0x1cf
  260. encoding/json.indirect(0x72bfc0, 0xc001ffe978, 0x199, 0x100, 0x0, 0x0, 0x197, 0x0, 0x72bfc0, 0xc001ffe940, ...)
  261. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:470 +0xe1
  262. encoding/json.(*decodeState).object(0xc0000ca000, 0x72bfc0, 0xc001ffe978, 0x199, 0xc0000ca028, 0x7b)
  263. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:607 +0x62
  264. encoding/json.(*decodeState).value(0xc0000ca000, 0x72bfc0, 0xc001ffe978, 0x199, 0x72bfc0, 0xc001ffe978)
  265. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  266. encoding/json.(*decodeState).array(0xc0000ca000, 0x6dec40, 0xc000f9a018, 0x197, 0xc0000ca028, 0x5b)
  267. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  268. encoding/json.(*decodeState).value(0xc0000ca000, 0x6dec40, 0xc000f9a018, 0x197, 0x6dec40, 0xc000f9a018)
  269. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  270. encoding/json.(*decodeState).object(0xc0000ca000, 0x720be0, 0xc000f9a000, 0x199, 0x75b454, 0xb)
  271. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  272. encoding/json.(*decodeState).value(0xc0000ca000, 0x720be0, 0xc000f9a000, 0x199, 0x720be0, 0xc000f9a000)
  273. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  274. encoding/json.(*decodeState).array(0xc0000ca000, 0x6d4540, 0xc00088c000, 0x16, 0xc0000ca028, 0x5b)
  275. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  276. encoding/json.(*decodeState).value(0xc0000ca000, 0x6d4540, 0xc00088c000, 0x16, 0xc000855938, 0x52c10c)
  277. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  278. encoding/json.(*decodeState).unmarshal(0xc0000ca000, 0x6d4540, 0xc00088c000, 0xc0000ca028, 0x0)
  279. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  280. encoding/json.Unmarshal(0xc00078a000, 0x91aa8, 0x91aa8, 0x6d4540, 0xc00088c000, 0x7f26625fb500, 0x20300000000000)
  281. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  282. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc00078a000, 0x91aa8, 0x91aa8, 0x9cca7a, 0x719c00, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  283. build/soong/finder/finder.go:698 +0x8b
  284. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x5, 0xc00078a000, 0x91aa8, 0x91aa8, 0x2, 0x2ebaa7, 0x0, 0x0, 0x0, ...)
  285. build/soong/finder/finder.go:792 +0x95
  286. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  287. build/soong/finder/finder.go:922 +0x1a6
  288. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc00055c0c0)
  289. build/soong/finder/finder.go:627 +0x46
  290. created by android/soong/finder.(*threadPool).Run
  291. build/soong/finder/finder.go:625 +0x62
  292.  
  293. goroutine 114 [semacquire]:
  294. os.lstatNolog(0xc000c18f80, 0x77, 0x7c9a20, 0xc002e65ee0, 0x0, 0xc0000bbaf8)
  295. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:41 +0x31
  296. os.Lstat(0xc000c18f80, 0x77, 0xed5e4e63d, 0x9efd60, 0x0, 0x0)
  297. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  298. android/soong/finder/fs.osFs.Lstat(...)
  299. build/soong/finder/fs/fs.go:99
  300. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc000c18f80, 0x77, 0x15f6257477854b01, 0xc60192, 0x10304)
  301. build/soong/finder/finder.go:1274 +0x69
  302. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x6, 0xc0008c2000, 0x8a49a, 0x8a49a, 0x2, 0x37c21c, 0x0, 0x0, 0x0, ...)
  303. build/soong/finder/finder.go:806 +0x37f
  304. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  305. build/soong/finder/finder.go:922 +0x1a6
  306. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc00013e1e0)
  307. build/soong/finder/finder.go:627 +0x46
  308. created by android/soong/finder.(*threadPool).Run
  309. build/soong/finder/finder.go:625 +0x62
  310.  
  311. goroutine 130 [runnable]:
  312. reflect.Value.SetString(0x6e5e20, 0xc0020c3fd0, 0x198, 0xc001223cc0, 0x38)
  313. /home/m4tt/android/system/prebuilts/go/linux-x86/src/reflect/value.go:1650 +0x7c
  314. encoding/json.(*decodeState).literalStore(0xc0003fe1e0, 0xc0009891f6, 0x3a, 0x4a13f, 0x6e5e20, 0xc0020c3fd0, 0x198, 0x3b100, 0x85335, 0xc0003fe208)
  315. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:947 +0x23ac
  316. encoding/json.(*decodeState).value(0xc0003fe1e0, 0x6e5e20, 0xc0020c3fd0, 0x198, 0x6e5e20, 0xc0020c3fd0)
  317. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:395 +0x1ef
  318. encoding/json.(*decodeState).object(0xc0003fe1e0, 0x72bfc0, 0xc0020c3fd0, 0x199, 0xc0003fe208, 0x7b)
  319. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  320. encoding/json.(*decodeState).value(0xc0003fe1e0, 0x72bfc0, 0xc0020c3fd0, 0x199, 0x72bfc0, 0xc0020c3fd0)
  321. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  322. encoding/json.(*decodeState).array(0xc0003fe1e0, 0x6dec40, 0xc000bba0d8, 0x197, 0xc0003fe208, 0x5b)
  323. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  324. encoding/json.(*decodeState).value(0xc0003fe1e0, 0x6dec40, 0xc000bba0d8, 0x197, 0x6dec40, 0xc000bba0d8)
  325. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  326. encoding/json.(*decodeState).object(0xc0003fe1e0, 0x720be0, 0xc000bba0c0, 0x199, 0x75b454, 0xb)
  327. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  328. encoding/json.(*decodeState).value(0xc0003fe1e0, 0x720be0, 0xc000bba0c0, 0x199, 0x720be0, 0xc000bba0c0)
  329. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  330. encoding/json.(*decodeState).array(0xc0003fe1e0, 0x6d4540, 0xc00000e020, 0x16, 0xc0003fe208, 0x5b)
  331. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  332. encoding/json.(*decodeState).value(0xc0003fe1e0, 0x6d4540, 0xc00000e020, 0x16, 0xc000056938, 0x52c10c)
  333. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  334. encoding/json.(*decodeState).unmarshal(0xc0003fe1e0, 0x6d4540, 0xc00000e020, 0xc0003fe208, 0x0)
  335. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  336. encoding/json.Unmarshal(0xc00094e000, 0x85335, 0x85335, 0x6d4540, 0xc00000e020, 0x0, 0x0)
  337. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  338. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc00094e000, 0x85335, 0x85335, 0x9cca7a, 0x1010000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  339. build/soong/finder/finder.go:698 +0x8b
  340. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x7, 0xc00094e000, 0x85335, 0x85335, 0x2, 0x3c5aa9, 0x0, 0x0, 0x0, ...)
  341. build/soong/finder/finder.go:792 +0x95
  342. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  343. build/soong/finder/finder.go:922 +0x1a6
  344. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000560120)
  345. build/soong/finder/finder.go:627 +0x46
  346. created by android/soong/finder.(*threadPool).Run
  347. build/soong/finder/finder.go:625 +0x62
  348.  
  349. goroutine 99 [runnable]:
  350. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc002156280, 0xc00215e928, 0x100, 0x0, 0x0, 0x0, 0xc00215e928, 0x0)
  351. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  352. syscall.fstatat(0xffffffffffffff9c, 0xc002d24b00, 0x3d, 0xc00215e928, 0x100, 0x5bd7f5, 0xc00215e820)
  353. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  354. syscall.Lstat(...)
  355. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  356. os.lstatNolog(0xc002d24b00, 0x3d, 0x7c9a20, 0xc00215e820, 0x0, 0xc0018dfaf8)
  357. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  358. os.Lstat(0xc002d24b00, 0x3d, 0xed5e4e64a, 0x9efd60, 0x0, 0x0)
  359. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  360. android/soong/finder/fs.osFs.Lstat(...)
  361. build/soong/finder/fs/fs.go:99
  362. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc002d24b00, 0x3d, 0x15f625778b9e3491, 0xd41638, 0x10304)
  363. build/soong/finder/finder.go:1274 +0x69
  364. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x8, 0xc0009e6000, 0x812e1, 0x812e1, 0x2, 0x7a5105, 0x0, 0x0, 0x0, ...)
  365. build/soong/finder/finder.go:806 +0x37f
  366. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  367. build/soong/finder/finder.go:922 +0x1a6
  368. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc00055c2a0)
  369. build/soong/finder/finder.go:627 +0x46
  370. created by android/soong/finder.(*threadPool).Run
  371. build/soong/finder/finder.go:625 +0x62
  372.  
  373. goroutine 83 [runnable]:
  374. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc00227f540, 0xc002154e08, 0x100, 0x0, 0x0, 0x0, 0xc002154e08, 0x0)
  375. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  376. syscall.fstatat(0xffffffffffffff9c, 0xc00244d6d0, 0x4c, 0xc002154e08, 0x100, 0x5bd7f5, 0xc002154d00)
  377. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  378. syscall.Lstat(...)
  379. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  380. os.lstatNolog(0xc00244d6d0, 0x4c, 0x7c9a20, 0xc002154d00, 0x0, 0xc0003e5af8)
  381. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  382. os.Lstat(0xc00244d6d0, 0x4c, 0xed5e4e651, 0x9efd60, 0x0, 0x0)
  383. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  384. android/soong/finder/fs.osFs.Lstat(...)
  385. build/soong/finder/fs/fs.go:99
  386. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc00244d6d0, 0x4c, 0x15f625792e95d8d3, 0xe006dd, 0x10304)
  387. build/soong/finder/finder.go:1274 +0x69
  388. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x9, 0xc000af4000, 0xa72c8, 0xa72c8, 0x2, 0x493470, 0x0, 0x0, 0x0, ...)
  389. build/soong/finder/finder.go:806 +0x37f
  390. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  391. build/soong/finder/finder.go:922 +0x1a6
  392. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc0001321e0)
  393. build/soong/finder/finder.go:627 +0x46
  394. created by android/soong/finder.(*threadPool).Run
  395. build/soong/finder/finder.go:625 +0x62
  396.  
  397. goroutine 146 [semacquire]:
  398. syscall.ByteSliceFromString(0xc000789f90, 0x44, 0x7f2664fb2878, 0x0, 0x100, 0x0, 0x0)
  399. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall.go:53 +0x95
  400. syscall.BytePtrFromString(...)
  401. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall.go:69
  402. syscall.fstatat(0xffffffffffffff9c, 0xc000789f90, 0x44, 0xc002e67bd8, 0x100, 0x5bd7f5, 0xc002e67ad0)
  403. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1516 +0x40
  404. syscall.Lstat(...)
  405. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  406. os.lstatNolog(0xc000789f90, 0x44, 0x7c9a20, 0xc002e67ad0, 0x0, 0xc0018e1af8)
  407. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  408. os.Lstat(0xc000789f90, 0x44, 0xed5e4e659, 0x9efd60, 0x0, 0x0)
  409. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  410. android/soong/finder/fs.osFs.Lstat(...)
  411. build/soong/finder/fs/fs.go:99
  412. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc000789f90, 0x44, 0x15f6257b1ddbd1a4, 0x81a25, 0x10304)
  413. build/soong/finder/finder.go:1274 +0x69
  414. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0xa, 0xc000c7a000, 0x8e305, 0x8e305, 0x2, 0x54b4e2, 0x0, 0x0, 0x0, ...)
  415. build/soong/finder/finder.go:806 +0x37f
  416. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  417. build/soong/finder/finder.go:922 +0x1a6
  418. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000024300)
  419. build/soong/finder/finder.go:627 +0x46
  420. created by android/soong/finder.(*threadPool).Run
  421. build/soong/finder/finder.go:625 +0x62
  422.  
  423. goroutine 25 [runnable]:
  424. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc0015a8d20, 0xc002143d78, 0x100, 0x0, 0x0, 0x0, 0xc002143d78, 0x0)
  425. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  426. syscall.fstatat(0xffffffffffffff9c, 0xc00245b730, 0x67, 0xc002143d78, 0x100, 0x5bd7f5, 0xc002143c70)
  427. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  428. syscall.Lstat(...)
  429. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  430. os.lstatNolog(0xc00245b730, 0x67, 0x7c9a20, 0xc002143c70, 0x0, 0xc00032faf8)
  431. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  432. os.Lstat(0xc00245b730, 0x67, 0xed5e4e661, 0x9efd60, 0x0, 0x0)
  433. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  434. android/soong/finder/fs.osFs.Lstat(...)
  435. build/soong/finder/fs/fs.go:99
  436. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc00245b730, 0x67, 0x15f6257cd1478fd7, 0x2a2067, 0x10304)
  437. build/soong/finder/finder.go:1274 +0x69
  438. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0xb, 0xc000da2000, 0x81b40, 0x81b40, 0x2, 0x64b403, 0x0, 0x0, 0x0, ...)
  439. build/soong/finder/finder.go:806 +0x37f
  440. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  441. build/soong/finder/finder.go:922 +0x1a6
  442. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000e3e060)
  443. build/soong/finder/finder.go:627 +0x46
  444. created by android/soong/finder.(*threadPool).Run
  445. build/soong/finder/finder.go:625 +0x62
  446.  
  447. goroutine 26 [runnable]:
  448. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc002fcfe00, 0xc002ff0038, 0x100, 0x0, 0x0, 0x0, 0xc002ff0038, 0x0)
  449. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  450. syscall.fstatat(0xffffffffffffff9c, 0xc001ceeaa0, 0x4e, 0xc002ff0038, 0x100, 0x5bd7f5, 0xc002fe8270)
  451. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  452. syscall.Lstat(...)
  453. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  454. os.lstatNolog(0xc001ceeaa0, 0x4e, 0x7c9a20, 0xc002fe8270, 0x0, 0xc0018ddaf8)
  455. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  456. os.Lstat(0xc001ceeaa0, 0x4e, 0xed5e4e669, 0x9efd60, 0x0, 0x0)
  457. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  458. android/soong/finder/fs.osFs.Lstat(...)
  459. build/soong/finder/fs/fs.go:99
  460. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc001ceeaa0, 0x4e, 0x15f6257ee0fba323, 0xb20f76, 0x10304)
  461. build/soong/finder/finder.go:1274 +0x69
  462. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0xc, 0xc000ef0000, 0x8cffe, 0x8cffe, 0x2, 0x64db7d, 0x0, 0x0, 0x0, ...)
  463. build/soong/finder/finder.go:806 +0x37f
  464. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  465. build/soong/finder/finder.go:922 +0x1a6
  466. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000e3e0c0)
  467. build/soong/finder/finder.go:627 +0x46
  468. created by android/soong/finder.(*threadPool).Run
  469. build/soong/finder/finder.go:625 +0x62
  470.  
  471. goroutine 147 [runnable]:
  472. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc00275d9a0, 0xc002162788, 0x100, 0x0, 0x0, 0x0, 0xc002162788, 0x0)
  473. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  474. syscall.fstatat(0xffffffffffffff9c, 0xc002e5dcc0, 0x46, 0xc002162788, 0x100, 0x5bd7f5, 0xc002162680)
  475. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  476. syscall.Lstat(...)
  477. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  478. os.lstatNolog(0xc002e5dcc0, 0x46, 0x7c9a20, 0xc002162680, 0x0, 0xc00032baf8)
  479. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  480. os.Lstat(0xc002e5dcc0, 0x46, 0xed5e4e66c, 0x9efd60, 0x0, 0x0)
  481. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  482. android/soong/finder/fs.osFs.Lstat(...)
  483. build/soong/finder/fs/fs.go:99
  484. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc002e5dcc0, 0x46, 0x15f6257f8678b58d, 0xd42802, 0x10304)
  485. build/soong/finder/finder.go:1274 +0x69
  486. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0xd, 0xc00102c000, 0x81491, 0x81491, 0x2, 0x7086e7, 0x0, 0x0, 0x0, ...)
  487. build/soong/finder/finder.go:806 +0x37f
  488. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  489. build/soong/finder/finder.go:922 +0x1a6
  490. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000024780)
  491. build/soong/finder/finder.go:627 +0x46
  492. created by android/soong/finder.(*threadPool).Run
  493. build/soong/finder/finder.go:625 +0x62
  494.  
  495. goroutine 148 [semacquire]:
  496. encoding/json.(*decodeState).literalStore(0xc0003fe320, 0xc0012dbb2b, 0x13, 0x49a69, 0x6e52a0, 0xc002d75b38, 0x186, 0x43b00, 0x8d594, 0xc0003fe348)
  497. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:963 +0x12c0
  498. encoding/json.(*decodeState).value(0xc0003fe320, 0x6e52a0, 0xc002d75b38, 0x186, 0x6e52a0, 0xc002d75b38)
  499. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:395 +0x1ef
  500. encoding/json.(*decodeState).object(0xc0003fe320, 0x72bfc0, 0xc002d75b28, 0x199, 0xc0003fe348, 0x7b)
  501. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  502. encoding/json.(*decodeState).value(0xc0003fe320, 0x72bfc0, 0xc002d75b28, 0x199, 0x72bfc0, 0xc002d75b28)
  503. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  504. encoding/json.(*decodeState).array(0xc0003fe320, 0x6dec40, 0xc00030e198, 0x197, 0xc0003fe348, 0x5b)
  505. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  506. encoding/json.(*decodeState).value(0xc0003fe320, 0x6dec40, 0xc00030e198, 0x197, 0x6dec40, 0xc00030e198)
  507. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  508. encoding/json.(*decodeState).object(0xc0003fe320, 0x720be0, 0xc00030e180, 0x199, 0x75b454, 0xb)
  509. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  510. encoding/json.(*decodeState).value(0xc0003fe320, 0x720be0, 0xc00030e180, 0x199, 0x720be0, 0xc00030e180)
  511. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  512. encoding/json.(*decodeState).array(0xc0003fe320, 0x6d4540, 0xc0010f6140, 0x16, 0xc0003fe348, 0x5b)
  513. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  514. encoding/json.(*decodeState).value(0xc0003fe320, 0x6d4540, 0xc0010f6140, 0x16, 0xc000054938, 0x52e2b9)
  515. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  516. encoding/json.(*decodeState).unmarshal(0xc0003fe320, 0x6d4540, 0xc0010f6140, 0xc0003fe348, 0x0)
  517. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  518. encoding/json.Unmarshal(0xc001298000, 0x8d594, 0x8d594, 0x6d4540, 0xc0010f6140, 0x7f26625d6c00, 0x20300000000000)
  519. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  520. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc001298000, 0x8d594, 0x8d594, 0x9cca7a, 0x1000000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  521. build/soong/finder/finder.go:698 +0x8b
  522. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0xf, 0xc001298000, 0x8d594, 0x8d594, 0x2, 0x7e8a1d, 0x0, 0x0, 0x0, ...)
  523. build/soong/finder/finder.go:792 +0x95
  524. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  525. build/soong/finder/finder.go:922 +0x1a6
  526. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc0000248a0)
  527. build/soong/finder/finder.go:627 +0x46
  528. created by android/soong/finder.(*threadPool).Run
  529. build/soong/finder/finder.go:625 +0x62
  530.  
  531. goroutine 162 [runnable]:
  532. encoding/json.stateEndValue(0xc00029e0c8, 0x73d52c, 0x0)
  533. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/scanner.go:242 +0x79d
  534. encoding/json.checkValid(0xc0013c8000, 0x87914, 0x87914, 0xc00029e0c8, 0x6eef20, 0x1)
  535. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/scanner.go:29 +0xa7
  536. encoding/json.Unmarshal(0xc0013c8000, 0x87914, 0x87914, 0x6d4540, 0xc0010f2e60, 0x0, 0x0)
  537. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:100 +0x66
  538. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc0013c8000, 0x87914, 0x87914, 0x9cca7a, 0x1000000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  539. build/soong/finder/finder.go:698 +0x8b
  540. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x10, 0xc0013c8000, 0x87914, 0x87914, 0x2, 0x86bc40, 0x0, 0x0, 0x0, ...)
  541. build/soong/finder/finder.go:792 +0x95
  542. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  543. build/soong/finder/finder.go:922 +0x1a6
  544. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc001474000)
  545. build/soong/finder/finder.go:627 +0x46
  546. created by android/soong/finder.(*threadPool).Run
  547. build/soong/finder/finder.go:625 +0x62
  548.  
  549. goroutine 163 [semacquire]:
  550. encoding/json.(*decodeState).literalStore(0xc000292140, 0xc0015336fb, 0x27, 0x2fe0b, 0x6e5e20, 0xc002118bc0, 0x198, 0x49600, 0x79506, 0xc000292168)
  551. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:947 +0x236d
  552. encoding/json.(*decodeState).value(0xc000292140, 0x6e5e20, 0xc002118bc0, 0x198, 0x6e5e20, 0xc002118bc0)
  553. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:395 +0x1ef
  554. encoding/json.(*decodeState).object(0xc000292140, 0x72bfc0, 0xc002118bc0, 0x199, 0xc000292168, 0x7b)
  555. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  556. encoding/json.(*decodeState).value(0xc000292140, 0x72bfc0, 0xc002118bc0, 0x199, 0x72bfc0, 0xc002118bc0)
  557. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  558. encoding/json.(*decodeState).array(0xc000292140, 0x6dec40, 0xc00030e0d8, 0x197, 0xc000292168, 0x5b)
  559. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  560. encoding/json.(*decodeState).value(0xc000292140, 0x6dec40, 0xc00030e0d8, 0x197, 0x6dec40, 0xc00030e0d8)
  561. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  562. encoding/json.(*decodeState).object(0xc000292140, 0x720be0, 0xc00030e0c0, 0x199, 0x75b454, 0xb)
  563. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  564. encoding/json.(*decodeState).value(0xc000292140, 0x720be0, 0xc00030e0c0, 0x199, 0x720be0, 0xc00030e0c0)
  565. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  566. encoding/json.(*decodeState).array(0xc000292140, 0x6d4540, 0xc0016fa120, 0x16, 0xc000292168, 0x5b)
  567. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  568. encoding/json.(*decodeState).value(0xc000292140, 0x6d4540, 0xc0016fa120, 0x16, 0xc001280938, 0x52c10c)
  569. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  570. encoding/json.(*decodeState).unmarshal(0xc000292140, 0x6d4540, 0xc0016fa120, 0xc000292168, 0x0)
  571. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  572. encoding/json.Unmarshal(0xc0014ea000, 0x79506, 0x79506, 0x6d4540, 0xc0016fa120, 0x0, 0x0)
  573. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  574. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc0014ea000, 0x79506, 0x79506, 0x9cca7a, 0x1000000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  575. build/soong/finder/finder.go:698 +0x8b
  576. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x11, 0xc0014ea000, 0x79506, 0x79506, 0x2, 0x8bcf55, 0x0, 0x0, 0x0, ...)
  577. build/soong/finder/finder.go:792 +0x95
  578. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  579. build/soong/finder/finder.go:922 +0x1a6
  580. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc0014740c0)
  581. build/soong/finder/finder.go:627 +0x46
  582. created by android/soong/finder.(*threadPool).Run
  583. build/soong/finder/finder.go:625 +0x62
  584.  
  585. goroutine 149 [runnable]:
  586. encoding/json.(*decodeState).literalStore(0xc00029e000, 0xc001616b2b, 0x4, 0x7e2b1, 0x6e0e80, 0xc00284c3a0, 0x197, 0x1ab00, 0x98ddc, 0xc00029e028)
  587. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:845 +0x303c
  588. encoding/json.(*decodeState).value(0xc00029e000, 0x6e0e80, 0xc00284c3a0, 0x197, 0x6e0e80, 0xc00284c3a0)
  589. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:395 +0x1ef
  590. encoding/json.(*decodeState).object(0xc00029e000, 0x72bfc0, 0xc00284c380, 0x199, 0xc00029e028, 0x7b)
  591. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  592. encoding/json.(*decodeState).value(0xc00029e000, 0x72bfc0, 0xc00284c380, 0x199, 0x72bfc0, 0xc00284c380)
  593. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  594. encoding/json.(*decodeState).array(0xc00029e000, 0x6dec40, 0xc000d0a198, 0x197, 0xc00029e028, 0x5b)
  595. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  596. encoding/json.(*decodeState).value(0xc00029e000, 0x6dec40, 0xc000d0a198, 0x197, 0x6dec40, 0xc000d0a198)
  597. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  598. encoding/json.(*decodeState).object(0xc00029e000, 0x720be0, 0xc000d0a180, 0x199, 0x75b454, 0xb)
  599. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  600. encoding/json.(*decodeState).value(0xc00029e000, 0x720be0, 0xc000d0a180, 0x199, 0x720be0, 0xc000d0a180)
  601. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  602. encoding/json.(*decodeState).array(0xc00029e000, 0x6d4540, 0xc002ea92c0, 0x16, 0xc00029e028, 0xc002fd175b)
  603. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  604. encoding/json.(*decodeState).value(0xc00029e000, 0x6d4540, 0xc002ea92c0, 0x16, 0xc00005b938, 0x52c10c)
  605. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  606. encoding/json.(*decodeState).unmarshal(0xc00029e000, 0x6d4540, 0xc002ea92c0, 0xc00029e028, 0x0)
  607. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  608. encoding/json.Unmarshal(0xc0015fc000, 0x98ddc, 0x98ddc, 0x6d4540, 0xc002ea92c0, 0x0, 0x0)
  609. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  610. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc0015fc000, 0x98ddc, 0x98ddc, 0x9cca7a, 0x1010000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  611. build/soong/finder/finder.go:698 +0x8b
  612. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x12, 0xc0015fc000, 0x98ddc, 0x98ddc, 0x2, 0x922463, 0x0, 0x0, 0x0, ...)
  613. build/soong/finder/finder.go:792 +0x95
  614. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  615. build/soong/finder/finder.go:922 +0x1a6
  616. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc0000249c0)
  617. build/soong/finder/finder.go:627 +0x46
  618. created by android/soong/finder.(*threadPool).Run
  619. build/soong/finder/finder.go:625 +0x62
  620.  
  621. goroutine 77 [runnable]:
  622. encoding/json.state1(0xc00029e168, 0x32, 0x0)
  623. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/scanner.go:383 +0x92
  624. encoding/json.(*decodeState).scanWhile(0xc00029e140, 0x0)
  625. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:348 +0x8a
  626. encoding/json.(*decodeState).value(0xc00029e140, 0x6e52a0, 0xc002d1d228, 0x186, 0x6e52a0, 0xc002d1d228)
  627. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:392 +0x162
  628. encoding/json.(*decodeState).object(0xc00029e140, 0x72bfc0, 0xc002d1d218, 0x199, 0xc00029e168, 0x7b)
  629. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  630. encoding/json.(*decodeState).value(0xc00029e140, 0x72bfc0, 0xc002d1d218, 0x199, 0x72bfc0, 0xc002d1d218)
  631. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  632. encoding/json.(*decodeState).array(0xc00029e140, 0x6dec40, 0xc000f9a0d8, 0x197, 0xc00029e168, 0x5b)
  633. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  634. encoding/json.(*decodeState).value(0xc00029e140, 0x6dec40, 0xc000f9a0d8, 0x197, 0x6dec40, 0xc000f9a0d8)
  635. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  636. encoding/json.(*decodeState).object(0xc00029e140, 0x720be0, 0xc000f9a0c0, 0x199, 0x75b454, 0xb)
  637. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:763 +0x18bc
  638. encoding/json.(*decodeState).value(0xc00029e140, 0x720be0, 0xc000f9a0c0, 0x199, 0x720be0, 0xc000f9a0c0)
  639. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:381 +0x6e
  640. encoding/json.(*decodeState).array(0xc00029e140, 0x6d4540, 0xc000838a00, 0x16, 0xc00029e168, 0x5b)
  641. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:560 +0x1a9
  642. encoding/json.(*decodeState).value(0xc00029e140, 0x6d4540, 0xc000838a00, 0x16, 0xc0002ad938, 0x52c10c)
  643. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:371 +0xff
  644. encoding/json.(*decodeState).unmarshal(0xc00029e140, 0x6d4540, 0xc000838a00, 0xc00029e168, 0x0)
  645. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:179 +0x209
  646. encoding/json.Unmarshal(0xc001720000, 0x8b7f8, 0x8b7f8, 0x6d4540, 0xc000838a00, 0x7f26625cc400, 0x20300000000000)
  647. /home/m4tt/android/system/prebuilts/go/linux-x86/src/encoding/json/decode.go:106 +0x123
  648. android/soong/finder.(*Finder).parseCacheEntry(0xc00015c580, 0xc001720000, 0x8b7f8, 0x8b7f8, 0x9cca7a, 0x1000000004ca454, 0xed5e60dd4, 0x9efd60, 0xed5e60dd4)
  649. build/soong/finder/finder.go:698 +0x8b
  650. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x13, 0xc001720000, 0x8b7f8, 0x8b7f8, 0x2, 0x97ece5, 0x0, 0x0, 0x0, ...)
  651. build/soong/finder/finder.go:792 +0x95
  652. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  653. build/soong/finder/finder.go:922 +0x1a6
  654. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc0003d21e0)
  655. build/soong/finder/finder.go:627 +0x46
  656. created by android/soong/finder.(*threadPool).Run
  657. build/soong/finder/finder.go:625 +0x62
  658.  
  659. goroutine 8 [semacquire]:
  660. os.lstatNolog(0xc00045bf20, 0x57, 0x7c9a20, 0xc002e59ee0, 0x0, 0xc000d17af8)
  661. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:41 +0x31
  662. os.Lstat(0xc00045bf20, 0x57, 0xed5e4e6d2, 0x9efd60, 0x0, 0x0)
  663. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  664. android/soong/finder/fs.osFs.Lstat(...)
  665. build/soong/finder/fs/fs.go:99
  666. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc00045bf20, 0x57, 0x15f625973e8548c3, 0xae2ad7, 0x10304)
  667. build/soong/finder/finder.go:1274 +0x69
  668. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x14, 0xc001848000, 0x910a6, 0x910a6, 0x2, 0x9f5faa, 0x0, 0x0, 0x0, ...)
  669. build/soong/finder/finder.go:806 +0x37f
  670. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  671. build/soong/finder/finder.go:922 +0x1a6
  672. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000f96060)
  673. build/soong/finder/finder.go:627 +0x46
  674. created by android/soong/finder.(*threadPool).Run
  675. build/soong/finder/finder.go:625 +0x62
  676.  
  677. goroutine 54 [runnable]:
  678. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc001c29860, 0xc00213f628, 0x100, 0x0, 0x0, 0x0, 0xc00213f628, 0x0)
  679. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  680. syscall.fstatat(0xffffffffffffff9c, 0xc001d0d7c0, 0x9a, 0xc00213f628, 0x100, 0x5bd7f5, 0xc00213f520)
  681. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  682. syscall.Lstat(...)
  683. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  684. os.lstatNolog(0xc001d0d7c0, 0x9a, 0x7c9a20, 0xc00213f520, 0x0, 0xc00132faf8)
  685. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  686. os.Lstat(0xc001d0d7c0, 0x9a, 0xed5e4e6e7, 0x9efd60, 0x0, 0x0)
  687. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  688. android/soong/finder/fs.osFs.Lstat(...)
  689. build/soong/finder/fs/fs.go:99
  690. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc001d0d7c0, 0x9a, 0x15f6259c36ec6576, 0xde2e73, 0x10304)
  691. build/soong/finder/finder.go:1274 +0x69
  692. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x15, 0xc0018e2000, 0xa748e, 0xa748e, 0x2, 0xb071a1, 0x0, 0x0, 0x0, ...)
  693. build/soong/finder/finder.go:806 +0x37f
  694. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  695. build/soong/finder/finder.go:922 +0x1a6
  696. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000560300)
  697. build/soong/finder/finder.go:627 +0x46
  698. created by android/soong/finder.(*threadPool).Run
  699. build/soong/finder/finder.go:625 +0x62
  700.  
  701. goroutine 78 [runnable]:
  702. syscall.Syscall6(0x106, 0xffffffffffffff9c, 0xc002371920, 0xc00214b488, 0x100, 0x0, 0x0, 0x0, 0xc00214b488, 0x0)
  703. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/asm_linux_amd64.s:44 +0x5
  704. syscall.fstatat(0xffffffffffffff9c, 0xc00180b200, 0x5a, 0xc00214b488, 0x100, 0x5bd7f5, 0xc00214b380)
  705. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/zsyscall_linux_amd64.go:1520 +0xcb
  706. syscall.Lstat(...)
  707. /home/m4tt/android/system/prebuilts/go/linux-x86/src/syscall/syscall_linux_amd64.go:72
  708. os.lstatNolog(0xc00180b200, 0x5a, 0x7c9a20, 0xc00214b380, 0x0, 0xc000d1baf8)
  709. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat_unix.go:42 +0x6f
  710. os.Lstat(0xc00180b200, 0x5a, 0xed5e4e6f5, 0x9efd60, 0x0, 0x0)
  711. /home/m4tt/android/system/prebuilts/go/linux-x86/src/os/stat.go:22 +0x4d
  712. android/soong/finder/fs.osFs.Lstat(...)
  713. build/soong/finder/fs/fs.go:99
  714. android/soong/finder.(*Finder).statDirSync(0xc00015c580, 0xc00180b200, 0x5a, 0x15f6259f5a0b55e5, 0x3a5155, 0x10304)
  715. build/soong/finder/finder.go:1274 +0x69
  716. android/soong/finder.(*Finder).loadBytes(0xc00015c580, 0x16, 0xc00198a000, 0x966b1, 0x966b1, 0x2, 0xb9aedd, 0x0, 0x0, 0x0, ...)
  717. build/soong/finder/finder.go:806 +0x37f
  718. android/soong/finder.(*Finder).startFromExternalCache.func2.1()
  719. build/soong/finder/finder.go:922 +0x1a6
  720. android/soong/finder.(*threadPool).Run.func1(0xc0001466e0, 0xc000132360)
  721. build/soong/finder/finder.go:627 +0x46
  722. created by android/soong/finder.(*threadPool).Run
  723. build/soong/finder/finder.go:625 +0x62
  724. Device raphael not found. Attempting to retrieve device repository from PixelExperience-Devices Github (http://github.com/PixelExperience-Devices).
  725. Found repository: device_xiaomi_raphael
  726. Checking branch info
  727. Calculated revision: ten
  728. already exists: device/xiaomi/raphael
  729. Syncing repository to retrieve project.
  730. Fetching projects: 100% (1/1), done.
  731. device/xiaomi/raphael: Shared project device_xiaomi_raphael found, disabling pruning.
  732. info: A new version of repo is available
  733.  
  734.  
  735. warning: project 'repo' branch 'stable' is not signed
  736. warning: Skipped upgrade to unverified version
  737. repo sync has finished successfully.
  738. Repository synced!
  739. Looking for dependencies
  740. Dependency already present in manifest: vendor_xiaomi => vendor/xiaomi
  741. Dependency already present in manifest: kernel_xiaomi_raphael => kernel/xiaomi/raphael
  742. Dependency already present in manifest: packages_apps_PixelLiveWallpaper => packages/apps/PixelLiveWallpaper
  743. Dependency already present in manifest: vendor_MiuiCamera => vendor/MiuiCamera
  744. Done
  745. build/make/core/product_config.mk:223: error: Can not locate config makefile for product "raphael".
  746. 19:32:57 dumpvars failed with: exit status 1
  747. build/make/core/product_config.mk:223: error: Can not locate config makefile for product "raphael".
  748. 19:32:57 dumpvars failed with: exit status 1
  749.  
  750. ** Don't have a product spec for: 'raphael'
  751. ** Do you have the right repo manifest?
  752.  
  753. m4tt@pop-os:~/android/system$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement