[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #1331

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1331]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1331/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Mon, 22 Apr 2019 23:21:38 -0500
Build duration:
1 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:
  • Swift Compile Error: Swift compiler error

Changes

  • Commit 9d791303a38ac7151dd009d72976b4255dc1a34c by mgottesman:
    [ownership] Run a bridged cast folding test a 2nd time with ownership

    • edit: test/SILOptimizer/bridged_casts_folding.swift
  • Commit 70f8c84af7e20fb5470624137eee3c38cf5b01d6 by aqamoss3fan2010:
    Diag: Correct message for protocols with multiple superclass

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/IDE/print_ast_tc_decls_errors.swift
    • edit: test/Generics/superclass_constraint.swift
  • Commit 79cee8daadb786ab873b19b2c20b84841bd0182b by brentdax:
    Add -debug-constraints-on-line flag

    • edit: lib/Sema/CSSolver.cpp
    • edit: include/swift/Basic/LangOptions.h
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/Option/FrontendOptions.td
  • Commit 3dca63efea984261b1c3d831d594a8102e86b14a by brentdax:
    Remove early returns in ParseLangArgs

    • edit: lib/Frontend/CompilerInvocation.cpp
  • Commit 32a2031a19f64cd2f6d7551470daf31193db5fd9 by milseman:
    [benchmark] View variants for CSVParsing

    • edit: benchmark/single-source/CSVParsing.swift
    • edit: benchmark/utils/main.swift
  • Commit e97fc4e0c2e03508b5c567d87a7530450786b3af by spestov:
    AST: Replace ASTContext's ObjCMethods list with a per-SourceFile list

    • edit: lib/AST/NameLookup.cpp
    • edit: include/swift/AST/ASTContext.h
    • edit: include/swift/AST/Module.h
    • edit: lib/AST/ASTContext.cpp
  • Commit 0fae7e8669d6c90da326c2dc51b1dad39aab035a by spestov:
    AST: Replace ASTContext's ObjCUnsatisfiedOptReqs list with a

    • edit: lib/AST/ASTContext.cpp
    • edit: lib/Sema/TypeCheckProtocol.cpp
    • edit: include/swift/AST/Module.h
    • edit: include/swift/AST/ASTContext.h
  • Commit 07ce01d96debbbe82344e65b793e1709c0a77c38 by spestov:
    AST: Replace ASTContext's ObjCMethodConflicts list with a per-SourceFile

    • edit: lib/AST/NameLookup.cpp
    • edit: include/swift/AST/ASTContext.h
    • edit: lib/AST/ASTContext.cpp
    • edit: include/swift/AST/Module.h
  • Commit 949fe16da5391ae19e993367a175910243e9d861 by spestov:
    AST: Move a bunch of random @objc diagnostics to Sema

    • edit: include/swift/AST/ASTContext.h
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • edit: lib/Sema/TypeChecker.cpp
    • edit: lib/AST/ASTContext.cpp
  • Commit b84b38774ef8f4473790b464d288a492dfd4afbd by gwen.mittertreiner:
    Get the pid of the current process using Foundation

    • edit: Sources/SourceKit/SourceKitServer.swift
  • Commit 726c3253bf7255f28a240c7e300c4f8bc3801cba by jmolenda:
    Fix a bug in my change to ModulesDidLoad in r357955. In the process of

    • edit: source/Target/Target.cpp
  • Commit 32fdc643b1d471877974b3c208f5452699af2ab5 by jmolenda:
    Add a small check to PlatformDarwin::LoadScriptingResourceForModule

    • edit: source/Plugins/Platform/MacOSX/PlatformDarwin.cpp