fast-nail-55400
09/08/2021, 3:49 PMregister
function to overcome these rule graph errors? The “missing” types are all core engine types.witty-crayon-22786
09/08/2021, 7:40 PMCoarsenedTargets
to compile cycles correctly. what did you use to reproduce the cycle?fast-nail-55400
09/08/2021, 7:41 PMjava_library
targets that result in a cycleambitious-actor-36781
09/08/2021, 11:38 PMpants.backend.experimental
?witty-crayon-22786
09/08/2021, 11:39 PMwitty-crayon-22786
09/08/2021, 11:40 PMGoal
itself could go straight into a non-experimental backend, but that individual destination types should maybe be experimental for a while?ambitious-actor-36781
09/08/2021, 11:42 PMambitious-actor-36781
09/08/2021, 11:42 PMpants test ::
to finish, and then start on thatwitty-crayon-22786
09/08/2021, 11:43 PMhundreds-father-404
09/08/2021, 11:51 PMrequired_union_implementations
thing that means the goal won't show up in ./pants help
unless relevant backends are activated.
So I think you could have core/goals/publish.py
ambitious-actor-36781
09/08/2021, 11:54 PMpants
repo, and ran a test...
╰─➤ pants test
[=== 00:01 Building native code... ===]
Is this meant to be running single-threaded at 60% cpu for... 20 minutes?ambitious-actor-36781
09/09/2021, 5:34 AMmelodic-thailand-99227
09/09/2021, 12:15 PMenough-analyst-54434
09/09/2021, 9:01 PM13:57:25.90 [ERROR] Completed: test - src/python/pants/backend/python/util_rules/pex_from_targets_test.py:tests failed (exit code -6).
============================= test session starts ==============================
collected 2 items
src/python/pants/backend/python/util_rules/pex_from_targets_test.py .. [100%]
========================= 2 passed in 60.95s (0:01:00) =========================
FATAL: exception not rethrown
Fatal Python error: Aborted
Current thread 0x00007f7f72c33640 (most recent call first):
Thread 0x00007f7f76ab0740 (most recent call first):
File "/home/jsirois/.pyenv/versions/3.7.11/lib/python3.7/logging/__init__.py", line 766 in _removeHandlerRef
polite-garden-50641
09/09/2021, 9:51 PMfast-nail-55400
09/10/2021, 2:54 PMmain
. Thoughts?enough-analyst-54434
09/10/2021, 2:58 PMfast-nail-55400
09/10/2021, 3:01 PMenough-analyst-54434
09/10/2021, 3:02 PMfast-nail-55400
09/10/2021, 3:02 PMhundreds-father-404
09/10/2021, 3:04 PMenough-analyst-54434
09/10/2021, 3:06 PMenough-analyst-54434
09/10/2021, 4:36 PM~/cache/pants/named_caches/pex_root/code/
. The problem is specific to --not-zip-safe
PEXes built with any older version of PEX.happy-kitchen-89482
09/10/2021, 5:49 PMmacosx_11_0
taghappy-kitchen-89482
09/10/2021, 5:49 PM./pants package src/python/pants/:pants-packaged
will create dist/pantsbuild.pants-2.8.0.dev1-cp37-cp37m-macosx_11_0_x86_64.whl
on Big Surhappy-kitchen-89482
09/10/2021, 5:49 PMhappy-kitchen-89482
09/10/2021, 5:49 PM$ pip install ~/src/pants/dist/pantsbuild.pants-2.8.0.dev1-cp37-cp37m-macosx_11_0_x86_64.whl
ERROR: pantsbuild.pants-2.8.0.dev1-cp37-cp37m-macosx_11_0_x86_64.whl is not a supported wheel on this platform.
happy-kitchen-89482
09/10/2021, 5:50 PMpantsbuild.pants-2.8.0.dev1-cp37-cp37m-macosx_10_16_x86_64.whl
and it will install (update: not sure about this - it worked in one case but not another)witty-crayon-22786
09/10/2021, 5:51 PMhappy-kitchen-89482
09/10/2021, 5:52 PM