Build report for linux/x86.32
Timings
| boot-time | 00:04:22 |
| load-time | 00:14:25 |
| test-time | 00:29:11 |
| help-lint-time | 00:00:43 |
| benchmark-time | 00:00:00 |
| html-help-time | 00:08:54 |
Unit test failures
- resource:basis/db/postgresql/errors/errors-tests.factor
- resource:basis/db/postgresql/postgresql-tests.factor
- resource:basis/db/tuples/tuples-tests.factor
- resource:basis/system-info/linux/linux-tests.factor
Details:
==== resource:basis/db/postgresql/errors/errors-tests.factor
resource:basis/db/postgresql/errors/errors-tests.factor
could not connect to server: No route to host
Is the server running on host "192.168.4.2" and accepting
TCP/IP connections on port 5432?
(U) [ c-to-factor => ]
c-to-factor
(U) [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) command-line-startup
(O) do-all
(O) do-tests
(O) test-vocabs
(O) test-vocab
(O) run-test-file
(O) test-postgresql
(O) M\ postgresql-db db-open
(O) connect-postgres
(O) M\ object throw
(U) [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
==== resource:basis/db/postgresql/postgresql-tests.factor
resource:basis/db/postgresql/postgresql-tests.factor
could not connect to server: No route to host
Is the server running on host "192.168.4.2" and accepting
TCP/IP connections on port 5432?
(U) [ c-to-factor => ]
c-to-factor
(U) [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) command-line-startup
(O) do-all
(O) do-tests
(O) test-vocabs
(O) test-vocab
(O) run-test-file
(O) test-postgresql
(O) M\ postgresql-db db-open
(O) connect-postgres
(O) M\ object throw
(U) [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
==== resource:basis/db/tuples/tuples-tests.factor
resource:basis/db/tuples/tuples-tests.factor
could not connect to server: No route to host
Is the server running on host "192.168.4.2" and accepting
TCP/IP connections on port 5432?
(U) [ c-to-factor => ]
c-to-factor
(U) [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) command-line-startup
(O) do-all
(O) do-tests
(O) test-vocabs
(O) test-vocab
(O) run-test-file
(U) [
paste "PASTE" {
~array~
~array~
~array~
~array~
~array~
~array~
~array~
~array~
} define-persistent [ test-foreign-key ] test-sqlite
[ test-foreign-key-not-null ] test-sqlite
[ test-cascade ] test-sqlite [ test-restrict ] test-sqlite
[ test-foreign-key ] test-postgresql =>
[ test-foreign-key-not-null ] test-postgresql
[ test-cascade ] test-postgresql
[ test-restrict ] test-postgresql
[ db-assigned-person-schema test-tuples ] test-sqlite
[ user-assigned-person-schema test-tuples ] test-sqlite
[ user-assigned-person-schema test-repeated-insert ]
test-sqlite [ test-bignum ] test-sqlite
[ test-serialize ] test-sqlite
[ test-intervals ] test-sqlite
[ test-random-id ] test-sqlite
[ db-assigned-person-schema test-tuples ] test-postgresql
[ user-assigned-person-schema test-tuples ] test-postgresql
[ user-assigned-person-schema test-repeated-insert ]
test-postgresql [ test-bignum ] test-postgresql
[ test-serialize ] test-postgresql
[ test-intervals ] test-postgresql
[ test-random-id ] test-postgresql [
~quotation~ ~quotation~ \ (must-fail-with) 517
experiment
] test-sqlite [
~quotation~ ~quotation~ \ (must-fail-with) 522
experiment
] test-postgresql suparclass f
{ ~array~ ~array~ } define-persistent subbclass "SUBCLASS"
{ ~array~ } define-persistent fubbclass "FUBCLASS"
{ } define-persistent [ test-db-inheritance ] test-sqlite
[ test-db-inheritance ] test-postgresql
string-encoding-test "STRING_ENCODING_TEST"
{ ~array~ ~array~ } define-persistent
[ test-string-encoding ] test-sqlite
[ test-string-encoding ] test-postgresql
compound-foo "COMPOUND_FOO"
{ ~array~ ~array~ ~array~ } define-persistent
[ test-compound-primary-key ] test-sqlite
[ test-compound-primary-key ] test-postgresql timez "TIMEZ"
{ ~array~ ~array~ } define-persistent
[ test-time-types ] test-sqlite
[ test-time-types ] test-postgresql example "EXAMPLE"
{ ~array~ ~array~ } define-persistent
[ test-blob-select ] test-sqlite ~10 more~
]
(O) test-postgresql
(O) M\ postgresql-db db-open
(O) connect-postgres
(O) M\ object throw
(U) [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
==== resource:basis/system-info/linux/linux-tests.factor
resource:basis/system-info/linux/linux-tests.factor: 15
Unit Test: {
{ t }
[ release "." split1 drop { "2" "3" "4" "5" "6" } member? ]
}
=== Expected:
t
=== Got:
f
(U) [ c-to-factor => ]
c-to-factor
(U) [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) command-line-startup
(O) do-all
(O) do-tests
(O) test-vocabs
(O) test-vocab
(O) run-test-file
(U) [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ load-local 0 get-local experiment. 1 drop-locals ] curry
unless -2 get-local execute => 0 get-local -1 get-local [
2 load-locals -1 get-local 0 get-local ~quotation~ curry
curry ~quotation~ if 2 drop-locals
] curry curry [ 2drop "Warning: test skipped!" print ] if
3 drop-locals
]
experiment
(O) (unit-test)
(O) assert-sequence=
(O) assert-sequence
(O) M\ object throw
(U) [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
Benchmarks