[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #3082

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#3082]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/3082/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 01 Mar 2019 18:18:48 -0600
Build duration:
1 hr 53 min

Identified problems:

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

Changes

  • Commit 6195afcda0b0a8f26a7d795833dde3cf62ee8d36 by pali:
    [benchmark] DictionaryOfAnyHashableStrings SO LF

    • edit: benchmark/single-source/DictionaryOfAnyHashableStrings.swift
  • Commit b7f6813816ce50c8a17598c6b89171bcce7a1faa by pali:
    [benchmark] ArrayInClass LF + DistinctClassField…

    • edit: benchmark/single-source/ArrayInClass.swift
  • Commit d26ca1cd3c62505caf79781770a120ab9e8c27e0 by compnerd:
    SwiftShims: update shims copying logic

    • edit: stdlib/public/SwiftShims/CMakeLists.txt
  • Commit 82b5f2a19563341a87afbd2f574e7b80aecd08e1 by rishizaki:
    [CodeCompletion] Find parsed expression from typechecked decl context

    • edit: lib/IDE/CodeCompletion.cpp
    • edit: lib/IDE/ExprContextAnalysis.h
    • edit: lib/IDE/ExprContextAnalysis.cpp
    • edit: test/IDE/complete_value_expr.swift
    • edit: lib/Parse/ParseExpr.cpp
    • edit: test/IDE/complete_crashes.swift
    • edit: test/IDE/complete_dynamic_lookup.swift
    • edit: test/IDE/complete_stdlib_optional.swift
  • Commit 06ec943d89c5609c3b3845508f603047320ce53a by compnerd:
    StdlibUnittest: add a workaround for Windows \r\n

    • edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift
  • Commit 14d72187278272a38bbce210ab7e537a62d1a2a8 by compnerd:
    test: loosen the test line for Windows

    • edit: test/stdlib/OptionalTraps.swift
  • Commit a227273ff470f00bc24b39c0341fe31b5419b505 by compnerd:
    stdlib: correct floating point parsing behaviour

    • edit: stdlib/public/stubs/Stubs.cpp
  • Commit 6da949dda77464b03f8c9c6a671fc8c452c0f9dc by compnerd:
    stdlib: address a compiler warning

    • edit: stdlib/public/stubs/Stubs.cpp
  • Commit 003850fb0d886493305f7f7a0b23dbadc2bbfd07 by github:
    [Parse] Treat '@unknown' as the start of a statement (#22974)

    • edit: test/Parse/switch.swift
    • edit: lib/Parse/ParseStmt.cpp
  • Commit b2776f33ceb39f4d29e2b6f32a91e7ba0f182c7d by pali:
    [benchmark] [Equal,Less]Substring setup overhead

    • edit: benchmark/single-source/Substring.swift
  • Commit 5160da6a2e0f4c279f883dbf56ce8baf56fba30e by parkers:
    FloatLiteralExpr now is lowered directly into SIL.

    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp
    • edit: test/SILGen/default_arguments.swift
    • edit: test/SILGen/default_constructor.swift
    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/AST/Expr.cpp
    • edit: test/SILOptimizer/diagnostic_constant_propagation_floats_x86.swift
    • edit: lib/Sema/CSApply.cpp
    • edit: test/decl/typealias/generic.swift
    • edit: include/swift/AST/Expr.h
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: test/SILGen/generic_literals.swift
    • edit: lib/SILGen/SILGenExpr.cpp
  • Commit 937600cd9f516ca6b05505a09b4bb5c20fd8cd2e by dungar:
    Fix typo

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit bb0f0c8397d066900c92ede9b4129ebacbb940d7 by github:
    [test] -Fsystem $SDK/System/Library/PrivateFrameworks (#23019)

    • edit: validation-test/SIL/verify_all_overlays.py
  • Commit e8219a5d04f660131f3e03866be5407c8537d1ee by github:
    [test] Just check that we can /import/ the XCTest overlay (#23020)

    • add: test/stdlib/XCTest-smoke.swift
  • Commit 59a5bf7468584c135a856377bdc2b7c3441684b7 by blangmuir:
    [test] Make swiftpm test robust against host triple differences

    • edit: Tests/SKSwiftPMWorkspaceTests/SwiftPMWorkspaceTests.swift
  • Commit 0299247ed1a3a908295851502c0e6ae54ee91f19 by blangmuir:
    [editors] Add alternative swift syntax spec to sublime config

    • edit: Editors/README.md
  • Commit b59e727566eda72d99548a118ffe8eb11045f0f7 by jonas:
    [dsymutil] Use rfind for paths with parentheses

    • edit: tools/dsymutil/BinaryHolder.cpp
  • Commit 5eb9d0352be192f0120f7b8f3a039ea345b93eb3 by dexonsmith:
    Support: enable backtraces on Windows

    • edit: lib/Support/PrettyStackTrace.cpp
  • Commit b1de047f2afe307e28334cc7e148d08ba4142008 by compnerd:
    build: always invoke lit using the interpreter

    • edit: CMakeLists.txt
  • Commit 364eca3baf3fd01db00872801b2aa92d5319e017 by compnerd:
    build: synchronise SwiftSupport.cmake from Foundation

    • edit: cmake/modules/SwiftSupport.cmake
    • edit: CMakeLists.txt
  • Commit e3be1c5589b7b344276e402d3e5c5eb499f01276 by compnerd:
    Tests: adjust lit.cfg for Windows support

    • edit: Tests/Functional/lit.cfg
  • Commit 634a1de3b2153e8815c84f4695b356d98b65ad78 by compnerd:
    Tests: adjust paths for Windows

    • edit: Tests/Functional/FailingTestSuite/main.swift
    • edit: Tests/Functional/Observation/All/main.swift
    • edit: Tests/Functional/ErrorHandling/main.swift
    • edit: Tests/Functional/Asynchronous/Misuse/main.swift
    • edit: Tests/Functional/Asynchronous/Handler/main.swift
    • edit: Tests/Functional/Asynchronous/Predicates/Handler/main.swift
    • edit: Tests/Functional/Performance/Misuse/main.swift
    • edit: Tests/Functional/NegativeAccuracyTestCase/main.swift
    • edit: Tests/Functional/Asynchronous/Expectations/main.swift
    • edit: Tests/Functional/Asynchronous/Predicates/Expectations/main.swift
    • edit: Tests/Functional/SingleFailingTestCase/main.swift
    • edit: Tests/Functional/Performance/main.swift
    • edit: Tests/Functional/Asynchronous/Notifications/Expectations/main.swift
    • edit: Tests/Functional/Asynchronous/Notifications/Handler/main.swift
  • Commit db3b4bbc912519004eb71bda905d3eab08b96f52 by compnerd:
    build: default to shared libraries

    • edit: CMakeLists.txt
  • Commit 38ae009af58bbe1ab45abd848df5b87212450eb5 by compnerd:
    Use Date.timeIntervalSinceReferenceDate

    • edit: Tests/Functional/Asynchronous/Expectations/main.swift
    • edit: Sources/XCTest/Public/Asynchronous/XCTWaiter.swift
  • Commit edede894ea620e2c2a01a4ff9e16d4d196469b62 by aprantl:
    Avoid a possible nullptr dereference.

    • edit: source/Expression/Materializer.cpp
    • edit: packages/Python/lldbsuite/test/lang/swift/variables/globals/TestSwiftGlobals.py
  • Commit 27f81bc3f504c465ea602a1a3eb7e38ac71623a4 by compnerd:
    Foundation: support OS version query for Windows

    • edit: Foundation/ProcessInfo.swift