1) It looks like something is grabbing the shell builtin 'time':

[th199096 at aus1500-home slip-133]> hg push -v
running ssh mighg at aus1500-home "hg -R /pool/ws/slip-gate serve --stdio"
pushing to ssh://sliphg at aus1500-home//pool/ws/slip-gate
searching for changes
calling hook preoutgoing.cdm_pbconfirm: hgext_cdm.pbconfirm
Are you sure you wish to push? [y/N]: y
187 changesets found
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 187 changesets with 993 changes to 845 files
remote: caching changes for gatehooks...
remote: ...changes cached
remote: Sanity checking your push...
remote: *** ERROR: Backout can't be pushed with other changes
remote: *** ERROR: 320 comments, 2 backouts
remote: You must fix all errors before your push will succeed
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.1 hook failed
abort: unexpected response:
'Time spent in user mode   (CPU seconds) : 7.81s\n'

That last string is in the .tcshrc file of both myself and the
sliphg account. Commenting it out results in:

[th199096 at aus1500-home slip-133]> hg push -v
running ssh mighg at aus1500-home "hg -R /pool/ws/slip-gate serve --stdio"
pushing to ssh://sliphg at aus1500-home//pool/ws/slip-gate
searching for changes
calling hook preoutgoing.cdm_pbconfirm: hgext_cdm.pbconfirm
Are you sure you wish to push? [y/N]: y
187 changesets found
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 187 changesets with 993 changes to 845 files
remote: caching changes for gatehooks...
remote: ...changes cached
remote: Sanity checking your push...
remote: *** ERROR: Backout can't be pushed with other changes
remote: *** ERROR: 320 comments, 2 backouts
remote: You must fix all errors before your push will succeed
remote: transaction abort!
remote: rollback completed
remote: abort: pretxnchangegroup.1 hook failed
abort: unexpected response: empty string

This is basically a merge from 131 to 133 with no other changes. I
repulled onnv-gk-tools (has the 2.4 python changes)
and updated all configuration data.

The machine is running onnv_117. This was working two weeks ago
and I don't know of any other changes that went on in the machine.
I was using an older onnv-gk-tools, but had got the same message....

I kinda take that back, I normally disable sanity checking on a
gate merge. So, I'm not sure if this is new behavior or not.

2) I'm also seeing this in the closed bits:

remote: 66 files updated, 0 files merged, 5 files removed, 0 files 
unresolved
remote: Unable to create gitdiffs hook lockfile for 
89d08139f16f47b38eec5a1e85444b55766aaf1b
remote: error: changegroup.3 hook raised an exception: -1
remote: Preparing notification email...
remote: ...notification sent

Reply via email to