Advertisement
Guest User

Arc upgrade traces

a guest
Sep 22nd, 2015
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. *** This command executed from D:\Arcanist\libphutil (installation location of https://github.com/phacility/libphutil.git ) ***
  2. $ arc upgrade --trace
  3. libphutil loaded from 'D:\Arcanist\libphutil\src'.
  4. arcanist loaded from 'D:\Arcanist\arcanist\src'.
  5. Config: Reading user configuration file "C:\Users\<censored>\AppData\Roaming/.arcrc"...
  6. Config: Reading system configuration file "C:\ProgramData\phabricator\arcanist\config"...
  7. Working Copy: Reading .arcconfig from "D:\Arcanist\libphutil/.arcconfig".
  8. Working Copy: Path "d:\Arcanist\libphutil" is part of `git` working copy "D:\Arcanist\libphutil".
  9. Working Copy: Project root is at "D:\Arcanist\libphutil".
  10. Config: Did not find local configuration at "D:\Arcanist\libphutil\.git\arc/config".
  11. Upgrading libphutil...
  12. Working Copy: Reading .arcconfig from "D:\Arcanist\libphutil/.arcconfig".
  13. Working Copy: Path "D:\Arcanist\libphutil" is part of `git` working copy "D:\Arcanist\libphutil".
  14. Working Copy: Project root is at "D:\Arcanist\libphutil".
  15. Config: Did not find local configuration at "D:\Arcanist\libphutil\.git\arc/config".
  16. >>> [0] <exec> $ git rev-parse --git-dir
  17. <<< [0] <exec> 25,002 us
  18. >>> [1] <exec> $ git diff --no-ext-diff --no-textconv --raw "HEAD" --
  19. >>> [2] <exec> $ git ls-files --others --exclude-standard
  20. <<< [2] <exec> 543,054 us
  21. <<< [1] <exec> 548,055 us
  22. >>> [3] <exec> $ git diff-files --name-only
  23. <<< [3] <exec> 54,005 us
  24. >>> [4] <exec> $ git symbolic-ref --quiet HEAD
  25. <<< [4] <exec> 18,001 us
  26. >>> [5] <exec> $ git pull --rebase
  27. remote: Counting objects: 21, done.
  28. remote: Compressing objects: 100% (6/6), done.
  29. remote: Total 21 (delta 7), reused 7 (delta 7), pack-reused 8
  30. Unpacking objects: 100% (21/21), done.
  31. From https://github.com/phacility/libphutil
  32. 880c0fb..c72eb74 master -> origin/master
  33. d82ea11..0c7b526 stable -> origin/stable
  34. First, rewinding head to replay your work on top of it...
  35. Fast-forwarded master to c72eb747e706fddf92653615e66adb86ca0961fc.
  36. <<< [5] <exec> 2,653,264 us
  37. Upgrading arcanist...
  38. Working Copy: No candidate locations for .arcconfig from this working directory.
  39. Working Copy: Path "D:\Arcanist\arcanist" is not in any working copy.
  40.  
  41. [2015-09-22 20:02:24] EXCEPTION: (Exception) The current working directory is not part of a working copy for a supported version control system (Git, Subversion or Mercurial). at [<arcanist>\src\repository\api\ArcanistRepositoryAPI.php:82]
  42. arcanist(head=master, ref.master=28b89785fe5f), phutil(head=master, ref.master=c72eb747e706)
  43. #0 ArcanistRepositoryAPI::newAPIFromConfigurationManager(ArcanistConfigurationManager) called at [<arcanist>\src\workflow\ArcanistUpgradeWorkflow.php:42]
  44. #1 ArcanistUpgradeWorkflow::run() called at [<arcanist>\scripts\arcanist.php:382]
  45. **************************************************************************************
  46. **************************************************************************************
  47. *** This command executed from D:\Arcanist\arcanist (installation location of https://github.com/phacility/arcanist.git ) ***
  48. arc upgrade --trace
  49. libphutil loaded from 'D:\Arcanist\libphutil\src'.
  50. arcanist loaded from 'D:\Arcanist\arcanist\src'.
  51. Config: Reading user configuration file "C:\Users\<censored>\AppData\Roaming/.arcrc"...
  52. Config: Reading system configuration file "C:\ProgramData\phabricator\arcanist\config"...
  53. Working Copy: Reading .arcconfig from "D:\Arcanist\arcanist/.arcconfig".
  54. Working Copy: Path "d:\Arcanist\arcanist" is part of `git` working copy "D:\Arcanist\arcanist".
  55. Working Copy: Project root is at "D:\Arcanist\arcanist".
  56. Config: Did not find local configuration at "D:\Arcanist\arcanist\.git\arc/config".
  57. Loading phutil library from 'D:\Arcanist\arcanist\src'...
  58. Upgrading libphutil...
  59. Working Copy: No candidate locations for .arcconfig from this working directory.
  60. Working Copy: Path "D:\Arcanist\libphutil" is not in any working copy.
  61.  
  62. [2015-09-22 20:18:54] EXCEPTION: (Exception) The current working directory is not part of a working copy for a supported version control system (Git, Subversion or Mercurial). at [<arcanist>\src\repository\api\ArcanistRepositoryAPI.php:82]
  63. arcanist(head=master, ref.master=28b89785fe5f), phutil(head=master, ref.master=c72eb747e706)
  64. #0 ArcanistRepositoryAPI::newAPIFromConfigurationManager(ArcanistConfigurationManager) called at [<arcanist>\src\workflow\ArcanistUpgradeWorkflow.php:42]
  65. #1 ArcanistUpgradeWorkflow::run() called at [<arcanist>\scripts\arcanist.php:382]
  66.  
  67. **************************************************************************************
  68. **************************************************************************************
  69. *** This command executed from D:\someproject\dev (project development repo) ***
  70. $ arc upgrade --trace
  71. libphutil loaded from 'D:\Arcanist\libphutil\src'.
  72. arcanist loaded from 'D:\Arcanist\arcanist\src'.
  73. Config: Reading user configuration file "C:\Users\<censored>\AppData\Roaming/.arcrc"...
  74. Config: Reading system configuration file "C:\ProgramData\phabricator\arcanist\config"...
  75. Working Copy: Reading .arcconfig from "D:\someproject\dev/.arcconfig".
  76. Working Copy: Path "d:\someproject\dev" is part of `git` working copy "D:\someproject\dev".
  77. Working Copy: Project root is at "D:\someproject\dev".
  78. Config: Did not find local configuration at "D:\someproject\dev\.git\arc/config".
  79. Upgrading libphutil...
  80. Working Copy: No candidate locations for .arcconfig from this working directory.
  81. Working Copy: Path "D:\Arcanist\libphutil" is not in any working copy.
  82.  
  83. [2015-09-22 20:19:13] EXCEPTION: (Exception) The current working directory is not part of a working copy for a supported version control system (Git, Subversion or Mercurial). at [<arcanist>\src\repository\api\ArcanistRepositoryAPI.php:82]
  84. arcanist(head=master, ref.master=28b89785fe5f), phutil(head=master, ref.master=c72eb747e706)
  85. #0 ArcanistRepositoryAPI::newAPIFromConfigurationManager(ArcanistConfigurationManager) called at [<arcanist>\src\workflow\ArcanistUpgradeWorkflow.php:42]
  86. #1 ArcanistUpgradeWorkflow::run() called at [<arcanist>\scripts\arcanist.php:382]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement