swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#5939]
Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5939/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Wed, 17 Feb 2021 15:56:39 -0600
Build duration: 1 hr 50 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 2f0e7fc698a27a24e25c3820783810b29cef48f8 by z.zoelec2:
[cxx-interop] Bail on deep template specializations.
-
edit: test/Interop/Cxx/templates/Inputs/module.modulemap
-
add: test/Interop/Cxx/templates/Inputs/large-class-templates.h
-
add: test/Interop/Cxx/templates/large-class-templates-module-interface.swift
-
edit: lib/ClangImporter/ImportDecl.cpp
-
Commit f2f3e3d339057fd2bca89f39cd60e4615b048667 by ewilde:
Check actor isolation in TapExprs
-
edit: test/Concurrency/actor_isolation.swift
-
edit: lib/Sema/TypeCheckConcurrency.cpp
-
Commit eea3a6c27f2718aea8448d7351d490cff24d21f2 by jgroff:
SILGen: Handle pseudogeneric completion-handler-based async APIs.
-
edit: docs/ABI/Mangling.rst
-
edit: lib/SILGen/SILGen.h
-
edit: test/Inputs/clang-importer-sdk/usr/include/ObjCConcurrency.h
-
edit: lib/Demangling/Demangler.cpp
-
edit: test/SILGen/objc_async.swift
-
edit: include/swift/AST/ASTMangler.h
-
edit: lib/SIL/IR/AbstractionPattern.cpp
-
edit: lib/SILGen/SILGenThunk.cpp
-
edit: lib/AST/ASTMangler.cpp
-
edit: lib/SILGen/ResultPlan.cpp
-
Commit 4ef7a2d626cd25656548fc366882438fcc51f8e9 by pyaskevich:
[CSBindings] NFC: Refactor some of the repetitive uses of type variable in graph node
-
edit: lib/Sema/ConstraintGraph.cpp
-
edit: include/swift/Sema/ConstraintGraph.h
-
Commit 29db4015e89a491051114f40497bd235698bdc5c by aschwaighofer:
IRGen: We can only reuse methods for partial apply thunks if their abi uses swiftself for self
-
edit: test/IRGen/simple_partial_apply.sil
-
add: test/IRGen/simple_partial_apply_or_not.swift
-
edit: lib/IRGen/IRGenSIL.cpp
-
Commit 619e5eae7fcc62c4d48d6caa78118348360b3751 by danielrodriguez:
[android][test] Add REQUIRES: executable_test to simple_partial_apply_or_not
-
edit: test/IRGen/simple_partial_apply_or_not.swift
-
Commit 43eb31eb2760c3cf81b6c6a058c6374c868e3ffb by varun_gandhi:
[Concurrency] Guard use of async calling convention.
-
edit: include/swift/Runtime/Config.h
-
edit: include/swift/Runtime/CMakeConfig.h.in
-
edit: include/swift/AST/IRGenOptions.h
-
edit: CMakeLists.txt
-
edit: include/swift/Config.h.in
-
Commit 7eeabd93006c2905e741c319946013b5f76f8342 by varun_gandhi:
[Runtime] Fix calling convention of async function.
-
edit: stdlib/public/Concurrency/Task.cpp
-
Commit 3a8533116014c3d87ad223d7d0519cf2bd627b5e by github:
remove use of fatalError (#3283)
-
edit: Sources/SourceControl/GitRepository.swift
-
edit: Sources/SourceControl/Repository.swift
-
Commit 0e04828c6fcaa59db86126e90d47e01046bc3b42 by github:
[Collections] Signing (apple, 1): certificate and key types (#3259)
-
add: Sources/PackageCollectionsSigning/Key/ASN1/Types/ASN1Identifier.swift
-
add: Tests/PackageCollectionsSigningTests/Utilities.swift
-
edit: Sources/PackageCollections/CMakeLists.txt
-
add: Sources/PackageCollectionsSigning/Utilities/Utilities.swift
-
edit: Package.swift
-
add: Sources/PackageCollectionsSigning/Key/ASN1/ASN1.swift
-
add: Tests/PackageCollectionsSigningTests/KeyTests+EC.swift
-
add: Sources/PackageCollectionsSigning/Key/ASN1/Types/ASN1Integer.swift
-
add: Sources/PackageCollectionsSigning/Key/Key+EC.swift
-
add: Sources/PackageCollectionsSigning/Key/ASN1/Types/ASN1BitString.swift
-
add: Fixtures/Collections/Signing/Test_rsa.cer
-
add: Sources/PackageCollectionsSigning/Certificate/Certificate.swift
-
delete: Sources/PackageCollections/Signing/PackageCollectionSignature.swift
-
add: Tests/PackageCollectionsSigningTests/KeyTests+RSA.swift
-
add: Fixtures/Collections/Signing/Test_ec.cer
-
add: Tests/PackageCollectionsSigningTests/CertificateTests.swift
-
edit: Sources/CMakeLists.txt
-
add: Sources/PackageCollectionsSigning/Key/ASN1/Types/ASN1OctetString.swift
-
add: Sources/PackageCollectionsSigning/Key/ASN1/ASN1Error.swift
-
add: Sources/PackageCollectionsSigning/CMakeLists.txt
-
add: Sources/PackageCollectionsSigning/Key/ASN1/Types/ASN1ObjectIdentifier.swift
-
add: Sources/PackageCollectionsSigning/Key/ASN1/SEC1PrivateKey.swift
-
add: Sources/PackageCollectionsSigning/Key/Key.swift
-
add: Sources/PackageCollectionsSigning/Key/ASN1/SubjectPublicKeyInfo.swift
-
add: Sources/PackageCollectionsSigning/Key/ASN1/PEMDocument.swift
-
add: Sources/PackageCollectionsSigning/Key/Key+RSA.swift
-
Commit 250f39e46bfd4e0b42dd07c2fd11ae77b449849a by anders:
With SwiftPM 5.4 done, rename version-specific tests to make it clear what they're testing and to make room for vNext tests. Add a "_0" suffix to the tests for major versions so that they sort by increasing tools version.
-
add: Tests/PackageLoadingTests/PD4_0LoadingTests.swift
-
edit: Tests/PackageLoadingTests/PDNextVersionLoadingTests.swift
-
delete: Tests/PackageLoadingTests/PD5LoadingTests.swift
-
delete: Tests/PackageLoadingTests/PD4LoadingTests.swift
-
add: Tests/PackageLoadingTests/PD5_0LoadingTests.swift
-
add: Tests/PackageLoadingTests/PD5_4LoadingTests.swift
-
Commit 4249b7ef149ed92c14118aacb9ba36ed011ba69e by anders:
Initial support for declaring package extension targets and defining their capability.
-
edit: Sources/PackageModel/Manifest/TargetDescription.swift
-
edit: Sources/XCBuildSupport/PIFBuilder.swift
-
edit: Sources/Build/BuildPlan.swift
-
edit: Sources/Workspace/InitPackage.swift
-
edit: Tests/PackageLoadingTests/PDNextVersionLoadingTests.swift
-
add: Fixtures/Miscellaneous/Extensions/MySourceGenExtension/Tests/MySourceGenExtTests/MySourceGenExtTests.swift
-
edit: Sources/PackageLoading/PackageDescription4Loader.swift
-
edit: Sources/PackageModel/ManifestSourceGeneration.swift
-
edit: Sources/PackageModel/Target.swift
-
add: Fixtures/Miscellaneous/Extensions/MySourceGenExtension/Sources/MyLocalTool/main.swift
-
edit: Tests/WorkspaceTests/ManifestSourceGenerationTests.swift
-
add: Fixtures/Miscellaneous/Extensions/MySourceGenExtension/Sources/MySourceGenRuntimeLib/library.swift
-
edit: Tests/PackageLoadingTests/PD5_4LoadingTests.swift
-
edit: Sources/PackageDescription/Target.swift
-
edit: Sources/Xcodeproj/Target+PBXProj.swift
-
add: Fixtures/Miscellaneous/Extensions/MySourceGenExtension/Sources/MySourceGenTool/main.swift
-
add: Fixtures/Miscellaneous/Extensions/MySourceGenExtension/Sources/MySourceGenToolLib/library.swift
-
add: Fixtures/Miscellaneous/Extensions/MySourceGenExtension/Sources/MySourceGenExt/extension.swift
-
edit: Sources/Xcodeproj/SchemesGenerator.swift
-
edit: Tests/CommandsTests/PackageToolTests.swift
-
edit: Sources/PackageLoading/PackageBuilder.swift
-
add: Fixtures/Miscellaneous/Extensions/MySourceGenExtension/Package.swift
-
edit: Sources/Xcodeproj/pbxproj.swift
-
edit: Sources/Commands/Describe.swift
-
edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
-
edit: Sources/PackageDescription/PackageDescription.swift
-
Commit cdc3dc5a4af4c84a2bc46dec39bfadf1fba14d36 by beccadax:
Add support for symbol graphs and access notes
-
edit: Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
-
edit: Sources/makeOptions/makeOptions.cpp
-
edit: Sources/SwiftOptions/Options.swift
-
edit: Sources/SwiftDriver/Jobs/MergeModuleJob.swift
-
edit: Sources/SwiftDriver/Jobs/CompileJob.swift