Open zepumph opened 1 year ago
@jbphet, @chrisklus and I were able to kick off another build for this, and it was successful.
Likely this was some sort of fluke, but we were looking at the cron jobs and see that the peta backups start at 3am. @mattpen do you think this could be related?
################################################
# PETA BACKUPS
################################################
0 1 * * * /data/share/phet/smithers/peta-backup/phet-server/peta-daily-phet-server-backup.sh >> /data/share/phet/peta-logs/daily-stdout 2>> /data/share/phet/peta-logs/daily-stderr
0 3 * * 0 /data/share/phet/smithers/peta-backup/phet-server/peta-weekly-phet-server-backup.sh >> /data/share/phet/peta-logs/weekly-stdout 2>> /data/share/phet/peta-logs/weekly-stderr
We had another problem like this today, at 11:37am. So I think this means it is unlikely that there is a conflict with the peta backups or other nightly cron jobs.
Here is the full error for the failed build today:
Jun 16 11:37:30 phet-server2.int.colorado.edu build-server[1098237]: debug: rsync: close failed on "/data/web/static/phetsims/sims/html/energy-forms-and-changes/1.4.13/.energy-forms-and-changes_all_debug.
html.Ipiw67": Permission denied (13)
Jun 16 11:37:30 phet-server2.int.colorado.edu build-server[1098237]: rsync error: error in file IO (code 11) at receiver.c(856) [receiver=3.1.3]
Jun 16 11:37:30 phet-server2.int.colorado.edu build-server[1098237]: debug: 11
Jun 16 11:37:30 phet-server2.int.colorado.edu build-server[1098237]: debug: rsync -razpO --no-perms --exclude=.rsync-filter ../release-branches/energy-forms-and-changes-1.4/energy-forms-and-changes/build/
phet/ /data/web/static/phetsims/sims/html/energy-forms-and-changes/1.4.13/
The file name /.energy-forms-and-changes_all_debug.html.Ipiw67
looks like a temp file, so there are probably some race conditions problems going on here. Not really sure what this could be yet.
I rebuilt this with rosetta's trigger build and there was no error. Scratching my head on this one for now.
This occurred again today for a greenhouse-effect, sw translation. A trigger build in rosetta succeeded with no other intervention needed. I wonder if there is a missing await
in the code somewhere.