|
From: <fac...@gm...> - 2016-07-09 23:12:40
|
<html><body><h1>Build report for macosx/x86.32</h1>
<table>
<tr><td>Build machine:</td><td>shill</td></tr>
<tr><td>Disk usage:</td><td>570 / 595 Gb used (95%)</td></tr>
<tr><td>Build directory:</td><td>/Users/slava/builds32/2016-07-09-11-58</td></tr>
<tr><td>GIT ID:</td><td><a href="http://github.com/factor/factor/commit/2c5a2e96008cfa1b58ee70ce2b17b104f614ef37">2c5a2e96008cfa1b58ee70ce2b17b104f614ef37</a></td></tr>
</table><h2>Tests failed</h2>
Build output:
<pre> { month 12 }
{ day 15 }
{ hour 2 }
{ minute 59 }
{ second 43+1/10 }
}
}
{
"date (00:00:00Z)"
T{ timestamp
{ year 2002 }
{ month 12 }
{ day 14 }
}
}
{
"no time zone (Z)"
T{ timestamp
{ year 2001 }
{ month 12 }
{ day 15 }
{ hour 2 }
{ minute 59 }
{ second 43+1/10 }
}
}
{
"valid iso8601"
T{ timestamp
{ year 2001 }
{ month 12 }
{ day 14 }
{ hour 21 }
{ minute 59 }
{ second 43+1/10 }
{ gmt-offset T{ duration { hour -5 } } }
}
}
{
"crazy"
T{ timestamp
{ year 2002 }
{ month 2 }
{ day 4 }
{ hour 1 }
{ minute 2 }
{ second 59+123/1000 }
{ gmt-offset
T{ duration { hour 10 } { minute 23 } }
}
}
}
} >yaml yaml>
]
}
Unit Test: {
{
{
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
}
}
[
"--- # Old schema\nlink with:\n - library1.dll\n - library2..."
yaml-docs>
]
}
Unit Test: {
{
{
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
}
}
[
{
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
} >yaml-docs yaml-docs>
]
}
Unit Test: {
{
{
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
H{
{
"link with"
{
H{
{ T{ yaml-value } "library1.dll" }
{ "version" 1.2 }
}
H{
{ T{ yaml-value } "library2.dll" }
{ "version" 2.3 }
}
}
}
}
}
}
[
"--- # Old schema\nlink with:\n - library1.dll\n - library2..."
yaml-docs>
]
}
Unit Test: {
{
{
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
H{
{
"link with"
{
H{
{ T{ yaml-value } "library1.dll" }
{ "version" 1.2 }
}
H{
{ T{ yaml-value } "library2.dll" }
{ "version" 2.3 }
}
}
}
}
}
}
[
{
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
H{
{
"link with"
{
H{
{ T{ yaml-value } "library1.dll" }
{ "version" 1.2 }
}
H{
{ T{ yaml-value } "library2.dll" }
{ "version" 2.3 }
}
}
}
}
} >yaml-docs yaml-docs>
]
}
Unit Test: {
{
{
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
H{
{
"link with"
{ "library1.dll" "library2.dll" }
}
}
}
}
[
"--- # Old schema\nlink with:\n - library1.dll\n - library2..."
yaml-docs> [
dup "link with" swap
[ [ scalar-value ] map ] change-at
] map
]
}
Unit Test: { { 1 } [ H{ { T{ yaml-value } 1 } } >yaml yaml> ] }
Unit Test: {
{ H{ { T{ yaml-value } 1 } } }
[ H{ { T{ yaml-value } 1 } } >yaml yaml> ]
}
Must Fail With: { [ "- foo\n:)" yaml> ] [ libyaml-parser-error? ] }
Must Fail With: { [ "- &foo 1\n- *baz\n" yaml> ] [ yaml-undefined-anchor? ] }
Must Fail With: { [ "" yaml> ] [ yaml-no-document? ] }
Unit Test: { { f } [ 38 { 0 0 } >yaml member? ] }
Unit Test: {
{
"- Hello\n- Grüß dich\n- здравствуйте\n- こんにちは\n- 안녕하세요\n- 'שָׁלוֹם..."
}
[
{
"Hello"
"Grüß dich"
"здравствуйте"
"こんにちは"
"안녕하세요"
"שָׁלוֹם "
"გამარჯობა"
} >yaml
]
}
Unit Test: {
{
"- Hello\n- \"Gr\\xFC\\xDF dich\"\n- \"\\u0437\\u0434\\u0440\\u0430\\u0432..."
}
[
{
"Hello"
"Grüß dich"
"здравствуйте"
"こんにちは"
"안녕하세요"
"שָׁלוֹם "
"გამარჯობა"
} >yaml
]
}
Unit Test: {
{
"---\n!!seq [\n !!int \"1\",\n !!float \"2.0\",\n !!bool \"false\",\n]\n"
}
[ { 1 2.0 f } >yaml ]
}
Unit Test: {
{
"- - a string that can be split\n in lots of pla..."
}
[
{ { "a string that can be split in lots of places" } }
>yaml
]
}
Unit Test: { { "- foo\n" } [ { "foo" } >yaml ] }
Unit Test: { { "- foo\r" } [ { "foo" } >yaml ] }
Unit Test: { { "- foo\r\n" } [ { "foo" } >yaml ] }
Loading resource:extra/yaml/conversion/conversion-tests.factor
Unit Test: {
{ "tag:yaml.org,2002:null" }
[ "null" f resolve-plain-scalar ]
}
Unit Test: { { "tag:yaml.org,2002:null" } [ "" f resolve-plain-scalar ] }
Unit Test: {
{ "tag:yaml.org,2002:str" }
[ "\"\"" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:bool" }
[ "true" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:bool" }
[ "True" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:bool" }
[ "false" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:bool" }
[ "FALSE" f resolve-plain-scalar ]
}
Unit Test: { { "tag:yaml.org,2002:int" } [ "0" f resolve-plain-scalar ] }
Unit Test: { { "tag:yaml.org,2002:int" } [ "0o7" f resolve-plain-scalar ] }
Unit Test: {
{ "tag:yaml.org,2002:int" }
[ "0x3A" f resolve-plain-scalar ]
}
Unit Test: { { "tag:yaml.org,2002:int" } [ "-19" f resolve-plain-scalar ] }
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ "0." f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ "-0.0" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ ".5" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ "+12e03" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ "-2E+05" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ ".inf" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ "-.Inf" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ "+.INF" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:float" }
[ ".NAN" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:timestamp" }
[ "2001-12-15T02:59:43.1Z" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:timestamp" }
[ "2001-12-14t21:59:43.10-05:00" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:timestamp" }
[ "2001-12-14 21:59:43.10 -5" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:timestamp" }
[ "2001-12-15 2:59:43.10" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:timestamp" }
[ "2002-12-14" f resolve-plain-scalar ]
}
Unit Test: {
{ "tag:yaml.org,2002:timestamp" }
[
"2001-2-4 \t\t 1:59:43.10 \t\t -5:00"
f
resolve-plain-scalar
]
}
Unit Test: { { "tag:yaml.org,2002:str" } [ "<<" f resolve-plain-scalar ] }
Unit Test: {
{ "tag:yaml.org,2002:merge" }
[ "<<" t resolve-plain-scalar ]
}
Loading resource:extra/z-algorithm/z-algorithm-tests.factor
Unit Test: { { 0 } [ "qwerty" "" lcp ] }
Unit Test: { { 0 } [ "qwerty" "asdf" lcp ] }
Unit Test: { { 3 } [ "qwerty" "qwe" lcp ] }
Unit Test: { { 3 } [ "qwerty" "qwet" lcp ] }
Unit Test: { { { } } [ "" z-values ] }
Unit Test: { { { 1 } } [ "q" z-values ] }
Unit Test: { { { 9 0 5 0 3 0 1 0 1 } } [ "abababaca" z-values ] }
Loading resource:extra/zeromq/zeromq-tests.factor
Unit Test: {
{ B{ 0 1 10 33 244 255 } }
[
B{ 0 1 10 33 244 255 } byte-array>zmq-message
[ zmq-message>byte-array ] with-disposal
]
}
Loading resource:extra/zoneinfo/zoneinfo-tests.factor
Unit Test: { { t } [ "PST8PDT" find-zone-rules and >boolean ] }
fatal_error: Memory protection fault during gc: 0x6e0
</pre>
Launcher error:
<pre>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 }
}
</pre></body></html> |