Closed Bug 664835 Opened 13 years ago Closed 13 years ago

Unable to push to try

Categories

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

x86
macOS
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jdm, Unassigned)

References

Details

remote: error: pretxnchangegroup.z_loghistory hook raised an exception: column rev is not unique
... python stack trace leading up to hg hooks ...
remote:   File "/usr/lib/python2.4/site-packages/mozhghooks/pushlog.py", line 79, in log
remote:     (pushid, ctx.rev(), hex(ctx.node())))
remote: pysqlite2.dbapi2.IntegrityError: column rev is not unique
abort: unexpected response: empty string

That's the error I get every time I attempt to push to try.
Severity: normal → major
Same here. I think bsmedberg is also seeing this.
Please try again.
WFM.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Resolution: WORKSFORME → FIXED
I'm still getting these errors. I haven't managed to push to try yet today.

Dave
(Forgot to reopen.)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
host-3-171:Darwin_DBG.OBJ dherman$ hg qpu
applying bug632024-stack-overflow.patch
now at: bug632024-stack-overflow.patch
host-3-171:Darwin_DBG.OBJ dherman$ hg qrefresh -e
host-3-171:Darwin_DBG.OBJ dherman$ hg push -f try
pushing to ssh://hg.mozilla.org/try/
searching for changes
remote: waiting for lock on repository /repo/hg/mozilla/try/ held by 'dm-svn02.mozilla.org:6777'
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 2 changesets with 3 changes to 3 files (+1 heads)
remote: To push to try you must use try syntax in your push comment 
remote: See http://people.mozilla.org/~lsblakk/trychooser/ to build your syntax
remote: For assistance using the syntax and https://wiki.mozilla.org/Build:TryChooser for more information.
remote: Thank you for helping to reduce CPU cyles by asking for exactly what you need.
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.c_try_mandatory hook failed
abort: unexpected response: empty string
host-3-171:Darwin_DBG.OBJ dherman$ hg out -v try
running ssh hg.mozilla.org "hg -R try/ serve --stdio"
comparing with ssh://hg.mozilla.org/try/
searching for changes
changeset:   70767:01f0e75fce22
tag:         qparent
user:        Craig Topper <craig.topper@gmail.com>
date:        Wed Jun 15 21:17:42 2011 -0700
files:       js/src/jsobjinlines.h
description:
Bug 664667: Fix operator precedence issue in JSObject::slotsAndStructSize, r=jorendorff


changeset:   70768:d8252065f60a
tag:         qtip
tag:         tip
tag:         bug632024-stack-overflow.patch
tag:         qbase
user:        Dave Herman <dherman@mozilla.com>
date:        Thu Jun 16 19:54:54 2011 -0700
files:       js/src/jsreflect.cpp js/src/tests/js1_8_5/extensions/reflect-parse.js
description:
Reflect.parse() stack overflow (bug 632024, r=jorendorff) ;; try -a
dherman, your issue is that you have 'try -a', which is missing a ':' after try, and -a is deprecated. See
  http://crashopensource.blogspot.com/2011/06/use-try-read-this.html
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
WFM now.

Thanks,
Dave
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.