samth
2021-8-17 19:51:00

@pocmatos can you fix the scan-build docker container? https://github.com/racket/racket/runs/3354259562


pocmatos
2021-8-17 20:56:59

@samth let me take a look at it now.


pocmatos
2021-8-17 20:57:16

oh - how did this happen?


pocmatos
2021-8-17 20:57:24

Might be related to the release debian release.


samth
2021-8-17 21:00:54

yes, that looks likely


samth
2021-8-17 21:01:04

@mflatt do you know what’s going wrong here: https://github.com/racket/racket/runs/3354259713#step:6:10746 ?


mflatt
2021-8-17 21:03:42

Looks like there’s still a problem with the raco setup change.


mflatt
2021-8-17 21:06:14

I bet it’s specific to a compile-any build.


mflatt
2021-8-17 22:10:57

No… I haven’t been able to replicate the problem on my machine, yet. My current guess is that it’s a filesystem race (but that’s still just another guess).


pocmatos
2021-8-17 22:11:33

@samth it seems the scan-build workflow is now working again: https://github.com/racket/racket/runs/3355497054?check_suite_focus=true


pocmatos
2021-8-17 22:14:52

Given I updated the Z3 and LLVM versions, we might have new bugs founds due to the improvements in the last year for the clang analyzer.


mflatt
2021-8-17 22:50:47

Looks like the installer problem is related to using “localhost” as a client, which is good news compared to my previous guess.


mflatt
2021-8-18 00:29:13

I’ve pushed a change to distro-build aimed at fixing the installer problem. There are some issues with using the same directory for the server and client when building both BC and CS clients; that wasn’t an issue in the original implementation. But things tend to line up well enough, anyway, and hopefully that will go back to being the case here.