[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #3642

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#3642]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/3642/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Sat, 18 May 2019 20:23:32 -0500
Build duration:
1 hr 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:
  • Swift Compile Error: Swift compiler error

Changes

  • Commit adcfda6f6db4594c6bf8fef116fdb1ed00812f5a by mgottesman:
    [silgenpattern] When binding values, use a ManagedValue instead of an

    • edit: lib/SILGen/ManagedValue.h
    • edit: lib/SILGen/SILGenPattern.cpp
    • edit: lib/SILGen/ManagedValue.cpp
    • edit: test/Inputs/resilient_struct.swift
    • add: test/Interpreter/switch_objc.swift
    • add: test/Interpreter/switch_resilience.swift
    • edit: test/SILGen/switch_var.swift
    • add: test/SILGen/switch_resilience.swift
  • Commit 04db869d80c72bdb51f80fe2e4d7c8b5ea33aa75 by spestov:
    SILGen: Simplify delayed conformance emission

    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: lib/SILGen/SILGen.h
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/SILGen/SILGenType.cpp
    • edit: lib/SILGen/SILGenLazyConformance.cpp
  • Commit 83a3bd2f4b07e90be2033de36c6fb486193098ca by spestov:
    SILGen: Simplify delayed function emission

    • edit: lib/SILGen/SILGen.cpp
    • edit: test/SILGen/objc_currying.swift
    • edit: test/SILGen/objc_imported_generic.swift
    • edit: lib/SILGen/SILGenDecl.cpp
    • edit: test/ClangImporter/attr-swift_private.swift
    • edit: lib/SILGen/SILGen.h
    • edit: test/ClangImporter/objc_ir.swift
  • Commit 4038781f8434a01182ec92b04b33f6eeada73d60 by spestov:
    SIL: Resolve interface types when lowering constant info

    • edit: lib/SIL/TypeLowering.cpp
  • Commit e0bba70923fe595a144f2065b3fe639afc282ee5 by spestov:
    Foundation: Provide a Hashable.hashValue witness for

    • edit: stdlib/public/Darwin/Foundation/NSError.swift
  • Commit 73f1b10dabfcd3174aa3c820b55c92dfa09da380 by spestov:
    Sema: Remove useBridgedNSErrorConformances()

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: lib/Sema/TypeCheckPattern.cpp
    • edit: lib/Sema/CSApply.cpp
  • Commit 82b1744687e727d304d8eb25136055d68ea876f5 by compnerd:
    TestFoundation: make test_nullDevice test more portable

    • edit: TestFoundation/TestFileHandle.swift
  • Commit 97feb0b7de44c8041726dd049428ebd4fb3518f1 by compnerd:
    Foundation: add an extension to deal with Win paths

    • edit: Foundation/NSURL.swift
    • edit: Foundation/URL.swift