[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 18.04 - Long Test (swift 5.1) #552

Report

[FAILURE] oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test [#552]

Build URL:
https://ci.swift.org/job/oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test/552/
Project:
oss-swift-5.1-incremental-RA-linux-ubuntu-18_04-long-test
Date of build:
Mon, 13 May 2019 18:56:03 -0500
Build duration:
1 hr 30 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 903f62cc482d26be729c7ebfdcea8dbe8fb5c887 by ditaliano:
    [lldb] Switch PR testing and build to use CMake by default.

    • edit: utils/build-presets.ini
    • edit: utils/build-script-impl
    • edit: utils/build_swift/driver_arguments.py
  • Commit 5c8d6bf36221b3325ad82155303d164370e024c2 by ditaliano:
    [build-script] Fix defaults and unittests.

    • edit: utils/build_swift/tests/expected_options.py
    • edit: utils/build_swift/driver_arguments.py
  • Commit b5b03009f6115b8144cf6f72a39672053733139d by ditaliano:
    [build-script] Add --time-test to build-script invocation for lldb

    • edit: utils/build-script-impl
  • Commit 611a48c02433600e166803b7048e9b9450c67040 by ditaliano:
    [build-script] Hoist LLVM_LIT_ARGS computation.

    • edit: utils/build-script-impl
  • Commit 40d4705a4e8751aadb1e54043bd26e5be224c9a9 by ditaliano:
    [build-script] Use --filter to implement --lldb-test-only-swift.

    • edit: utils/build-script-impl
  • Commit 38777ac03d639ea9485d112be355c1b04325d90b by ditaliano:
    [build-script] Use a regex to match all the swift tests.

    • edit: utils/build-script-impl
  • Commit eaaaf3b413fd702019c5b86881694a51ea2bcc11 by mgottesman:
    [sil] Teach the verifier that open_existential_addr immutable is safe to

    • add: test/SIL/verifier_nofail.sil
    • edit: lib/SIL/SILVerifier.cpp
  • Commit 3aa91e2d0108409b1df9101db2b9654194c89752 by mgottesman:
    [sil] Refactor the open_existential_addr immutable use checking into its

    • edit: lib/SIL/SILVerifier.cpp
  • Commit 1c821eb003736108796405ef75dcf4fbc1292bf0 by mgottesman:
    [silgen] Always ensure that we have a +1 value when emitting

    • edit: lib/SILGen/SILGenPoly.cpp
  • Commit b16b1d1d87155c243c515dfea711882802cc101e by mgottesman:
    [sil-combine] Do not perform existential type propagation on @in

    • edit: lib/SILGen/SILGenPoly.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
    • edit: test/SILOptimizer/sil_combine_concrete_existential.sil
  • Commit fa7c098ba9f4b6142f1476c7903843f752502ee1 by mgottesman:
    [sil] Expand immutable address verification to in_guaranteed parameters.

    • edit: test/SILOptimizer/predictable_deadalloc_elim_ownership.sil
    • edit: test/SILOptimizer/performance_inliner.sil
    • edit: test/SILOptimizer/predictable_deadalloc_elim.sil
    • edit: include/swift/SIL/SILFunctionConventions.h
    • edit: lib/SIL/SILInstructions.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: test/SILOptimizer/escape_analysis.sil
    • edit: test/SILOptimizer/sil_combiner_concrete_prop_all_args.sil
    • edit: lib/SIL/SILVerifier.cpp
  • Commit b1188b6df26b93e0706330c33cd68569c606db71 by ross.m.bayer:
    [Build System: CMake] Cleanup the StandaloneOveraly CMake module.

    • edit: cmake/modules/StandaloneOverlay.cmake
  • Commit e3b99a2320424e397abbde1e2382c3014461e804 by ross.m.bayer:
    [Build System: CMake] Add CMake module paths before importing in

    • edit: cmake/modules/StandaloneOverlay.cmake
  • Commit f340906a83885380b3c9664b2e73262e54308808 by spestov:
    Fix REQUIRES lines on class stubs tests

    • edit: test/PrintAsObjC/classes.swift
    • edit: validation-test/Runtime/class_stubs.m
    • add: validation-test/Runtime/Inputs/class-stubs-weak/first.swift
    • edit: lib/PrintAsObjC/PrintAsObjC.cpp
    • add: validation-test/Runtime/Inputs/class-stubs-weak/module.map
    • add: validation-test/Runtime/class_stubs_weak.m
    • add: validation-test/Runtime/Inputs/class-stubs-weak/second.swift
  • Commit 652bf3d6e2bcbef57712717565b10cfe7d8b5c0b by spestov:
    Runtime: Don't try to register class stubs on older objc runtimes

    • edit: stdlib/public/runtime/Metadata.cpp
    • edit: test/Interpreter/objc_class_resilience_stubs.swift
  • Commit eace1afcc14b5df595428d4916642098d39d9913 by spestov:
    IRGen: Always emit class stubs for classes with resilient ancestry

    • edit: lib/IRGen/GenClass.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: test/Interpreter/objc_class_resilience_stubs.swift
  • Commit 690a834100545695d13eb3f7d3a696e5d5c4863f by mgottesman:
    [sil] Change the immutable address use verifier to ignore br/cond_br

    • edit: lib/SIL/SILVerifier.cpp
  • Commit 33f87f72b173a5d3c84c188152679311e2738072 by mgottesman:
    [sil] When the immutable address use verifier errors due to an unknown

    • edit: lib/SIL/SILVerifier.cpp
  • Commit 6afc82bed4e03a66782698dbc5dfb3ab32d963bf by brentdax:
    Update “unable to load standard library” test (#23990)

    • edit: test/Misc/fatal_error.swift
  • Commit e1d78cf2a783ede082ef1d58bf7b79dedb16a958 by eeckstein:
    Serialization: use the mangled class name for serializing vtables.

    • add: test/Serialization/Inputs/classes.swift
    • add: test/Serialization/vtable-lookup.swift
    • edit: include/swift/Serialization/SerializedSILLoader.h
    • edit: lib/Serialization/DeserializeSIL.h
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: lib/Serialization/SerializedSILLoader.cpp
    • edit: include/swift/Serialization/ModuleFormat.h
    • edit: lib/Serialization/DeserializeSIL.cpp
  • Commit b25ca8610d89d50cf4ecab6ef45ff58353059e9a by pushkar.nk:
    Implement URLSessionConfiguration.ephemeral

    • edit: Foundation/URLSession/URLSessionConfiguration.swift
    • edit: TestFoundation/TestURLSession.swift
    • edit: Foundation/HTTPCookieStorage.swift
  • Commit 365fe8b86812fd12cfca5f020e8f66340ba19996 by compnerd:
    CoreFoundation: correct

    • edit: CoreFoundation/URL.subproj/CFURL.c
    • edit: TestFoundation/TestURL.swift
  • Commit ed6500fc22b54ddfbe5c21a80e2f39e33135b0eb by suicaicoca:
    [gardening][NSTextCheckingKey] Use explicit String type in

    • edit: Foundation/NSTextCheckingResult.swift
  • Commit c56e2436cff541f0e0924960082772e8bb865015 by compnerd:
    CoreFoundation: simplify target computation

    • edit: CoreFoundation/Base.subproj/CFSystemDirectories.c
  • Commit 7ed29d4a9370933c4949041bbc545d0d655d7adb by jlettner:
    Support ignore_noninstrumented_modules on Linux

    • edit: test/tsan/libdispatch/lit.local.cfg
    • edit: lib/sanitizer_common/sanitizer_common.h
    • add: test/tsan/ignore-noninstrumented.cc
    • edit: test/tsan/Darwin/ignore-noninstrumented.mm
    • edit: lib/sanitizer_common/sanitizer_linux_libcdep.cc
    • edit: lib/sanitizer_common/sanitizer_common.cc
  • Commit e8dc6bb5107315416eeebaa14d09f13f17a534b1 by jlettner:
    Enable ignore_noninstrumented_modules=1 on Linux

    • edit: lib/tsan/rtl/tsan_flags.inc