~ salmonella-environment-setup (master) /index.wiki
Trap1== CHICKEN automated tests23Here you can find daily results for automated tests executed for4CHICKEN and all its [[http://wiki.call-cc.org/eggs|eggs]].56The tests are performed by7[[http://wiki.call-cc.org/egg/salmonella|Salmonella]] using a fresh8clone of the CHICKEN core sources on an environment which contains9external libraries and tools required to build most eggs. Salmonella10runs the build process for the CHICKEN core sources and uses the11freshly-built compiler to install and test all the latest released egg12versions from the repository.1314Here are the results, organized by branch in the CHICKEN core15repository, C compiler, operating system, hardware platform and date16(YYYY/MM/DD):1718<nowiki><p> </p></nowiki>1920=== CHICKEN 62122<table>23 <tr>24 <th>OS</th><th>HW</th><th>Branch</th><th>C compiler</th><th>Debug?</th><th>Speed?</th><th>Cached?</th>25 <th>Results</th>26 <th>Atom feeds</th>27 </tr>2829 <tr>30 <td>Linux</td><td>x86</td><td>master</td><td>gcc</td><td>no</td><td>no</td><td>yes</td>31 <td>[[http://salmonella-linux-x86-64.call-cc.org/master/gcc/linux/x86-64/2026/|2026]]</td>32 <td>[[http://salmonella-linux-x86-64.call-cc.org/feeds/master/gcc/linux/x86-64/|feeds]]</td>33 </tr>34</table>3536=== CHICKEN 53738<table>39 <tr>40 <th>OS</th><th>HW</th><th>Branch</th><th>C compiler</th><th>Debug?</th><th>Speed?</th><th>Cached?</th>41 <th>Results</th>42 <th>Atom feeds</th>43 </tr>4445 <tr>46 <td>Linux</td><td>x86</td><td>chicken-5</td><td>clang</td><td>no</td><td>no</td><td><b>no</b></td>47 <td>[[http://salmonella-linux-x86.call-cc.org/chicken-5/clang/linux/x86/2026/|2026]]</td>48 <td>[[http://salmonella-linux-x86.call-cc.org/feeds/chicken-5/clang/linux/x86/|feeds]]</td>49 </tr>5051 <tr>52 <td>Linux</td><td>x86-64</td><td>chicken-5</td><td>gcc</td><td>no</td><td>no</td><td>yes</td>53 <td>[[http://salmonella-linux-x86-64.call-cc.org/chicken-5/gcc/linux/x86-64/2026|2026]]</td>54 <td>[[http://salmonella-linux-x86-64.call-cc.org/feeds/chicken-5/gcc/linux/x86-64/|feeds]]</td>55 </tr>5657 <tr>58 <td>Linux</td><td>x86-64</td><td>chicken-5</td><td>tcc</td><td>no</td><td>no</td><td>yes</td>59 <td>[[http://salmonella-linux-x86-64.call-cc.org/chicken-5/tcc/linux/x86-64/2026|2026]]</td>60 <td>[[http://salmonella-linux-x86-64.call-cc.org/feeds/chicken-5/tcc/linux/x86-64/|feeds]]</td>61 </tr>6263 <tr>64 <td>OpenBSD</td><td>x86-64</td><td>chicken-5</td><td>clang</td><td>no</td><td>no</td><td>yes</td>65 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/chicken-5/clang/openbsd/x86-64/2026|2026]]</td>66 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/feeds/chicken-5/clang/openbsd/x86-64/|feeds]]</td>67 </tr>6869 <tr>70 <td>OpenBSD</td><td>x86-64</td><td>chicken-5</td><td>clang</td><td>no</td><td><b>yes</b></td><td>yes</td>71 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/chicken-5-speed/clang/openbsd/x86-64/2026|2026]]</td>72 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/feeds/chicken-5-speed/clang/openbsd/x86-64/|feeds]]</td>73 </tr>7475 <tr>76 <td>OpenBSD</td><td>x86-64</td><td>chicken-5</td><td>gcc</td><td>no</td><td>no</td><td>yes</td>77 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/chicken-5/egcc/openbsd/x86-64/2026|2026]]</td>78 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/feeds/chicken-5/egcc/openbsd/x86-64/|feeds]]</td>79 </tr>8081 <tr>82 <td>OpenBSD</td><td>x86-64</td><td>chicken-5</td><td>gcc</td><td>no</td><td><b>yes</b></td><td>yes</td>83 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/chicken-5-speed/egcc/openbsd/x86-64/2026|2026]]</td>84 <td>[[http://salmonella-openbsd-x86-64.call-cc.org/feeds/chicken-5-speed/egcc/openbsd/x86-64/|feeds]]</td>85 </tr>8687</table>888990The ''Debug?'' column indicates whether CHICKEN was built with the91{{DEBUGBUILD}} variable set or not.9293The ''Speed?'' columns indicates whether CHICKEN was built with the94{{OPTIMIZE_FOR_SPEED}} variable set or not.9596The ''Cached?'' column indicates the salmonella operation mode. In97the non cached mode, salmonella sets the local egg repository empty98after testing each egg. By doing this, salmonella is able to catch99dependencies problems, at the cost of being very slow. In the cached100mode, salmonella does not set the local egg repository empty after101testing eggs. This mode is much faster, but it is not able to catch102dependencies problems.103104105=== Daily results106107Each daily-generated directory contains the following directories:108109* {{salmonella-report}}: the full HTML-formatted salmonella output (generated by [[http://wiki.call-cc.org/egg/salmonella-html-report|salmonella-html-report]]).110* {{yesterday-diff}}: a summary of changes against the yesterday's report (generated by [[http://wiki.call-cc.org/egg/salmonella-diff|salmonella-diff]]).111112and files:113114* {{run-salmonella.logz}}: the gzip-compressed log of fetching and building CHICKEN, and the summarized output from the execution of salmonella.115* {{salmonella.log.bz2}}: the raw salmonella output (compressed with {{bzip2}}).116117118=== Feeds for eggs119120If you want to be notified when some egg breaks, you can subscribe to121the test feeds (see the ''Atom feeds'' column in the table above).122They are updated when installation or tests break.123124If you have a Subversion account for the eggs repository, you can125create a custom feed configuration file for you to summarizes the126status for all the eggs you want to follow. Take a look at one of the127custom files under the128[[http://bugs.call-cc.org/browser/salmonella-custom-feeds|salmonella-custom-feeds]]129directory. The generated custom feed files are written to the130{{custom}} directory under the feeds web directory ([[http://salmonella-linux-x86-64.call-cc.org/feeds/master-debugbuild/gcc/linux/x86-64/custom|example]]).131132Atom feeds for salmonella results are generated by133[[http://wiki.call-cc.org/egg/salmonella-feeds|salmonella-feeds]].134135136=== About the test machines137138; Linux (Debian 12), x86-64 : provided by [[//wiki.call-cc.org/users/mario-domenech-goulart|Mario Domenech Goulart]]139; Linux (Debian 12), x86: provided by [[//wiki.call-cc.org/users/mario-domenech-goulart|Mario Domenech Goulart]]140; OpenBSD (7.6), x86-84: provided by [[//wiki.call-cc.org/users/mario-domenech-goulart|Mario Domenech Goulart]]