[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (swift 5.1) #4

Report

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

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

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit a71d182c52ace3e8ddf1f7a469f8300dc7f51295 by eeckstein:
    SILOptimier: Fix a miscompile in COWArrayOpt.

    • edit: test/SILOptimizer/cowarray_opt.sil
    • add: test/SILOptimizer/cowarray_opt_crash.swift
    • edit: lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp
  • Commit 50a69b01dc82cf7ad8c229e15a1ca6cd2e371e32 by dexonsmith:
    Reapply ClangImporter changes to leverage Clang's module cache

    • add: unittests/ClangImporter/CMakeLists.txt
    • add: unittests/ClangImporter/ClangImporterTests.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: unittests/CMakeLists.txt
  • Commit dd6d93af2fe19c1f264b477645e4ea8abdb91215 by compnerd:
    shims: correct indirection on Windows

    • edit: src/shims/lock.c
  • Commit b6ff007d9edaa724443169b5aadfa7d45e5f4fd1 by compnerd:
    event: plumb partial timer support for Windows

    • edit: src/event/event_windows.c
  • Commit f7a0cbb761e49df0b1a114b0537ae03aacf2519e by compnerd:
    remove last few LP64 usage

    • edit: src/benchmark.c
    • edit: src/allocator_internal.h
    • edit: src/queue.c
    • edit: src/inline_internal.h
    • edit: src/queue_internal.h
  • Commit 648120329e0cb265a43ae386d95200d48b49f88e by compnerd:
    simplify preprocessor checks

    • edit: private/private.h
  • Commit 41678dffb853c44e76a2343eaa36bebb8f74111a by compnerd:
    windows: correct use of WaitOnAddress

    • edit: src/shims/lock.c
  • Commit 00c62df327b7ba5dc562411a33c492f9eb1e0542 by compnerd:
    queue: implement queue handles for Windows

    • edit: src/queue.c
  • Commit c0a2e84abf21708f1edb9ee8e720df4b065de696 by compnerd:
    correct debug print format specifiers

    • edit: src/io.c
  • Commit 3c912a4e1974e9cc875460627a46a39104b846bd by compnerd:
    build: allow enabling assertions

    • edit: CMakeLists.txt
  • Commit 84e7a03ad1306529d7a8d4daeea4d1bcfde751f9 by compnerd:
    TSD: correct FlsAlloc check

    • edit: src/shims/tsd.h
  • Commit e92ca672f11226c22e3a60f48fa8f8f9551493b3 by compnerd:
    shims: correct _dispatch_get_nanoseconds on Windows

    • edit: src/shims/time.h
  • Commit c82c26bf42f017da071839eaa029a13121de30f7 by compnerd:
    event: support CLOCK_WALL on Windows

    • edit: src/event/event_windows.c
  • Commit 37ac7c6909783e46e1e6a6544dd0bc879e5c7d3f by compnerd:
    time: use GetSystemTimePreceiseAsFileTime on Windows

    • edit: src/shims/time.h
  • Commit bbde530ce594ac06c53731d50b70701e5f6399ef by compnerd:
    lock: adopt the POSIX behaviour on Windows

    • edit: src/shims/lock.h
    • edit: src/shims/lock.c
  • Commit a45ba542fa9555206ceecda005a64edd9b5fdfa3 by frederik:
    Fixed printf format in _dispatch_semaphore_debug()

    • edit: src/semaphore.c
  • Commit 4db0f91a96baae6219b1e41921e1adcac869b9c4 by frederik:
    Added missing private headers to cmake install.

    • edit: private/CMakeLists.txt
  • Commit c3b9b8ef994a28a87fde81cc25096ba02e126e06 by compnerd:
    queue: expose _dispatch_get_main_queue_port_4CF

    • edit: private/private.h
    • edit: src/queue.c
  • Commit fdc684bf2a38c6cc1d0f77456fc1ffd3c27304f9 by compnerd:
    Optimize Windows contention performance

    • edit: src/shims/yield.h
    • edit: src/internal.h
  • Commit 1428c6dfde99866aec0991ce31b6ba9da7a2bb37 by compnerd:
    shims: flesh out generic_sys_queue.h further

    • edit: src/shims/generic_sys_queue.h
  • Commit 55195b7a16e958c76824f1e6331345278918fc5b by compnerd:
    semaphore: correct the size of semaphore for LLP64

    • edit: src/semaphore_internal.h
    • edit: src/queue.c
  • Commit 766d64719cfdd07f97841092bec596669261a16f by compnerd:
    shims: correct _dispatch_uptime for Windows

    • edit: src/shims/time.h
  • Commit 346785cbe98869c7b9ee7af0abc17aa858a55c42 by compnerd:
    benchmark: disable 128-bit math on Windows

    • edit: src/benchmark.c
  • Commit 4706520a97d86caff6fbc4e23b185d39d958f6ff by frederik:
    Fixed conflicting method signature.

    • edit: src/queue.c
  • Commit b6b1975b1752c0c8177afce2015887b7e28cb630 by compnerd:
    resolve 1121 merge conflicts

    • edit: src/queue.c
    • edit: src/event/event_windows.c
    • edit: src/shims/generic_win_stubs.h
    • edit: src/event/workqueue.c
    • edit: src/io.c
    • edit: src/shims/lock.c
    • edit: src/source.c
    • edit: src/shims/yield.h
  • Commit 3085ae04552c440e1a19f6547f65bff705b1437c by compnerd:
    tests: support the timer source tests on Windows

    • edit: tests/dispatch_drift.c
    • edit: tests/dispatch_timer_bit31.c
    • edit: tests/generic_win_port.c
    • edit: tests/dispatch_timer_set_time.c
    • edit: tests/dispatch_timer_timeout.c
    • edit: tests/generic_win_port.h
    • edit: tests/CMakeLists.txt
    • edit: tests/dispatch_timer_bit63.c
  • Commit 50a51a368b2d8b33450a08eaa25e735b664fda9d by frederik:
    Fix printf format macro for dsema_value

    • edit: src/semaphore.c
  • Commit 449af46732acbcfe9969e5665bfdca8ee78adc66 by dexonsmith:
    Modules: Document that ReadASTCore exits its final loop via return,

    • edit: lib/Serialization/ASTReader.cpp
  • Commit ffc4ab77f41befa1e85476fa3e61a0d24ef89e3f by dexonsmith:
    Modules: Add -Rmodule-import

    • add: test/Modules/Inputs/Rmodule-import/B.h
    • edit: lib/Serialization/ASTReader.cpp
    • edit: test/Modules/Rmodule-build.m
    • edit: include/clang/Basic/DiagnosticGroups.td
    • add: test/Modules/Inputs/Rmodule-import/module.modulemap
    • add: test/Modules/Rmodule-import.m
    • add: test/Modules/Inputs/Rmodule-import/A.h
    • add: test/Modules/Inputs/Rmodule-import/D.h
    • edit: include/clang/Basic/DiagnosticSerializationKinds.td
    • add: test/Modules/Inputs/Rmodule-import/C.h
  • Commit bd6cf3427d3289b90379444295ad3286f96c05de by dexonsmith:
    Fix slashes in path references in -Rmodule-import test from r355477

    • edit: test/Modules/Rmodule-import.m
  • Commit 5de1d57ec2c9d8b2b4c5ebdb4e2e13a53192a2a2 by dexonsmith:
    Modules: Rename MemoryBufferCache to InMemoryModuleCache

    • edit: unittests/Lex/PPConditionalDirectiveRecordTest.cpp
    • edit: include/clang/Serialization/Module.h
    • edit: unittests/Basic/SourceManagerTest.cpp
    • edit: lib/Frontend/Rewrite/FrontendActions.cpp
    • add: lib/Serialization/InMemoryModuleCache.cpp
    • edit: unittests/Lex/LexerTest.cpp
    • edit: unittests/CMakeLists.txt
    • edit: lib/Frontend/ChainedIncludesSource.cpp
    • edit: include/clang/Serialization/ASTWriter.h
    • add: unittests/Serialization/CMakeLists.txt
    • add: unittests/Serialization/InMemoryModuleCacheTest.cpp
    • delete: include/clang/Basic/MemoryBufferCache.h
    • edit: unittests/Basic/CMakeLists.txt
    • edit: include/clang/Serialization/ASTReader.h
    • edit: include/clang/Frontend/CompilerInstance.h
    • edit: lib/Serialization/ASTWriter.cpp
    • delete: unittests/Basic/MemoryBufferCacheTest.cpp
    • edit: include/clang/Frontend/ASTUnit.h
    • edit: lib/Serialization/CMakeLists.txt
    • edit: lib/Lex/Preprocessor.cpp
    • add: include/clang/Serialization/InMemoryModuleCache.h
    • edit: test/Modules/outofdate-rebuild.m
    • edit: lib/Frontend/ASTUnit.cpp
    • edit: lib/Frontend/FrontendActions.cpp
    • edit: include/clang/Lex/Preprocessor.h
    • edit: lib/Frontend/CompilerInstance.cpp
    • edit: include/clang/Serialization/ModuleManager.h
    • edit: lib/Serialization/GeneratePCH.cpp
    • edit: unittests/Lex/HeaderSearchTest.cpp
    • edit: unittests/Lex/PPCallbacksTest.cpp
    • edit: lib/Basic/CMakeLists.txt
    • delete: lib/Basic/MemoryBufferCache.cpp
    • edit: lib/Serialization/ASTReader.cpp
    • edit: lib/Frontend/PrecompiledPreamble.cpp
    • edit: lib/Serialization/ModuleManager.cpp
  • Commit cb8f214cc5bccc603f1e015d69e3bad0d26a9961 by dexonsmith:
    Modules: Invalidate out-of-date PCMs as they're discovered

    • add: test/Modules/Inputs/implicit-invalidate-chain/C.h
    • edit: include/clang/Serialization/ASTReader.h
    • add: test/Modules/Inputs/relative-import-path/B.h
    • add: test/Modules/Inputs/implicit-invalidate-chain/B.h
    • add: test/Modules/Inputs/relative-import-path/module.modulemap
    • add: test/Modules/implicit-invalidate-chain.c
    • edit: lib/Serialization/ASTWriter.cpp
    • edit: unittests/Serialization/InMemoryModuleCacheTest.cpp
    • edit: include/clang/Serialization/InMemoryModuleCache.h
    • edit: lib/Frontend/CompilerInstance.cpp
    • add: test/Modules/Inputs/implicit-invalidate-chain/A.h
    • add: test/Modules/relative-import-path.c
    • edit: lib/Serialization/ModuleManager.cpp
    • add: test/Modules/Inputs/implicit-invalidate-chain/module.modulemap
    • edit: lib/Serialization/InMemoryModuleCache.cpp
    • add: test/Modules/Inputs/relative-import-path/A.h
    • add: test/Modules/Inputs/relative-import-path/C.h
    • edit: lib/Serialization/ASTReader.cpp
  • Commit ccf0846275dc948d4bab784c488258c0cd41e327 by dexonsmith:
    Fix slashes in path references in -Rmodule-import test from r355778

    • edit: test/Modules/implicit-invalidate-chain.c
    • edit: test/Modules/relative-import-path.c
  • Commit 781261be679b124527bdf68dfc1ee2471a4f161b by dexonsmith:
    Stop relying on allocator behaviour in modules unit test

    • edit: unittests/Serialization/InMemoryModuleCacheTest.cpp
  • Commit 2867901c978111f102cbf5042d3affc42f8c485e by dexonsmith:
    Modules: Add LangOptions::CacheGeneratedPCH

    • edit: lib/Serialization/ASTWriter.cpp
    • edit: lib/Serialization/GeneratePCH.cpp
    • edit: include/clang/Serialization/ASTWriter.h
    • edit: lib/Frontend/FrontendActions.cpp
    • edit: include/clang/Basic/LangOptions.def
    • edit: unittests/Frontend/FrontendActionTest.cpp
  • Commit 74cf9b73f2c123892d809728b4bc690d84dad1ea by erik.pilkington:
    Add a spelling of pass_object_size that uses

    • edit: include/clang/Basic/Attr.td
    • edit: lib/Sema/SemaDecl.cpp
    • edit: test/CodeGen/pass-object-size.c
    • edit: test/Sema/pass-object-size.c
    • edit: test/CodeGenCXX/mangle-ms.cpp
    • edit: include/clang/Basic/AttrDocs.td
    • edit: lib/CodeGen/CGCall.cpp
    • edit: lib/AST/ItaniumMangle.cpp
    • edit: lib/AST/MicrosoftMangle.cpp
  • Commit 7e0437d765f7efc68131414247fb8823c11fb8e0 by arphaman:
    Fix implicit ios -> watchOS availability version mapping for versions

    • edit: test/Sema/attr-availability-watchos.c
    • edit: lib/Sema/SemaDeclAttr.cpp
  • Commit dcc663322be31ac3c84e60b0b3147e5086c760db by erik.pilkington:
    [Sema] Deduplicate some availability checking logic

    • edit: test/SemaObjCXX/overload.mm
    • edit: test/Sema/overloadable.c
    • edit: lib/Sema/SemaExpr.cpp
    • edit: include/clang/Basic/DiagnosticSemaKinds.td
    • edit: include/clang/Sema/Sema.h
    • edit: test/Sema/enable_if.c
    • edit: test/SemaCXX/attr-unavailable.cpp
    • edit: test/SemaCXX/coroutines.cpp
    • edit: test/SemaTemplate/instantiate-expr-4.cpp
    • edit: lib/Sema/SemaExprCXX.cpp
    • edit: lib/Sema/SemaInit.cpp
    • edit: lib/Sema/SemaOverload.cpp
  • Commit c9e3a4303a45f5bd26d8e6a67cce69a5d701e93a by erik.pilkington:
    [Parse] Parse '#pragma clang attribute' as an external-declaration

    • edit: lib/Parse/Parser.cpp
    • add: test/Parser/pragma-attribute-context.cpp
  • Commit 3ecf51b8961280fe0da2c8c849ac15b59653c710 by erik.pilkington:
    Add a __has_extension check for '#pragma clang attribute' as an

    • edit: include/clang/Basic/Features.def
    • edit: test/Parser/pragma-attribute-context.cpp
  • Commit 1f95930ca05279d3cb49f9c508ab9d7dbdf8e740 by erik.pilkington:
    Revert "Add a new attribute, fortify_stdlib"

    • edit: include/clang/Basic/DiagnosticSemaKinds.td
    • edit: include/clang/Basic/AttrDocs.td
    • edit: lib/Basic/Builtins.cpp
    • edit: include/clang/Basic/Builtins.h
    • edit: lib/CodeGen/CGBuiltin.cpp
    • edit: lib/CodeGen/CodeGenFunction.h
    • delete: test/CodeGen/fortify-std-lib.c
    • delete: test/Sema/fortify-std-lib.c
    • edit: include/clang/Basic/Attr.td
    • edit: lib/Sema/SemaDeclAttr.cpp
    • edit: test/Misc/pragma-attribute-supported-attributes-list.test
  • Commit 08f92f81fac83a9294589b93ebbb924e7bf7b730 by stefan.graenitz:
    [CMake] External compiler-rt-configure requires LLVMTestingSupport when

    • edit: runtime/CMakeLists.txt
  • Commit b3209988b07f72ef65091c829082b52696713832 by ahatanaka:
    Copy test case forward-protocol-metadata-symbols.m from open source.

    • edit: test/CodeGenObjC/forward-protocol-metadata-symbols.m