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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4606/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Tue, 28 Jan 2020 00:23:17 -0600
Build duration:
1 hr 36 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 c6a428f3d92e70b709f8502c1a93087a9ceb2a20 by david_smith:
    Update fast dealloc to match libobjc

    • edit: stdlib/public/runtime/HeapObject.cpp
    • edit: include/swift/Runtime/HeapObject.h
  • Commit f7744bd8b2321ccef1e6060c236abeef6dd24522 by dgregor:
    [Constraint solver] Make DeclContext explicit. NFC

    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit 5063cb5b794b18636dbcce19c2d02d02dc860b38 by dgregor:
    [Constraint solver] Factor out adding a contextual conversion

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/TypeChecker.h
  • Commit d752f414d337baa06f3b1f28c4a7607dbc7bb3c8 by dgregor:
    [Constraint solver] Rework solveImpl(Expr*) to return SolutionResult.

    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/SolutionResult.h
    • edit: lib/Sema/CSApply.cpp
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: test/Constraints/keypath.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 6ec3ab94d20671734337b37bfe399be91cf6535e by rwidmann:
    [NFC] Define SILGen Request Zone and GenerateSIL Request

    • edit: lib/IDE/CompletionInstance.cpp
    • edit: include/swift/Basic/Statistics.def
    • edit: include/swift/Subsystems.h
    • edit: include/swift/Basic/TypeID.h
    • add: include/swift/AST/SILGenTypeIDZone.def
    • edit: lib/Frontend/Frontend.cpp
    • add: include/swift/AST/SILGenRequests.h
    • edit: lib/SILGen/CMakeLists.txt
    • edit: lib/SILGen/SILGen.cpp
    • add: lib/SILGen/SILGenRequests.cpp
  • Commit b6fb6ed7ff4a8c46b6c1614728091627bd9f66d9 by rwidmann:
    Add type info for unique_ptr

    • edit: include/swift/AST/SILGenTypeIDZone.def
    • edit: lib/SILGen/SILGenRequests.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: include/swift/AST/SILGenRequests.h
    • edit: include/swift/Basic/CTypeIDZone.def
  • Commit d850ed6577f03f57bc4074e0cbfe5c79f6eef89f by dgregor:
    Fix test that didn't actually improve

    • edit: test/Constraints/keypath.swift
  • Commit b188b902914b455b2544fe1bb66762141c93a2b9 by danielzheng:
    [AutoDiff] Minor @differentiable attribute type-checking fix.

    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit dfdb2e57b98f5c4bae369cd12514dcd1210b1037 by vsk:
    [SILProfiler] Do not set up a profiler for a function twice

    • add: test/Profiler/coverage_struct.swift
    • edit: lib/SILGen/SILGen.cpp
  • Commit 23b936c9afadca2098fbf71e690952b21df55016 by rbayer:
    [Build System: build-script] Re-organize build-script into more logical

    • edit: utils/build-script
  • Commit fbcb41facf0c1088f9f0fd865c293729ab3a6aac by compnerd:
    build: simplify the ICU include handling

    • edit: cmake/modules/AddSwift.cmake
  • Commit cc44f22f43a7ef2981a811fed432dc5cf5eb6a39 by dgregor:
    [Function builder] Eliminate unnecessary dependency on

    • edit: lib/Sema/BuilderTransform.cpp
  • Commit c10b904bdc57be54c3527cf4ca6ce4fb05a48b03 by rbayer:
    [Build System: build-script] Move the static methods from the

    • edit: utils/build-script
  • Commit d61f6f2f66fa3081738ab2ff7a22684f3f2effc9 by dungar:
    Changes to support per-type-body fingerprints.

    • edit: include/swift/Driver/CoarseGrainedDependencyGraph.h
    • edit: lib/Driver/FineGrainedDependencyDriverGraph.cpp
    • add: test/Frontend/Inputs/type-fingerprint/main.swift
    • edit: lib/Driver/ToolChains.cpp
    • edit: include/swift/AST/ASTTypeIDs.h
    • edit: include/swift/AST/SourceFile.h
    • edit: include/swift/AST/FineGrainedDependencies.h
    • add: test/Frontend/Inputs/type-fingerprint/b0.swift
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • add: test/Frontend/type-fingerprint.swift
    • edit: include/swift/AST/DeclContext.h
    • edit: include/swift/AST/ParseRequests.h
    • edit: lib/IDE/CompletionInstance.cpp
    • edit: test/Driver/Dependencies/build-record-invalid.swift
    • edit: lib/Parse/ParseDecl.cpp
    • add: test/Frontend/Inputs/type-fingerprint/b1.swift
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: lib/Driver/Driver.cpp
    • edit: unittests/Driver/FineGrainedDependencyGraphTests.cpp
    • edit: include/swift/Driver/Compilation.h
    • edit: lib/AST/FineGrainedDependenciesSourceFileDepGraphConstructor.cpp
    • edit: test/Driver/SourceRanges/range-lifecycle.swift
    • edit: include/swift/Driver/FineGrainedDependencyDriverGraph.h
    • edit: include/swift/Option/Options.td
    • edit: lib/AST/FineGrainedDependencies.cpp
    • edit: lib/Parse/Parser.cpp
    • edit: test/Driver/Dependencies/bindings-build-record-options.swift
    • edit: include/swift/AST/ASTTypeIDZone.def
    • edit: lib/Driver/Compilation.cpp
    • edit: include/swift/Basic/LangOptions.h
    • add: test/Frontend/Inputs/type-fingerprint/ofm.json
    • edit: include/swift/AST/DiagnosticsFrontend.def
    • edit: test/Driver/SourceRanges/range-sourcecomparator.swift
    • edit: include/swift/Parse/Parser.h
    • add: test/Frontend/Inputs/type-fingerprint/a.swift
    • edit: lib/Parse/ParseRequests.cpp
    • edit: include/swift/AST/ParseTypeIDZone.def
    • edit: include/swift/Basic/Statistic.h
    • edit: include/swift/Driver/Action.h
  • Commit 021a40a98feb669ba90874a32388a93fa5b689a8 by dungar:
    Coarse + prints -> warning, not error

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: include/swift/AST/DiagnosticsFrontend.def
  • Commit 6f65e0ec3694f4592549207ad16db7ae57a642a6 by dungar:
    Change unfinished handling

    • edit: lib/Driver/Compilation.cpp
  • Commit d7474eced18f9ad60c4b81fb237ad1dbc1d60ce6 by dungar:
    Adjust handling after failure & ensure failed files get recompiled.

    • edit: test/Driver/Dependencies/Inputs/chained-private-after-fine/main.swift
    • edit: test/Driver/Dependencies/fail-simple-fine.swift
    • edit: test/Driver/Dependencies/check-interface-implementation-fine.swift
    • edit: test/Driver/Dependencies/chained-private-after-fine.swift
    • edit: test/Driver/Dependencies/Inputs/chained-private-after-fine/main.swiftdeps
    • edit: test/Driver/Dependencies/fail-chained-fine.swift
    • edit: test/Driver/Dependencies/crash-simple-fine.swift
    • edit: test/Driver/Dependencies/fail-added-fine.swift
    • edit: test/Driver/Dependencies/fail-interface-hash-fine.swift
    • edit: test/Driver/Dependencies/fail-with-bad-deps-fine.swift
    • edit: test/Driver/Dependencies/crash-added-fine.swift
  • Commit 0a3be7575abf726b68cec0078982556c520f1dcf by dungar:
    unit tests compile

    • add: unittests/Driver/TypeBodyFingerprintsDependencyGraphTests.cpp
    • edit: include/swift/AST/FineGrainedDependencies.h
    • edit: unittests/Driver/CMakeLists.txt
    • edit: unittests/Driver/FineGrainedDependencyGraphTests.cpp
    • edit: include/swift/Driver/FineGrainedDependencyDriverGraph.h
    • edit: lib/Driver/FineGrainedDependencyDriverGraph.cpp
  • Commit 8f4fd061f9b4006fcc2eeb5ab6723cdd1cb62ade by dungar:
    Use Optional for fingerprint

    • edit: include/swift/Parse/Parser.h
    • edit: lib/AST/FineGrainedDependenciesSourceFileDepGraphConstructor.cpp
    • edit: include/swift/AST/DeclContext.h
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/Parse/ParseRequests.cpp
    • edit: lib/AST/DeclContext.cpp
    • edit: include/swift/AST/ParseRequests.h
  • Commit 84fa03f75767469468e6f3783366dec8a623aa46 by dungar:
    Added -disable-type-fingerprints to tests.

    • edit: test/InterfaceHash/added_private_struct_private_property.swift
    • edit: test/InterfaceHash/added_private_enum_private_property.swift
    • edit: test/InterfaceHash/added_private_struct_property.swift
    • edit: test/InterfaceHash/added_private_enum_property.swift
    • edit: test/InterfaceHash/added_private_method.swift
    • edit: validation-test/Serialization/rdar40839486.swift
    • edit: test/InterfaceHash/added_private_class_private_property.swift
    • edit: validation-test/Driver/Dependencies/rdar23148987.swift
    • edit: test/InterfaceHash/added_private_method_value_types.swift
    • edit: test/InterfaceHash/added_private_protocol_property.swift
    • edit: test/InterfaceHash/added_private_protocol_method.swift
    • edit: test/InterfaceHash/added_private_class_property.swift
    • edit: test/InterfaceHash/added_method.swift
  • Commit 4510c2f531d66a7a654861d99a71042e38514bb1 by dungar:
    type body prints-on-by-default

    • edit: include/swift/Basic/LangOptions.h
  • Commit 46a65009e313b8394df4fd30d5381b06a72b86c1 by dgregor:
    [Constraint system] Eliminate global flag

    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
  • Commit 7b0cdc48a721adc866771c9cde6c3e72095f4fb2 by dungar:
    off-off-off!

    • edit: include/swift/Basic/LangOptions.h
  • Commit 8331bb5146800502f9e738babef3416bfc83f27b by davg:
    Work on implementing dependenciesUpdated part of Build System

    • edit: Sources/SourceKit/clangd/ClangLanguageServer.swift
    • edit: Sources/SourceKit/SourceKitServer.swift
    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Sources/SourceKit/ToolchainLanguageServer.swift
    • edit: Sources/SKCore/BuildSystemDelegate.swift
    • edit: Tests/SKCoreTests/BuildServerBuildSystemTests.swift
  • Commit 282ec21f39075281fe5441b27875a3ba8e1c3c3a by kp:
    Add coc.nvim language server configuration

    • edit: Editors/README.md
  • Commit 604d9662bc246cfeab760e34bef5e273977d6abe by kp:
    Add coc-sourcekit

    • edit: Editors/README.md
  • Commit 7e9281d6365a0c38e62b9ac07926ff22308b1992 by kp:
    Add link to coc.nvim

    • edit: Editors/README.md
  • Commit e3b9296bc9a49a12077e4ab4b13c9051843b12c5 by davg:
    Handle documentDependenciesUpdated with clangd and sourcekitd

    • edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
    • edit: Sources/SourceKit/clangd/ClangLanguageServer.swift
  • Commit 56b246375168a2ed0613653f17260c47d0dbcbe7 by davg:
    Add sourcekitd test via swift tibs

    • edit: Sources/SKTestSupport/SKTibsTestWorkspace.swift
    • edit: Tests/SourceKitTests/SourceKitTests.swift
  • Commit 8376ad615dbb9ff0b95ba68265096c491bc18ab3 by davg:
    Fix expectation name

    • edit: Tests/SourceKitTests/SourceKitTests.swift
  • Commit 6d9b41417b22268a6acfd82ee2a689855802f17d by ahoppen:
    Add all language identifiers listed in the LSP spec

    • edit: Sources/LanguageServerProtocol/SupportTypes/Language.swift
  • Commit aafc5f35fd7258e16819cbef8d20c5b4e5d606b0 by davg:
    Regenerate linux test cases

    • edit: Tests/SourceKitTests/XCTestManifests.swift
  • Commit 8fd0bab22916dbbb22acbff2d58a62416a77858d by devteam.codafi:
    Adjust for apple/swift#29242

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit 29b7212655dc3ac3121f116cd5ae1a79c0d6de71 by david:
    Emit errors for resources that will conflict in resource bundle

    • edit: Sources/PackageLoading/Diagnostics.swift
    • edit: Sources/PackageLoading/TargetSourcesBuilder.swift
    • edit: Tests/PackageLoadingTests/TargetSourcesBuilderTests.swift
    • edit: Tests/PackageLoadingTests/XCTestManifests.swift
  • Commit 43aab8dc12188f6271be103cdd0559e2a841cff8 by ankit_aggarwal:
    [TSCclibc] Sync indexstore_functions.h

    • edit: TSC/Sources/TSCclibc/include/indexstore_functions.h