jesse
2020-7-10 14:51:15

@jesse has joined the channel



pocmatos
2020-7-10 15:34:24

@jesse welcome! :slightly_smiling_face:


samth
2020-7-10 15:35:14

pocmatos
2020-7-10 15:35:44

no errors on your side…


pocmatos
2020-7-10 15:35:55

Jul 10 17:29:58 rpi4 runsvc.sh[20724]: Starting Runner listener with startup type: service Jul 10 17:29:58 rpi4 runsvc.sh[20724]: Started listener process Jul 10 17:29:58 rpi4 runsvc.sh[20724]: Started running service Jul 10 17:30:05 rpi4 runsvc.sh[20724]: √ Connected to GitHub Jul 10 17:30:06 rpi4 runsvc.sh[20724]: 2020-07-10 15:30:06Z: Listening for Jobs


pocmatos
2020-7-10 15:35:58

no errors on my side…



pocmatos
2020-7-10 15:36:13

:disappointed:


samth
2020-7-10 15:44:55

grrr


samth
2020-7-10 15:47:26

I assume you’ve done all the troubleshooting things


sorawee
2020-7-10 15:50:17

I believe “This check failed” without additional error message indicates internal error


pocmatos
2020-7-10 15:53:05

I tested everything - will restart the board and service and try again.


pocmatos
2020-7-10 15:53:20

Strange because it worked with my pmatos/actions-test repo.


pocmatos
2020-7-10 15:53:29

But then the runner was repo-wide instead of org-wide.


pocmatos
2020-7-10 15:53:57

I wonder if there are some lurking bugs in this new org-wide runner. organization wide runners are a new feature so it wouldn’t surprise me.


pocmatos
2020-7-10 16:44:25

i will try to downgrade to the previous runner version and see.


pocmatos
2020-7-10 16:48:29

pocmatos
2020-7-10 16:48:38

does it say the runner can be used for all repos in the org?


pocmatos
2020-7-10 16:50:37

i will wait for the check before downgrading. I have no ideas left.


samth
2020-7-10 16:52:43

Ahah. Can you try now


pocmatos
2020-7-10 16:55:06

oh YES!!!


pocmatos
2020-7-10 16:55:15

on my end: Jul 10 17:37:47 rpi4 runsvc.sh[1266]: 2020-07-10 15:37:47Z: Listening for Jobs Jul 10 18:54:47 rpi4 runsvc.sh[1266]: 2020-07-10 16:54:47Z: Running job: build-arm64 Jul 10 18:54:54 rpi4 runsvc.sh[1266]: 2020-07-10 16:54:54Z: Job build-arm64 completed with result: Succeeded



pocmatos
2020-7-10 16:55:35

now we can proceed with actually configuring the job.


pocmatos
2020-7-10 16:55:38

Thanks @samth!!!


samth
2020-7-10 16:59:35

It was set to only be allowed on private repositories.


pocmatos
2020-7-10 17:16:28

argh… next hurdle. bogdan’s setup racket does not work for non-intel archs: https://github.com/racket/ChezScheme/runs/858849681#step:3:10


samth
2020-7-10 18:48:51

maybe just start from the C code instead of using setup-racket


pocmatos
2020-7-10 20:23:32

Right - you mean building sgc, right?


pocmatos
2020-7-10 20:23:54

Just noticed we also need to build the racket/racket-ci image for arm32 and arm64 to get this working.


samth
2020-7-10 20:25:08

Yes


pocmatos
2020-7-10 20:26:21

after we get racket ci for arm32 and arm64 we should use the latest built snapshot of racket instead, but we’ll get there later.