[llvm-dev] Difficulties with arc land

Shoaib Meenai via llvm-dev llvm-dev at lists.llvm.org
Mon Jul 27 17:45:14 PDT 2020


This isn’t a solution, but you can work around this by running “git push” directly. See https://llvm.org/docs/GettingStarted.html#for-developers-to-commit-changes-from-git for details (and I’d recommend setting up the pre-push hook as well, as described in the section below it).

From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of "Perry-Holby, Alexis via llvm-dev" <llvm-dev at lists.llvm.org>
Reply-To: "Perry-Holby, Alexis" <aperry at lanl.gov>
Date: Monday, July 27, 2020 at 4:19 PM
To: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org>
Subject: [llvm-dev] Difficulties with arc land

Hello llvm-dev,

I am running into an issue when trying to land accepted patches upstream.  Last week I was able to do this without any problems, and I’m pretty sure I still have commit access but I don’t know how to verify that.  The error message is below.  Have any of you seen something like this before or do you have any suggestions for how to fix the problem?  Thank you for your time.


[2020-07-27 23:02:39] EXCEPTION: (ConduitClientException) ERR-CONDUIT-CALL: Conduit API method "harbormaster.buildable.search" does not exist. at [<arcanist>/src/conduit/ConduitFuture.php:65]

arcanist(head=master, ref.master=ceb082ef6b29)

  #0 ConduitFuture::didReceiveResult(array) called at [<arcanist>/src/future/FutureProxy.php:40]

  #1 Future::updateFuture() called at [<arcanist>/src/future/FutureProxy.php:35]

  #2 FutureProxy::isReady() called at [<arcanist>/src/conduit/ConduitSearchFuture.php:62]

  #3 ConduitSearchFuture::isReady() called at [<arcanist>/src/future/Future.php:63]

  #4 Future::updateFuture() called at [<arcanist>/src/future/FutureIterator.php:217]

  #5 FutureIterator::next() called at [<arcanist>/src/hardpoint/ArcanistHardpointEngine.php:215]

  #6 ArcanistHardpointEngine::updateFutures() called at [<arcanist>/src/hardpoint/ArcanistHardpointEngine.php:176]

  #7 ArcanistHardpointEngine::waitForRequests(array) called at [<arcanist>/src/runtime/ArcanistRuntime.php:857]

  #8 ArcanistRuntime::loadHardpoints(array, ArcanistHardpointRequestList) called at [<arcanist>/src/workflow/ArcanistWorkflow.php:2324]

  #9 ArcanistWorkflow::loadHardpoints(array, array) called at [<arcanist>/src/land/engine/ArcanistLandEngine.php:542]

  #10 ArcanistLandEngine::confirmBuilds(array) called at [<arcanist>/src/land/engine/ArcanistLandEngine.php:524]

  #11 ArcanistLandEngine::confirmRevisions(array) called at [<arcanist>/src/land/engine/ArcanistLandEngine.php:1218]

  #12 ArcanistLandEngine::execute() called at [<arcanist>/src/workflow/ArcanistLandWorkflow.php:344]

  #13 ArcanistLandWorkflow::runWorkflow(PhutilArgumentParser) called at [<arcanist>/src/workflow/ArcanistWorkflow.php:227]

  #14 ArcanistWorkflow::executeWorkflow(PhutilArgumentParser) called at [<arcanist>/src/toolset/ArcanistPhutilWorkflow.php:21]

  #15 ArcanistPhutilWorkflow::execute(PhutilArgumentParser) called at [<arcanist>/src/parser/argument/PhutilArgumentParser.php:492]

  #16 PhutilArgumentParser::parseWorkflowsFull(array) called at [<arcanist>/src/runtime/ArcanistRuntime.php:171]

  #17 ArcanistRuntime::executeCore(array) called at [<arcanist>/src/runtime/ArcanistRuntime.php:37]

  #18 ArcanistRuntime::execute(array) called at [<arcanist>/support/init/init-arcanist.php
Thank you,
Alexis Perry-Holby
Los Alamos National Laboratory
Applied Computer Science (CCS-7)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200728/2c4e9004/attachment.html>


More information about the llvm-dev mailing list