Test Failure in SwiftPM:
/Users/buildnode/jenkins/workspace/oss-swift-4.1-incremental-RA-osx/swiftpm/Tests/FunctionalTests/MiscellaneousTests.swift:215: error: -[FunctionalTests.MiscellaneousTestCase testSecondBuildIsNullInModulemapGen] : XCTAssertTrue failed -
···
On Nov 9, 2017, at 3:02 PM, no-reply@swift.org wrote:
[FAILURE] oss-swift-4.1-incremental-RA-osx [#58]
Build URL: https://ci.swift.org/job/oss-swift-4.1-incremental-RA-osx/58/
Project: oss-swift-4.1-incremental-RA-osx
Date of build: Thu, 09 Nov 2017 16:06:54 -0600
Build duration: 54 min
Identified problems:Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1 <https://ci.swift.org//job/oss-swift-4.1-incremental-RA-osx/58/consoleFull#14047776963122a513-f36a-4c87-8ed7-cbc36a1ec144>
Tests:Name: Swift(macosx-x86_64)
Failed: 0 test(s), Passed: 10008 test(s), Total: 10008 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 524 test(s), Total: 524 test(s)Changes
Commit 7c915710981887006f3c5fb651ab5d4dca584294 by aprantl:
InstCombine: salvage the debug info of DCE'ed add instructions.edit: lib/Transforms/Utils/Local.cpp
add: test/Transforms/InstCombine/debuginfo_add.llCommit 30837b860f73bdcf9ca47a12c1d8dbfd1d52c496 by aprantl:
Make DIExpression::createFragmentExpression() return an Optional.edit: lib/Transforms/Scalar/SROA.cpp
edit: lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
edit: lib/IR/DebugInfoMetadata.cpp
edit: lib/Transforms/IPO/GlobalOpt.cpp
add: test/DebugInfo/ARM/illegal-fragment.ll
edit: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
edit: include/llvm/IR/DebugInfoMetadata.hCommit 514f36c202197ccbcb89cb714964299837852102 by aprantl:
Preserve debug info when DAG-combinging (zext (truncate x)) -> (and x,edit: include/llvm/CodeGen/SelectionDAG.h
add: test/DebugInfo/AArch64/dagcombine-zext.ll
edit: lib/CodeGen/SelectionDAG/SelectionDAG.cpp
edit: lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
edit: lib/CodeGen/SelectionDAG/DAGCombiner.cpp