[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #3131

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#3131]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/3131/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Thu, 14 Mar 2019 22:36:04 -0500
Build duration:
2 hr 27 min

Identified problems:

  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit 0d095819ee9741f0e6006423947e62f3316a09b7 by jmittertreiner:
    Use Windows Lean and Mean

    • edit: products/libllbuild/include/llbuild/buildsystem.h
  • Commit 7633d012e566fead30e3c52616c4a6336f8b2281 by pyaskevich:
    [ConstraintSystem] Attach fixes to incorrectly referenced or unviable

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 78aefb91f09f288e5f020a7e096e650fe5964773 by mgottesman:
    [ast] If a CaseStmt has a fallthrough in its body, stash it into a tail

    • edit: lib/AST/Stmt.cpp
    • edit: lib/Parse/ParseStmt.cpp
    • edit: include/swift/AST/Stmt.h
  • Commit 588b4d6c0852fbf9979137933ad89158ce1e555d by aschwaighofer:
    Improve StringMemoryTest.swift

    • edit: validation-test/stdlib/StringMemoryTest.swift
  • Commit 7b27b4b502ed5420eb4bf8e4bc318f5a96d58866 by mgottesman:
    [silgenpattern] Change SILGenPattern to use

    • edit: include/swift/AST/Stmt.h
    • edit: lib/SILGen/SILGenPattern.cpp
  • Commit c8cfb2d6eb9cab7de98d155c951bfaa992fdbacd by github:
    Update FixedArray.swift.gyb

    • edit: stdlib/public/core/FixedArray.swift.gyb
  • Commit 71aeea93f55dacf4aeef0adb40c51188bdd1466a by rishizaki:
    [CodeCompletion] Fix an assertion failure

    • edit: lib/IDE/CodeCompletion.cpp
    • add: validation-test/IDE/crashers_2_fixed/rdar48896424.swift
  • Commit 592bca7202d8767fc6a312f0cbf8ecbe0502d38c by rkandhadaimadhav:
    [oslog] [stdlib-private] Add a prototype of the new os_log swift APIs

    • edit: stdlib/private/CMakeLists.txt
    • add: stdlib/private/OSLog/OSLog.swift
    • add: stdlib/private/OSLog/OSLogMessage.swift
    • add: test/stdlib/OSLogPrototypeExecTest.swift
    • edit: apinotes/os.apinotes
    • add: stdlib/private/OSLog/CMakeLists.txt
  • Commit b8c4400267b64d4c93bc7ffbe6c5b0b81130b478 by xi_ge:
    IDE/sourcekitd: avoid printing underscored keywords in module interface

    • edit: lib/IDE/IDETypeChecking.cpp
    • edit: test/IDE/print_type_interface.swift
    • edit: test/SourceKit/DocSupport/doc_clang_module.swift.response
    • edit: include/swift/AST/PrintOptions.h
  • Commit 450aba71c0418cab4f9bf860901d87e5ed8a03b8 by github:
    Search for SwiftShims in SDK (#23287)

    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: test/Serialization/runtime-import-from-sdk.swift
  • Commit 140b3cc37ceb351faf0f41ce88e280c5c27f42dc by github:
    [test] Tweak check-is-forwarding-module.py to handle multiple inputs

    • edit: test/ParseableInterface/ModuleCache/Inputs/check-is-forwarding-module.py
  • Commit 6856cf460cddf25ef05c7dc655691d0202e5f383 by erik.pilkington:
    [Sema] Fix a use-after-free of a _Nonnull ParsedAttr

    • edit: test/SemaObjC/nonnull.m
    • edit: lib/Sema/SemaType.cpp
  • Commit bcaba98698fa7f062c57570256a8252fde06a4af by nathan:
    Add a case in SymbolFile{Native,}PDB::TranslateLanguage for Swift

    • edit: source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    • edit: source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  • Commit 14b40731018c79df8b2e9c5fc30678aae0e320a2 by davg:
    Add -fmodule-map-file= to RemapClangImporterOptions whitelist

    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit f6a6d4401a99d7493dcc60af0632224d90c7b979 by spestov:
    [Swift] Better tagged pointer test

    • edit: packages/Python/lldbsuite/test/lang/swift/tagged_pointer/main.swift
  • Commit c58e5d084b15f7bba09fc56c64a4c5a422062b3b by spestov:
    [Swift] Merge GetDynamicTypeAndAddress_Struct() and

    • edit: include/lldb/Target/SwiftLanguageRuntime.h
    • edit: source/Target/SwiftLanguageRuntime.cpp
  • Commit fa9a551c01709fadac12ab180b7bad65e3eae03c by spestov:
    [Swift] Clean up SwiftASTContext::IsPossibleDynamicType()

    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit 6236b442908c559f52f3d9417a90b3e4a05fd45e by spestov:
    [Swift] Remove GetDynamicTypeAndAddress_Tuple()

    • edit: packages/Python/lldbsuite/test/lang/swift/generic_error_tuple/main.swift
    • edit: source/Target/SwiftLanguageRuntime.cpp
    • edit: include/lldb/Target/SwiftLanguageRuntime.h
  • Commit c8df0303633f740fd8dff40cb845a31c884057dd by spestov:
    [Swift] Remove earlier workaround for tuple dynamic type issue

    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit ee70389040d2326ae913c8f093b81109606e0b02 by spestov:
    [Swift] Add escape hatch allowing RemoteAST to read locally materialized

    • edit: include/lldb/Target/SwiftLanguageRuntime.h
    • edit: source/Target/SwiftLanguageRuntime.cpp
  • Commit a6eafed9adeaa4d0b28d0abbd66cc8cb1422fe5b by spestov:
    [Swift] Remove dead code from

    • edit: source/Target/SwiftLanguageRuntime.cpp
  • Commit c41b30504557c77b36063745866fc237f1288ff8 by spestov:
    [Swift] Add level of indirection in

    • edit: source/Target/SwiftLanguageRuntime.cpp
  • Commit ac6386c9c472fe03421dfbde04433c6ac700ee1f by spestov:
    [Swift] Refactor GetDynamicTypeAndAddress_Protocol() to use RemoteAST

    • edit: include/lldb/Target/SwiftLanguageRuntime.h
    • edit: source/Target/SwiftLanguageRuntime.cpp
    • add: lit/SwiftREPL/ErrorReturnObjC.test
  • Commit 163abd0298a634c33c217c46452ebc37b3829f0e by spestov:
    [Swift] Remove tagged pointer check from

    • edit: source/Target/SwiftLanguageRuntime.cpp
    • edit: lit/SwiftREPL/NSString.test
  • Commit be7da472f3ffd3a6b276c3f774de738686046862 by spestov:
    [Swift] GetDynamicTypeAndAddress() checks for class or protocol after

    • edit: source/Target/SwiftLanguageRuntime.cpp
    • edit: include/lldb/Target/SwiftLanguageRuntime.h
  • Commit cb598d55138a65aa9f45288720be577f7fa2211c by spestov:
    [Swift] Remove GetDynamicTypeAndAddress_GenericTypeParam()

    • edit: include/lldb/Target/SwiftLanguageRuntime.h
    • edit: source/Target/SwiftLanguageRuntime.cpp
  • Commit 35c9beb4f256808b5ee06877c3a2854a5f4a3123 by spestov:
    [Swift] Use Type::subst() instead of Type::transform() to substitute

    • edit: source/Target/SwiftLanguageRuntime.cpp
  • Commit 05ff20967df64680a47256ca8f4e4c7963af9c14 by spestov:
    [Swift] Remove unnecessary GetDynamicValue() calls from materializer

    • edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
    • edit: packages/Python/lldbsuite/test/lang/swift/generic_existentials/main.swift
    • edit: source/Expression/Materializer.cpp
  • Commit 3d491f2862c3772fee1f122893f239f576b6d721 by spestov:
    [Swift] Re-enable tests that were accidentally disabled

    • edit: lit/SwiftREPL/ErrorReturnObjC.test
    • edit: lit/SwiftREPL/NSString.test
    • edit: lit/SwiftREPL/OptionalWithDynamicType.test
    • edit: lit/SwiftREPL/GLKIT.test
    • edit: lit/SwiftREPL/DeploymentTarget.test
    • edit: lit/SwiftREPL/SIMD.test
    • edit: lit/SwiftREPL/DictBridging.test
    • edit: lit/SwiftREPL/SetBridging.test
    • edit: lit/Swift/RemoteASTImport.test
    • edit: lit/SwiftREPL/ImportCocoa.test
    • edit: lit/SwiftREPL/NSObjectSubclass.test
    • edit: lit/SwiftREPL/ImportFoundation.test
    • edit: lit/SwiftREPL/DeferredNSArray.test
    • edit: lit/SwiftREPL/SleepREPL.test
    • edit: lit/SwiftREPL/String.test
    • edit: lit/SwiftREPL/FoundationTypes.test
    • edit: lit/Swift/DynamicTyperesolutionConflict.test
    • edit: lit/SwiftREPL/CFString.test
  • Commit d1e7a21faa7ea6438ebf46894e86b0c5799abafe by spestov:
    [Swift] Remove unused SwiftGenericInfo type

    • edit: source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
    • edit: include/lldb/Expression/ExpressionSourceCode.h
    • edit: source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    • edit: include/lldb/Expression/Expression.h
    • edit: source/Expression/ExpressionSourceCode.cpp
    • edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.h
  • Commit e4aafa74e618bc207096d30606c5036da6e3136e by compnerd:
    StringsEncoding: correct bitmap loading

    • edit: CoreFoundation/StringEncodings.subproj/CFUniChar.c
  • Commit 071c7e4d9e23c18f176002b7324b978710ee59c3 by compnerd:
    NSPathUtilities: relax the constraint for Windows

    • edit: Foundation/NSPathUtilities.swift
  • Commit 99cb63986cee82b3d7f07ad1bb17932d232411ce by freddy.kellisonlinn:
    Avoid FP arithmetic if unnecessary

    • edit: Foundation/NSGeometry.swift
  • Commit a0becdb1b6a015541578ce9fc491fdf5c0f4f762 by freddy.kellisonlinn:
    Add unit test

    • edit: TestFoundation/TestNSGeometry.swift
  • Commit e0ebd76948054e1327b02e05dfebc216bd3518dc by freddy.kellisonlinn:
    Copy/paste error

    • edit: Foundation/NSGeometry.swift
  • Commit 9fcda88ad038bf3e7fb6dfb5ff789e0eeb1b7db2 by compnerd:
    TestFoundation: tm_zone does not exist on Windows

    • edit: TestFoundation/TestTimeZone.swift
  • Commit afa55e5572d44c6f079c73746a2a179d7108fa6a by dersim:
    Update Getting Started instructions.

    • edit: Docs/GettingStarted.md
  • Commit 93ee1f864733c9207c33022b2a9c5971b03273cd by compnerd:
    CFFileUtilties: correct directory iteration for Windows

    • edit: CoreFoundation/Base.subproj/CFFileUtilities.c
  • Commit cc35f9c43f9fd11d8f82ffb50187351a3599584a by compnerd:
    build: correct the resource layout for Windows

    • edit: cmake/modules/SwiftSupport.cmake
  • Commit 5bbcfeafedb3b5e652cc6635f1e2cd2a62552e8f by gwen.mittertreiner:
    Use Response Files and Output File Maps in CMake

    • edit: cmake/modules/SwiftSupport.cmake
  • Commit e06fcbe9fb2b352077ff2c03326e2d597a68cb01 by compnerd:
    FileHandle: NSUnsupported not NSUnavailable

    • edit: Foundation/FileHandle.swift