hashar added a comment.

  After many attempts, I finally got a lead 
https://integration.wikimedia.org/ci/job/integration-quibble-fullrun/153/console
  
  The job executes a shell script utils/ci-fullrun.sh in 
integration/quibble.git, I have edited it to `echo CI FULLRUN completed` when 
the shell exit (using `trap`). Quibble has a bunch of extra logging added here 
and there, notably to list processes under /proc/.
  
  I have manually killed the php process running PHPUnit to trigger a fault. 
Times below are UTC hh:mm:ss
  
    12:59:25 INFO:root:Left processes?
    12:59:25 /proc/1/cmdline:/sbin/docker-init--/src/utils/ci-fullrun.sh--color
    12:59:25 
/proc/25/cmdline:python3-s/tmp/quibble/bin/quibble--skipselenium--color
    12:59:25 /proc/7/cmdline:/bin/bash/src/utils/ci-fullrun.sh--color
  
  We are left with 3 processes:
  
  - docker-init
  - ci-fullrun.sh which is the shell entry point used
  - quibble
  
    12:59:25 INFO:root:Finished Quibble run
  
  Quibble has finished.
  
    `
    12:59:25 subprocess.CalledProcessError: Command '['php', 
'tests/phpunit/phpunit.php', '--testsuite', 'extensions', '--group', 
'Database', '--exclude-group', 'Broken,ParserFuzz,Stub,Standalone', 
'--log-junit', '/workspace/log/junit-db.xml']' returned non-zero exit status -15
  
  I have `kill` php hence the exit code `-15`.
  
    12:59:25 + echo 'CI FULLRUN completed'
    12:59:25 CI FULLRUN completed
  
  At this point the shell script being run inside the Docker container has 
completed.
  
    12:59:44 Build step 'Execute shell' marked build as failure
  
  And it takes more than 18 seconds to complete :-\   I guess I am confident to 
state that Quibble is not the root cause. That seems to be either in Docker or 
in Jenkins itself.

TASK DETAIL
  https://phabricator.wikimedia.org/T265615

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hashar
Cc: hashar, awight, kostajh, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978, 
Un1tY, Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, 
Nandana, NebulousIris, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, 
Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, 
_jensen, rosalieper, Liudvikas, Scott_WUaS, thcipriani, Wikidata-bugs, aude, 
Jdforrester-WMF, Mbch331, Jay8g
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to