Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build: corellium builders failing with signal: killed #54819

Open
heschi opened this issue Sep 1, 2022 · 63 comments
Open

x/build: corellium builders failing with signal: killed #54819

heschi opened this issue Sep 1, 2022 · 63 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. OS-Android
Milestone

Comments

@heschi heschi added Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. labels Sep 1, 2022
@heschi heschi added this to the Go1.20 milestone Sep 1, 2022
@changkun
Copy link
Member

changkun commented Sep 1, 2022

There was no manual intervention on the builder side to my knowledge. It is either caused by internal service changes on the Corellium side or the changes in the Go code base.

There is not much we can do for the first case, although I've communicated with them many times in the past.

For the second case, if the build process somehow changes to utilize more resources, such as memory, it may hit the VM limit set by Corellium, which could lead to the build failure.

@changkun
Copy link
Member

changkun commented Sep 1, 2022

cc @cuonglm as CL 421880 seems to be the first commit that causes: https://build.golang.org/log/b787fac76217446a7796bfe687e299e2313baf67

@cherrymui
Copy link
Member

They look like OOM kill. How much memory does the builder have? Does the build run in parallel with other programs or containers?

@changkun
Copy link
Member

changkun commented Sep 1, 2022

These are the system info collected using adb shell dumpsys meminfo as of Sep 02, 2022.

Android Builder 1:

Total RAM: 1,984,500K (status moderate)
 Free RAM: 1,084,998K (  253,370K cached pss +   728,536K cached kernel +   103,092K free)
 Used RAM:   956,023K (  765,363K used pss +   190,660K kernel)
 Lost RAM:   -56,521K
   Tuning: 48 (large 192), oom   322,560K, restore limit   107,520K (high-end-gfx)

Android Builder 2:

Total RAM: 1,984,500K (status critical)
 Free RAM: 1,239,008K (        0K cached pss +   957,908K cached kernel +   281,100K free)
 Used RAM:   829,439K (  674,879K used pss +   154,560K kernel)
 Lost RAM:   -83,947K
   Tuning: 48 (large 192), oom   322,560K, restore limit   107,520K (high-end-gfx)

Android Builder 3:

Total RAM: 1,984,500K (status low)
 Free RAM: 1,237,810K (   91,994K cached pss +   185,712K cached kernel +   960,104K free)
 Used RAM:   834,669K (  671,777K used pss +   162,892K kernel)
 Lost RAM:   -87,979K
   Tuning: 48 (large 192), oom   322,560K, restore limit   107,520K (high-end-gfx)

@cuonglm
Copy link
Member

cuonglm commented Sep 2, 2022

cc @cuonglm as CL 421880 seems to be the first commit that causes: https://build.golang.org/log/b787fac76217446a7796bfe687e299e2313baf67

This is a real failed and was fixed at tip. The OOM killed seems different problem.

@changkun
Copy link
Member

changkun commented Sep 3, 2022

Based on some recent observations, it seems that the issue is gone. Perhaps now Corellium internal becomes more stable in managing their VMs and not killing OOMed builders anymore. At some point, we may simply close this issue without any further action.

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2022-11-28 15:02 android-arm64-corellium go@cc7530da (log)
FAIL
go tool dist: Failed: exit status 1
2022-11-28 16:06 android-arm-corellium go@76ec47ee (log)
go tool dist: Failed: signal: killed
2022-11-28 19:38 android-arm64-corellium go@bb0d8297 (log)
go tool dist: Failed: signal: killed
2022-12-15 17:45 android-arm64-corellium go@628a1e7d (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2022-11-28 17:25 android-arm-corellium go@0f28c478 (log)
FAIL
go tool dist: Failed: exit status 1
2022-11-28 17:25 android-arm64-corellium go@0f28c478 (log)
go tool dist: Failed: signal: killed
2022-11-28 19:33 android-arm-corellium go@61f5a672 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-01-03 18:52 android-arm-corellium go@cdc73f06 (log)
cmd/compile/internal/ssa: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/compile: signal: killed
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1
2023-01-03 18:52 android-arm64-corellium go@cdc73f06 (log)
cmd/compile/internal/ssa: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/compile: signal: killed
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1
2023-01-03 18:53 android-arm-corellium go@d03231d9 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install std cmd: signal: killed
2023-01-03 18:53 android-arm64-corellium go@d03231d9 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed
2023-01-03 20:31 android-arm-corellium go@9955a7e9 (log)
---
Installed Go for android/arm in /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go
Installed commands in /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/bin
cmd/compile/internal/ssa: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/compile: signal: killed
go tool dist: FAILED: go build std cmd: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-01-16 08:37 android-arm-corellium go@1c65b69b (log)
FAIL
go tool dist: Failed: exit status 1
2023-01-17 14:18 android-arm-corellium go@145dd384 (log)
FAIL
go tool dist: Failed: exit status 1
2023-01-17 14:18 android-arm64-corellium go@145dd384 (log)
go tool dist: Failed: signal: killed
2023-01-17 15:26 android-arm-corellium go@66689c7d (log)
FAIL
go tool dist: Failed: exit status 1
2023-01-17 16:11 android-arm64-corellium go@8409251e (log)
go tool dist: Failed: signal: killed
2023-01-17 16:25 android-arm64-corellium go@02ed0e5e (log)
FAIL
go tool dist: Failed: exit status 1
2023-01-17 18:21 android-arm64-corellium go@9088c691 (log)
FAIL
go tool dist: Failed: exit status 1
2023-01-17 22:13 android-arm64-corellium go@f773bef9 (log)
go tool dist: Failed: signal: killed
2023-01-17 22:30 android-arm-corellium go@dbe327a6 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-01-30 16:00 android-arm-corellium go@d42c08a2 cmd/addr2line [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:00 android-arm-corellium go@d42c08a2 cmd/asm [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:00 android-arm-corellium go@d42c08a2 cmd/buildid [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:00 android-arm-corellium go@d42c08a2 cmd/cgo [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:00 android-arm-corellium go@d42c08a2 cmd/compile [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:41 android-arm-corellium go@a34cec8e cmd/addr2line [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:41 android-arm-corellium go@a34cec8e cmd/asm [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:41 android-arm-corellium go@a34cec8e cmd/buildid [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:41 android-arm-corellium go@a34cec8e cmd/cgo [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 16:41 android-arm-corellium go@a34cec8e cmd/compile [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 18:48 android-arm-corellium go@cb61585e cmd/addr2line [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 18:48 android-arm-corellium go@cb61585e cmd/asm [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 18:48 android-arm-corellium go@cb61585e cmd/buildid [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 18:48 android-arm-corellium go@cb61585e cmd/cgo [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 18:48 android-arm-corellium go@cb61585e cmd/compile [build] (log)
loadinternal: cannot find runtime/cgo
2023-01-30 18:49 android-arm64-corellium go@3875258f (log)
FAIL
go tool dist: Failed: exit status 1
2023-01-31 15:09 android-arm64-corellium go@066b7805 (log)
FAIL
go tool dist: Failed: exit status 1
2023-01-31 16:52 android-arm-corellium go@00e1091b (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-02-14 16:24 android-arm64-corellium go@b146d762 (log)
go tool dist: Failed: signal: killed
2023-02-14 16:51 android-arm64-corellium go@0af2c78c (log)
FAIL
go tool dist: Failed: exit status 1
2023-02-15 15:30 android-arm64-corellium go@30151f2a (log)
FAIL
go tool dist: Failed: exit status 1
2023-02-15 22:00 android-arm64-corellium go@ed370d87 (log)
FAIL
go tool dist: Failed: exit status 1
2023-02-15 22:02 android-arm64-corellium go@2994e9aa (log)
go tool dist: Failed: signal: killed
2023-02-16 00:16 android-arm64-corellium go@55044288 (log)
FAIL
go tool dist: Failed: exit status 1
2023-02-16 02:02 android-arm64-corellium go@518889b3 (log)
FAIL
go tool dist: Failed: exit status 1
2023-02-16 19:34 android-arm64-corellium go@1a9893a9 (log)
go tool dist: Failed: signal: killed
2023-02-16 23:09 android-arm64-corellium go@3ad6393f (log)
go tool dist: Failed: signal: killed
2023-02-17 03:56 android-arm64-corellium go@21f43405 (log)
FAIL
go tool dist: Failed: exit status 1
2023-02-17 20:31 android-arm64-corellium go@990501e7 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed
2023-02-17 20:39 android-arm64-corellium go@37e893b1 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd: signal: killed
2023-02-17 21:23 android-arm64-corellium go@209df389 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed
2023-02-17 22:19 android-arm-corellium go@d3daeb52 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed
2023-02-17 22:21 android-arm-corellium go@d49719b1 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed
2023-02-17 22:21 android-arm64-corellium go@d49719b1 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed
2023-02-17 23:54 android-arm-corellium go@7e5906a5 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed
2023-02-17 23:54 android-arm64-corellium go@7e5906a5 (log)
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-10 22:47 android-arm-corellium go@d9c29ec6 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-13 14:16 android-arm64-corellium go@b561ebab (log)
cmd/compile/internal/ssa: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/compile: signal: killed
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-13 14:16 android-arm-corellium go@b561ebab (log)
cmd/compile/internal/ssa: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/compile: signal: killed
go tool dist: FAILED: /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/pkg/tool/android_arm64/go_bootstrap install cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1
2023-03-13 14:20 android-arm-corellium go@b6f29d23 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-13 15:28 android-arm64-corellium go@43f911b0 (log)
FAIL
go tool dist: Failed: exit status 1
2023-03-13 16:47 android-arm64-corellium go@91c82ff7 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-13 17:06 android-arm64-corellium go@90dde5de (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-13 19:26 android-arm64-corellium go@7c019c62 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-13 19:26 android-arm-corellium go@7c019c62 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-28 16:22 android-arm64-corellium go@f7156f63 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-03-28 17:52 android-arm64-corellium go@422f4483 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 19:05 android-arm64-corellium go@da2476a8 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 19:37 android-arm64-corellium go@8c445b7c (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 20:56 android-arm-corellium go@5abfdc8c (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 19:03 android-arm64-corellium go@b66474e0 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 18:27 android-arm-corellium go@bc96901e (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 17:31 android-arm-corellium go@1dad7ef5 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 22:47 android-arm-corellium go@7f1467ff (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-22 16:55 android-arm64-corellium go@d2db8267 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 02:43 android-arm64-corellium go@88704b18 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 11:36 android-arm64-corellium go@0cd04724 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 11:37 android-arm-corellium go@f81c8858 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 11:36 android-arm-corellium go@380529d5 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 13:22 android-arm64-corellium go@40bdc561 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 16:36 android-arm-corellium go@876eca79 (log)
go tool dist: Failed: signal: killed
2023-05-23 18:15 android-arm-corellium go@b0f15b4a (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 19:39 android-arm-corellium go@0aedfc19 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 17:31 android-arm64-corellium go@45b74d20 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 22:13 android-arm64-corellium go@6b7aab77 (log)
FAIL
go tool dist: Failed: exit status 1
2023-05-23 23:33 android-arm64-corellium go@0df68124 (log)
go tool dist: Failed: signal: killed
2023-05-24 00:38 android-arm64-corellium go@392fbaa0 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-05-23 20:55 android-arm-corellium go@c4afec23 (log)
FAIL
go tool dist: Failed: exit status 1
2023-05-23 21:35 android-arm-corellium go@94c75232 (log)
FAIL
go tool dist: Failed: exit status 1
2023-05-23 22:13 android-arm-corellium go@6b7aab77 (log)
FAIL
go tool dist: Failed: exit status 1
2023-05-23 23:33 android-arm-corellium go@0df68124 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-06-15 21:14 android-arm64-corellium go@30b17f4f (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-06-16 14:09 android-arm64-corellium go@1a7709d6 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-06-16 17:08 android-arm-corellium go@2b0ff4b6 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-06-19 20:30 android-arm64-corellium go@bc21d6a4 (log)
FAIL
go tool dist: Failed: exit status 1
2023-06-20 00:47 android-arm64-corellium go@98617fd2 (log)
go tool dist: Failed: signal: killed

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-06-20 00:47 android-arm-corellium go@98617fd2 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-07-05 15:21 android-arm64-corellium go@b2215e49 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-07-05 22:05 android-arm64-corellium go@c8dad424 (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-05 22:05 android-arm-corellium go@3fce1115 (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-05 22:05 android-arm64-corellium go@3fce1115 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-07-06 13:09 android-arm64-corellium go@b490bdc2 (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-06 13:09 android-arm-corellium go@6305d7fd (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-06 13:09 android-arm64-corellium go@6305d7fd (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-06 19:37 android-arm-corellium go@449ef379 (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-06 19:37 android-arm64-corellium go@449ef379 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-07-07 15:07 android-arm-corellium go@d3d78b4b (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-07-06 23:23 android-arm64-corellium go@39c50707 (log)
go tool dist: Failed: signal: killed
2023-07-07 15:07 android-arm64-corellium go@d3d78b4b (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-07 17:39 android-arm64-corellium go@158d1119 (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-07-07 20:48 android-arm64-corellium go@894d24d6 (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-07 22:02 android-arm64-corellium go@5c154986 (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-10 16:36 android-arm64-corellium go@7dc62f3b (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

@gopherbot
Copy link

Found new dashboard test flakes for:

#!watchflakes
post <- builder ~ `.*-corellium` && log ~ `signal: killed`
2023-07-07 20:48 android-arm-corellium go@894d24d6 (log)
FAIL
go tool dist: Failed: exit status 1
2023-07-07 22:02 android-arm-corellium go@5c154986 (log)
go tool dist: Failed: signal: killed
2023-07-10 16:29 android-arm-corellium go@c4db811e (log)
go tool dist: Failed: signal: killed
2023-07-10 16:36 android-arm-corellium go@7dc62f3b (log)
FAIL
go tool dist: Failed: exit status 1

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. OS-Android
Projects
Status: No status
Development

No branches or pull requests

6 participants