Skip to content

Instantly share code, notes, and snippets.

@leobalter
Last active May 8, 2017 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leobalter/8cdddf6040157c3183828d6d117c9b31 to your computer and use it in GitHub Desktop.
Save leobalter/8cdddf6040157c3183828d6d117c9b31 to your computer and use it in GitHub Desktop.
push to try setup
./mach try -b do -p linux -u jsreftest -t none
mach try is under development, please file bugs blocking 1149670.
[sync-test262 c513e82619c2] try: -b do -p linux -u jsreftest -t none
WARNING Pushing a new root
Bundling 1 changesets
Traceback (most recent call last):
File "/Users/leo/dev/git-cinnabar/git-remote-hg", line 48, in <module>
sys.exit(main(sys.argv[1:]))
File "/Users/leo/dev/git-cinnabar/git-remote-hg", line 42, in main
helper.run()
File "/Users/leo/dev/git-cinnabar/cinnabar/remote_helper.py", line 110, in run
func(*args)
File "/Users/leo/dev/git-cinnabar/cinnabar/remote_helper.py", line 378, in push
self._branchmap.names(), self._dry_run)
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/__init__.py", line 674, in push
reply = repo.unbundle(cg, repo_heads, '')
File "/usr/local/lib/python2.7/site-packages/mercurial/wireproto.py", line 442, in unbundle
stream = self._calltwowaystream('unbundle', cg, heads=heads)
File "/usr/local/lib/python2.7/site-packages/mercurial/sshpeer.py", line 302, in _calltwowaystream
for d in iter(lambda: fp.read(4096), ''):
File "/usr/local/lib/python2.7/site-packages/mercurial/sshpeer.py", line 302, in <lambda>
for d in iter(lambda: fp.read(4096), ''):
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1675, in read
for chunk in self.iter:
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1647, in splitbig
for chunk in chunks:
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 576, in create_bundle
data=chunkbuffer(cg)):
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 547, in bundlepart
chunk = data.read(4096)
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1675, in read
for chunk in self.iter:
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1647, in splitbig
for chunk in chunks:
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/changegroup.py", line 113, in create_changegroup
for chunk in bundle_data:
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 457, in bundle_data
store.create_hg_metadata(node, parents)
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 280, in create_hg_metadata
manifest = self.create_hg_manifest(commit, parents)
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 137, in create_hg_manifest
raise Exception('Pushing merges is not supported yet')
Exception: Pushing merges is not supported yet
remote: ** unknown exception encountered, please report by visiting
remote: ** https://mercurial-scm.org/wiki/BugTracker
remote: ** Python 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
remote: ** Mercurial Distributed SCM (version 4.1.2)
remote: ** Extensions loaded: blackbox, clonebundles, obsolescencehacks, pushlog, serverlog, readonly, vcsreplicator
remote: Traceback (most recent call last):
remote: File "/var/hg/venv_pash/bin/hg", line 45, in <module>
remote: mercurial.dispatch.run()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 63, in run
remote: sys.exit((dispatch(request(pycompat.sysargv[1:])) or 0) & 255)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 129, in dispatch
remote: ret = _runcatch(req)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 219, in _runcatch
remote: return callcatch(ui, _runcatchfunc)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 227, in callcatch
remote: return scmutil.callcatch(ui, func)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/scmutil.py", line 152, in callcatch
remote: return func()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 208, in _runcatchfunc
remote: return _dispatch(req)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 811, in _dispatch
remote: cmdpats, cmdoptions)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 563, in runcommand
remote: ret = _runcommand(ui, options, cmd, d)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 819, in _runcommand
remote: return cmdfunc()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 808, in <lambda>
remote: d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/util.py", line 1051, in check
remote: return func(*args, **kwargs)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/commands.py", line 5824, in serve
remote: s.serve_forever()
remote: File "/var/hg/version-control-tools/hgext/serverlog/__init__.py", line 320, in serve_forever
remote: return super(sshserverwrapped, self).serve_forever()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/sshserver.py", line 104, in serve_forever
remote: while self.serve_one():
remote: File "/var/hg/version-control-tools/hgext/serverlog/__init__.py", line 351, in serve_one
remote: return super(sshserverwrapped, self).serve_one()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/sshserver.py", line 122, in serve_one
remote: rsp = wireproto.dispatch(self.repo, self, cmd)
remote: File "/var/hg/version-control-tools/hgext/serverlog/__init__.py", line 343, in dispatch
remote: return origdispatch(repo, proto, cmd)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/extensions.py", line 223, in closure
remote: return func(*(args + a), **kw)
remote: File "/var/hg/version-control-tools/pylib/vcsreplicator/vcsreplicator/hgext.py", line 359, in wireprotodispatch
remote: return orig(repo, proto, command)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/wireproto.py", line 569, in dispatch
remote: return func(repo, proto, *args)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/wireproto.py", line 967, in unbundle
remote: proto.getfile(fp)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/sshserver.py", line 64, in getfile
remote: count = int(self.fin.readline())
remote: ValueError: invalid literal for int() with base 10: ''
error: failed to push some refs to 'hg::ssh://hg.mozilla.org/try'
ERROR git command ['git', 'push', 'hg::ssh://hg.mozilla.org/try', '+HEAD:refs/heads/branches/default/tip'] returned 1
./mach try -b do -p macosx64 -u jsreftest -t none
mach try is under development, please file bugs blocking 1149670.
[sync-test262 342759b1bfa1] try: -b do -p macosx64 -u jsreftest -t none
WARNING Pushing a new root
Bundling 1 changesets
Traceback (most recent call last):
File "/Users/leo/dev/git-cinnabar/git-remote-hg", line 48, in <module>
sys.exit(main(sys.argv[1:]))
File "/Users/leo/dev/git-cinnabar/git-remote-hg", line 42, in main
helper.run()
File "/Users/leo/dev/git-cinnabar/cinnabar/remote_helper.py", line 110, in run
func(*args)
File "/Users/leo/dev/git-cinnabar/cinnabar/remote_helper.py", line 378, in push
self._branchmap.names(), self._dry_run)
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/__init__.py", line 674, in push
reply = repo.unbundle(cg, repo_heads, '')
File "/usr/local/lib/python2.7/site-packages/mercurial/wireproto.py", line 442, in unbundle
stream = self._calltwowaystream('unbundle', cg, heads=heads)
File "/usr/local/lib/python2.7/site-packages/mercurial/sshpeer.py", line 302, in _calltwowaystream
for d in iter(lambda: fp.read(4096), ''):
File "/usr/local/lib/python2.7/site-packages/mercurial/sshpeer.py", line 302, in <lambda>
for d in iter(lambda: fp.read(4096), ''):
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1675, in read
for chunk in self.iter:
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1647, in splitbig
for chunk in chunks:
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 576, in create_bundle
data=chunkbuffer(cg)):
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 547, in bundlepart
chunk = data.read(4096)
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1675, in read
for chunk in self.iter:
File "/usr/local/lib/python2.7/site-packages/mercurial/util.py", line 1647, in splitbig
for chunk in chunks:
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/changegroup.py", line 113, in create_changegroup
for chunk in bundle_data:
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 457, in bundle_data
store.create_hg_metadata(node, parents)
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 280, in create_hg_metadata
manifest = self.create_hg_manifest(commit, parents)
File "/Users/leo/dev/git-cinnabar/cinnabar/hg/bundle.py", line 137, in create_hg_manifest
raise Exception('Pushing merges is not supported yet')
Exception: Pushing merges is not supported yet
remote: ** unknown exception encountered, please report by visiting
remote: ** https://mercurial-scm.org/wiki/BugTracker
remote: ** Python 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
remote: ** Mercurial Distributed SCM (version 4.1.2)
remote: ** Extensions loaded: blackbox, clonebundles, obsolescencehacks, pushlog, serverlog, readonly, vcsreplicator
remote: Traceback (most recent call last):
remote: File "/var/hg/venv_pash/bin/hg", line 45, in <module>
remote: mercurial.dispatch.run()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 63, in run
remote: sys.exit((dispatch(request(pycompat.sysargv[1:])) or 0) & 255)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 129, in dispatch
remote: ret = _runcatch(req)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 219, in _runcatch
remote: return callcatch(ui, _runcatchfunc)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 227, in callcatch
remote: return scmutil.callcatch(ui, func)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/scmutil.py", line 152, in callcatch
remote: return func()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 208, in _runcatchfunc
remote: return _dispatch(req)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 811, in _dispatch
remote: cmdpats, cmdoptions)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 563, in runcommand
remote: ret = _runcommand(ui, options, cmd, d)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 819, in _runcommand
remote: return cmdfunc()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/dispatch.py", line 808, in <lambda>
remote: d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/util.py", line 1051, in check
remote: return func(*args, **kwargs)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/commands.py", line 5824, in serve
remote: s.serve_forever()
remote: File "/var/hg/version-control-tools/hgext/serverlog/__init__.py", line 320, in serve_forever
remote: return super(sshserverwrapped, self).serve_forever()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/sshserver.py", line 104, in serve_forever
remote: while self.serve_one():
remote: File "/var/hg/version-control-tools/hgext/serverlog/__init__.py", line 351, in serve_one
remote: return super(sshserverwrapped, self).serve_one()
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/sshserver.py", line 122, in serve_one
remote: rsp = wireproto.dispatch(self.repo, self, cmd)
remote: File "/var/hg/version-control-tools/hgext/serverlog/__init__.py", line 343, in dispatch
remote: return origdispatch(repo, proto, cmd)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/extensions.py", line 223, in closure
remote: return func(*(args + a), **kw)
remote: File "/var/hg/version-control-tools/pylib/vcsreplicator/vcsreplicator/hgext.py", line 359, in wireprotodispatch
remote: return orig(repo, proto, command)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/wireproto.py", line 569, in dispatch
remote: return func(repo, proto, *args)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/wireproto.py", line 967, in unbundle
remote: proto.getfile(fp)
remote: File "/var/hg/venv_pash/lib/python2.7/site-packages/mercurial/sshserver.py", line 64, in getfile
remote: count = int(self.fin.readline())
remote: ValueError: invalid literal for int() with base 10: ''
error: failed to push some refs to 'hg::ssh://hg.mozilla.org/try'
ERROR git command ['git', 'push', 'hg::ssh://hg.mozilla.org/try', '+HEAD:refs/heads/branches/default/tip'] returned 1
* 366c49e98da5 - (HEAD -> sync-test262) Update skip list (2 hours ago)
* edd422b639dc - Update test262 files (2 hours ago)
*   7e1e3260bdd2 - (origin/master, origin/HEAD) merge mozilla-inbound to mozilla-central a=merge (9 hours ago)
|\
| *   b2235165ae58 - Merge mozilla-central to mozilla-inbound (14 hours ago)
| |\
| * | e0f12d778681 - Bug 1362806 - Optimize NS_GetDefaultPort() for HTTP(S); r=mcmanus (14 hours ago)
| * | 8069f421a8e5 - Backout bug 1362120 because of build failures (16 hours ago)
| * | 1e3498af1e55 - Bug 1362120 - Always enable SVG-in-OpenType in the parent process. r=heycam (3 weeks ago)
| * | 52fa659b2889 - Backed out changeset aefe9ec739e1 (bug 1362814) for Windows bustage in nsStringFwd.h. r=backout (19 hours ago)
| * | 283a55550c82 - Backed out changeset bd40f51b033f (bug 1362814) (19 hours ago)
| * | 6ef7e1f3efb4 - Bug 1362814 - Part 1: Add a Gecko Profiler label to patched_LdrLoadDll(); r=mstange (20 hours ago)
| * | e004b8d2aad6 - Bug 1362814 - Part 0: Remove an unneeded inclusion from GeckoProfiler.h (20 hours ago)
| * | ab81bf6d9ea7 - Bug 1359411 - Backout bug 1328030 since it caused a hang which is strictly worse than the original problem.  r=smaug (20 hours ago)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment