swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#5977]
Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5977/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Tue, 02 Mar 2021 06:43:53 -0600
Build duration: 1 hr 51 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 d7169edc2171b340453734c8d6638dfa6d0cfc14 by konrad_malawski:
[TaskLocals] Cleanly separate locals impl from Task, no need for fragment
-
edit: stdlib/public/Concurrency/Actor.cpp
-
edit: include/swift/ABI/Task.h
-
edit: test/Concurrency/Runtime/task_locals_basic.swift
-
edit: stdlib/public/Concurrency/TaskLocal.swift
-
edit: include/swift/ABI/TaskGroup.h
-
add: include/swift/ABI/TaskLocal.h
-
edit: include/swift/Runtime/Concurrency.h
-
edit: stdlib/public/Concurrency/Task.cpp
-
edit: stdlib/public/Concurrency/Task.swift
-
edit: stdlib/public/Concurrency/TaskLocal.cpp
-
edit: include/swift/ABI/TaskStatus.h
-
Commit 5c71ba98e202c6b25efe1bcb45944715c4b71210 by konrad_malawski:
[TaskLocal] remove unnecessary awaits, trys, and rename tests
-
add: test/Concurrency/Runtime/async_task_locals_groups.swift
-
delete: test/Concurrency/Runtime/task_locals_groups.swift
-
add: test/Concurrency/Runtime/async_task_locals_inherit_never.swift
-
delete: test/Concurrency/Runtime/task_locals_inherit_never.swift
-
add: test/Concurrency/Runtime/async_task_locals_async_let.swift
-
add: test/Concurrency/Runtime/async_task_locals_basic.swift
-
delete: test/Concurrency/Runtime/task_locals_async_let.swift
-
delete: test/Concurrency/Runtime/task_locals_basic.swift
-
Commit cdc460b72781c85366b36ed20dbaa3d623df7bae by etceterawilde:
Disable async_taskgroup_throw_recover on windows
-
edit: test/Concurrency/Runtime/async_taskgroup_throw_recover.swift
-
Commit 58697677a44767f7470f697ea06726f85a2adb4d by z.zoelec2:
[nfc] Fix class-template-uninstantiable-members-irgen for i386.
-
edit: test/Interop/Cxx/templates/class-template-uninstantiatable-members-irgen.swift
-
Commit 1a9992991f26d9b8a57f455bf81348a5a14a352e by aprantl:
Fix test on watch simulator
-
edit: test/DebugInfo/async-let-await.swift
-
Commit 72bd35a344b69bd6e0684faa6943f4f74eb958f8 by spestov:
GSB: New algorithm for identifying redundant requirements
-
edit: include/swift/AST/GenericSignatureBuilder.h
-
edit: lib/AST/GenericSignatureBuilder.cpp
-
Commit 0be55c130d818a1b83615f5ca3d5d1618c5e5c3a by spestov:
GSB: Use redundant requirement graph in enumerateRequirements()
-
edit: lib/AST/GenericSignatureBuilder.cpp
-
add: test/Generics/rdar62903491.swift
-
edit: test/Generics/same_type_constraints.swift
-
edit: include/swift/AST/GenericSignatureBuilder.h
-
add: test/Generics/same_type_minimize_concrete.swift
-
edit: test/decl/protocol/recursive_requirement.swift
-
Commit 4e0905ae3f585cad1d5bf4ef315a81c303c94c91 by beccadax:
Fix rebranch SwiftNameAttr warning regression
-
edit: test/ClangImporter/import-as-member.swift
-
edit: test/ClangImporter/Inputs/custom-modules/ImportAsMember.h
-
edit: test/ClangImporter/Inputs/custom-modules/ImportAsMember.apinotes
-
edit: lib/ClangImporter/SwiftLookupTable.cpp
-
edit: test/ClangImporter/Inputs/custom-modules/module.map
-
edit: lib/ClangImporter/ImporterImpl.h
-
edit: lib/ClangImporter/ClangImporter.cpp
-
add: test/ClangImporter/Inputs/custom-modules/ImportAsMember_Private.h
-
Commit 1a9a0615362874330c5991c969bc30b9fbef1fd7 by danielrodriguez:
[windows][test] Mark the test as unsupported on Windows, but correctly.
-
edit: test/Concurrency/Runtime/async_task_equals_hashCode.swift
-
Commit fcb1c01a362e2d865e0e29484bfa011518c88275 by konrad_malawski:
[TaskLocal] Use the task-local stack discipline allocator
-
edit: test/Concurrency/Runtime/async_task_locals_async_let.swift
-
edit: include/swift/ABI/Task.h
-
edit: test/Concurrency/Runtime/async_task_locals_inherit_never.swift
-
edit: stdlib/public/Concurrency/TaskLocal.swift
-
edit: stdlib/public/Concurrency/Task.cpp
-
edit: stdlib/public/Concurrency/TaskPrivate.h
-
edit: test/Concurrency/Runtime/async_task_locals_groups.swift
-
edit: include/swift/ABI/TaskLocal.h
-
edit: test/Concurrency/Runtime/async_task_locals_basic.swift
-
edit: stdlib/public/Concurrency/TaskLocal.cpp
-
Commit 5e59c9f89a5e272e76bd174b36414d75ecf2591e by github:
Run prebuild commands from plugins before the build starts (#3307)
-
edit: Tests/SPMBuildCoreTests/PluginInvocationTests.swift
-
edit: Sources/SPMBuildCore/CMakeLists.txt
-
delete: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenTool/main.swift
-
delete: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenToolLib/library.swift
-
delete: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenPlugin/plugin.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenBuildTool/main.swift
-
edit: Sources/Build/BuildOperation.swift
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenClient/Package.swift
-
edit: Sources/PackagePlugin/PublicAPI/TargetBuildContext.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenBuildToolPlugin/plugin.swift
-
edit: Tests/CommandsTests/PackageToolTests.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenBuildToolLib/library.swift
-
edit: Sources/Build/ManifestBuilder.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MyOtherLocalTool/bar.dat
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenClient/Sources/MyTool/main.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MyOtherLocalTool/main.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenClient/Sources/MyTool/foo.dat
-
edit: Tests/FunctionalTests/PluginTests.swift
-
delete: Fixtures/Miscellaneous/Plugins/MySourceGenClient/Sources/MyTool/Foo.dat
-
edit: Sources/Build/BuildPlan.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MyOtherLocalTool/baz.dat
-
edit: Sources/PackagePlugin/ImplementationDetails.swift
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MyLocalTool/foo.dat
-
add: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenPrebuildPlugin/plugin.swift
-
edit: Sources/PackagePlugin/PublicAPI/CommandConstructor.swift
-
edit: Sources/SPMBuildCore/PluginInvocation.swift
-
delete: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MyLocalTool/Foo.dat
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MyLocalTool/main.swift
-
add: Sources/SPMBuildCore/PrebuildCommandResult.swift
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Package.swift
-
edit: Sources/Workspace/DefaultPluginScriptRunner.swift