uc_authorizenet.qb_line_items.6.x-2.4.patch

Test status
StatusResult
Last receivedFri, 04/01/2011 - 16:32:02
Last requestedMon, 10/10/2011 - 22:57:24
Last testedMon, 10/10/2011 - 22:57:38
Test count1
Environment status
MySQLfail
File information
Fileuc_authorizenet.qb_line_items.6.x-2.4.patch
BranchUbercart - 6.x-2.x
LinkIssue Link
SummaryFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch uc_authorizenet.qb_line_items.6.x-2.4.patch. This may be a -p0 (old style) patch, which is no longer supported by the testbots.
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
    Ensure the patch applies to the tip of the chosen code-base.
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing
Review log
[15:57:22] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_135279.pifr_simpletest.uc_authorizenet.qb_line_items.6.x-2.4.patch.1318287442.log)
[15:57:22] Environment variables and review information initialized.
[15:57:22] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/ubercart.git]
[15:57:22] Project directory is [ubercart]
[15:57:22] Review started.
[15:57:22] Invoking operation [setup]...
[15:57:23] Command [rm -rf sites/default/files/checkout 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[15:57:23] Command [rm -rf sites/default/files/review 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[15:57:23] Database backend [mysql] loaded.
[15:57:23] Invoking operation [fetch]...
[15:57:23] Fetched [uc_authorizenet.qb_line_items.6.x-2.4.patch].
[15:57:23] Invoking operation [checkout]...
[15:57:23] Version control system backend [git] loaded.
[15:57:24] Command [git clone 'git://git.drupal.org/project/drupal.git' 'checkout' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [Cloning into checkout...].
[15:57:24] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '6.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [Switched to a new branch '6.x'
Branch 6.x set up to track remote branch 6.x from origin.].
[15:57:24] Command [git --work-tree='checkout' --git-dir='checkout/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [# On branch 6.x
nothing to commit (working directory clean)].
[15:57:24] Main branch [6.x] checkout [complete].
[15:57:24] Command [git clone 'git://git.drupal.org/project/token.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token...].
[15:57:24] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token/.git' checkout '6.x-1.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Switched to a new branch '6.x-1.x'
Branch 6.x-1.x set up to track remote branch 6.x-1.x from origin.].
[15:57:24] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/token/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# On branch 6.x-1.x
nothing to commit (working directory clean)].
[15:57:24] Dependency branch [6.x-1.x] checkout [complete].
[15:57:25] Command [git clone 'git://git.drupal.org/project/google_analytics.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/google_analytics' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/google_analytics...].
[15:57:25] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/google_analytics' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/google_analytics/.git' checkout '6.x-3.3' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Note: checking out '6.x-3.3'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at e5d839b... D6 has drupal_to_js() only].
[15:57:25] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/google_analytics' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/google_analytics/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# Not currently on any branch.
nothing to commit (working directory clean)].
[15:57:25] Dependency branch [6.x-3.3] checkout [complete].
[15:57:35] Command [git clone 'git://git.drupal.org/project/ubercart.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 10 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart...].
[15:57:35] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart/.git' checkout '6.x-2.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Switched to a new branch '6.x-2.x'
Branch 6.x-2.x set up to track remote branch 6.x-2.x from origin.].
[15:57:35] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# On branch 6.x-2.x
nothing to commit (working directory clean)].
[15:57:35] Dependency branch [6.x-2.x] checkout [complete].
[15:57:36] Command [git clone 'git://git.drupal.org/project/simpletest.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 1 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Cloning into /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest...].
[15:57:36] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest/.git' checkout '6.x-2.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Switched to a new branch '6.x-2.x'
Branch 6.x-2.x set up to track remote branch 6.x-2.x from origin.].
[15:57:36] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/simpletest/.git' status 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [# On branch 6.x-2.x
nothing to commit (working directory clean)].
[15:57:36] Dependency branch [6.x-2.x] checkout [complete].
[15:57:36] Invoking operation [check]...
[15:57:36] Invoking operation [apply]...
[15:57:36] Command [git apply --check -p1 /var/lib/drupaltestbot/sites/default/files/review/uc_authorizenet.qb_line_items.6.x-2.4.patch 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart]
  Status [128]
 Output: [fatal: unable to find filename in patch at line 1].
[15:57:36] Command [git apply --check -p0 /var/lib/drupaltestbot/sites/default/files/review/uc_authorizenet.qb_line_items.6.x-2.4.patch 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/ubercart]
  Status [1]
 Output: [error: uc_authorizenet.module: No such file or directory].
[15:57:36] Encountered error on [apply], details:
array (
  '@filename' => 'uc_authorizenet.qb_line_items.6.x-2.4.patch',
  '@reason' => 'This may be a -p0 (old style) patch, which is no longer supported by the testbots',
)
[15:57:36] Review complete. test_id=135279 result code=5 details=Array
(
    [@filename] => uc_authorizenet.qb_line_items.6.x-2.4.patch
    [@reason] => This may be a -p0 (old style) patch, which is no longer supported by the testbots
)

[15:57:36] Static variables reset.