I've received several of the following notifications from Jenkins in the past day:

See <http://util.drupal.org:8080/job/drupal_association_civimail_cron/94411/>

------------------------------------------
Started by timer
Building on master
[workspace] $ /bin/sh -xe /tmp/hudson2534231500994617481.sh
+ export PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/bin
+ PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/bin
+ export TERM=dumb
+ TERM=dumb
+ wget -O - -t 1 '--post-data=name=SNIPPED&pass=YEAHRIGHT&key=HASH' http://association.drupal.org/sites/all/modules/civicrm/bin/civimail.cronjob.php
--2011-07-07 12:11:53--  http://association.drupal.org/sites/all/modules/civicrm/bin/civimail.cronjob.php
Resolving association.drupal.org... 140.211.166.6
Connecting to association.drupal.org|140.211.166.6|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2011-07-07 12:11:53 ERROR 500: Internal Server Error.

It always seems to resolve itself within 10 minutes or so.

Comments

drumm’s picture

We should try out drush now. And http://association.drupal.org/admin/reports/dblog has php errors from this cron job.

drumm’s picture

Starting with build 199, http://localhost:8080/job/association.drupal.org_cron_civicrm-member-rec... uses drush. The keys are in sites/default/drushrc.php, which is now .bzrignored.

I fixed some files directory permissions, which is always a fun source of intermittent errors.

drumm’s picture

And the key juggling for drush civimail cron is just not there in 3.4.1. I confirmed it is in trunk, and 3.4.4 has been released. I think this will be more debuggable since drush is direct PHP and will error out, rather than being trapped in Apache logs.

drumm’s picture

Status: Active » Closed (cannot reproduce)

Project: Drupal.org infrastructure » Drupal Association Project(s)
Component: association.drupal.org » Other