question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.24 fails to build in 2021

See original GitHub issue

While working on reproducible builds for openSUSE, I found that our python-skyfield-1.24 package fails tests in 2021 because calls to load.timescale without builtin=True are used a lot:

grep load.timescale skyfield/tests/*.py|grep -v builtin=True | wc -l
107

and these try to pull updated data from ftp://cddis.nasa.gov and that fails in our builds, because we disable the network to ensure reproducible results.

See also https://reproducible-builds.org/ for why this matters.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bmwiedemanncommented, Aug 9, 2020

python-skyfield-1.26 builds fine in my tests even in 2035.

1reaction
brandon-rhodescommented, Aug 2, 2020

Regarding the handling of expired files: I think it would still be warranted to print a warning or even throw an error (if so desired by configuration) for outdated local files.

That’s a good idea! Let’s leave this issue open, and tomorrow I’ll close it with a commit that adds documentation showing both approaches: code folks can paste into their app that prints a warning, and code that will actually throw an error, if a file is outdated. That way folks can have give their apps either grade of protection without needing to go look up the Python maneuvers required.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kubernetes Removals and Deprecations In 1.24
The release will deprecate several (beta) APIs in favor of stable versions of the same APIs. The major change coming in the Kubernetes...
Read more >
Is Your Kubernetes Cluster Ready for Version 1.24? - Rapid7
Kubernetes rolled out Version 1.24 on May 3, 2022, as its first release of 2022. This version is packed with some notable improvements, ......
Read more >
Part 2: How to migrate to containerd and CRI-O after ...
In version 1.24, Kubernetes will no longer support Docker as a container runtime. Docker is being phased out in favor of runtimes that...
Read more >
What happens when you upgrade to Kubernetes v1.24?
After looking a bit, boom, here's the culprit: "Failed to run kubelet" err="failed to run Kubelet: using dockershim is not supported, please consider...
Read more >
Version 1.24.0 (September 2021) | Zowe Docs
Welcome to the Version 1.24.0 release of Zowe! ... agentkeepalive dependency to Catalog frontend because of failing build (#1698) (7f6db61), closes #1698 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found