From owner-freebsd-hackers@freebsd.org Sun Jun 24 09:56:21 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D7C61021CC7 for ; Sun, 24 Jun 2018 09:56:21 +0000 (UTC) (envelope-from lakhanshiva@gmail.com) Received: from mail-ot0-f174.google.com (mail-ot0-f174.google.com [74.125.82.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B09E782485 for ; Sun, 24 Jun 2018 09:56:20 +0000 (UTC) (envelope-from lakhanshiva@gmail.com) Received: by mail-ot0-f174.google.com with SMTP id a5-v6so12004853otf.12 for ; Sun, 24 Jun 2018 02:56:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=M+wDMw26gF2SCJzxwMrkobtvLyGr7xRMDbIdA8BBD3w=; b=seQVfM0SyFsTxJj2F1ieyTYLJoVF8I0rJCSg9xTsap20YkfQ9AeUX5NzfW7Z4e9TBv NgLmRsCgzChtVNItOSQNM2fQd+3k7U30H37KUwlnDnNnYiR6f4o6g3QtBkiS5l+1Th7o /mwEba8ZutCwvgn38XMt3jLdk/7wDVkOVOgNCcTgPXTTKSpuEjmj4wVXDlRmIwp2Tj2O J4AG/8fidmfjwI4+A2iNFktVaWDwa+IEYHF1iAa3LxeOPfw1D3cyfPMnrenCU7Z/NnNo PB0b1iBFe+cPpPYC6f6MF0I5E9o+Xit1h7aZR3ZAq375odSo1l4h8uqHgMeYmbiIvSN2 /4hQ== X-Gm-Message-State: APt69E3xUanV1W+jqEbsRyE78dgFcZZycGqZy1F7bnXawT811gNagE9O Hyl8nnErqe4McovRxPnlOV83EqqU X-Google-Smtp-Source: ADUXVKL2gDWZ8WVRgsgzcmu3lQJexedmCOluR5pyCi6lGNt7xqNp2narl5OEoo8YQ1X0gbahYefZXA== X-Received: by 2002:a9d:4d85:: with SMTP id u5-v6mr4631240otk.157.1529834174373; Sun, 24 Jun 2018 02:56:14 -0700 (PDT) Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com. [209.85.218.48]) by smtp.gmail.com with ESMTPSA id q205-v6sm5556597oia.7.2018.06.24.02.56.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Jun 2018 02:56:14 -0700 (PDT) Received: by mail-oi0-f48.google.com with SMTP id c6-v6so9891239oiy.0 for ; Sun, 24 Jun 2018 02:56:13 -0700 (PDT) X-Received: by 2002:aca:3002:: with SMTP id w2-v6mr347281oiw.29.1529834173847; Sun, 24 Jun 2018 02:56:13 -0700 (PDT) MIME-Version: 1.0 From: Lakhan Shiva Kamireddy Date: Sun, 24 Jun 2018 15:26:02 +0530 X-Gmail-Original-Message-ID: Message-ID: Subject: arc diff stuck To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 09:56:21 -0000 Hi, I am new to using phabricator. I am working with Git version control. I set up arcanist cli to be used with phabricator. I was able to successfully create differential revision. After this i was also able to update the differential revision. But now arc is stuck on this step: https://reviews.freebsd.org/api/differential.querydiffs Please find below the trace of my command... arc diff 51fbc9d~ --update D15979 --trace ARGV '/usr/share/arcanist/bin/../scripts/arcanist.php' 'diff' '51fbc9d~' '--update' 'D15979' '--trace' LOAD Loaded "phutil" from "/usr/share/libphutil/src". LOAD Loaded "arcanist" from "/usr/share/arcanist/src". Config: Reading user configuration file "/home/lakhanshiva/.arcrc"... Config: Did not find system configuration at "/etc/arcconfig". Working Copy: Reading .arcconfig from "/home/lakhanshiva/freebsd/freebsd/.arcconfig". Working Copy: Path "/home/lakhanshiva/freebsd/freebsd" is part of `git` working copy "/home/lakhanshiva/freebsd/freebsd". Working Copy: Project root is at "/home/lakhanshiva/freebsd/freebsd". Config: Did not find local configuration at "/home/lakhanshiva/freebsd/freebsd/.git/arc/config". >>> [0] user.whoami() >>> [1] https://reviews.freebsd.org/api/user.whoami <<< [1] 3,649,897 us <<< [0] 3,654,484 us >>> [2] $ git diff --no-ext-diff --no-textconv --raw 'HEAD' -- >>> [3] $ git ls-files --others --exclude-standard <<< [2] 188,299 us <<< [3] 300,742 us >>> [4] $ git diff-files --name-only <<< [4] 69,717 us >>> [5] diff.didCollectChanges <<< [5] 255 us >>> [6] differential.query() >>> [7] https://reviews.freebsd.org/api/differential.query <<< [7] 1,449,609 us <<< [6] 1,450,057 us >>> [8] differential.getcommitmessage() >>> [9] https://reviews.freebsd.org/api/differential.getcommitmessage <<< [9] 1,102,123 us <<< [8] 1,102,548 us >>> [10] differential.parsecommitmessage() >>> [11] https://reviews.freebsd.org/api/differential.parsecommitmessage <<< [11] 754,348 us <<< [10] 754,861 us >>> [12] diff.didBuildMessage <<< [12] 108 us >>> [13] $ git rev-parse --git-dir <<< [13] 5,680 us >>> [14] $ git rev-parse 'HEAD' <<< [14] 13,185 us >>> [15] $ git merge-base '51fbc9d~' '2cb967a59820bf12d5427cf8ded41ecfe5d88659' <<< [15] 17,679 us >>> [16] $ git log --first-parent --format=medium 'e1b82c05e1a8592ad82c34cafb49dd95b008e45a'..'2cb967a59820bf12d5427cf8ded41ecfe5d88659' <<< [16] 8,342 us >>> [17] differential.querydiffs() >>> [18] https://reviews.freebsd.org/api/differential.querydiffs Please let me know if you know the reason. Thanks, Lakhan