duplicate_0.patch

Test status
StatusResult
Last receivedThu, 07/14/2011 - 15:58:56
Last requestedThu, 07/14/2011 - 15:59:04
Last testedThu, 07/14/2011 - 15:59:06
Test count2
Environment status
MySQLfail
File information
Fileduplicate_0.patch
BranchDrupal core - 6.x
LinkIssue Link
SummaryFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch duplicate_0.patch. See the log in the details link for more information.
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
[08:59:02] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_60063.duplicate_0.patch.1310659142.log)
[08:59:02] Environment variables and review information initialized.
[08:59:02] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/drupal.git]
[08:59:02] Review started.
[08:59:02] Invoking operation [setup]...
[08:59:02] Command [rm -rf sites/default/files/checkout 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[08:59:02] Command [rm -rf sites/default/files/review 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[08:59:02] Database backend [mysql] loaded.
[08:59:02] Invoking operation [fetch]...
[08:59:02] Fetched [duplicate_0.patch].
[08:59:02] Invoking operation [checkout]...
[08:59:02] Version control system backend [git] loaded.
[08:59:03] 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...].
[08:59:03] 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.].
[08:59:03] 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)].
[08:59:03] Main branch [6.x] checkout [complete].
[08:59:04] 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...].
[08:59:04] 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.].
[08:59:04] 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)].
[08:59:04] Dependency branch [6.x-2.x] checkout [complete].
[08:59:04] Invoking operation [check]...
[08:59:04] Invoking operation [apply]...
[08:59:04] Command [git apply --check -p1 /var/lib/drupaltestbot/sites/default/files/review/duplicate_0.patch 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout]
  Status [128]
 Output: [fatal: unable to find filename in patch at line 6].
[08:59:04] Command [git apply --check -p0 /var/lib/drupaltestbot/sites/default/files/review/duplicate_0.patch 2>&1] failed
  Duration 0 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout]
  Status [1]
 Output: [error: common.inc: No such file or directory].
[08:59:04] Encountered error on [apply], details:
array (
  '@filename' => 'duplicate_0.patch',
  '@reason' => 'See the log in the details link for more information',
)
[08:59:04] Review complete. test_id=60063 result code=5 details=Array
(
    [@filename] => duplicate_0.patch
    [@reason] => See the log in the details link for more information
)

[08:59:04] Static variables reset.