Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flux-core #22502

Merged
merged 39 commits into from
Apr 19, 2023
Merged

Add Flux-core #22502

merged 39 commits into from
Apr 19, 2023

Conversation

jan-janssen
Copy link
Member

@jan-janssen jan-janssen commented Apr 7, 2023

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Package does not ship static libraries. If static libraries are needed, follow CFEP-18.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/flux-core) and found it was in an excellent condition.

@jan-janssen
Copy link
Member Author

checking for cffi.__version_info__ >= (1,1) in python module cffi... yes
checking for StrictVersion(yaml.__version__) >= StrictVersion ('3.10.0') in python module yaml... no
configure: error: could not find python module yaml, version 3.10+ required

@jan-janssen
Copy link
Member Author

make[3]: Entering directory '$SRC_DIR/src/common/liblsd'
  CC       cbuf.lo
cbuf.c: In function 'cbuf_peek_line':
cbuf.c:665:15: error: variable 'l' set but not used [-Werror=unused-but-set-variable]
  665 |     int n, m, l;
      |               ^
cbuf.c: In function 'cbuf_read_line':
cbuf.c:701:15: error: variable 'l' set but not used [-Werror=unused-but-set-variable]
  701 |     int n, m, l;
      |               ^
cbuf.c: In function 'cbuf_replay_line':
cbuf.c:738:15: error: variable 'l' set but not used [-Werror=unused-but-set-variable]
  738 |     int n, m, l;
      |               ^
cbuf.c: In function 'cbuf_write_line':
cbuf.c:812:23: error: variable 'n' set but not used [-Werror=unused-but-set-variable]
  812 |     int nfree, ncopy, n;
      |                       ^
cc1: all warnings being treated as errors

@jan-janssen
Copy link
Member Author

waiting for flux-framework/flux-core#5079

@jan-janssen
Copy link
Member Author

Some of the fixes from the centos6.patch are going to be included in the next version of flux flux-framework/flux-core#5093

@jan-janssen
Copy link
Member Author

Summary:

2023-04-18T04:59:14.2755818Z ============================================================================
2023-04-18T04:59:14.2763842Z make[3]: *** [Makefile:4514: test-suite.log] Error 1
2023-04-18T04:59:14.2764399Z Testsuite summary for flux-core 0.49.0
2023-04-18T04:59:14.2764705Z ============================================================================
2023-04-18T04:59:14.2764964Z # TOTAL: 5389
2023-04-18T04:59:14.2765171Z # PASS:  5315
2023-04-18T04:59:14.2765382Z # SKIP:  68
2023-04-18T04:59:14.2765577Z # XFAIL: 4
2023-04-18T04:59:14.2765778Z # FAIL:  1
2023-04-18T04:59:14.2765968Z # XPASS: 0
2023-04-18T04:59:14.2766169Z # ERROR: 1

Details:

2023-04-18T04:33:12.5087809Z FAIL: t2004-hydra.t 2 - Hydra can launch Flux
2023-04-18T04:33:12.5088193Z ERROR: t2004-hydra.t - exited with status 1

@jan-janssen
Copy link
Member Author

@conda-forge/staged-recipes, ready for review

@jan-janssen
Copy link
Member Author

@ocefpaf Can you take another look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants