mozilla-services / updatebot

Automation for updating third party libraries for Firefox
Mozilla Public License 2.0
8 stars 5 forks source link

Still issues with submitting two changesets to phabricator #322

Closed tomrittervg closed 9 months ago

tomrittervg commented 1 year ago

This occurred again in Bug 1827249.

ran `hg log -r tip --template {node}`
> 44a35ddabd54364c7adb23be933fc4600146c2b8

ran hg 'checkout tip^

ran arc diff --verbatim --conduit-uri https://phabricator.services.mozilla.com/ --
error:
Command failed with error #255!
COMMAND
hg commit --amend -l /tmp/cwvprnldi1sg48oc/15801-8hBQf2

STDOUT
(empty)

STDERR
abort: cannot amend changeset with children

(Run with `--trace` for a full exception trace.)
tomrittervg commented 11 months ago
[task 2023-10-04T12:19:39.774Z] [Debug]   PhabricatorProvider: ================================================
[task 2023-10-04T12:19:39.774Z] [Info]    PhabricatorProvider: Beginning PhabricatorProvider.submit_patches
[task 2023-10-04T12:19:39.774Z] [Debug]   PhabricatorProvider:  Arguments: (<apis.phabricator.PhabricatorProvider object at 0x7f860cff8e80>, 1856932, True) {}
[task 2023-10-04T12:19:39.774Z] [Debug]   CommandProvider: ----------------------------------------------
[task 2023-10-04T12:19:39.774Z] [Info]    CommandProvider: Running ['hg', 'log', '-r', 'tip', '--template', '{node}']
[task 2023-10-04T12:19:39.995Z] [Info]    CommandProvider: Return: 0 Runtime (s): 0
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: -------
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: stdout:
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: 28f2bf97f3676e5e04b015b8fa8182cc28b3ed83
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: -------
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: stderr:
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: 
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: ----------------------------------------------
[task 2023-10-04T12:19:39.995Z] [Debug]   CommandProvider: ----------------------------------------------
[task 2023-10-04T12:19:39.995Z] [Info]    CommandProvider: Running ['hg', 'checkout', 'tip^']
[task 2023-10-04T12:19:43.175Z] [Info]    CommandProvider: Return: 0 Runtime (s): 3
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: -------
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: stdout:
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
[task 2023-10-04T12:19:43.175Z] 
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: -------
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: stderr:
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: 
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: ----------------------------------------------
[task 2023-10-04T12:19:43.175Z] [Debug]   CommandProvider: ----------------------------------------------
[task 2023-10-04T12:19:43.175Z] [Info]    CommandProvider: Running ['arc', 'diff', '--verbatim', '--conduit-uri', 'https://phabricator.services.mozilla.com/', '--']
[task 2023-10-04T12:19:56.851Z] [Info]    CommandProvider: Return: 1 Runtime (s): 13
[task 2023-10-04T12:19:56.851Z] [Debug]   CommandProvider: -------
[task 2023-10-04T12:19:56.851Z] [Debug]   CommandProvider: stdout:
[task 2023-10-04T12:19:56.851Z] [Debug]   CommandProvider: Linting...
[task 2023-10-04T12:19:56.851Z] No lint engine configured for this project.
[task 2023-10-04T12:19:56.851Z] Running unit tests...
[task 2023-10-04T12:19:56.851Z] No unit test engine is configured for this project.
[task 2023-10-04T12:19:56.851Z] Updating commit message...
[task 2023-10-04T12:19:56.851Z] 
[task 2023-10-04T12:19:56.851Z] [Debug]   CommandProvider: -------
[task 2023-10-04T12:19:56.851Z] [Debug]   CommandProvider: stderr:
[task 2023-10-04T12:19:56.851Z] [Debug]   CommandProvider:  SKIP STAGING  Phabricator does not support staging areas for this repository.
[task 2023-10-04T12:19:56.851Z]  Exception 
[task 2023-10-04T12:19:56.851Z] Command failed with error #255!
[task 2023-10-04T12:19:56.851Z] COMMAND
[task 2023-10-04T12:19:56.851Z] hg commit --amend -l /tmp/f1izhpfi8tcg84wo/669-4UA7iM
[task 2023-10-04T12:19:56.852Z] 
[task 2023-10-04T12:19:56.852Z] STDOUT
[task 2023-10-04T12:19:56.852Z] (empty)
[task 2023-10-04T12:19:56.852Z] 
[task 2023-10-04T12:19:56.852Z] STDERR
[task 2023-10-04T12:19:56.852Z] abort: cannot amend changeset, as that will orphan 1 descendants
[task 2023-10-04T12:19:56.852Z] (see 'hg help evolution.instability')
[task 2023-10-04T12:19:56.852Z] 
[task 2023-10-04T12:19:56.852Z] (Run with `--trace` for a full exception trace.)
[task 2023-10-04T12:19:56.852Z] 
[task 2023-10-04T12:19:56.852Z] [Debug]   CommandProvider: ----------------------------------------------
[task 2023-10-04T12:19:56.852Z] [Error]   CommandProvider: Expected a clean process return but got: 1
[task 2023-10-04T12:19:56.852Z] [Error]   CommandProvider:    ( arc diff --verbatim --conduit-uri https://phabricator.services.mozilla.com/ -- )

From https://firefoxci.taskcluster-artifacts.net/ZZRfVJbgTSqh55MqS6oYzw/0/public/logs/live_backing.log