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 EDTTo: 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 UTCJobs:
- build-racketcgc (cify) succeeded (0 annotations)
- build-racketcgc (nocify) succeeded (0 annotations)
- build-racket3m (cify, gcc, jit, efp) succeeded (0 annotations)
- build-racket3m (cify, gcc, jit, noefp) succeeded (0 annotations)
- build-racket3m (cify, gcc, nojit, noefp) succeeded (0 annotations)
- build-racket3m (cify, clang, jit, efp) succeeded (0 annotations)
- build-racket3m (cify, clang, jit, noefp) succeeded (0 annotations)
- build-racket3m (cify, clang, nojit, noefp) succeeded (0 annotations)
- build-racket3m (nocify, gcc, jit, efp) succeeded (0 annotations)
- build-racket3m (nocify, gcc, jit, noefp) succeeded (0 annotations)
- build-racket3m (nocify, gcc, nojit, noefp) succeeded (0 annotations)
- build-racket3m (nocify, clang, jit, efp) succeeded (0 annotations)
- build-racket3m (nocify, clang, jit, noefp) succeeded (0 annotations)
- build-racket3m (nocify, clang, nojit, noefp) succeeded (0 annotations)
- build-racketcs (gcc) failed (1 annotation)
- build-racketcs (clang) failed (1 annotation)
- test-cgc (cify) succeeded (0 annotations)
- test-cgc (nocify) succeeded (0 annotations)
- test-3m (cify, jit, efp) succeeded (0 annotations)
- test-3m (cify, jit, noefp) succeeded (0 annotations)
- test-3m (cify, nojit, noefp) failed (1 annotation)
- test-3m (nocify, jit, efp) succeeded (0 annotations)
- test-3m (nocify, jit, noefp) succeeded (0 annotations)
- test-3m (nocify, nojit, noefp) succeeded (0 annotations)
- test-cs skipped (0 annotations)
—
You are receiving this because this workflow ran on your branch.
Manage your GitHub Actions notifications here.
--
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.
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?
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAK%3DHD%2BanqzdOxPVM8tdcFW6VVEsW%2BtsH1WhsDior3ZhLSCESEw%40mail.gmail.com.
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”.
IIUC,
compile-compressed
is removed in this commit: https://github.com/racket/ChezScheme/commit/167ac7294a2dc400821e4336f0cfc4de621efe97Interestingly, 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: