|
From: <sl...@fa...> - 2009-04-30 21:44:18
|
<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-15-09</td></tr>
<tr><td>GIT ID:</td><td>6ec73b2a2a8cff35a1c6f705efab29a01b9ae3e0</td></tr>
</table><h2>Timings</h2> <table><tr><td>boot-time</td><td>00:04:27</td></tr><tr><td>load-time</td><td>00:29:30</td></tr><tr><td>test-time</td><td>00:47:28</td></tr><tr><td>help-lint-time</td><td>00:00:11</td></tr><tr><td>benchmark-time</td><td>00:03:21</td></tr><tr><td>html-help-time</td><td>00:09:11</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.338667</td></tr><tr><td>benchmark.base64</td><td>3.024225</td></tr><tr><td>benchmark.beust1</td><td>2.847383</td></tr><tr><td>benchmark.beust2</td><td>3.364557</td></tr><tr><td>benchmark.binary-search</td><td>2.272695</td></tr><tr><td>benchmark.binary-trees</td><td>1.629323</td></tr><tr><td>benchmark.bootstrap1</td><td>11.665578</td></tr><tr><td>benchmark.continuations</td><td>0.064634</td></tr><tr><td>benchmark.crc32</td><td>0.019676</td></tr><tr><td>benchmark.dawes</td><td>0.233869</td></tr><tr><td>benchmark.dispatch1</td><td>1.365757</td></tr><tr><td>benchmark.dispatch2</td><td>1.314762</td></tr><tr><td>benchmark.dispatch3</td><td>2.197314</td></tr><tr><td>benchmark.dispatch4</td><td>5.586057</td></tr><tr><td>benchmark.dispatch5</td><td>2.781887</td></tr><tr><td>benchmark.empty-loop-0</td><td>0.147334</td></tr><tr><td>benchmark.empty-loop-1</td><td>0.430698</td></tr><tr><td>benchmark.empty-loop-2</td><td>0.428143</td></tr><tr><td>benchmark.euler150</td><td>14.012372</td></tr><tr><td>benchmark.euler186</td><td>8.538138999999999</td></tr><tr><td>benchmark.fannkuch</td><td>3.747137</td></tr><tr><td>benchmark.fasta</td><td>4.071645</td></tr><tr><td>benchmark.fib1</td><td>0.06701600000000001</td></tr><tr><td>benchmark.fib2</td><td>0.07955</td></tr><tr><td>benchmark.fib3</td><td>0.279951</td></tr><tr><td>benchmark.fib4</td><td>0.277155</td></tr><tr><td>benchmark.fib5</td><td>0.634078</td></tr><tr><td>benchmark.fib6</td><td>4.07646</td></tr><tr><td>benchmark.gc1</td><td>6.3278</td></tr><tr><td>benchmark.iteration</td><td>6.892011</td></tr><tr><td>benchmark.javascript</td><td>11.390308</td></tr><tr><td>benchmark.knucleotide</td><td>0.361604</td></tr><tr><td>benchmark.mandel</td><td>0.131731</td></tr><tr><td>benchmark.md5</td><td>1.553846</td></tr><tr><td>benchmark.nbody</td><td>3.454365</td></tr><tr><td>benchmark.nested-empty-loop-1</td><td>0.106811</td></tr><tr><td>benchmark.nested-empty-loop-2</td><td>0.71251</td></tr><tr><td>benchmark.nsieve</td><td>1.275172</td></tr><tr><td>benchmark.nsieve-bits</td><td>1.608038</td></tr><tr><td>benchmark.nsieve-bytes</td><td>0.309108</td></tr><tr><td>benchmark.partial-sums</td><td>1.145694</td></tr><tr><td>benchmark.pidigits</td><td>32.029052</td></tr><tr><td>benchmark.random</td><td>2.554762</td></tr><tr><td>benchmark.raytracer</td><td>3.615501</td></tr><tr><td>benchmark.recursive</td><td>6.316219</td></tr><tr><td>benchmark.regex-dna</td><td>0.10996</td></tr><tr><td>benchmark.reverse-complement</td><td>2.360107</td></tr><tr><td>benchmark.ring</td><td>3.525355</td></tr><tr><td>benchmark.sha1</td><td>9.262150999999999</td></tr><tr><td>benchmark.sockets</td><td>11.508235</td></tr><tr><td>benchmark.sort</td><td>0.445975</td></tr><tr><td>benchmark.spectral-norm</td><td>3.635958</td></tr><tr><td>benchmark.stack</td><td>1.413435</td></tr><tr><td>benchmark.sum-file</td><td>0.594344</td></tr><tr><td>benchmark.tuple-arrays</td><td>0.394862</td></tr><tr><td>benchmark.typecheck1</td><td>1.328752</td></tr><tr><td>benchmark.typecheck2</td><td>0.821316</td></tr><tr><td>benchmark.typecheck3</td><td>1.112037</td></tr><tr><td>benchmark.typecheck4</td><td>0.84295</td></tr><tr><td>benchmark.ui-panes</td><td>2.816469</td></tr><tr><td>benchmark.xml</td><td>3.640306</td></tr></table></body></html> |