[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7241

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#7241]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/7241/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04
Date of build:
Mon, 08 Apr 2019 14:22:23 -0500
Build duration:
39 min

Identified problems:

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

Changes

  • Commit b0005e9f8718d559fdaac81b56ea7eb2e043a7e9 by compnerd:
    build: remove C_COMPILE_FLAGS from add_swift_host_library

    • edit: lib/SwiftDemangle/CMakeLists.txt
    • edit: cmake/modules/AddSwift.cmake
    • edit: lib/Demangling/CMakeLists.txt
    • edit: lib/Basic/CMakeLists.txt
  • Commit 31a5ae7f56b5c20a66e5c972a9ec80d4492e1695 by compnerd:
    build: remove LINK_INTERFACE_LIBRARIES from add_swift_host_library

    • edit: cmake/modules/AddSwift.cmake
    • edit: lib/AST/CMakeLists.txt
    • edit: lib/FrontendTool/CMakeLists.txt
    • edit: lib/IRGen/CMakeLists.txt
  • Commit c1c75a4b2d5731add991dbf7b9f1700ab5886652 by compnerd:
    build: drop LINK_FLAGS from add_swift_host_library

    • edit: cmake/modules/AddSwift.cmake
  • Commit f9df4cad97030623e23178c5c87ed88b461b3cfc by compnerd:
    build: remove DEPENDS from add_swift_host_library

    • edit: cmake/modules/AddSwift.cmake
    • edit: lib/FrontendTool/CMakeLists.txt
    • edit: lib/Frontend/CMakeLists.txt
    • edit: lib/Option/CMakeLists.txt
    • edit: lib/Driver/CMakeLists.txt
  • Commit 533a26a5eb05b7705d7b94628c160dd0f9c7368d by compnerd:
    build: remove outdated documentation (NFC)

    • edit: cmake/modules/AddSwift.cmake
  • Commit b9e17a76562adb5abada9bed70494a732a4f5b8f by danielrodriguez:
    [build-script] Move HostSpecificConfiguration out of main script.

    • edit: utils/swift_build_support/swift_build_support/init.py
    • add: utils/swift_build_support/swift_build_support/host_specific_configuration.py
    • add: utils/swift_build_support/tests/test_host_specific_configuration.py
    • edit: utils/build-script
  • Commit 6172f72af955d98efa558ae3b568ff6bca604705 by mikeash:
    [Tests] Make Mutex.cpp tests more reliable.

    • edit: unittests/runtime/Mutex.cpp
  • Commit 6c0538988d43af41d2366f15a669c7cad71372dc by jordan_rose:
    Access checking: Separate TypeDecl-finding from access scope checking

    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/AST/AccessScopeChecker.cpp
    • edit: include/swift/AST/AccessScopeChecker.h
    • edit: lib/Sema/TypeCheckAccess.cpp
  • Commit 0f0ae584699a78fa9e80de520449b63fe07ad144 by jordan_rose:
    Factor out Type-in-Requirement visiting from access checking

    • edit: lib/Sema/TypeCheckAccess.cpp
  • Commit a9b0a6661aed57df8455339083c0b3ae70529b43 by jordan_rose:
    Implementation-only import checking for types used in decls

    • edit: lib/Sema/TypeCheckDecl.cpp
    • add: test/Sema/Inputs/implementation-only-import-in-decls-helper.swift
    • add: test/Sema/implementation-only-import-in-decls.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckAccess.cpp
    • edit: lib/Sema/TypeCheckAccess.h
    • edit: lib/AST/AccessScopeChecker.cpp
  • Commit 4972351b3cd5b0d3f2fd403405ff9ce868b6f8f9 by jordan_rose:
    Fix implementation-only checking for members of frozen structs/classes

    • edit: lib/Sema/TypeCheckAccess.cpp
    • edit: test/Sema/implementation-only-import-in-decls.swift
    • add: test/Sema/implementation-only-import-library-evolution.swift
  • Commit 1ab926f6ab7e016ba85543351634c0daa0ac07fb by compnerd:
    Parse: XFAIL Parse.enum on Windows

    • edit: test/Parse/enum.swift
  • Commit bc9c79a080b2d29374f4a04ae300ece45066fee9 by compnerd:
    Revert "[build-script] Move HostSpecificConfiguration out of main

    • edit: utils/build-script
    • edit: utils/swift_build_support/swift_build_support/init.py
    • delete: utils/swift_build_support/swift_build_support/host_specific_configuration.py
    • delete: utils/swift_build_support/tests/test_host_specific_configuration.py
  • Commit 2d46635bb4b489857d78e06ad6740af88d5a1339 by compnerd:
    event: create a typedef for the unote ident type

    • edit: src/event/event.c
    • edit: src/event/event_internal.h
  • Commit a5455090a68208187b2c5da8081ec3ddfddf6aeb by aarond:
    tests: Windows processor count support

    • edit: tests/dispatch_readsync.c
    • edit: tests/dispatch_priority.c
    • edit: tests/dispatch_apply.c
    • edit: tests/dispatch_concur.c
  • Commit f4698a066a6765ef94a35e8da4c13b4e714b4840 by aarond:
    tests: provide random() and math defines on Windows

    • edit: tests/generic_win_port.c
    • edit: tests/CMakeLists.txt
  • Commit 12e5dd59e8f8afb8e169c1b571cba5c44e8059cc by aarond:
    tests: Windows file I/O support

    • edit: tests/dispatch_test.c
    • edit: tests/dispatch_select.c
    • edit: tests/dispatch_test.h
    • edit: tests/generic_win_port.c
    • edit: tests/dispatch_read.c
    • edit: tests/generic_win_port.h
    • edit: tests/CMakeLists.txt
    • edit: tests/dispatch_read2.c
  • Commit 64310e30d2da2260410884c2bcf20b321e3e6998 by aarond:
    tests: port dispatch_io_net to Windows

    • edit: tests/dispatch_io_net.c
    • edit: tests/CMakeLists.txt
  • Commit 5de1495ebce3f14bd967528a473a1d5eaa20037f by aarond:
    tests: disable dispatch_io on Windows for now

    • edit: tests/CMakeLists.txt
  • Commit 75ce4cc5c3a10860222656f69c47b78c54663820 by danielrodriguez:
    [cmake] Skip regex when CMAKE_STATIC_LIBRARY_PREFIX is empty.

    • edit: cmake/modules/SwiftSupport.cmake
  • Commit d8f09b6234a94838cd0c5b917d4cc136f6dc9004 by si:
    SR-9439: Calendar.dateComponetns: Enable .nanoseconds

    • edit: Foundation/NSCalendar.swift
    • edit: TestFoundation/TestCalendar.swift