|
From: <sl...@fa...> - 2009-04-30 23:23:14
|
<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-16-51</td></tr>
<tr><td>GIT ID:</td><td>4a5009048f55f6df2dae731d12de1643f09a809d</td></tr>
</table><h2>Timings</h2> <table><tr><td>boot-time</td><td>00:04:40</td></tr><tr><td>load-time</td><td>00:31:06</td></tr><tr><td>test-time</td><td>00:41:49</td></tr><tr><td>help-lint-time</td><td>00:00:11</td></tr><tr><td>benchmark-time</td><td>00:03:28</td></tr><tr><td>html-help-time</td><td>00:09:30</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>2.370876</td></tr><tr><td>benchmark.base64</td><td>3.374611</td></tr><tr><td>benchmark.beust1</td><td>3.420383</td></tr><tr><td>benchmark.beust2</td><td>3.544625</td></tr><tr><td>benchmark.binary-search</td><td>1.67622</td></tr><tr><td>benchmark.binary-trees</td><td>2.312382</td></tr><tr><td>benchmark.bootstrap1</td><td>12.076627</td></tr><tr><td>benchmark.continuations</td><td>0.063564</td></tr><tr><td>benchmark.crc32</td><td>0.018084</td></tr><tr><td>benchmark.dawes</td><td>0.239687</td></tr><tr><td>benchmark.dispatch1</td><td>1.409995</td></tr><tr><td>benchmark.dispatch2</td><td>1.488416</td></tr><tr><td>benchmark.dispatch3</td><td>2.238344</td></tr><tr><td>benchmark.dispatch4</td><td>5.030752</td></tr><tr><td>benchmark.dispatch5</td><td>2.847446</td></tr><tr><td>benchmark.empty-loop-0</td><td>0.14972</td></tr><tr><td>benchmark.empty-loop-1</td><td>0.589993</td></tr><tr><td>benchmark.empty-loop-2</td><td>0.45614</td></tr><tr><td>benchmark.euler150</td><td>13.005837</td></tr><tr><td>benchmark.euler186</td><td>9.052633</td></tr><tr><td>benchmark.fannkuch</td><td>3.834776</td></tr><tr><td>benchmark.fasta</td><td>4.435266</td></tr><tr><td>benchmark.fib1</td><td>0.06680999999999999</td></tr><tr><td>benchmark.fib2</td><td>0.07892100000000001</td></tr><tr><td>benchmark.fib3</td><td>0.249424</td></tr><tr><td>benchmark.fib4</td><td>0.277775</td></tr><tr><td>benchmark.fib5</td><td>0.667608</td></tr><tr><td>benchmark.fib6</td><td>4.707955</td></tr><tr><td>benchmark.gc1</td><td>6.44502</td></tr><tr><td>benchmark.iteration</td><td>6.669655</td></tr><tr><td>benchmark.javascript</td><td>11.807827</td></tr><tr><td>benchmark.knucleotide</td><td>0.335315</td></tr><tr><td>benchmark.mandel</td><td>0.126663</td></tr><tr><td>benchmark.md5</td><td>1.326162</td></tr><tr><td>benchmark.nbody</td><td>3.387154</td></tr><tr><td>benchmark.nested-empty-loop-1</td><td>0.103087</td></tr><tr><td>benchmark.nested-empty-loop-2</td><td>0.706835</td></tr><tr><td>benchmark.nsieve</td><td>1.204677</td></tr><tr><td>benchmark.nsieve-bits</td><td>1.558513</td></tr><tr><td>benchmark.nsieve-bytes</td><td>0.273944</td></tr><tr><td>benchmark.partial-sums</td><td>1.15118</td></tr><tr><td>benchmark.pidigits</td><td>32.243188</td></tr><tr><td>benchmark.random</td><td>2.650107</td></tr><tr><td>benchmark.raytracer</td><td>3.798212</td></tr><tr><td>benchmark.recursive</td><td>6.179501</td></tr><tr><td>benchmark.regex-dna</td><td>0.119462</td></tr><tr><td>benchmark.reverse-complement</td><td>2.414997</td></tr><tr><td>benchmark.ring</td><td>2.844234</td></tr><tr><td>benchmark.sha1</td><td>15.439018</td></tr><tr><td>benchmark.sockets</td><td>10.935715</td></tr><tr><td>benchmark.sort</td><td>0.441293</td></tr><tr><td>benchmark.spectral-norm</td><td>3.627902</td></tr><tr><td>benchmark.stack</td><td>1.423766</td></tr><tr><td>benchmark.sum-file</td><td>0.658717</td></tr><tr><td>benchmark.tuple-arrays</td><td>0.149426</td></tr><tr><td>benchmark.typecheck1</td><td>1.529118</td></tr><tr><td>benchmark.typecheck2</td><td>0.854386</td></tr><tr><td>benchmark.typecheck3</td><td>0.897456</td></tr><tr><td>benchmark.typecheck4</td><td>0.85444</td></tr><tr><td>benchmark.ui-panes</td><td>2.797956</td></tr><tr><td>benchmark.xml</td><td>3.544629</td></tr></table></body></html> |