Closed
Bug 64644
Opened 24 years ago
Closed 24 years ago
missing build not reported in the QA report
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sonja.mirtitsch, Assigned: sonja.mirtitsch)
Details
Attachments
(2 files)
1/8 the OSF build failed, the .nssqa files were created
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
failing build log+ emails
--------------------------
log:
sh -c "cd
/h/hs-sca15c/export/builds/mccrel/nss/nsstip/builds/20010108.1/duff_OSF1V4.0/./mozilla/security/nss;
gmake BUILD_SECURITY=domestic SECURITY=domestic PUMPKIN_AGE=0 BUILD_BOMB=
BUILD_DEBUG=full DEBUG=full BUILD_OPT= MOZ_DEBUG=1 nss_RelEng_bld "
Mon 8 Jan 2001 01:18:40
Did you forget to compile with -DMULTIPLICITY?.
Can't write to temp file for -e: No space left on device.
gmake: *** [OSF1V4.0D_DBG.OBJ/.md] Error 28
Elapsed Time = 00:00:01
Mon 8 Jan 2001 01:18:41
--------------------------------------
email status
This report is generated automatically
SVbuild Version: 3.5
Product Name : NSS_TIP
Build Name : 20010108.1
Platform : duff_OSF1V4.0
Hostname : duff
Status : Failed
Flavors : domestic-full,optimize-final
CVS Module(s) :
reltools,:pserver:cltbld%netscape.com@cvs.mozilla.org:/cvsroot|mozilla/security/nss,:pserver:cltbld%netscape.com@cvs.mozilla.org:/cvsroot|mozilla/security/coreconf
CVS Tag(s) :
Start : Mon 8 Jan 2001 01:18:28
End : Mon 8 Jan 2001 01:18:41
Elapsed Time : 00:00:13
Locations:
Build Tree :
http://cindercone/h/hs-sca15c/export/builds/mccrel/nss/nsstip/builds/20010108.1/duff_OSF1V4.0
Log Files :
http://cindercone/h/hs-sca15c/export/builds/mccrel/nss/nsstip/logs/20010108.1/duff_OSF1V4.0
Deliverables:
http://cindercone/h/hs-sca15c/export/builds/mccrel/nss/nsstip/ships/20010108.1/duff_OSF1V4.0
Status Summary:
Command: gmake : Failed (00:00:01)
Command: gmake-full-domestic : Failed (00:00:01)
Command: gmake-optimize-domestic :
Parameters used for this build:
$BuildDir =
"/h/hs-sca15c/export/builds/mccrel/nss/nsstip/builds/20010108.1/duff_OSF1V4.0";
$BuildLogs =
"/h/hs-sca15c/export/builds/mccrel/nss/nsstip/logs/20010108.1/duff_OSF1V4.0";
$BuildRoot = "/h/hs-sca15c/export/builds/mccrel/nss/nsstip";
$BUILD_SHIP =
"/h/hs-sca15c/export/builds/mccrel/nss/nsstip/ships/20010108.1/duff_OSF1V4.0";
$CVSModules =
"reltools,:pserver:cltbld%netscape.com@cvs.mozilla.org:/cvsroot|mozilla/security/nss,:pserver:cltbld%netscape.com@cvs.mozilla.org:/cvsroot|mozilla/security/coreconf";
$ENV{CVSROOT} = ":pserver:svbld@cvsserver:/m/src";
$Flavors = "full,optimize";
$HostName = "duff";
$HttpLink = "http://cindercone";
$InitFile = "/u/svbld/bin/init/NSS/nsstip.init";
$Mail = "/usr/ucb/mail";
$MailList = "nelsonb,relyea,wtc,sonmi,tfox";
$MailListOnFailed =
"nelsonb,mcgreer,relyea,wtc,sonmi,kirke,larryh,tfox";
$Platform = "duff_OSF1V4.0";
$ProductToBuild = "NSS_TIP";
$RSHMachine = "tortoise";
$Security = "domestic";
$Targets = "nss_RelEng_bld, USE_SHIPS=1 release";
$TimeBomb = "final";
Log File Extracts:
None
----------------------------
Anothony,
The log file for this failed build is very short:
sh -c "cd
/h/hs-sca15c/export/builds/mccrel/nss/nsstip/builds/20010108.1/duff_OSF1V4.0/./mozilla/security/nss;
gmake BUILD_SECURITY=domestic SECURITY=domestic PUMPKIN_AGE=0
BUILD_BOMB= BUILD_DEBUG=full DEBUG=full BUILD_OPT= MOZ_DEBUG=1
nss_RelEng_bld "
Mon 8 Jan 2001 01:18:40
Did you forget to compile with -DMULTIPLICITY?.
Can't write to temp file for -e: No space left on device.
gmake: *** [OSF1V4.0D_DBG.OBJ/.md] Error 28
Elapsed Time = 00:00:01
Mon 8 Jan 2001 01:18:41
Does this mean the /tmp or /usr/tmp directory is full?
Could you take a look at this build problem on duff and
restart the build? Today's build will be the NSS 3.2 Beta
bits unless QA discovers some bugs during testing.
CVS tagging: I suggest that we make cvs tags identical to
the tags/subdirectory names we use in /s/b/c/nss. This
means for 3.2 Beta the cvs tag and the /s/b/c/nss
subdirectory name will both be NSS_3_2_BETA.
Thanks,
Wan-Teh
Assignee: wtc → sonmi
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
this was caused by the listing all files in the $RESULTDIR which contained a "."
- now it searches for a .1$ to ensure not only the .nssqa file has been created
for the platform (this file sometimes reports only that an nsslock file has been
dedected.
fixed in the running version, needs to be checked in
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•