Closed
Bug 333310
Opened 20 years ago
Closed 20 years ago
Upload of linux galactica Sunbird nightly builds to stage.mozilla.org fails
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ssitter, Unassigned)
References
()
Details
Upload of linux galactica sunbird nightly builds to stage.mozilla.org fails
The last linux build is available at http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/2006-04-06-08-trunk/
According to http://tinderbox.mozilla.org/showbuilds.cgi?tree=Sunbird linux builds should be available at
http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/2006-04-07-06-trunk/
http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/2006-04-08-06-trunk/
but these directories are empty.
According to build log the copying/uploading fails:
cp /builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/mozilla/sunbird-obj/installer/../dist/*.tar.* /builds/
tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/mozilla/sunbird-obj/installer/2006-04-08-06-trunk/
cp: cannot create regular file `/builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/mozilla/sunbird-obj/installer/
2006-04-08-06-trunk/sunbird-0.3a1+.en-US.linux-i686.tar.bz2': No such file or directory
mkdir -p /builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/2006040806/packages
rsync -avz /builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/mozilla/sunbird-obj/installer/2006-04-08-06-trunk/ /
builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/2006040806/packages/
building file list ... link_stat /builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/mozilla/sunbird-obj/installer/
2006-04-08-06-trunk/. : No such file or directory
done
wrote 25 bytes read 20 bytes 90.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files could not be transferred (code 23) at main.c(620)
[...]
rsync -av -e ssh -2 /builds/tinderbox/Sb-Trunk/Linux_2.4.21-32.0.1.ELsmp_Depend/2006040806/packages/ cltbld@
stage.mozilla.org:/home/ftp/pub/calendar/sunbird/nightly/2006-04-08-06-trunk/
building file list ... done
./
wrote 70 bytes read 20 bytes 180.00 bytes/sec
total size is 0 speedup is 0.00
Note: The last hourly builds are available at http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/experimental/galactica-trunk/ so build succeeds but upload fails.
Comment 1•20 years ago
|
||
Today's build should be here:
http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly/2006-04-10-06-trunk/
The problem was in post-mozilla-rel.pl, and I've seen this before. There are 4 separate methods used to create directories in that file, and all of them work except the perl built-in mkdir() call which was being used to create the local dated directory on galactica. This has been a problem in the past on certain Mac and Linux machines, and is likely related to perl version/OS. Standardizing all the mkdir calls to 'TinderUtils::run_shell_command "mkdir ..."' seems to have fixed the problem.
I'll check this change in shortly so that all the tinderbox machines can pick it up.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•