23 May 2013 00:17
mason on linux-x86-64: 7b0e4f0 -- error
<slava <at> factorcode.org>
2013-05-22 22:17:38 GMT
2013-05-22 22:17:38 GMT
Build report for linux/x86.64
| Build machine: | sheeple-desktop |
| Disk usage: | 40 / 57 Gb used (70%) |
| Build directory: | /home/sheeple/builds/2013-05-22-11-06 |
| GIT ID: | 7b0e4f0fd0a11767e265e9f4da4d1e2a9f548035 |
Tests failed
Build output: [ ] [ { 1 2 3 } <reversed> \ foozul method-for-object M\ reversed foozul assert= ] } Unit Test: { [ ] [ { 1 2 3 } <reversed> \ foozul effective-method M\ reversed foozul assert= drop ] } Unit Test: { [ ] [ fixnum \ foozul method-for-class M\ integer foozul assert= ] } Unit Test: { [ ] [ 13 \ foozul method-for-object M\ integer foozul assert= ] } Unit Test: { [ ] [ 13 \ foozul effective-method M\ integer foozul assert= drop ] } Unit Test: { [ ] [ 5.0 amb-generic-1 5.0 \ amb-generic-1 effective-method ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ 5.0 amb-generic-1 5.0 float \ amb-generic-1 method-for-class ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ 5.0 amb-generic-1 5.0 \ amb-generic-1 effective-method ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ 5.0 amb-generic-1 5.0 float \ amb-generic-1 method-for-class ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-3 T{ amb-tuple-b { x 3 } } \ amb-generic-3 effective-method ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-4 T{ amb-tuple-b { x 3 } } \ amb-generic-4 effective-method ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-4 T{ amb-tuple-b { x 3 } } amb-tuple-b \ amb-generic-4 method-for-class ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-5 T{ amb-tuple-b { x 3 } } \ amb-generic-5 effective-method ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-5 T{ amb-tuple-b { x 3 } } amb-tuple-b \ amb-generic-5 method-for-class ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-6 T{ amb-tuple-b { x 3 } } \ amb-generic-6 effective-method ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-6 T{ amb-tuple-b { x 3 } } amb-tuple-b \ amb-generic-6 method-for-class ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-7 T{ amb-tuple-b { x 3 } } \ amb-generic-7 effective-method ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ T{ amb-tuple-b { x 3 } } amb-generic-7 T{ amb-tuple-b { x 3 } } amb-tuple-b \ amb-generic-7 method-for-class ( a -- b ) execute-effect assert= ] } Unit Test: { [ ] [ 4 amb-generic-8 4 \ amb-generic-8 effective-method ( a -- b ) execute-effect assert= ] } Loading resource:basis/globs/globs-tests.factor Unit Test: { [ f ] [ "abd" "fdf" glob-matches? ] } Unit Test: { [ f ] [ "fdsafas" "?" glob-matches? ] } Unit Test: { [ t ] [ "fdsafas" "*as" glob-matches? ] } Unit Test: { [ t ] [ "fdsafas" "*a*" glob-matches? ] } Unit Test: { [ t ] [ "fdsafas" "*a?" glob-matches? ] } Unit Test: { [ t ] [ "fdsafas" "*?" glob-matches? ] } Unit Test: { [ f ] [ "fdsafas" "*s?" glob-matches? ] } Unit Test: { [ t ] [ "a" "[abc]" glob-matches? ] } Unit Test: { [ f ] [ "a" "[^abc]" glob-matches? ] } Unit Test: { [ t ] [ "d" "[^abc]" glob-matches? ] } Unit Test: { [ f ] [ "foo.java" "*.{xml,txt}" glob-matches? ] } Unit Test: { [ t ] [ "foo.txt" "*.{xml,txt}" glob-matches? ] } Unit Test: { [ t ] [ "foo.xml" "*.{xml,txt}" glob-matches? ] } Unit Test: { [ f ] [ "foo." "*.{xml,txt}" glob-matches? ] } Unit Test: { [ t ] [ "foo." "*.{,xml,txt}" glob-matches? ] } Unit Test: { [ t ] [ "foo.{" "*.{" glob-matches? ] } Unit Test: { [ f ] [ "foo" "bar" append-path "*" glob-matches? ] } Unit Test: { [ t ] [ "foo" "bar" append-path "*" "*" append-path glob-matches? ] } Unit Test: { [ f ] [ "foo" "bar" append-path "foo?bar" glob-matches? ] } Unit Test: { [ t ] [ "foo" "bar" append-path "fo?" "bar" append-path glob-matches? ] } Unit Test: { [ f ] [ "foo" glob-pattern? ] } Unit Test: { [ t ] [ "fo?" glob-pattern? ] } Unit Test: { [ t ] [ "fo*" glob-pattern? ] } Unit Test: { [ t ] [ "fo[mno]" glob-pattern? ] } Unit Test: { [ t ] [ "fo\\*" glob-pattern? ] } Unit Test: { [ t ] [ "fo{o,bro}" glob-pattern? ] } Unit Test: { { "foo/bar" } [ { "foo" "bar" "ba?" } path-separator join glob-parent-directory ] } Unit Test: { [ "foo" ] [ { "foo" "b?r" "bas" } path-separator join glob-parent-directory ] } Unit Test: { [ "" ] [ { "f*" "bar" "bas" } path-separator join glob-parent-directory ] } Loading resource:extra/gpu/render/render-tests.factor Unit Test: { [ 1 ] [ texture-uniform uniform-type-texture-units ] } Unit Test: { [ 0 ] [ float-uniform uniform-type-texture-units ] } Unit Test: { [ 2 ] [ two-textures uniform-type-texture-units ] } Unit Test: { [ 3 ] [ inherited-textures uniform-type-texture-units ] } Unit Test: { [ 6 ] [ array-of-textures uniform-type-texture-units ] } Unit Test: { [ 2 ] [ struct-containing-texture uniform-type-texture-units ] } Unit Test: { [ 9 ] [ array-of-struct-containing-texture uniform-type-texture-units ] } Unit Test: { [ 12 ] [ array-of-struct-containing-array-of-texture uniform-type-texture-units ] } Unit Test: { [ { [ ] } ] [ texture-uniform f uniform-texture-accessors ] } Unit Test: { [ { } ] [ float-uniform f uniform-texture-accessors ] } Unit Test: { [ { [ argyle>> ] [ tweed>> ] } ] [ two-textures f uniform-texture-accessors ] } Unit Test: { [ { [ argyle>> ] [ tweed>> ] [ paisley>> ] } ] [ inherited-textures f uniform-texture-accessors ] } Unit Test: { [ { [ argyle>> ] [ tweed>> ] [ plaids>> { [ 0 swap nth ] [ 1 swap nth ] [ 2 swap nth ] [ 3 swap nth ] } ] } ] [ array-of-textures f uniform-texture-accessors ] } Unit Test: { [ { [ threads>> { [ argyle>> ] [ tweed>> ] } ] } ] [ struct-containing-texture f uniform-texture-accessors ] } Unit Test: { [ { [ threads>> { [ 0 swap nth { [ argyle>> ] [ tweed>> ] [ paisley>> ] } ] [ 1 swap nth { [ argyle>> ] [ tweed>> ] [ paisley>> ] } ] [ 2 swap nth { [ argyle>> ] [ tweed>> ] [ paisley>> ] } ] } ] } ] [ array-of-struct-containing-texture f uniform-texture-accessors ] } Unit Test: { [ { [ threads>> { [ 0 swap nth { [ argyle>> ] [ tweed>> ] [ plaids>> ~array~ ] } ] [ 1 swap nth { [ argyle>> ] [ tweed>> ] [ plaids>> ~array~ ] } ] } ] } ] [ array-of-struct-containing-array-of-texture f uniform-texture-accessors ] } Unit Test: { [ [ nip { [ argyle>> 0 (bind-texture-unit) ] [ tweed>> 1 (bind-texture-unit) ] [ plaids>> { [ 0 swap nth 2 (bind-texture-unit) ] [ 1 swap nth 3 (bind-texture-unit) ] [ 2 swap nth 4 (bind-texture-unit) ] [ 3 swap nth 5 (bind-texture-unit) ] } cleave ] } cleave ] ] [ array-of-textures [bind-uniform-textures] ] } Loading resource:extra/gpu/shaders/shaders-tests.factor Unit Test: { [ "ERROR: foo.factor:20: Bad command or filename\nINFO: foo.factor:30: The operation completed successfully\nNOT:A:LOG:LINE" ] [ T{ shader { filename "foo.factor" } { line 19 } } "ERROR: 0:1: Bad command or filename\nINFO: 0:11: The operation completed successfully\nNOT:A:LOG:LINE" replace-log-line-numbers ] } Loading resource:basis/graphs/graphs-tests.factor Unit Test: { [ ] [ "v" dup get "g" get add-vertex ] } Unit Test: { [ { "v" } ] [ 1 "g" get at keys ] } Unit Test: { [ { 2 3 4 5 } ] [ 2 [ "g" get at ] closure keys natural-sort ] } Unit Test: { [ ] [ "mary" H{ { "billy" "one" } { "joey" "two" } } "g" get add-vertex* ] } Unit Test: { [ H{ { "mary" "one" } } ] [ "billy" "g" get at ] } Unit Test: { [ ] [ "liz" H{ { "billy" "four" } { "fred" "three" } } "g" get add-vertex* ] } Unit Test: { [ H{ { "liz" "four" } { "mary" "one" } } ] [ "billy" "g" get at ] } Unit Test: { [ ] [ "mary" H{ { "billy" "one" } { "joey" "two" } } "g" get remove-vertex* ] } Unit Test: { [ H{ { "liz" "four" } } ] [ "billy" "g" get at ] } Loading resource:extra/graphviz/graphviz-tests.factor Unit Test: { { t } [ 5 K_n smoke-test ] } Unit Test: { { t } [ 6 K_n smoke-test ] } Unit Test: { { t } [ 7 K_n smoke-test ] } Unit Test: { { t } [ 3 3 K_n,m smoke-test ] } Unit Test: { { t } [ 3 4 K_n,m smoke-test ] } Unit Test: { { t } [ 5 4 K_n,m smoke-test ] } Unit Test: { { t } [ 5 C_n smoke-test ] } Unit Test: { { t } [ 6 C_n smoke-test ] } Unit Test: { { t } [ 7 C_n smoke-test ] } Unit Test: { { t } [ 6 W_n smoke-test ] } Unit Test: { { t } [ 7 W_n smoke-test ] } Unit Test: { { t } [ 8 W_n smoke-test ] } Unit Test: { { t } [ cluster-example smoke-test ] } Unit Test: { { t } [ colored-circles-example smoke-test ] } Unit Test: { { t } [ dfa-example smoke-test ] } Unit Test: { { t } [ record-example smoke-test ] } Launcher error: Process was killed as a result of a call to kill-process, or a timeout Launch descriptor: T{ process { command { "./factor" "-run=mason.test" } } { environment H{ } } { environment-mode +append-environment+ } { stdin +closed+ } { stdout "../test-log" } { stderr +stdout+ } { group +new-group+ } { timeout T{ duration { hour 4 } } } { status T{ signal { n 15 } } } { killed t } }------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
RSS Feed