New issue found!

Title: Report

[FAILURE] oss-lldb-incremental-osx [#5194]

Build URL:https://ci.swift.org/job/oss-lldb-incremental-osx/5194/
Project:oss-lldb-incremental-osx
Date of build:Thu, 16 Feb 2017 19:01:45 -0800
Build duration:59 min

Identified problems:

  • Assertion failure: This build failed because of an assertion failure. Below is a list of all errors in the build log:

Changes

  • Commit eadff7876bc8892bfa6f11d8a15ab0c451277714 by practicalswift:

    [swiftc (52 vs. 5456)] Add crasher in

    • add: validation-test/compiler_crashers/28696-swift-typebase-getcanonicaltype.swift

  • Commit 6d5b417eccad80a12d9771edb47ebfc77f9d24a1 by atrick:

    Allow DestroyValueInst before addresses are lowered.

    • edit: lib/SIL/SILInstruction.cpp

  • Commit 01b36c061a62451a354f6ec02f4a5f513f98908b by beanz:

    [CMake] Re-apply all the changes from PR7500

    • add: cmake/modules/CMakeLists.txt
    • edit: cmake/modules/AddSwift.cmake
    • edit: CMakeLists.txt
    • add: cmake/modules/SwiftConfig.cmake.in

  • Commit 42561121506aede8c890c8ce75f3fab7a300d6b3 by atrick:

    AddressLowering: fix handling of result tuples.

    • edit: test/SILOptimizer/opaque_values_mandatory.sil
    • edit: include/swift/SIL/DebugUtils.h
    • edit: test/IRGen/opaque_values_irgen.sil
    • edit: lib/SILOptimizer/Mandatory/AddressLowering.cpp
    • edit: test/SILGen/opaque_values_silgen.swift
    • edit: test/SILOptimizer/opaque_values_opt.sil
    • edit: test/SILOptimizer/address_lowering.sil

  • Commit 3d9ac50e2c9fe3b22b1da17993171b22b1386ea2 by rjmccall:

    Teach MetadataReader how to skip artificial subclasses, and improve

    • edit: include/swift/RemoteAST/RemoteAST.h
    • edit: test/RemoteAST/objc_classes.swift
    • edit: lib/RemoteAST/RemoteAST.cpp
    • edit: tools/swift-remoteast-test/swift-remoteast-test.cpp
    • edit: include/swift/Remote/MetadataReader.h

  • Commit 9548725b0c85a9f783ca702edf203dde1770ebd3 by atrick:

    test case typo.

    • edit: test/SILOptimizer/address_lowering.sil

  • Commit 2cb23fb8d722ba5ca63f645268051f5635fc79a6 by dgregor:

    Revert "Reinstate "AST: Fix excessive deserialization in

    • delete: test/Serialization/multi-file-associated-type-circularity.swift
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • delete: test/Serialization/Inputs/circular-associated-type/a.swift
    • delete: test/Serialization/Inputs/circular-associated-type/b.swift
    • delete: test/Serialization/Inputs/circular-associated-type/c.swift

  • Commit 934e6fa20dd5a5a4f2690518a7005d59505a8448 by ghoare:

    [Compile perf] Add utils/rusage.py for crude getrusage()-based

    • add: utils/rusage.py

  • Commit dfd10ae48564362585608c8c06a11527d7be06cb by gparker:

    [test] Remove CPU=i386_or_x86_64 hack.

    • edit: test/IRGen/asmname.swift
    • edit: test/IRGen/fixlifetime.sil
    • edit: test/IRGen/dynamic_lookup.sil
    • edit: test/IRGen/indirect_return.swift
    • edit: test/IRGen/bitcast.sil
    • edit: test/IRGen/generic_ternary.swift
    • edit: test/IRGen/objc_alloc.sil
    • edit: test/IRGen/enum_spare_bits.sil
    • edit: test/IRGen/cf.sil
    • edit: test/IRGen/associated_types.swift
    • edit: test/IRGen/witness_method.sil
    • edit: test/IRGen/protocol_extensions.sil
    • edit: test/IRGen/nondominant.sil
    • edit: test/IRGen/generic_class_anyobject.swift
    • edit: test/IRGen/clang_inline.swift
    • edit: test/DebugInfo/linetable.swift
    • edit: test/IRGen/select_enum_single_payload.sil
    • edit: test/IRGen/enum.sil
    • edit: test/IRGen/infinite_archetype.swift
    • edit: test/IRGen/metatype_casts.sil
    • edit: test/IRGen/casts.sil
    • edit: test/IRGen/clang_inline_reverse.swift
    • edit: test/IRGen/generic_classes_objc.sil
    • edit: test/IRGen/lazy_multi_file.swift
    • edit: test/lit.cfg
    • edit: docs/Testing.rst
    • edit: test/IRGen/dynamic_self.sil
    • edit: test/IRGen/bitcast_different_size.sil
    • edit: test/IRGen/dynamic_cast.sil
    • edit: test/Parse/enum.swift

  • Commit 8fff9095deb7caf82beac15a70b8d8a095aad72c by shajrawi:

    Opaque values: avoid some temporary allocations / fix a bug that caused

    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: test/SILGen/opaque_values_silgen.swift

  • Commit c789f645dd88eeaee8eed0aed882621486702e98 by github:

    [test] Temporarily limit SILGen/objc_bridging.swift to macOS only.

    • edit: test/SILGen/objc_bridging.swift

  • Commit bcd8ea668282f0c3a97701edbbf73df0d7b77c55 by eeckstein:

    function signature opts: Have an even more stricter check if a

    • edit: lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp

  • Commit 821b3650543ebec19279d616555a3d22b4a099bd by eeckstein:

    Make sure we always de-serialize transparent functions. We didn’t do

    • edit: lib/SIL/SILModule.cpp
    • edit: lib/SILOptimizer/Mandatory/MandatoryInlining.cpp
    • edit: include/swift/SIL/SILFunction.h
    • edit: include/swift/SIL/SILModule.h

  • Commit 420f5057af7f3c2edf3314a53a72b4d69a286304 by github:

    [ClangImporter] "Failing to import" a nested type is okay. (#7544)

    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: test/ClangImporter/ctypes_parse.swift
    • edit: test/Inputs/clang-importer-sdk/usr/include/ctypes.h

  • Commit b1c5c995a185d6985555dbfaf1766218ecc2c5c9 by github:

    [IDE][Utils] Add an IDE stream utility. (#7546)

    • edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
    • edit: include/swift/IDE/Utils.h

  • Commit a2007ff8a73c898c74292149daabfaa5f375feaf by bruno.cardoso:

    Revert "[Modules] Support #import when entering files with modules"

    • delete: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/sys/_types/_ptrdiff_t.h
    • edit: lib/Lex/PPDirectives.cpp
    • delete: test/Modules/builtin-import.mm
    • edit: lib/Lex/ModuleMap.cpp
    • delete: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/sys/_types/_types.h
    • delete: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/cstddef
    • edit: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/stddef.h
    • delete: test/Modules/Inputs/import-textual/M/B/B.h
    • edit: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/math.h
    • edit: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap
    • delete: test/Modules/Inputs/import-textual/M/someheader.h
    • delete: test/Modules/Inputs/import-textual/M/A/A.h
    • delete: test/Modules/Inputs/import-textual/M2/A/A.h
    • delete: test/Modules/Inputs/import-textual/M2/B/B.h
    • delete: test/Modules/Inputs/import-textual/M/module.modulemap
    • delete: test/Modules/Inputs/import-textual/M2/module.modulemap
    • edit: include/clang/Lex/ModuleMap.h
    • edit: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/module.modulemap
    • edit: include/clang/Lex/HeaderSearch.h
    • delete: test/Modules/import-textual-noguard.mm
    • delete: test/Modules/import-textual.mm
    • edit: lib/Lex/HeaderSearch.cpp
    • delete: test/Modules/Inputs/import-textual/M2/someheader.h
    • delete: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/type_traits
    • edit: test/Modules/Inputs/libc-libcxx/sysroot/usr/include/stddef.h

  • Commit 45ed842634265cd2ca00f1daebaccb49641941bf by dcoughlin:

    [analyzer] Fix false positives in Keychain API checker

    • edit: test/Analysis/keychainAPI.m
    • edit: lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp

  • Commit e5fa6efc21f79a00b4e54ba944375d3b3735bb0f by dcoughlin:

    [analyzer] Support inlining of '[self classMethod]' and '[[self class]

    • edit: test/Analysis/inlining/InlineObjCClassMethod.m
    • edit: lib/StaticAnalyzer/Core/CallEvent.cpp

  • Commit d8021a4381d0cf878703d91683601bb855600e60 by dcoughlin:

    [analyzer] Add LocationContext as a parameter to checkRegionChanges

    • edit: include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
    • edit: lib/StaticAnalyzer/Core/ExprEngine.cpp
    • edit: include/clang/StaticAnalyzer/Core/Checker.h
    • edit: include/clang/StaticAnalyzer/Core/CheckerManager.h
    • edit: include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
    • edit: lib/StaticAnalyzer/Core/ProgramState.cpp
    • edit: lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
    • edit: lib/StaticAnalyzer/Checkers/CStringChecker.cpp
    • edit: lib/StaticAnalyzer/Core/ExprEngineC.cpp
    • edit: lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
    • edit: lib/StaticAnalyzer/Core/CheckerManager.cpp
    • edit: lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    • edit: include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
    • edit: lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
    • edit: lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
    • edit: lib/StaticAnalyzer/Core/ExprEngineCXX.cpp

  • Commit 18753da66a068c829d33a33d4f657ae44a00837f by dcoughlin:

    [StaticAnalyzer] Fix android build

    • edit: lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp

  • Commit 88f2b14adddeb8ab13e9943850e1adafa468b3e3 by dcoughlin:

    [analyzer] Consider function call arguments while building CallGraph.

    • edit: test/Analysis/debug-CallGraph.c
    • edit: lib/Analysis/CallGraph.cpp

  • Commit fc6055557347c0701737ebd92cb4e08e50b2eb39 by dcoughlin:

    [analyzer] Fix an assertion fail in CStringSyntaxChecker.

    • edit: lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
    • edit: test/Analysis/cstring-syntax.c

  • Commit 941157b76e4bb526bc93266ba95830eadaa45782 by dcoughlin:

    [analyzer] Proper caching in CallDescription objects.

    • edit: include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
    • edit: lib/StaticAnalyzer/Core/CallEvent.cpp

  • Commit 9e16b88ea06f37c309d44e41553715b970067575 by dcoughlin:

    In VirtualCallChecker, handle indirect calls

    • edit: lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
    • edit: test/Analysis/virtualcall.cpp

  • Commit 64d16217f9a4f807f5e1d32a1c089ac3673f7134 by vsk:

    [compiler-rt][asan|win] Fix flaky unittest due to large allocations

    • edit: lib/sanitizer_common/sanitizer_coverage_libcdep.cc

  • Commit 8c90ff34c4d35d81a5f9807307fa760429cf9705 by vsk:

    [PGO] Delay profile dir creation until write

    • edit: lib/profile/InstrProfilingFile.c
    • add: test/profile/Linux/instrprof-dir.c

  • Commit b461bae88096821b65b0c34a1d30f0c322f344e1 by vsk:

    [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write

    • add: test/profile/Linux/prctl.c
    • edit: lib/profile/InstrProfilingUtil.c
    • edit: lib/profile/InstrProfilingUtil.h
    • edit: lib/profile/InstrProfilingFile.c

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to