Report
[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1608]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1608/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Tue, 02 Jul 2019 16:10:45 -0500
Build duration:
1 hr 11 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 3f774094b7f8284eb5e9dd432213c28092a6abb0 by mikeash:
[Interpreter] Fall back to loading Swift dylibs from /usr/lib/swift on- edit: lib/Immediate/REPL.cpp
- edit: lib/Immediate/Immediate.cpp
- edit: lib/IRGen/GenType.cpp
- edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
- edit: include/swift/AST/SearchPathOptions.h
- edit: lib/Immediate/ImmediateImpl.h
- edit: lib/Frontend/CompilerInvocation.cpp
-
Commit 9df513ae7c45bde9bc29957b094a522f906b01da by mikeash:
[Interpreter] Clean up the /usr/lib/swift fallback code.- edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
- edit: lib/Frontend/CompilerInvocation.cpp
- edit: lib/Immediate/Immediate.cpp
- edit: lib/Immediate/ImmediateImpl.h
-
Commit 8116c0b5964cc0c35f99cc0acc5c32d6721f6ea0 by atrick:
ARCCodeMotion: add debug tracing.- edit: lib/SILOptimizer/Transforms/ARCCodeMotion.cpp
-
Commit 6c6bfc2b5cf96fc945c334f25e68b0f5b56ccb2f by mgottesman:
[sil] Add dumpers for ResilienceExpansion/TypeLowering.- edit: lib/SIL/TypeLowering.cpp
- edit: include/swift/SIL/TypeLowering.h
- edit: include/swift/AST/ResilienceExpansion.h
-
Commit 2979a149f225a736aac93eda2efc060ebd882f50 by kyrtzidis:
[utils/gyb_syntax_support] Add the classification kind for identifiers- edit: utils/gyb_syntax_support/Token.py
-
Commit c6eade1c444e1da99e20e5cc87b2947675fa157e by blangmuir:
[code-completion] Disable diagnostics in @functionBuilder bodies
- edit: include/swift/Basic/SourceManager.h
- edit: lib/Sema/BuilderTransform.cpp
-
Commit e0031d0b8f262a978f9f75e67cc14c00ed0cd928 by mikeash:
[Test] Adjust UIViewControllerAdditions to take individual nib files as- edit: test/stdlib/UIViewControllerAdditions.swift
-
Commit ce3aff12da2821314b6555c6ff98de4abeaa5cdc by mike.munday:
[Basic] Always serialize integers in little-endian byte order- edit: include/swift/Basic/ExponentialGrowthAppendingBinaryByteStream.h
- edit: include/swift/Basic/ByteTreeSerialization.h
- edit: unittests/Basic/ExponentialGrowthAppendingBinaryByteStreamTests.cpp
- edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
- edit: tools/swift-syntax-test/swift-syntax-test.cpp
-
Commit 5cddc40335940322dd163488e4ffd5d8c44936d5 by github:
Diagnose missing expr in non-void single-expr func. [52025782] (#25802)- edit: include/swift/AST/Expr.h
- edit: include/swift/AST/AnyFunctionRef.h
- edit: lib/AST/Expr.cpp
- edit: test/Parse/omit_return_fail.swift
- edit: lib/Sema/TypeCheckStmt.cpp
-
Commit ba8996777b08af274b39a67ccec46010dd91a9d1 by mikeash:
[Swift] Accommodate the change to multiple runtime library paths.- edit: source/Symbol/SwiftASTContext.cpp
-
Commit 536acc7afd6e60400bcb14f4cd2abd5aa20e65fd by mikeash:
[Swift] Accommodate the change to multiple runtime library paths.- edit: source/Symbol/SwiftASTContext.cpp
-
Commit 74dd60115ba19221ac69a24293837d37cdf5f856 by apl:
[Core] Generalize ValueObject::IsRuntimeSupportValue- edit: source/Symbol/Function.cpp
- edit: source/Target/CPPLanguageRuntime.cpp
- edit: source/Target/ObjCLanguageRuntime.cpp
- edit: source/Core/ValueObject.cpp
- edit: include/lldb/Target/LanguageRuntime.h
- edit: include/lldb/Target/CPPLanguageRuntime.h
- edit: include/lldb/Target/ObjCLanguageRuntime.h
- edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
-
Commit 99ac258e2c8cf521f0c07254e19ffae7a9ed3268 by apl:
Implement IsWhitelistedRuntimeValue for Swift- edit: source/Target/SwiftLanguageRuntime.cpp
- edit: include/lldb/Target/SwiftLanguageRuntime.h
-
Commit a82faa7f0216edd5103d2511a3239fb899aa7e23 by compnerd:
TestFoundation: constructFileHandle
properly on Windows- edit: TestFoundation/TestFileHandle.swift
-
Commit 64aa5e3a29184b56e20f7fe0cf144fe5784510e1 by gwen.mittertreiner:
Always Handle Broken Pipes on Windows- edit: Foundation/FileHandle.swift