Guest User

Untitled

a guest
Dec 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. arc diff --trace
  2. ARGV '/somewhere/arcanist/bin/../scripts/arcanist.php' 'diff' '--trace'
  3. LOAD Loaded "phutil" from "/somewhere/libphutil/src".
  4. LOAD Loaded "arcanist" from "/somewhere/arcanist/src".
  5. Config: Reading user configuration file "/home/championshuttler/.arcrc"...
  6. Config: Did not find system configuration at "/etc/arcconfig".
  7. Working Copy: Reading .arcconfig from "/homme/src/gecko/.arcconfig".
  8. Working Copy: Path "/homme/src/gecko" is part of `hg` working copy "/homme/src/gecko".
  9. Working Copy: Project root is at "/homme/src/gecko".
  10. Config: Did not find local configuration at "/homme/src/gecko/.hg/arc/config".
  11. >>> [0] (+0) <http> https://phabricator.services.mozilla.com/api/user.whoami
  12. <<< [0] (+1,273) <http> 1,273,357 us
  13. >>> [1] (+1,275) <exec> $ HGPLAIN=1 hg status
  14. <<< [1] (+3,935) <exec> 2,659,489 us
  15. >>> [2] (+3,935) <exec> $ HGPLAIN=1 hg help commit
  16. <<< [2] (+4,043) <exec> 107,584 us
  17. >>> [3] (+4,043) <exec> $ HGPLAIN=1 hg help phase
  18. <<< [3] (+4,146) <exec> 102,421 us
  19. >>> [4] (+4,146) <exec> $ HGPLAIN=1 hg branch
  20. <<< [4] (+4,268) <exec> 122,240 us
  21. >>> [5] (+4,268) <exec> $ HGPLAIN=1 hg log --branch 'default' -r 'draft()' --style default
  22. <<< [5] (+4,468) <exec> 200,276 us
  23. >>> [6] (+4,468) <exec> $ HGPLAIN=1 hg log --template '{node}<...binary data...>{date|rfc822date}<...binary data...>' --rev '('\''.'\''::. - '\''.'\'')' --branch 'default' --
  24. <<< [6] (+4,659) <exec> 190,582 us
  25. You have uncommitted changes in this working copy.
  26.  
  27. Working copy: /homme/src/gecko/
  28.  
  29. Uncommitted changes in working copy:
  30. .eslintignore
  31. dom/security/test/unit/test_csp_reports.js
  32. dom/security/test/unit/test_csp_upgrade_insecure_request_header.js
  33. dom/security/test/unit/test_isOriginPotentiallyTrustworthy.js
  34.  
  35.  
  36. Do you want to create a new commit with these changes? [y/N] y
  37.  
  38. >>> [7] (+10,048) <exec> $ which 'editor'
  39. <<< [7] (+10,052) <exec> 3,381 us
  40. >>> [8] (+10,052) <exec> $ which 'nano'
  41. <<< [8] (+10,055) <exec> 3,381 us
  42. >>> [9] (+10,056) <exec> $ nano '/tmp/edit.4rtfzk9bd1ycwogc/commit-message'
  43. <<< [9] (+29,406) <exec> 19,350,779 us
  44. >>> [10] (+29,410) <exec> $ HGPLAIN=1 hg commit -l '/tmp/ee81l60twr48w48k/7130-k32w05'
  45. <<< [10] (+29,537) <exec> 127,293 us
  46.  
  47. [2018-12-14 19:03:26] EXCEPTION: (CommandException) Command failed with error #255!
  48. COMMAND
  49. HGPLAIN=1 hg commit -l '/tmp/ee81l60twr48w48k/7130-k32w05'
  50.  
  51. STDOUT
  52. (empty)
  53.  
  54. STDERR
  55. not trusting file /homme/src/gecko/.hg/hgrc from untrusted user root, group root
  56. not trusting file /homme/src/gecko/.hg/hgrc from untrusted user root, group root
  57. abort: could not lock working directory of /homme/src/gecko: Permission denied
  58. at [<phutil>/src/future/exec/ExecFuture.php:369]
  59. arcanist(head=master, ref.master=30b7835c37b5), phutil(head=master, ref.master=a28f6e5d64f3)
  60. #0 ExecFuture::resolvex() called at [<arcanist>/src/repository/api/ArcanistRepositoryAPI.php:406]
  61. #1 ArcanistRepositoryAPI::execxLocal(string, TempFile) called at [<arcanist>/src/repository/api/ArcanistMercurialAPI.php:754]
  62. #2 ArcanistMercurialAPI::doCommit(string) called at [<arcanist>/src/workflow/ArcanistWorkflow.php:1062]
  63. #3 ArcanistWorkflow::requireCleanWorkingCopy() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:691]
  64. #4 ArcanistDiffWorkflow::runDiffSetupBasics() called at [<arcanist>/src/workflow/ArcanistDiffWorkflow.php:467]
  65. #5 ArcanistDiffWorkflow::run() called at [<arcanist>/scripts/arcanist.php:394]
Add Comment
Please, Sign In to add comment