Open
Bug 1401452
Opened 8 years ago
Updated 8 years ago
Invalid Argument: /builds/slave/rel-c-esr-osx64-bld/build/mail/themes/windows/mail/addrbook/addrbook-XP.png during hg update
Categories
(SeaMonkey :: Build Config, enhancement)
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(4 files)
During the |hg update| step of the OSX64 build, it's failing with the following:
/usr/local/bin/hg update --clean --repository build --rev default
in dir /builds/slave/rel-c-esr-osx64-bld (timeout 3600 secs)
watching logfiles {}
argv: ['/usr/local/bin/hg', 'update', '--clean', '--repository', 'build', '--rev', 'default']
environment:
Apple_PubSub_Socket_Render=/tmp/launch-OreJEj/Render
Apple_Ubiquity_Message=/tmp/launch-1yWJHi/Apple_Ubiquity_Message
CVS_RSH=ssh
DISPLAY=/tmp/launch-YdrmXS/org.x:0
HOME=/Users/seabld
LOGNAME=seabld
PATH=/tools/buildbot/bin:/tools/python/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
PWD=/builds/slave/rel-c-esr-osx64-bld
PYTHONPATH=/tools/buildbot/lib/python2.7/site-packages
SHELL=/bin/bash
SSH_AUTH_SOCK=/tmp/launch-zRAmzQ/Listeners
TMPDIR=/var/folders/bm/kc_3cyjj2v15yn2741pj8s6r0000gn/T/
USER=seabld
VERSIONER_PYTHON_PREFER_32_BIT=no
VERSIONER_PYTHON_VERSION=2.7
__CF_USER_TEXT_ENCODING=0x1F5:0:0
using PTY: False
abort: Invalid argument: '/builds/slave/rel-c-esr-osx64-bld/build/mail/themes/windows/mail/addrbook/addrbook-XP.png'
elapsedTime=4.060505
program finished with exit code 255
This is part of a series of commands that stems from :
https://hg.mozilla.org/build/buildbotcustom/file/1d60e4f2efa8/process/factory.py#l2004
![]() |
Assignee | |
Updated•8 years ago
|
Blocks: SeaMonkey2.49ESR
![]() |
Assignee | |
Comment 1•8 years ago
|
||
a manual run on the slave gives me:
sea-mini-osx64-3:rel-c-esr-osx64-bld seabld$ which hg
/usr/local/bin/hg
sea-mini-osx64-3:rel-c-esr-osx64-bld seabld$ hg update --clean --repository build --rev default
8947 files updated, 0 files merged, 0 files removed, 0 files unresolved
sea-mini-osx64-3:rel-c-esr-osx64-bld seabld$
![]() |
Assignee | |
Comment 2•8 years ago
|
||
![]() |
Assignee | |
Comment 3•8 years ago
|
||
![]() |
Assignee | |
Updated•8 years ago
|
Attachment #8910161 -
Attachment description: result of adding --verbose to the hg update command → result of adding --verbose to the hg update command [2nd retrigger]
![]() |
Assignee | |
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Please run with `--traceback --verbose` and tell me the version of hg running here. I'm not certain what's going on
Flags: needinfo?(ewong)
![]() |
Assignee | |
Comment 6•8 years ago
|
||
(In reply to Justin Wood (:Callek) from comment #5)
> Please run with `--traceback --verbose` and tell me the version of hg
> running here. I'm not certain what's going on
With that, -3 was ok. (fwiw.. had to retrigger because of a change I had placed which
needed to be removed).
Flags: needinfo?(ewong)
![]() |
Assignee | |
Comment 7•8 years ago
|
||
oh.. btw, forgot to mention. /usr/local/bin/hg is 3.9.1
![]() |
Assignee | |
Comment 8•8 years ago
|
||
This additional patch 'fixes' the problem. Probably a race condition somewhere.
![]() |
Assignee | |
Updated•8 years ago
|
Assignee: nobody → ewong
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•