# [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#5327]
Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5327/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Fri, 17 Jul 2020 23:18:06 -0500
Build duration: 1 hr 21 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 30354a8209871e559e62e230e6749a2df2c3f812 by mishal_shah:
Update the llvm-project config
-
edit: jobs/pull-request/pr-apple-llvm-project-macos.sh
-
Commit 9f9a751ed477fe2b8cc2445800df92770d06e507 by mishal_shah:
Fix the llvm PR testing
- edit: jobs/pull-request/pr-apple-llvm-project-macos.sh
-
Commit 75ca6c48c0c347b7fb08985e1109cf91e450c6b8 by dmbryson:
[Ninja Tests] Attempt to fix flaky max-commands-progress test
- edit: tests/Ninja/Build/max-commands-progress.ninja
-
Commit 6235114a007920788701c4727941d587cc93cf82 by dmbryson:
Change Xcode util scripts to be dash compatible
- edit: utils/Xcode/install-user-lit.sh
- edit: utils/Xcode/install-user-sphinx.sh
-
Commit b8d9e3b9c75cb24e8916be32c057fb1759f095c3 by compnerd:
docs: make Windows build instructions fully self-contained
- add: cmake/caches/Windows-x86_64.cmake
- edit: docs/WindowsBuild.md
-
Commit 88d9641df855992567dd29a9c65dffa6e64b4dbf by jgroff:
Avoid creating a ConcurrentMap for nongeneric instantiated witness
- edit: stdlib/public/runtime/Metadata.cpp
- edit: stdlib/public/runtime/MetadataAllocatorTags.def
-
Commit e953e523a035768a94cf4b60c86d32318c082787 by rishizaki:
[CodeCompletion] Fast completion inside function builder function
- edit: lib/Sema/BuilderTransform.cpp
- edit: include/swift/AST/TypeCheckRequests.h
- add: test/SourceKit/CodeComplete/complete_sequence_builderfunc.swift
- edit: include/swift/AST/Stmt.h
- edit: include/swift/AST/TypeCheckerTypeIDZone.def
-
Commit 3401f3c2cfa2b0b3d1e0752d895708bc0a2eee00 by hamishknight:
[SILLLVMGen] Fix a stack-use-after-scope
- edit: test/sil-llvm-gen/alloc.sil
- edit: tools/sil-llvm-gen/SILLLVMGen.cpp
-
Commit 47a9e182a6b9c041a5fa97aead6b124bec7c2e4f by hamishknight:
[TBD] Add defaults for TBDGenOptions
- edit: include/swift/TBDGen/TBDGen.h
-
Commit f3685f9a126fbe32a705f749e950a19430e94ff4 by github:
[AutoDiff] Conform
Optional
toDifferentiable
. (#32948)- edit: docs/DifferentiableProgramming.md
- edit: stdlib/public/Differentiation/ArrayDifferentiation.swift
- add: test/AutoDiff/stdlib/optional.swift
- edit: stdlib/public/Differentiation/CMakeLists.txt
- add: stdlib/public/Differentiation/OptionalDifferentiation.swift
-
Commit b93ff79cb09372852340bef26181045aff9a23ab by xi_ge:
DependenciesScanner: include compiled module candidates for textual
- edit: include/swift/AST/ModuleDependencies.h
- edit: test/ScanDependencies/compiled_swift_modules.swift
- edit: lib/FrontendTool/ScanDependencies.cpp
- edit: lib/Frontend/ModuleInterfaceLoader.cpp
- edit: lib/Serialization/ModuleDependencyScanner.cpp
- edit: include/swift/Serialization/SerializedModuleLoader.h
- edit: include/swift/Frontend/ModuleInterfaceLoader.h
- edit: test/ScanDependencies/Inputs/ModuleDependencyGraph.swift
-
Commit 78594e9437079731157f04c059f793e9eb51c166 by mikeash:
[Test] Mark differentiable_protocol_requirements as requiring
- edit: test/AutoDiff/validation-test/differentiable_protocol_requirements.swift
-
Commit 3181dd1e4c68fcb5c350e238fa1648f2ae09f378 by github:
Fix a bunch of python lint errors (#32951)
- edit: utils/line-directive
- edit: test/Inputs/not.py
- edit: benchmark/scripts/perf_test_driver/perf_test_driver.py
- edit: utils/bug_reducer/bug_reducer/list_reducer.py
- edit: benchmark/scripts/compare_perf_tests.py
- edit: unittests/Reflection/RemoteMirrorInterop/test.py
- edit: utils/protocol_graph.py
- edit: utils/bug_reducer/bug_reducer/opt_bug_reducer.py
- edit: utils/bug_reducer/bug_reducer/swift_tools.py
- edit: utils/update_checkout/update_checkout/update_checkout.py
-
Commit f21baaa56c9aa265ff59434c77bc36d0be2eecc9 by futurejones:
Add new swift-community-ci AArch64 nodes.
- edit: README.md
-
Commit 1999a1456f7f5bb3ab28e0ea945cc7312c0138a9 by github:
Wrapping reference to SwiftASTContext with #ifndef NDEBUG
- edit: lldb/unittests/Symbol/TestSwiftASTContext.cpp
-
Commit c3b25f80e36b1594c2fd1534fd36262462174434 by github:
Fixing spacing
- edit: lldb/unittests/Symbol/TestSwiftASTContext.cpp
-
Commit 56c9886d85e82b4ec14b62463e2004c6b713f40e by aprantl:
Hoist GetCompleteType from SwiftASTContext into TypeSystemSwift (NFC)
- edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.h
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwift.h
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h
- edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
-
Commit 31a23170799281f9f85ebaba76bd9d3910e931c2 by aprantl:
Hoist GetCompleteType from SwiftASTContext into TypeSystemSwift (NFC)
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwift.h
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.h
- edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
- edit: lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.h
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit e9d37d3080fdfc345e10f310edfce43c586ddd33 by aprantl:
Implement TypeSystemSwiftTypeRef::GetPointerByteSize() (NFC)
- edit: lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp
-
Commit 799d29e9ac6596ea96d6b5fdf44cf8181940e2a2 by owen:
Explicitly pass a DriverExecutor to the integrated swift driver
- edit: Sources/Build/ManifestBuilder.swift
-
Commit fc0a87178b9459b8ac0906f66b29c6dd603377a5 by anders:
Add a warning for cases in which SwiftPM generates a module map for
- add: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Sources/UmbrellaDirectoryInclude/Jaz.c
- add: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Sources/UmbrellaDirectoryInclude/include/Paz.h
- edit: Sources/PackageLoading/ModuleMapGenerator.swift
- delete: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Sources/UmbellaModuleNameInclude/include/UmbellaModuleNameInclude/Paz.h
- edit: Documentation/Usage.md
- edit: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Package.swift
- add: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Sources/NonModuleDirectoryInclude/Maz.c
- add: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Sources/NonModuleDirectoryInclude/include/NonModuleDirectoryInclude/Maz.h
- delete: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Sources/UmbellaModuleNameInclude/Jaz.c
- edit: Fixtures/CFamilyTargets/ModuleMapGenerationCases/Sources/Baz/main.swift
- edit: Tests/PackageLoadingTests/ModuleMapGenerationTests.swift
-
Commit 83dff072b31dc66b2202a50d90ee683774e4b2f3 by achikin:
[Build Script Helper] Use 'swift-frontend' frontend executable name
- edit: Utilities/build-script-helper.py
-
Commit e7e27be926a3ed3c2a67802b14a76e0e2798a21a by achikin:
[Explicit Module Build] Add compiledModuleCandidates to the module
- edit: Sources/SwiftDriver/Explicit Module Builds/InterModuleDependencyGraph.swift