Fwd: [racket/racket] Run failed: CI Linux - release (87bd7b1)

16 views
Skip to first unread message

John Clements

unread,
Jul 19, 2020, 10:26:37 AM7/19/20
to Racket Developers
Things I should know but don’t (err, sorry): I generally see messages like this when I commit code to the racket repo. My assumption is that the failures I’m seeing in this and related messages are related to problems with the CI infrastructure. Let me know if that’s not the case!

Best,

John


Begin forwarded message:

From: John Clements <notifi...@github.com>
Subject: [racket/racket] Run failed: CI Linux - release (87bd7b1)
Date: July 19, 2020 at 10:17:57 EDT
To: racket/racket <rac...@noreply.github.com>
Cc: Ci activity <ci_ac...@noreply.github.com>
Reply-To: racket/racket <nor...@github.com>


Run failed for release (87bd7b1)

Repository: racket/racket
Workflow: CI Linux
Duration: 1 hour, 28 minutes, and 58.0 seconds
Finished: 2020-07-19 14:17:44 UTC

View results

Jobs:


You are receiving this because this workflow ran on your branch.
Manage your GitHub Actions notifications here.


Sam Tobin-Hochstadt

unread,
Jul 19, 2020, 11:12:21 AM7/19/20
to John Clements, Racket Developers
It looks like the only failed build was Racket CS on Linux with GCC. The error is here https://github.com/racket/racket/runs/886934172#step:8:5614 and doesn't point to anything wrong, so it's not clear what happened. I'll restart those builds and hopefully it won't fail this time. 

Sam

--
You received this message because you are subscribed to the Google Groups "Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/e5adf0a8-5e1f-455a-a79f-5ae19427034f%40mtasv.net.

Sorawee Porncharoenwase

unread,
Jul 19, 2020, 11:40:08 AM7/19/20
to Sam Tobin-Hochstadt, John Clements, Racket Developers

I don’t think restarting will help. That error exists in the prior commit as well: https://github.com/racket/racket/runs/874545522

And if I understand correctly, the real error is

Exception: variable compile-compressed is not bound

Perhaps Chez Scheme version was not up-to-date?


Sorawee Porncharoenwase

unread,
Jul 19, 2020, 1:15:30 PM7/19/20
to Sam Tobin-Hochstadt, John Clements, Racket Developers

IIUC, compile-compressed is removed in this commit: https://github.com/racket/ChezScheme/commit/167ac7294a2dc400821e4336f0cfc4de621efe97

Interestingly, the same commit also bumps its version up to 9.5.3.33, while in the release branch, it still requires 9.5.3.32. So either there’s a bug in fetching the right version of Chez Scheme, or the meaning of “require” here is “require at least”.

Sam Tobin-Hochstadt

unread,
Jul 19, 2020, 1:18:17 PM7/19/20
to Sorawee Porncharoenwase, John Clements, Racket Developers
The problem here is that the release branch is built the same way the master branch is, by checking out the latest Chez Scheme from GitHub. But that's wrong for the release branch, which isn't tracking that, as you note. Really it should probably check out a release branch of Chez Scheme. 

Sam

On Sun, Jul 19, 2020, 1:15 PM Sorawee Porncharoenwase <sorawe...@gmail.com> wrote:

IIUC, compile-compressed is removed in this commit: https://github.com/racket/ChezScheme/commit/167ac7294a2dc400821e4336f0cfc4de621efe97

Interestingly, the same commit also bumps its version up to 9.5.3.33, while in the release branch, it still requires 9.5.3.32. So either there’s a bug in fetching the right version of Chez Scheme, or the meaning of “require” here is “require at least”.


On Sun, Jul 19, 2020 at 8:39 AM Sorawee Porncharoenwase <sorawe...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages