|
From: <sl...@fa...> - 2009-04-30 20:01:39
|
<html><body><h1>Build report for macosx/x86.64</h1>
<table>
<tr><td>Build machine:</td><td>shill.internal.stack-effects.com</td></tr>
<tr><td>Build directory:</td><td>/Users/slava/builds/2009-04-30-13-29</td></tr>
<tr><td>GIT ID:</td><td>31ce2252e775535a2520c1cc1ab3e43fe8db606e</td></tr>
</table><h2>Timings</h2> <table><tr><td>boot-time</td><td>00:04:52</td></tr><tr><td>load-time</td><td>00:22:40</td></tr><tr><td>test-time</td><td>00:47:22</td></tr><tr><td>help-lint-time</td><td>00:00:16</td></tr><tr><td>benchmark-time</td><td>00:04:59</td></tr><tr><td>html-help-time</td><td>00:10:56</td></tr></table><h1>Unit test failures</h1> <ul><li>resource:basis/db/errors/postgresql/postgresql-tests.factor</li><li>resource:basis/db/postgresql/postgresql-tests.factor</li><li>resource:basis/db/tuples/tuples-tests.factor</li><li>resource:basis/pango/layouts/layouts-tests.factor</li><li>resource:basis/windows/errors/errors-tests.factor</li></ul> Details: <pre>
==== resource:basis/db/errors/postgresql/postgresql-tests.factor
resource:basis/db/errors/postgresql/postgresql-tests.factor: 36
Unit Test: {
[ ]
[
[
[ "drop table foo;" sql-command ] ignore-errors
[ "drop table ship;" sql-command ] ignore-errors
[ "insert into foo (id) values('1');" sql-command ]
[
{ [ sql-table-missing? ] [ table>> "foo" = ] }
1&&
] \ (must-fail-with) 17 experiment [
"create table ship(id integer);" sql-command
"create table ship(id integer);" sql-command
] [
{ [ sql-table-exists? ] [ table>> "ship" = ] }
1&&
] \ (must-fail-with) 24 experiment
[ "create table foo(id) lol;" sql-command ]
[ sql-syntax-error? ] \ (must-fail-with) 30
experiment
]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
==== resource:basis/db/postgresql/postgresql-tests.factor
resource:basis/db/postgresql/postgresql-tests.factor: 7
Unit Test: { [ ] [ postgresql-test-db [ ] with-db ] }
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 18
Unit Test: {
[ ]
[
postgresql-test-db [
[ "drop table person;" sql-command ] ignore-errors
"create table person (name varchar(30), country varchar(30));"
sql-command
"insert into person values('John', 'America');"
sql-command
"insert into person values('Jane', 'New Zealand');"
sql-command
] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 29
Unit Test: {
[ { { "John" "America" } { "Jane" "New Zealand" } } ]
[
postgresql-test-db
[ "select * from person" sql-query ] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 36
Unit Test: {
[ { { "John" "America" } { "Jane" "New Zealand" } } ]
[
postgresql-test-db
[ "select * from person" sql-query ] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 44
Unit Test: {
[ ]
[
postgresql-test-db [
"insert into person(name, country) values('Jimmy', 'Canada')"
sql-command
] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 52
Unit Test: {
[
{
{ "John" "America" }
{ "Jane" "New Zealand" }
{ "Jimmy" "Canada" }
}
]
[
postgresql-test-db
[ "select * from person" sql-query ] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 68
Unit Test: {
[ 3 ]
[
postgresql-test-db
[ "select * from person" sql-query length ] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 80
Unit Test: {
[ ]
[
postgresql-test-db [
[
"insert into person(name, country) values('Jose', 'Mexico')"
sql-command
"insert into person(name, country) values('Jose', 'Mexico')"
sql-command
] with-transaction
] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/postgresql/postgresql-tests.factor: 86
Unit Test: {
[ 5 ]
[
postgresql-test-db
[ "select * from person" sql-query length ] with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
==== resource:basis/db/tuples/tuples-tests.factor
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[ [ test-foreign-key ] [ postgresql-test-db ] dip with-db ]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[ test-foreign-key-not-null ]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: { [ ] [ [ test-cascade ] [ postgresql-test-db ] dip with-db ] }
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[ [ test-restrict ] [ postgresql-test-db ] dip with-db ]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[ db-assigned-person-schema test-tuples ]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[ user-assigned-person-schema test-tuples ]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[ user-assigned-person-schema test-repeated-insert ]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: { [ ] [ [ test-bignum ] [ postgresql-test-db ] dip with-db ] }
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[ [ test-serialize ] [ postgresql-test-db ] dip with-db ]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[ [ test-intervals ] [ postgresql-test-db ] dip with-db ]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[ [ test-random-id ] [ postgresql-test-db ] dip with-db ]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[
[ does-not-persist create-sql-statement ]
[ class \ not-persistent = ] \ (must-fail-with) 530
experiment
]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[ test-db-inheritance ]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[ test-string-encoding ]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[
[ test-compound-primary-key ]
[ postgresql-test-db ]
dip
with-db
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
resource:basis/db/tuples/tuples-tests.factor: 36
Unit Test: {
[ ]
[ [ test-blob-select ] [ postgresql-test-db ] dip with-db ]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
==== resource:basis/pango/layouts/layouts-tests.factor
resource:basis/pango/layouts/layouts-tests.factor: 11
Unit Test: {
[ t ]
[
[
<font> "Helvetica" >>name 12 >>size
"OH, HAI" cached-layout ink-rect>> dim>>
] with-destructors [ 0 > ] all?
]
}
The image refers to a library or symbol that was not found at load time
[Traceback]
==== resource:basis/windows/errors/errors-tests.factor
resource:basis/windows/errors/errors-tests.factor: 6
Unit Test: { [ t ] [ 0 n>win32-error-string string? ] }
The image refers to a library or symbol that was not found at load time
[Traceback]
</pre>Benchmark timings<h2>Benchmarks</h2> <table><tr><td>benchmark.backtrack</td><td>3.588329</td></tr><tr><td>benchmark.base64</td><td>6.302814</td></tr><tr><td>benchmark.beust1</td><td>5.412246</td></tr><tr><td>benchmark.beust2</td><td>5.823067</td></tr><tr><td>benchmark.binary-search</td><td>3.445115</td></tr><tr><td>benchmark.binary-trees</td><td>2.410786</td></tr><tr><td>benchmark.bootstrap1</td><td>18.495832</td></tr><tr><td>benchmark.continuations</td><td>0.107486</td></tr><tr><td>benchmark.crc32</td><td>0.016938</td></tr><tr><td>benchmark.dawes</td><td>0.394597</td></tr><tr><td>benchmark.dispatch1</td><td>1.817419</td></tr><tr><td>benchmark.dispatch2</td><td>2.794158</td></tr><tr><td>benchmark.dispatch3</td><td>3.060306</td></tr><tr><td>benchmark.dispatch4</td><td>7.319478</td></tr><tr><td>benchmark.dispatch5</td><td>4.160326</td></tr><tr><td>benchmark.empty-loop-0</td><td>0.163539</td></tr><tr><td>benchmark.empty-loop-1</td><td>0.664826</td></tr><tr><td>benchmark.empty-loop-2</td><td>0.675657</td></tr><tr><td>benchmark.euler150</td><td>22.234329</td></tr><tr><td>benchmark.euler186</td><td>14.585408</td></tr><tr><td>benchmark.fannkuch</td><td>6.008013</td></tr><tr><td>benchmark.fasta</td><td>6.836645</td></tr><tr><td>benchmark.fib1</td><td>0.111097</td></tr><tr><td>benchmark.fib2</td><td>0.123498</td></tr><tr><td>benchmark.fib3</td><td>0.390135</td></tr><tr><td>benchmark.fib4</td><td>0.386912</td></tr><tr><td>benchmark.fib5</td><td>1.008039</td></tr><tr><td>benchmark.fib6</td><td>8.336762</td></tr><tr><td>benchmark.gc1</td><td>9.509784</td></tr><tr><td>benchmark.iteration</td><td>10.725534</td></tr><tr><td>benchmark.javascript</td><td>17.585798</td></tr><tr><td>benchmark.knucleotide</td><td>0.516425</td></tr><tr><td>benchmark.mandel</td><td>0.18989</td></tr><tr><td>benchmark.md5</td><td>2.31</td></tr><tr><td>benchmark.nbody</td><td>4.867445</td></tr><tr><td>benchmark.nested-empty-loop-1</td><td>0.150375</td></tr><tr><td>benchmark.nested-empty-loop-2</td><td>1.156785</td></tr><tr><td>benchmark.nsieve</td><td>1.406705</td></tr><tr><td>benchmark.nsieve-bits</td><td>2.079298</td></tr><tr><td>benchmark.nsieve-bytes</td><td>0.48963</td></tr><tr><td>benchmark.partial-sums</td><td>1.388148</td></tr><tr><td>benchmark.pidigits</td><td>40.314489</td></tr><tr><td>benchmark.random</td><td>4.264385</td></tr><tr><td>benchmark.raytracer</td><td>6.155442</td></tr><tr><td>benchmark.recursive</td><td>8.942902999999999</td></tr><tr><td>benchmark.regex-dna</td><td>0.188952</td></tr><tr><td>benchmark.reverse-complement</td><td>3.947184</td></tr><tr><td>benchmark.ring</td><td>6.000629</td></tr><tr><td>benchmark.sha1</td><td>14.950748</td></tr><tr><td>benchmark.sockets</td><td>13.802131</td></tr><tr><td>benchmark.sort</td><td>0.737729</td></tr><tr><td>benchmark.spectral-norm</td><td>3.639764</td></tr><tr><td>benchmark.stack</td><td>2.135393</td></tr><tr><td>benchmark.sum-file</td><td>0.823604</td></tr><tr><td>benchmark.tuple-arrays</td><td>0.529745</td></tr><tr><td>benchmark.typecheck1</td><td>1.942002</td></tr><tr><td>benchmark.typecheck2</td><td>1.138674</td></tr><tr><td>benchmark.typecheck3</td><td>1.272881</td></tr><tr><td>benchmark.typecheck4</td><td>1.117359</td></tr><tr><td>benchmark.ui-panes</td><td>3.896645</td></tr><tr><td>benchmark.xml</td><td>4.477214</td></tr></table></body></html> |