Feeds PHP array parser - 7.x-1.x

Test status
StatusResult
Last receivedTue, 12/20/2011 - 16:07:37
Last requestedTue, 12/20/2011 - 16:08:03
Last testedTue, 12/20/2011 - 16:08:27
Test count2
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier7.x-1.x
ProjectFeeds PHP array parser
LinkProject information
SummaryFAILED: [[Coder]]: [Code review] 9 minor(s), 0 critical(s), and 4 normal(s); [[SimpleTest]]: [MySQL] Failed to run tests: failed during invocation of run-tests.sh.
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
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
    Ensure that you can install SimpleTest locally and invoke tests using the command line script.
  9. Detect a failing test
  10. Complete test suite with all tests passing
Review log
[09:08:01] Log initialized (/var/lib/drupaltestbot/sites/default/files/review.test_205473.pifr_simpletest.1324397281.log)
[09:08:01] Environment variables and review information initialized.
[09:08:01] core_url = [git://git.drupal.org/project/drupal.git];  Test repository = [git://git.drupal.org/project/feeds_array_parser.git]
[09:08:01] Project directory is [feeds_array_parser]
[09:08:01] Review started.
[09:08:01] Invoking operation [setup]...
[09:08:01] Command [rm -rf sites/default/files/checkout 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[09:08:01] Command [rm -rf sites/default/files/review 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot]
  Completion status: [0]
  Output: no output.
[09:08:01] Database backend [mysql] loaded.
[09:08:02] Invoking operation [fetch]...
[09:08:02] Invoking operation [checkout]...
[09:08:02] Version control system backend [git] loaded.
[09:08: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...].
[09:08:03] Command [git --work-tree='checkout' --git-dir='checkout/.git' checkout '7.x' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files]
  Completion status: [0]
  Output: [Switched to a new branch '7.x'
Branch 7.x set up to track remote branch 7.x from origin.].
[09:08: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 7.x
nothing to commit (working directory clean)].
[09:08:03] Main branch [7.x] checkout [complete].
[09:08:09] Command [git clone 'git://git.drupal.org/project/feeds_array_parser.git' '/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/feeds_array_parser' --reference /var/cache/git/reference 2>&1] succeeded
  Duration: 6 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/feeds_array_parser...].
[09:08:09] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/feeds_array_parser' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/feeds_array_parser/.git' checkout '7.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 '7.x-1.x'
Branch 7.x-1.x set up to track remote branch 7.x-1.x from origin.].
[09:08:09] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/feeds_array_parser' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/feeds_array_parser/.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 7.x-1.x
nothing to commit (working directory clean)].
[09:08:09] Dependency branch [7.x-1.x] checkout [complete].
[09:08:09] Invoking operation [check]...
[09:08:09] Ignoring operation [check].
[09:08:09] Invoking operation [apply]...
[09:08:09] Ignoring operation [apply].
[09:08:09] Invoking operation [syntax]...
[09:08:09] Command [php -l -f './sites/default/modules/feeds_array_parser/tests/feeds_array_parser.test' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/feeds_array_parser/tests/feeds_array_parser.test].
[09:08:09] Command [php -l -f './sites/default/modules/feeds_array_parser/plugins/FeedsArrayParser.inc' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/feeds_array_parser/plugins/FeedsArrayParser.inc].
[09:08:09] Command [php -l -f './sites/default/modules/feeds_array_parser/feeds_array_parser.module' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [No syntax errors detected in ./sites/default/modules/feeds_array_parser/feeds_array_parser.module].
[09:08:09] Checked [3 of 3] relevant file(s) for syntax.
[09:08:09] Invoking operation [install]...
[09:08:21] Invoking operation [review]...
[09:08:25] Cleaning run-tests.sh environment:  /usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/feeds_array_parser/tests/feeds_array_parser.test
[09:08:25] Command [/usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/feeds_array_parser/tests/feeds_array_parser.test --clean 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout]
  Completion status: [0]
  Output: [Environment cleaned.
 - No leftover tables to remove.
 - No temporary directories to remove.].
[09:08:25] Initiating run-tests.sh with command:  /usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/feeds_array_parser/tests/feeds_array_parser.test
[09:08:26] Command [/usr/bin/php ./scripts/run-tests.sh --concurrency 8 --php /usr/bin/php --url 'http://drupaltestbot659-mysql/checkout' --file sites/default/modules/feeds_array_parser/tests/feeds_array_parser.test 2>&1] failed
  Duration 1 seconds
  Directory [/var/lib/drupaltestbot/sites/default/files/checkout]
  Status [255]
 Output: [PHP Fatal error:  Class 'FeedsWebTestCase' not found in /var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/feeds_array_parser/tests/feeds_array_parser.test on line 11].
[09:08:26] Encountered error on [review], details:
array (
  '@reason' => 'failed during invocation of run-tests.sh',
)
[09:08:26] Review complete. test_id=205473 result code=8 details=Array
(
    [@reason] => failed during invocation of run-tests.sh
)

[09:08:26] Static variables reset.

Code review

  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
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
9 minor(s), 0 critical(s), and 4 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandfeeds_array_parser.module101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherfeeds_array_parser.module-1N/A
There should be no trailing spacesOtherfeeds_array_parser.module18N/A
Expandplugins/FeedsArrayParser.inc102
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFeedsArrayParser.inc-1N/A
There should be no trailing spacesOtherFeedsArrayParser.inc14N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFeedsArrayParser.inc16N/A
Expandtests/feeds_array_parser.test701
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherfeeds_array_parser.test12N/A
Use an indent of 2 spaces, with no tabsOtherfeeds_array_parser.test14N/A
There should be no trailing spacesOtherfeeds_array_parser.test16N/A
Use an indent of 2 spaces, with no tabsOtherfeeds_array_parser.test49N/A
There should be no trailing spacesOtherfeeds_array_parser.test75N/A
There should be no trailing spacesOtherfeeds_array_parser.test80N/A
There should be no trailing spacesOtherfeeds_array_parser.test85N/A
There should be no trailing spacesOtherfeeds_array_parser.test90N/A

All

Test nameMinorCriticalNormal
Expandfeeds_array_parser.module101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherfeeds_array_parser.module-1N/A
There should be no trailing spacesOtherfeeds_array_parser.module18N/A
Expandplugins/FeedsArrayParser.inc102
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherFeedsArrayParser.inc-1N/A
There should be no trailing spacesOtherFeedsArrayParser.inc14N/A
Control statements should have one space between the control keyword and opening parenthesisOtherFeedsArrayParser.inc16N/A
Expandtests/feeds_array_parser.test701
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherfeeds_array_parser.test12N/A
Use an indent of 2 spaces, with no tabsOtherfeeds_array_parser.test14N/A
There should be no trailing spacesOtherfeeds_array_parser.test16N/A
Use an indent of 2 spaces, with no tabsOtherfeeds_array_parser.test49N/A
There should be no trailing spacesOtherfeeds_array_parser.test75N/A
There should be no trailing spacesOtherfeeds_array_parser.test80N/A
There should be no trailing spacesOtherfeeds_array_parser.test85N/A
There should be no trailing spacesOtherfeeds_array_parser.test90N/A