This is me.
> On Nov 14, 2016, at 8:09 PM, [email protected] wrote: > > [FAILURE] oss-lldb-incremental-osx [#4866] > > Build URL: https://ci.swift.org/job/oss-lldb-incremental-osx/4866/ > Project: oss-lldb-incremental-osx > Date of build: Mon, 14 Nov 2016 19:35:52 -0800 > Build duration: 33 min > Identified problems: > > • Compile Error: This build failed because of a compile error. Below is > a list of all errors in the build log: > • Indication 1 > > Changes > > • Commit bd4511f345ea40b3216eb376eeb9bf8e59a2e111 by jacob: > [Sema] Don’t crash when typechecking invalid ExtensionDecls > > • add: > validation-test/compiler_crashers_fixed/28495-ed-getdeclcontext-ismodulescopecontext-non-top-level-extensions-make-private-fil.swift > • delete: > validation-test/compiler_crashers/28495-ed-getdeclcontext-ismodulescopecontext-non-top-level-extensions-make-private-fil.swift > • edit: lib/Sema/TypeCheckDecl.cpp > > • Commit dfea7ee441bf2c65e0aa26c7af5f28d4c7b74c69 by jacob: > [Sema] Skip UNCHECKED_EXPRs in ErrorHandlingWalker > > • edit: lib/Sema/TypeCheckError.cpp > • add: > validation-test/compiler_crashers_fixed/28496-args-size-fnref-getnumargumentsforfullapply-partial-application-was-throwing.swift > • delete: > validation-test/compiler_crashers/28496-args-size-fnref-getnumargumentsforfullapply-partial-application-was-throwing.swift > > • Commit 1b51bc1d6b12bf4cc687f140c0faf5fe72e232dc by fs.output: > [Sema] Check existence of GenericSignature before getting > > • add: > validation-test/compiler_crashers_fixed/28511-swift-astvisitor-anonymous-namespace-attributechecker-void-void-void-void-void-v.swift > • add: > validation-test/SIL/crashers_fixed/030-swift-typechecker-checkdeclattributes.sil > • delete: > validation-test/compiler_crashers/28511-swift-astvisitor-anonymous-namespace-attributechecker-void-void-void-void-void-v.swift > • edit: test/attr/attr_specialize.swift > • edit: lib/Sema/TypeCheckAttr.cpp > • delete: > validation-test/SIL/crashers/030-swift-typechecker-checkdeclattributes.sil > > • Commit 88a4fbbbd723a907a68601cd06b2d50aff273e80 by jordan_rose: > [test] Update existing tests for array parameters with nullability. > > • edit: validation-test/stdlib/Set.swift > • edit: validation-test/stdlib/ArrayNew.swift.gyb > • edit: validation-test/stdlib/Dictionary.swift > > • Commit e68e312bf0a35f63d4eb5cde9e43fd27c532c6ba by jordan_rose: > [test] Add new tests for imported array parameters with nullability. > > • edit: test/Inputs/clang-importer-sdk/usr/include/ctypes.h > • edit: test/ClangImporter/ctypes_parse.swift > > • Commit bd164926e1e82517356a170ead53d679d3427c85 by github: > Revert "[swiftc (109 vs. 5184)] Add crasher in > > • delete: > validation-test/compiler_crashers/28483-unreachable-executed-at-swift-lib-ast-type-cpp-1117.swift > > • Commit e045429471d985a81866f036cdeb4db6a8cbdcef by dgregor: > [Type Checker] Improve interface to TypeChecker::conformsToProtocol(). > > • edit: lib/AST/ASTContext.cpp > • edit: lib/Sema/TypeCheckDecl.cpp > • edit: lib/Sema/CSApply.cpp > • edit: lib/Sema/TypeCheckProtocol.cpp > • edit: lib/Sema/ConstraintSystem.cpp > • edit: lib/Sema/TypeCheckNameLookup.cpp > • edit: include/swift/AST/ProtocolConformance.h > • edit: lib/Sema/CSDiag.cpp > • edit: lib/Sema/TypeCheckGeneric.cpp > • edit: lib/Sema/TypeCheckStmt.cpp > • edit: lib/Sema/TypeCheckAttr.cpp > • edit: lib/Sema/CSRanking.cpp > • edit: lib/SIL/Bridging.cpp > • edit: lib/PrintAsObjC/PrintAsObjC.cpp > • edit: lib/AST/ProtocolConformance.cpp > • edit: lib/Sema/TypeCheckType.cpp > • edit: include/swift/AST/KnownIdentifiers.def > • edit: test/Constraints/array_literal.swift > • edit: lib/Sema/TypeChecker.h > > • Commit 7c1adfe31d92d3f4ffdef81c69b70eb4daee33cf by spestov: > Runtime: Use metadata accessor functions in Reflection.mm and make sure > > • edit: stdlib/public/runtime/Reflection.mm > • edit: stdlib/public/core/ReflectionLegacy.swift > > • Commit 3e54b0c08cf9717360641145ac66ea345ba5a318 by t.p.northover: > Recommit: ARM: sort register lists by encoding in push/pop instructions. > > • edit: lib/Target/ARM/Thumb1FrameLowering.cpp > • edit: lib/Target/ARM/ARMFrameLowering.cpp > • edit: lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp > • edit: lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp > > • Commit 8db1ec36ec8a670976fe2be220e45eeb64bfb906 by t.p.northover: > ARM: try to fix GCC 4.8 compilation again after r286881. > > • edit: lib/Target/ARM/ARMFrameLowering.cpp > > • Commit 1ac0c6950f3824b0e38626cc0017fc416d0f4197 by aprantl: > Linker: Remove unnecessary call to copyMetadata in > > • add: test/Linker/debug-info-global-var.ll > • edit: lib/Linker/IRMover.cpp > • add: test/Linker/Inputs/metadata-attach.ll > • edit: test/Linker/metadata-attach.ll > > • Commit 1de715181aff6ef00a73bee72c5c004ac0d2061a by jordan_rose: > Don't require nullability on template parameters in typedefs. > > • edit: lib/Sema/SemaType.cpp > • edit: test/SemaObjCXX/Inputs/nullability-consistency-1.h > > • Commit c899a30db43255f89635398298f59f74748cfd50 by jordan_rose: > Accept nullability qualifiers on array parameters. > > • edit: lib/Lex/PPMacroExpansion.cpp > • edit: lib/Parse/ParseDecl.cpp > • edit: test/SemaCXX/nullability.cpp > • edit: include/clang/Sema/Sema.h > • edit: lib/Sema/SemaType.cpp > • edit: lib/AST/ASTContext.cpp > • edit: test/Parser/nullability.c > • edit: lib/CodeGen/CGDebugInfo.cpp > • edit: test/Sema/nullability.c > • edit: test/SemaObjC/nullability.m > • edit: include/clang/AST/Type.h > > • Commit 91f83966f2636d56a8f944cd89562b89207faf4b by jordan_rose: > Add -Wnullability-completeness-on-arrays. > > • edit: lib/Sema/SemaType.cpp > • edit: include/clang/Basic/DiagnosticGroups.td > • add: test/SemaObjCXX/nullability-consistency-arrays.mm > • edit: include/clang/Basic/DiagnosticSemaKinds.td > • add: test/SemaObjCXX/Inputs/nullability-consistency-arrays.h > > • Commit b12d49a83e917ac59b49583c9c269de6e606138d by jordan_rose: > Warn when 'assume_nonnull' infers nullability within an array. > > • add: test/FixIt/nullability.mm > • edit: include/clang/Basic/DiagnosticSemaKinds.td > • edit: include/clang/Basic/DiagnosticGroups.td > • edit: lib/Sema/SemaType.cpp > • edit: test/SemaObjCXX/nullability-consistency-arrays.mm > > • Commit 18658be02e4f766e42e5176b6d7e63a575e2f52d by jordan_rose: > Don't require nullability on 'va_list'. > > • edit: lib/Sema/SemaType.cpp > • edit: test/SemaObjCXX/Inputs/nullability-consistency-arrays.h > > • Commit b6ec3d635864d42e559a42e45cbfc0049870c0c2 by jordan_rose: > [APINotes] Add support for nullability on arrays. > > • edit: test/APINotes/availability.m > • edit: test/APINotes/Inputs/Headers/HeaderLib.apinotes > • edit: test/APINotes/nullability.c > • edit: lib/Sema/SemaAPINotes.cpp > • edit: test/APINotes/Inputs/Headers/HeaderLib.h > > • Commit af8d87d3426f2982294d37157ef3c7037afdac4d by jordan_rose: > Don't require nullability on 'va_list' harder. > > • edit: lib/Sema/SemaType.cpp > > • Commit 63064d1eaeddfbd595734d2eac0ec9f45d3ed14f by jordan_rose: > Don't require nullability on 'va_list', even when it's a pointer. > > • edit: lib/Sema/SemaType.cpp > > • Commit 367d5680b3f44e17b94f854cb06571f9339c513a by gclayton: > Fix a deadlock issue that would happen when loading an AppleTV or > > • edit: source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp > • edit: source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h > • edit: > source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp > • edit: source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp > • edit: > source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h > • edit: > source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp > • edit: > source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h > • edit: source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h > > • Commit adf30ce382c573e897443316061fc64558bb3b33 by jmolenda: > Change the kernel searching code to not go through the memory cache > > • edit: > source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp > > • Commit 0120de3268603f45c1657f659e1ba75e3cd3f285 by jmolenda: > Enable the use of the new dyld SPI on the current generation > > • edit: > source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp > > • Commit e7897e135ffb068a23f5a38c017342d2933af8ec by jmolenda: > Fix typo which broke debugging on older OSX systems after r285172. > > • edit: > source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp > > • Commit 85ae6be29e158cfc40962889b67d63703d0d29d2 by jmolenda: > Fix a bug where the EmulateInstructionARM64 handling of STP/LDP > > • edit: > unittests/UnwindAssembly/InstEmulation/TestArm64InstEmulation.cpp > • edit: > source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp _______________________________________________ swift-lldb-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-lldb-dev
