<div><br><div class="gmail_quote"><div dir="auto">On Wed, Oct 4, 2017 at 10:29 AM Jim Ingham &lt;<a href="mailto:jingham@apple.com">jingham@apple.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nothing significant has changed on the lldb side but we&#39;re getting a bunch of tests asserting here:<br>
<br>
21:01:25<br>
Assertion failed: (isTypeMetadata()), function getDescription, file /Users/buildslave/jenkins/workspace/lldb-master-tools_RA/swift/include/swift/Runtime/Metadata.h, line 1469.<br>
<br>
Anybody got any clues of what might have changed on the Swift side to start tripping this assertion?</blockquote><div dir="auto"><br></div><div dir="auto">The type metadata layout has changed.  The value witness table reference is no longer an offset but rather a complete pointer.</div><div dir="auto"><br></div><div dir="auto">It is possible that lldb needs to be updated for that?</div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Jim<br>
<br>
<br>
<br>
&gt; On Oct 3, 2017, at 9:38 PM, <a href="mailto:no-reply@swift.org" target="_blank">no-reply@swift.org</a> wrote:<br>
&gt;<br>
&gt; [FAILURE] oss-lldb-incremental-osx [#230]<br>
&gt;<br>
&gt; Build URL:    <a href="https://ci.swift.org/job/oss-lldb-incremental-osx/230/" rel="noreferrer" target="_blank">https://ci.swift.org/job/oss-lldb-incremental-osx/230/</a><br>
&gt; Project:      oss-lldb-incremental-osx<br>
&gt; Date of build:        Tue, 03 Oct 2017 22:55:41 -0500<br>
&gt; Build duration:       43 min<br>
&gt; Identified problems:<br>
&gt;<br>
&gt;       • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:<br>
&gt;               • Indication 1<br>
&gt;       • Assertion failure: This build failed because of an assertion failure. Below is a list of all errors in the build log:<br>
&gt;               • Indication 1<br>
&gt;<br>
&gt; Changes<br>
&gt;<br>
&gt;       • Commit 99e395b7e3f89b1f6f2874296a37add58aece6d6 by github:<br>
&gt; [APINotes] Add &#39;RetainCountConvention&#39; (#133)<br>
&gt;<br>
&gt;               • edit: include/clang/APINotes/Types.h<br>
&gt;               • edit: lib/APINotes/APINotesWriter.cpp<br>
&gt;               • edit: test/APINotes/Inputs/roundtrip.apinotes<br>
&gt;               • edit: lib/APINotes/APINotesYAMLCompiler.cpp<br>
&gt;               • edit: lib/APINotes/APINotesReader.cpp<br>
&gt;               • add: test/APINotes/retain-count-convention.m<br>
&gt;               • edit: test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.h<br>
&gt;               • edit: lib/Sema/SemaAPINotes.cpp<br>
&gt;               • edit: test/APINotes/yaml-roundtrip.c<br>
&gt;               • edit: test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes<br>
&gt;<br>
&gt;       • Commit 969421f5ac164d98f4650ae0f1a4fd10409cabad by aprantl:<br>
&gt; [DebugInfo] Handle endianness when moving debug info for split integer<br>
&gt;<br>
&gt;               • edit: lib/CodeGen/SelectionDAG/LegalizeTypes.cpp<br>
&gt;               • add: test/CodeGen/PowerPC/debuginfo-split-int.ll<br>
&gt;<br>
&gt;       • Commit e77f221279851c2406e824e75ae8904ba7d89ab5 by aprantl:<br>
&gt; Add a manpage for llvm-dwarfdump.<br>
&gt;<br>
&gt;               • edit: docs/CMakeLists.txt<br>
&gt;               • edit: docs/CommandGuide/llvm-dwarfdump.rst<br>
&gt;<br>
&gt;       • Commit 2850e656c89ac7c4837a01b57c52c036e88c81f7 by jingham:<br>
&gt; This test is passing everywhere I can see, so I&#39;m removing the xfail, to<br>
&gt;<br>
&gt;               • edit: packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py<br>
&gt;<br>
&gt;       • Commit 7e6b564bf551e1ccd4eaff2824d87dd89b71a686 by dgregor:<br>
&gt; Add fixed crasher from rdar://problem/33575781<br>
&gt;<br>
&gt;               • add: validation-test/compiler_crashers_2_fixed/0125-rdar33575781.swift<br>
&gt;<br>
&gt;       • Commit 086c12114dfdff1b7b7179a6052f43a8d73557ed by compnerd:<br>
&gt; IRGen: switch to absolute pointers for nominal type descriptors<br>
&gt;<br>
&gt;               • edit: include/swift/Runtime/Metadata.h<br>
&gt;               • edit: lib/IRGen/ConstantBuilder.h<br>
&gt;               • edit: stdlib/public/runtime/Metadata.cpp<br>
&gt;               • edit: unittests/runtime/Metadata.cpp<br>
&gt;               • edit: lib/IRGen/GenMeta.cpp<br>
&gt;               • edit: stdlib/public/runtime/ProtocolConformance.cpp<br>
&gt;               • edit: test/IRGen/foreign_types.sil<br>
&gt;               • edit: test/IRGen/objc_attr_NSManaged.sil<br>
&gt;               • edit: include/swift/Remote/MetadataReader.h<br>
&gt;               • edit: stdlib/public/runtime/Casting.cpp<br>
&gt;               • edit: test/IRGen/field_type_vectors.sil<br>
&gt;<br>
&gt;       • Commit 2645a6a4b9cf2df212da6db9a41b3363ff44de56 by dgregor:<br>
&gt; [Deserialization] Configure protocol before loading requirement<br>
&gt;<br>
&gt;               • add: test/Serialization/recursive_protocol_merge.swift<br>
&gt;               • add: test/Serialization/Inputs/recursive_protocol_merge_b.swift<br>
&gt;               • add: test/Serialization/Inputs/recursive_protocol_merge_a.swift<br>
&gt;               • edit: lib/Serialization/Deserialization.cpp<br>
&gt;<br>
&gt;       • Commit 610aa582ce9647ad377812355d8ae36ec5cf0e31 by shajrawi:<br>
&gt; Fixes (another) IRGen compiler crash caused by the new large types ABI<br>
&gt;<br>
&gt;               • edit: test/IRGen/big_types_corner_cases.sil<br>
&gt;               • edit: lib/IRGen/LoadableByAddress.cpp<br>
&gt;<br>
&gt;       • Commit 77554c1ae2b3b2de16b803409d9f7085ad186562 by ghoare:<br>
&gt; [Stats] Fix typo.<br>
&gt;<br>
&gt;               • edit: lib/Basic/Statistic.cpp<br>
&gt;<br>
&gt;       • Commit 0e5b982d2561bc7c102e2abe984e19241735aaa2 by ghoare:<br>
&gt; [Stats] Only use input filename, not mangled path, in stats file name.<br>
&gt;<br>
&gt;               • edit: lib/Basic/Statistic.cpp<br>
&gt;<br>
&gt;       • Commit c1a4bb490bcdf8d20c962ab43249eaee44ee037f by github:<br>
&gt; [test] Define out part of this test that&#39;s crashing on Linux (#12258)<br>
&gt;<br>
&gt;               • edit: test/ClangImporter/clang_builtins.swift<br>
<br>
</blockquote></div></div><div dir="ltr">-- <br></div><div class="gmail_signature" data-smartmail="gmail_signature">Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org</div>