Closed Bug 571860 Opened 15 years ago Closed 15 years ago

unable to push to try server, this has worked in the past including yesterday evening

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: aravind)

Details

joel@joel-ubuntu:~/mozilla/src$ hg push -f ssh://jmaher@mozilla.com@hg.mozilla.org/try pushing to ssh://jmaher@mozilla.com@hg.mozilla.org/try searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 1 changesets with 1 changes to 7 files (+1 heads) remote: pulling from /repo/hg/mozilla/try remote: searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: transaction abort! remote: rollback completed remote: abort: Permission denied: /repo/hg/mozilla/try_vcview/.hg/store/data/editor/libeditor/html/tests/test__root__element__replacement.html.i remote: warning: changegroup.z_push_to_vcview hook exited with status 255 joel@joel-ubuntu:~/mozilla/src$
Happens for me too.
Assignee: server-ops → aravind
Sorry about this, perms on the repo got reset. I switched them to the correct ones. Please try now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
After refreshing the date on my patches to get tryserver to build them again... kyle@kyle-laptop:~/dev/m-c-2$ hg push -f ssh://hg.mozilla.org/try pushing to ssh://hg.mozilla.org/try searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 2 changesets with 0 changes to 21 files (+1 heads) remote: pulling from /repo/hg/mozilla/try remote: searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 75 changesets with 202 changes to 247 files (+29 heads) remote: error: pretxnchangegroup.z_linearhistory hook raised an exception: database is locked remote: transaction abort! remote: rollback completed remote: ** unknown exception encountered, details follow remote: ** report bug details to http://www.selenic.com/mercurial/bts remote: ** or mercurial@selenic.com remote: ** Mercurial Distributed SCM (version 1.2.1) remote: ** Extensions loaded: buglink, hgwebjson, pushlog-feed remote: Traceback (most recent call last): remote: File "/usr/bin/hg", line 27, in ? remote: mercurial.dispatch.run() remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 16, in run remote: sys.exit(dispatch(sys.argv[1:])) remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 25, in dispatch remote: return _runcatch(u, args) remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 41, in _runcatch remote: return _dispatch(ui, args) remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 372, in _dispatch remote: return runcommand(lui, repo, cmd, fullargs, ui, options, d) remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 247, in runcommand remote: ret = _runcommand(ui, options, cmd, d) remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 417, in _runcommand remote: return checkargs() remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 377, in checkargs remote: return cmdfunc() remote: File "/usr/lib/python2.4/site-packages/mercurial/dispatch.py", line 371, in <lambda> remote: d = lambda: util.checksignature(func)(ui, *args, **cmdoptions) remote: File "/usr/lib/python2.4/site-packages/mercurial/util.py", line 718, in check remote: return func(*args, **kwargs) remote: File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 2174, in pull remote: modheads = repo.pull(other, heads=revs, force=opts.get('force')) remote: File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 1495, in pull remote: return self.addchangegroup(cg, 'pull', remote.url()) remote: File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 2061, in addchangegroup remote: url=url, pending=p) remote: File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 126, in hook remote: return hook.hook(self.ui, self, name, throw, **args) remote: File "/usr/lib/python2.4/site-packages/mercurial/hook.py", line 113, in hook remote: args, throw) or r remote: File "/usr/lib/python2.4/site-packages/mercurial/hook.py", line 51, in _pythonhook remote: r = obj(ui=ui, repo=repo, hooktype=name, **args) remote: File "/usr/lib/python2.4/site-packages/mozhghooks/pushlog.py", line 40, in log remote: if not createdb and not schemaexists(conn): remote: File "/usr/lib/python2.4/site-packages/mozhghooks/pushlog.py", line 32, in schemaexists remote: return 1 == conn.execute("SELECT COUNT(*) FROM SQLITE_MASTER WHERE name='pushlog'").fetchone()[0] remote: pysqlite2.dbapi2.OperationalError: database is locked remote: warning: changegroup.z_push_to_vcview hook exited with status 1
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
ditto
Okay, one more time.. please try to push to it?
Status: REOPENED → RESOLVED
Closed: 15 years ago15 years ago
Resolution: --- → FIXED
ok, push seems to work...hope all the red on there is just some bad patches.
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.