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
<https://github.com/racket/racket/blob/release/racket/src/cs/compile-file.ss#L5>.
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 <
sorawee.pw...@gmail.com> wrote:

> 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?
>
> On Sun, Jul 19, 2020 at 8:12 AM Sam Tobin-Hochstadt <sa...@cs.indiana.edu>
> wrote:
>
>> 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
>>
>> On Sun, Jul 19, 2020, 10:26 AM 'John Clements' via Racket Developers <
>> racket-dev@googlegroups.com> wrote:
>>
>>> 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 <notificati...@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_activ...@noreply.github.com>
>>> *Reply-To: *racket/racket <nore...@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 <https://github.com/racket/racket/actions/runs/174613034>
>>> Jobs:
>>>
>>>    - build-racketcgc (cify)
>>>    <https://github.com/racket/racket/runs/886924953> succeeded (0
>>>    annotations)
>>>    - build-racketcgc (nocify)
>>>    <https://github.com/racket/racket/runs/886924960> succeeded (0
>>>    annotations)
>>>    - build-racket3m (cify, gcc, jit, efp)
>>>    <https://github.com/racket/racket/runs/886934115> succeeded (0
>>>    annotations)
>>>    - build-racket3m (cify, gcc, jit, noefp)
>>>    <https://github.com/racket/racket/runs/886934125> succeeded (0
>>>    annotations)
>>>    - build-racket3m (cify, gcc, nojit, noefp)
>>>    <https://github.com/racket/racket/runs/886934128> succeeded (0
>>>    annotations)
>>>    - build-racket3m (cify, clang, jit, efp)
>>>    <https://github.com/racket/racket/runs/886934132> succeeded (0
>>>    annotations)
>>>    - build-racket3m (cify, clang, jit, noefp)
>>>    <https://github.com/racket/racket/runs/886934135> succeeded (0
>>>    annotations)
>>>    - build-racket3m (cify, clang, nojit, noefp)
>>>    <https://github.com/racket/racket/runs/886934136> succeeded (0
>>>    annotations)
>>>    - build-racket3m (nocify, gcc, jit, efp)
>>>    <https://github.com/racket/racket/runs/886934141> succeeded (0
>>>    annotations)
>>>    - build-racket3m (nocify, gcc, jit, noefp)
>>>    <https://github.com/racket/racket/runs/886934147> succeeded (0
>>>    annotations)
>>>    - build-racket3m (nocify, gcc, nojit, noefp)
>>>    <https://github.com/racket/racket/runs/886934152> succeeded (0
>>>    annotations)
>>>    - build-racket3m (nocify, clang, jit, efp)
>>>    <https://github.com/racket/racket/runs/886934160> succeeded (0
>>>    annotations)
>>>    - build-racket3m (nocify, clang, jit, noefp)
>>>    <https://github.com/racket/racket/runs/886934163> succeeded (0
>>>    annotations)
>>>    - build-racket3m (nocify, clang, nojit, noefp)
>>>    <https://github.com/racket/racket/runs/886934165> succeeded (0
>>>    annotations)
>>>    - build-racketcs (gcc)
>>>    <https://github.com/racket/racket/runs/886934172> failed (1
>>>    annotation)
>>>    - build-racketcs (clang)
>>>    <https://github.com/racket/racket/runs/886934175> failed (1
>>>    annotation)
>>>    - test-cgc (cify) <https://github.com/racket/racket/runs/886934181>
>>>    succeeded (0 annotations)
>>>    - test-cgc (nocify) <https://github.com/racket/racket/runs/886934186>
>>>    succeeded (0 annotations)
>>>    - test-3m (cify, jit, efp)
>>>    <https://github.com/racket/racket/runs/886949789> succeeded (0
>>>    annotations)
>>>    - test-3m (cify, jit, noefp)
>>>    <https://github.com/racket/racket/runs/886949795> succeeded (0
>>>    annotations)
>>>    - test-3m (cify, nojit, noefp)
>>>    <https://github.com/racket/racket/runs/886949803> failed (1
>>>    annotation)
>>>    - test-3m (nocify, jit, efp)
>>>    <https://github.com/racket/racket/runs/886949817> succeeded (0
>>>    annotations)
>>>    - test-3m (nocify, jit, noefp)
>>>    <https://github.com/racket/racket/runs/886949827> succeeded (0
>>>    annotations)
>>>    - test-3m (nocify, nojit, noefp)
>>>    <https://github.com/racket/racket/runs/886949838> succeeded (0
>>>    annotations)
>>>    - test-cs <https://github.com/racket/racket/runs/886970349> skipped
>>>    (0 annotations)
>>>
>>> —
>>> You are receiving this because this workflow ran on your branch.
>>> Manage your GitHub Actions notifications here
>>> <https://github.com/settings/notifications>.
>>>
>>>
>>> --
>>> 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+unsubscr...@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
>>> <https://groups.google.com/d/msgid/racket-dev/e5adf0a8-5e1f-455a-a79f-5ae19427034f%40mtasv.net?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/racket-dev/CAK%3DHD%2BanqzdOxPVM8tdcFW6VVEsW%2BtsH1WhsDior3ZhLSCESEw%40mail.gmail.com
>> <https://groups.google.com/d/msgid/racket-dev/CAK%3DHD%2BanqzdOxPVM8tdcFW6VVEsW%2BtsH1WhsDior3ZhLSCESEw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/CADcuegsAo9m01ENdoPBzqJkA08nULR3mDzFV0AynSukEMoSeug%40mail.gmail.com.

Reply via email to