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

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#6020]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/6020/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Sat, 03 Nov 2018 00:05:16 -0500
Build duration:
28 min

Identified problems:

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

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 9663 test(s), Total: 10908 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 505 test(s), Total: 505 test(s)

Changes

  • Commit 691c1a3e60f00b11e43e3413639e7cfd9252c451 by vsapsai:
    [CodeGen] Move emitConstant from ScalarExprEmitter to CodeGenFunction.

    • edit: lib/CodeGen/CGExpr.cpp
    • edit: lib/CodeGen/CodeGenFunction.h
    • edit: lib/CodeGen/CGExprScalar.cpp
  • Commit ffb0c058c31b15167abb02eddfd7c7947ad89a98 by vsapsai:
    [CodeGen] Fix assertion on referencing constexpr Obj-C object with ARC.

    • edit: test/CodeGenObjCXX/arc-constexpr.mm
    • edit: lib/CodeGen/CGObjC.cpp
  • Commit d9e6adfe627856dbd4bf5a06f80b3061c0c128cc by vsapsai:
    [VFS] Add property 'fallthrough' that controls fallback to real file

    • add: test/VFS/vfsroot-module.m
    • add: test/VFS/Inputs/Broken.framework/VFSHeaders/A.h
    • add: test/VFS/vfsroot-include.c
    • edit: lib/Frontend/CompilerInvocation.cpp
    • add: test/VFS/vfsroot-with-overlay.c
    • add: test/VFS/Inputs/Broken.framework/Headers/Error.h
    • add: test/VFS/Inputs/vfsroot.yaml
    • add: test/VFS/Inputs/Broken.framework/Modules/module.modulemap
  • Commit 935e3d8efaa8b495cdb3e57487e863cebe5e2562 by vsapsai:
    [VFS] Add property 'fallthrough' that controls fallback to real file

    • edit: unittests/Basic/VirtualFileSystemTest.cpp
    • edit: lib/Basic/VirtualFileSystem.cpp
  • Commit 2dec234590290b0046f8eb054d994f755690c037 by kyrtzidis:
    [indexstore] Fix crashing issue with

    • edit: tools/IndexStore/IndexStore.cpp
  • Commit aa55d04098c97136c100da57d0349eb3e7a71b8d by erik.pilkington:
    [CodeGen] Fix a crash when updating a designated initializer

    • edit: test/CodeGen/designated-initializers.c
    • edit: lib/CodeGen/CGExprConstant.cpp
  • Commit 77e6dd38a4f897cb7b0695b24e1938ae8a556cd8 by ekarpenkov:
    local test fixups: -Wframework-include-private-from-public in

    • edit: test/Modules/framework-public-includes-private.m
  • Commit fcde0104c166d10dabb782bf160563f59a21e9eb by ekarpenkov:
    [Sema] Fix bad merge of test/SemaCXX/no_destroy.cpp in commit 2b6d354.

    • edit: test/SemaCXX/no_destroy.cpp
  • Commit 062669afa1c6ea990dc6d5a0f04455cdb50f0739 by aprantl:
    Add an explicit -std=c++14 to this test.

    • edit: test/Modules/lsv-debuginfo.cpp
  • Commit b0129d5975c29cfd72a4cd2dcf42057eb46daa1b by kyrtzidis:
    [indexstore] Enhancement for IndexStoreCXX.h's getUnitNameFromOutputPath

    • edit: include/indexstore/IndexStoreCXX.h
  • Commit 74929c223de202626c1ad8f5ad5df8356134e15a by arphaman:
    [clang-check-codegen][cfstring] Accept either @ or % for progbits to

    • edit: test/CodeGen/cfstring3.c