Report
[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1380]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1380/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Wed, 01 May 2019 02:41:56 -0500
Build duration:
1 hr 31 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Swift Compile Error: Swift compiler error
Changes
-
Commit e348f6c5ecdbd49ac755da23955cc44dda6f4f3e by danielrodriguez:
[android] Make ADB push use sync if available.- edit: utils/android/adb/commands.py
- edit: utils/android/adb_push_built_products/main.py
-
Commit 3d9a28925ba311363f24e8e20e385671e4a3e2ca by apl:
[CMake] Modify swift_install_in_component to support cmake install- edit: tools/SourceKit/tools/complete-test/CMakeLists.txt
- edit: utils/api_checker/CMakeLists.txt
- edit: stdlib/public/SwiftShims/CMakeLists.txt
- edit: test/CMakeLists.txt
- edit: cmake/modules/SwiftManpage.cmake
- edit: cmake/modules/SwiftComponents.cmake
- edit: tools/libSwiftSyntaxParser/CMakeLists.txt
- edit: tools/driver/CMakeLists.txt
- edit: include/swift/SwiftRemoteMirror/CMakeLists.txt
- edit: tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt
- edit: tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
- edit: lib/Migrator/CMakeLists.txt
- edit: lib/Driver/CMakeLists.txt
- edit: tools/SourceKit/tools/sourcekitd-repl/CMakeLists.txt
- edit: lib/SwiftDemangle/CMakeLists.txt
- edit: utils/vim/CMakeLists.txt
- edit: utils/CMakeLists.txt
- edit: cmake/modules/AddSwift.cmake
- edit: docs/CMakeLists.txt
- edit: CMakeLists.txt
- edit: apinotes/CMakeLists.txt
- edit: stdlib/CMakeLists.txt
- edit: stdlib/public/runtime/CMakeLists.txt
- edit: stdlib/public/Platform/CMakeLists.txt
- edit: cmake/modules/SwiftSource.cmake
-
Commit a44ea132e02aa9090752cad50648ec86b3bfb423 by artem.dergachev:
[analyzer] SmartPtrModeling: Fix a null dereference.- edit: lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp
- edit: test/Analysis/smart-ptr.cpp
-
Commit a98dc4a4249fee7c50474d0af5a32228e03913d3 by artem.dergachev:
[analyzer] Treat functions without run-time branches as "small".- edit: lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
- edit: lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
- add: test/Analysis/inline-if-constexpr.cpp
- edit: include/clang/Analysis/CFG.h
- edit: unittests/Analysis/CFGTest.cpp
- edit: include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
- edit: lib/Analysis/CFG.cpp
-
Commit 31560b00427bb46c1338f838676157274d8cc861 by compnerd:
repl: correct linking againstlibdl
- edit: tools/repl/swift/CMakeLists.txt
-
Commit d515b3f29747e667db8c3377fae9dfd9650ae494 by ditaliano:
[SwiftASTContext] Only register the DWARF importer for the module- edit: include/lldb/Symbol/SwiftASTContext.h
- edit: source/Symbol/SwiftASTContext.cpp
-
Commit 7d25eb3e9eb127e4950e8d045e05ab255cf81ff2 by ditaliano:
[TestDWARFImporter] Remove a broken check.- edit: packages/Python/lldbsuite/test/lang/swift/dwarfimporter/C/TestSwiftDWARFImporterC.py
-
Commit 5319bae752de78d0865ecb52adfee957dd25d90f by aprantl:
Support local Swift variables called "self" that shadow the "self"- edit: include/lldb/Target/SwiftLanguageRuntime.h
- edit: source/Target/SwiftLanguageRuntime.cpp
- edit: source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp
- edit: packages/Python/lldbsuite/test/lang/swift/expression/weak_self/main.swift
- edit: source/Plugins/ExpressionParser/Swift/SwiftUserExpression.cpp