# Package building seems stop working

**URL:** <https://racket.discourse.group/t/package-building-seems-stop-working/1568>\
**Category:** Questions & Answers\
**Created:** [December 22, 2022, 12:57am UTC](https://racket.discourse.group/t/package-building-seems-stop-working/1568 "2022-12-22T00:57:43Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![simmone](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/simmone/32/736_2.png) [@simmone](https://racket.discourse.group/u/simmone)\
**Post date:** [December 22, 2022, 12:57am UTC](https://racket.discourse.group/t/package-building-seems-stop-working/1568/1 "2022-12-22T00:57:43Z")

</div>

I updated a package, build failed, I fix it and update github.

But I found this package is not rebuild any more.

I click out the fails link, I found the build time is December 15, today is 22, something wrong?

 ![截屏2022-12-22 08.51.39](https://global.discourse-cdn.com/free1/uploads/racket/original/1X/375944f6123524d6d0ca5a24ed62d2e1d07a8f8d.png)

---

<div class="post-metadata">

**Author:** ![countvajhula](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/countvajhula/32/65_2.png) [@countvajhula](https://racket.discourse.group/u/countvajhula)\
**Post date:** [December 22, 2022, 3:31am UTC](https://racket.discourse.group/t/package-building-seems-stop-working/1568/2 "2022-12-22T03:31:00Z")

</div>

It looks like your first commits after Dec 15 were about 24 hours ago. The package index refresh cycle is typically 24 hours, so sometimes it can take up to a day to catch up. It is a little more than a day at this point, but it might still be within daily variation since the build process itself takes some time to complete, so I'd wait a little longer to see whether something is wrong.

But for what it's worth, even though the package server reports "Failed" there, if users actually install your package it would pull the latest code to within 10 minutes of the present time, I believe, since the code is "rescanned" every 10 minutes. It's only the cross-linked documentation that's built on the 24 hour cycle and the status badge reflects the outcome of that build specifically.

---

<div class="post-metadata">

**Author:** ![simmone](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/simmone/32/736_2.png) [@simmone](https://racket.discourse.group/u/simmone)\
**Post date:** [December 22, 2022, 6:44am UTC](https://racket.discourse.group/t/package-building-seems-stop-working/1568/3 "2022-12-22T06:44:47Z")

</div>

Yes, you're right. I reinstall package, it updated to newest version.

I'm impatient, thank you.
