[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #762

Arnold Schwaighofer aschwaighofer at apple.com
Tue Nov 28 15:11:47 CST 2017


 module map file '/home/buildnode/jenkins/workspace/oss-swift-package-linux-ubuntu-16_04/swift-corelibs-libdispatch/dispatch/module.modulemap' not found

Those usually go away after a clean build?

> On Nov 28, 2017, at 1:10 PM, no-reply at swift.org wrote:
> 
> [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#762]
> 
> Build URL:	https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/762/ <https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/762/>
> Project:	oss-swift-package-linux-ubuntu-16_04
> Date of build:	Tue, 28 Nov 2017 14:30:32 -0600
> Build duration:	39 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-package-linux-ubuntu-16_04/762/consoleFull#14119581723122a513-f36a-4c87-8ed7-cbc36a1ec144>
> Changes
> 
> Commit a52b07faf8c2b07f310af1e5cdc58753e6d30298 by dave:
> [AST] NFC: Try to static_assert that ExtInfo and TypeBase agree
> 
> edit: lib/AST/ASTContext.cpp
> edit: include/swift/AST/Types.h
> 
> Commit 2c12c35b5b5b1c5d2477de68cf4af7ac38441ef0 by aschwaighofer:
> Disable test to unblock bot
> 
> edit: test/NameBinding/named_lazy_member_loading_swift_struct.swift
> 
> Commit 5eb830cf22d20986785acfc3ec356be54d1ee3e6 by jgroff:
> SIL: Correct handling of bridging casts with address-only types.
> 
> edit: lib/SILOptimizer/Utils/Local.cpp
> add: test/SILOptimizer/bridged_casts_folding.sil
> edit: test/SILOptimizer/bridged_casts_folding.swift
> 
> Commit 39e0a951b83e664b6e7fe69ca7ca9c6b89463f99 by dgregor:
> [stdlib] Make Optional, Array and Dictionary conditionally Equatable.
> 
> edit: stdlib/public/core/Arrays.swift.gyb
> edit: stdlib/public/core/Optional.swift
> edit: stdlib/public/core/HashedCollections.swift.gyb
> 
> Commit ba6f605d477f42df00b5d8a304fd3e1f7cfc54f6 by dgregor:
> Fix some tests due to Equatable Optional/Array/Dictionary change.
> 
> edit: test/Sema/enum_equatable_hashable.swift
> edit: test/expr/unary/selector/selector.swift
> edit: test/Parse/pointer_conversion.swift.gyb
> edit: test/Constraints/bridging.swift
> edit: test/Constraints/patterns.swift
> edit: test/stdlib/ArrayDiagnostics.swift
> edit: test/Parse/enum.swift
> edit: test/Sema/enum_equatable_conditional.swift
> edit: test/Sema/enum_raw_representable.swift
> edit: test/expr/unary/keypath/salvage-with-other-type-errors.swift
> 
> Commit 208b2c180c00d633ae780c4252e04dd0be909405 by dgregor:
> [XCTest overlay] Remove extraneous XCAssert(Not)Equal overloads.
> 
> edit: stdlib/public/SDK/XCTest/XCTest.swift
> 
> Commit 887ad4a380ae757090f787a67aa0a4ee8158137b by dgregor:
> ChangeLog entry for partial SE-0143 adoption for Optional, Array,
> 
> edit: CHANGELOG.md
> 
> Commit 5cc0d83db08457d6945c72da1481d8a1b397ebe8 by dave:
> [AST] NFC: Use NumExtInfoBits instead of the magic value
> 
> edit: include/swift/AST/Types.h
> 
> Commit f5989d2f6fa0bcbea59050682a5c5accf70cdb91 by github:
> [ClangImporter] Don't use instance methods to suppress class methods
> 
> edit: test/ClangImporter/Inputs/mirror_import_overrides_2.h
> edit: test/ClangImporter/mirror_import_overrides.swift
> edit: lib/ClangImporter/ImportDecl.cpp
> edit: test/ClangImporter/Inputs/mirror_import_overrides_1.h
> 
> Commit 0022ee4c1342fb4bf744c88d2a6e3e0934e67a54 by jonas:
> [llvm-dwarfdump] - Teach tool about few GNU call_sites constants.
> 
> edit: lib/DebugInfo/DWARF/DWARFDie.cpp
> edit: include/llvm/BinaryFormat/Dwarf.def
> add: test/tools/llvm-dwarfdump/X86/gnu_call_site.s
> 
> Commit b07d2e4dfdf30fae6dee7f2213e6850d62684227 by jonas:
> [llvm-dwarfdump] Display DW_AT_high_pc as absolute value
> 
> edit: test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
> edit: test/tools/llvm-dwarfdump/X86/gnu_call_site.s
> edit: test/tools/llvm-dwarfdump/X86/lookup.s
> edit: test/tools/llvm-dwarfdump/X86/form.test
> edit: lib/DebugInfo/DWARF/DWARFDie.cpp
> 
> Commit 3867e7ee708289ae39848199306e331affb5cacd by dgregor:
> Remove XCTAssert(Not)Equal overloads made obsolete by conditional
> 
> edit: Sources/XCTest/Public/XCTAssert.swift
> 
> Commit 6477b9fe68079b729a7b079c26da78bc6f8d4794 by me:
> [SR-5918] Add diagnostic error for duplicate product names
> 
> edit: Sources/PackageGraph/PackageGraphLoader.swift
> edit: Sources/PackageLoading/PackageBuilder.swift
> edit: Tests/PackageGraphTests/PackageGraphTests.swift
> 
> Commit 6570f94d3d5886337dd72afec047f48151edd7ee by david:
> Fix recursive constraint warnings
> 
> edit: Sources/Basic/OutputByteStream.swift
> 
> Commit 90699ff2750a2bf965bd18c09d6b68268e481450 by ankit_aggarwal:
> [SR-6049] Made FileSystem into a reference type to fix crash
> 
> edit: Sources/SourceControl/InMemoryGitRepository.swift
> edit: Tests/PackageGraphPerformanceTests/DependencyResolverPerfTests.swift
> edit: Tests/FunctionalTests/VersionSpecificTests.swift
> edit: Tests/FunctionalTests/ToolsVersionTests.swift
> edit: Tests/BasicTests/FileSystemTests.swift
> edit: Tests/WorkspaceTests/PinsStoreTests.swift
> edit: Tests/WorkspaceTests/WorkspaceTests.swift
> edit: Sources/Basic/FileSystem.swift
> edit: Tests/CommandsTests/PackageToolTests.swift
> edit: Tests/UtilityTests/SimplePersistenceTests.swift
> edit: Tests/WorkspaceTests/InitTests.swift
> 
> Commit 7243f891a291eb718bc7e6d5f5bf746f820c5252 by sakandur:
> Moving HTTPBodySource out of http folder and renaming to BodySource
> 
> edit: build.py
> add: Foundation/URLSession/BodySource.swift
> delete: Foundation/URLSession/http/HTTPBodySource.swift
> edit: Foundation/URLSession/http/TransferState.swift
> edit: Foundation/URLSession/http/HTTPURLProtocol.swift
> edit: Foundation.xcodeproj/project.pbxproj

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20171128/abfe7f1a/attachment.html>


More information about the swift-dev mailing list