Closed
Bug 563935
Opened 15 years ago
Closed 15 years ago
"major_update" builder always seems to fail on "add_patcher_config" step
Categories
(Release Engineering :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 553047
People
(Reporter: armenzg, Unassigned)
Details
It seems that it tries to add a file that already exists.
http://production-master02.build.mozilla.org:8010/builders/major_update/builds/3/steps/add_patcher_config/logs/stdio
(view as text)
cvs add patcher-configs/moz191-branch-major-update-patcher2.cfg
in dir /builds/slave/major_update/build (timeout 1200 secs)
watching logfiles {}
argv: ['cvs', 'add', 'patcher-configs/moz191-branch-major-update-patcher2.cfg']
environment:
CC=/tools/gcc/bin/gcc
CVS_RSH=ssh
CXX=/tools/gcc/bin/g++
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/home/cltbld
HOSTNAME=mv-moz2-linux-ix-slave24.build.mozilla.org
INPUTRC=/etc/inputrc
JAVA_HOME=/builds/jdk
LANG=en_US.UTF-8
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=cltbld
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
MAIL=/var/spool/mail/cltbld
PATH=/opt/local/bin:/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:/tools/python/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/cltbld/bin
PWD=/builds/slave/major_update/build
PYTHONHOME=/tools/python
PYTHONPATH=/tools/buildbotcustom:/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-core/lib/python2.5/site-packages:/tools/zope-interface/lib/python2.5/site-packages/
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
TBOX_CLIENT_CVS_DIR=/builds/tinderbox/mozilla/tools
TERM=linux
USER=cltbld
_=/tools/buildbot/bin/buildbot
closing stdin
using PTY: True
cvs add: patcher-configs/moz191-branch-major-update-patcher2.cfg already exists, with version number 1.5
program finished with exit code 1
elapsedTime=0.360991
Comment 1•15 years ago
|
||
This is semi-intended behaviour. The first time we do the first branchX->branchY MU the config won't exist, and needs to be added. Subsequent times the 'cvs add' is unnecessary. We could work around this by manually 'cvs add'ing an empty placeholder file first, I guess.
Comment 2•15 years ago
|
||
Duplicate of Bug 553047 ?
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•