~ salmonella-environment-setup (master) /index.wiki


  1== CHICKEN automated tests
  2
  3Here you can find daily results for automated tests executed for
  4CHICKEN and all its [[http://wiki.call-cc.org/eggs|eggs]].
  5
  6The tests are performed by
  7[[http://wiki.call-cc.org/egg/salmonella|Salmonella]] using a fresh
  8clone of the CHICKEN core sources on an environment which contains
  9external libraries and tools required to build most eggs.  Salmonella
 10runs the build process for the CHICKEN core sources and uses the
 11freshly-built compiler to install and test all the latest released egg
 12versions from the repository.
 13
 14Here are the results, organized by branch in the CHICKEN core
 15repository, C compiler, operating system, hardware platform and date
 16(YYYY/MM/DD):
 17
 18<nowiki><p>&nbsp;</p></nowiki>
 19
 20=== CHICKEN 6
 21
 22<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>
 28
 29  <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>
 35
 36=== CHICKEN 5
 37
 38<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>
 44
 45  <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>
 50
 51  <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>
 56
 57  <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>
 62
 63  <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>
 68
 69  <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>
 74
 75  <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>
 80
 81  <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>
 86
 87</table>
 88
 89
 90The ''Debug?'' column indicates whether CHICKEN was built with the
 91{{DEBUGBUILD}} variable set or not.
 92
 93The ''Speed?'' columns indicates whether CHICKEN was built with the
 94{{OPTIMIZE_FOR_SPEED}} variable set or not.
 95
 96The ''Cached?'' column indicates the salmonella operation mode.  In
 97the non cached mode, salmonella sets the local egg repository empty
 98after testing each egg.  By doing this, salmonella is able to catch
 99dependencies problems, at the cost of being very slow.  In the cached
100mode, salmonella does not set the local egg repository empty after
101testing eggs.  This mode is much faster, but it is not able to catch
102dependencies problems.
103
104
105=== Daily results
106
107Each daily-generated directory contains the following directories:
108
109* {{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]]).
111
112and files:
113
114* {{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}}).
116
117
118=== Feeds for eggs
119
120If you want to be notified when some egg breaks, you can subscribe to
121the test feeds (see the ''Atom feeds'' column in the table above).
122They are updated when installation or tests break.
123
124If you have a Subversion account for the eggs repository, you can
125create a custom feed configuration file for you to summarizes the
126status for all the eggs you want to follow. Take a look at one of the
127custom files under the
128[[http://bugs.call-cc.org/browser/salmonella-custom-feeds|salmonella-custom-feeds]]
129directory.  The generated custom feed files are written to the
130{{custom}} directory under the feeds web directory ([[http://salmonella-linux-x86-64.call-cc.org/feeds/master-debugbuild/gcc/linux/x86-64/custom|example]]).
131
132Atom feeds for salmonella results are generated by
133[[http://wiki.call-cc.org/egg/salmonella-feeds|salmonella-feeds]].
134
135
136=== About the test machines
137
138; 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]]
Trap