Coder Social home page Coder Social logo

conda-forge-nightly-controller's Issues

Nightly libtiledb builds have been failing for over a month

I noticed today that the libtiledb nightlies builds have been broken for over a month (feedstock build logs for branch nightly-build). The oldest build log is for May 17. The error message is:

-- Found AWS lib: aws-cpp-sdk-identity-management ($SRC_DIR/build/externals/install/lib64/libaws-cpp-sdk-identity-management.a)
-- The TileDB library is compiled with Azure support.
CMake Error at tiledb/CMakeLists.txt:529 (find_package):
  Could not find a package configuration file provided by
  "azure-storage-blobs-cpp" with any of the following names:

    azure-storage-blobs-cppConfig.cmake
    azure-storage-blobs-cpp-config.cmake

  Add the installation prefix of "azure-storage-blobs-cpp" to
  CMAKE_PREFIX_PATH or set "azure-storage-blobs-cpp_DIR" to a directory
  containing one of the above files.  If "azure-storage-blobs-cpp" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!

Thus I think the problem is related to the recently added support for the new Azure SDK for C++, which was merged on April 23rd

https://github.com/search?q=repo%3ATileDB-Inc%2FTileDB+azure-storage-blobs-cpp&type=code
TileDB-Inc/TileDB#3910
TileDB-Inc/TileDB@969dd1c

But has not yet been included in a release

https://github.com/TileDB-Inc/TileDB/releases
https://github.com/conda-forge/tiledb-feedstock/pulls?q=is%3Apr+is%3Aclosed

Is this simply a new dependency we will need to add to the conda recipe dependencies? I see that conda-forge provides azure-storage-blob

cc: @ihnorton, @Shelnutt2

Nightly builds started failing on 2023-01-16

A few things:

  • Both the tiledb and tiledb-py jobs failed back on Jan 16th. It was during the rerendering step, which was unexpected. I'm hoping it's spurious, but I have to investigate further to diagnose the problem

  • Both workflows have been stopped completely due to the GitHub Actions policy of automatically disabling scheduled workflows after 60 days of inactivity in the repo. I loathe this policy, as this affects many of my other projects as well where I create a scheduled job to notify me if an external dependency breaks my software

    This scheduled workflow is disabled because there hasn't been activity in this repository for at least 60 days. Enable this workflow to resume scheduled runs.

    • I'm not sure what we can do to prevent this besides manually re-renabling every 60 days. One alternative is we could have the workflow push a dummy commit. GitHub Actions knows when a commit is made by a workflow, but based on anecdotal evidence from one of my other repos, I think that may be sufficient to qualify as "activity"
  • This is a good reminder that I should update the workflows to automatically open an Issue on failure. I already watch all the events on this repo, but since I don't have write access, there is no way for me to get notified about a failed build. Note that this is simpler than my related to-do item of opening an Issue for a failed feedstock build on Azure (since that happens on a separate repo on a separate CI platform)

Action items:

  • John: Diagnose rerendering error
  • @shaunrd0 or @ihnorton: Go here and here, and click each button to re-enable both builds
  • John: update pipeline to open Issue for failed nightly build #2
  • John: update pipeline to regularly push a dummy commit at some interval #3

Fix libtiledb pin to nightly version for tiledb-py

I need to update the following sed pattern:

s/"- tiledb [0-9].\+"/"- tiledb \*.$date"/ \

because the pin no longer starts with an integer, but is instead the range tiledb >=2.15.1,<2.16, which was implemented about 2 months ago in conda-forge/tiledb-py-feedstock@f153315

This is related to the failing libtiledb builds (#7). The only reason that some tiledb-py nightly binaries have been able to be produced without the accompanying nightly libtiledb is because this pin was no longer making it into the meta.yaml

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.