[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (swift 5.0) #241

Report

[FAILURE] oss-swift-5.0-package-linux-ubuntu-16_04 [#241]

Build URL:
https://ci.swift.org/job/oss-swift-5.0-package-linux-ubuntu-16_04/241/
Project:
oss-swift-5.0-package-linux-ubuntu-16_04
Date of build:
Thu, 24 Jan 2019 17:48:20 -0600
Build duration:
1 hr 12 min

Changes

  • Commit 628cdfa08afb1068a2166c54823bfc54c4b5756b by jake.petroules:
    Windows: Implemented the Remaining TODOs

    • edit: lib/Commands/NinjaBuildCommand.cpp
    • edit: lib/Basic/PlatformUtility.cpp
    • edit: unittests/CAPI/BuildSystem-C-API.cpp
    • edit: include/llbuild/Basic/PlatformUtility.h
    • edit: lib/Commands/BuildSystemCommand.cpp
  • Commit 73c564ac742cfbb6de8d6de9e1b9b31477f235fc by dgregor:
    [Name lookup] Implement name shadowing rule for Data.withUnsafeBytes.

    • add: test/NameBinding/nio_shadowing.swift
    • edit: lib/AST/NameLookup.cpp
    • add: test/NameBinding/Inputs/NIOFoundationCompat.swift
  • Commit 79f527df94b689058078055a012121bd41ed7bf3 by jake.petroules:
    Rename Utility to SPMUtility

    • edit: Tests/FunctionalTests/SwiftPMXCTestHelperTests.swift
    • edit: Sources/Commands/SwiftRunTool.swift
    • edit: Tests/UtilityTests/VersionTests.swift
    • edit: Sources/PackageGraph/PackageGraphRoot.swift
    • edit: Sources/TestSupport/XCTAssertHelpers.swift
    • edit: Sources/TestSupport/Manifest.swift
    • edit: Tests/UtilityTests/SimplePersistenceTests.swift
    • edit: Tests/BasicTests/ProcessSetTests.swift
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: Sources/Build/ToolProtocol.swift
    • add: Sources/SPMUtility/Versioning.swift
    • delete: Sources/Utility/FSWatch.swift
    • add: Sources/SPMUtility/StringExtensions.swift
    • edit: Sources/Xcodeproj/pbxproj().swift
    • delete: Sources/Utility/ProgressAnimation.swift
    • delete: Sources/Utility/SimplePersistence.swift
    • add: Sources/SPMUtility/Verbosity.swift
    • edit: Tests/UtilityTests/InterruptHandlerTests.swift
    • delete: Sources/Utility/Diagnostics.swift
    • add: Sources/SPMUtility/ArgumentParserShellCompletion.swift
    • edit: Tests/XcodeprojTests/FunctionalTests.swift
    • add: Sources/SPMUtility/BuildFlags.swift
    • edit: Tests/FunctionalTests/MiscellaneousTests.swift
    • add: Sources/SPMUtility/ProgressAnimation.swift
    • edit: Sources/Xcodeproj/generate().swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
    • edit: Tests/BasicTests/PathShimTests.swift
    • edit: Tests/PackageGraphTests/DependencyResolverTests.swift
    • edit: Tests/XcodeprojTests/GenerateXcodeprojTests.swift
    • add: Sources/SPMUtility/CollectionExtensions.swift
    • edit: Tests/UtilityTests/PkgConfigParserTests.swift
    • delete: Sources/Utility/StringExtensions.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Tests/UtilityTests/StringConversionTests.swift
    • delete: Sources/Utility/URL.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Sources/PackageGraph/PackageGraphLoader.swift
    • edit: Sources/TestSupport/DiagnosticsEngine.swift
    • edit: Sources/PackageModel/Package.swift
    • add: Sources/SPMUtility/Process.swift
    • edit: Sources/TestSupport/FileSystemExtensions.swift
    • edit: Tests/FunctionalTests/ModuleMapTests.swift
    • edit: Tests/UtilityTests/CollectionTests.swift
    • add: Sources/SPMUtility/misc.swift
    • delete: Sources/Utility/ArgumentParserShellCompletion.swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Sources/SourceControl/RepositoryManager.swift
    • edit: Sources/TestSupport/MockManifestLoader.swift
    • edit: Sources/PackageGraph/DependencyResolver.swift
    • edit: Tests/FunctionalTests/VersionSpecificTests.swift
    • add: Sources/SPMUtility/SimplePersistence.swift
    • delete: Sources/Utility/Versioning.swift
    • edit: Sources/TestSupport/misc.swift
    • add: Sources/SPMUtility/Platform.swift
    • edit: Tests/PackageLoadingTests/PD4LoadingTests.swift
    • edit: Tests/PackageLoadingTests/ToolsVersionLoaderTests.swift
    • delete: Sources/Utility/Version.swift
    • edit: Sources/Workspace/CheckoutState.swift
    • edit: Sources/PackageModel/Sources.swift
    • edit: Sources/PackageModel/ToolsVersion.swift
    • edit: Sources/SourceControl/InMemoryGitRepository.swift
    • delete: Sources/Utility/Git.swift
    • delete: Sources/Utility/StringMangling.swift
    • edit: Sources/Workspace/UserToolchain.swift
    • edit: Tests/PackageGraphPerformanceTests/DependencyResolverPerfTests.swift
    • edit: Tests/PackageLoadingTests/PD4_2LoadingTests.swift
    • edit: Sources/Build/BuildDelegate.swift
    • edit: Sources/Workspace/Diagnostics.swift
    • edit: Sources/Workspace/Export.swift
    • edit: Sources/PackageLoading/Target+PkgConfig.swift
    • delete: Sources/Utility/ArgumentParser.swift
    • delete: Sources/Utility/Process.swift
    • edit: Sources/Commands/SwiftBuildTool.swift
    • edit: Sources/Build/BuildPlan.swift
    • edit: Sources/Build/Sanitizers.swift
    • edit: Sources/Workspace/PinsStore.swift
    • edit: Sources/TestSupport/TestWorkspace.swift
    • edit: Package.swift
    • edit: Tests/UtilityTests/ArgumentParserTests.swift
    • edit: Sources/Commands/Completions+zsh.swift
    • edit: Sources/Commands/WatchmanHelper.swift
    • edit: Tests/SourceControlTests/GitRepositoryTests.swift
    • edit: Sources/Commands/Error.swift
    • edit: Tests/FunctionalTests/CFamilyTargetTests.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Tests/PackageLoadingTests/PD5LoadingTests.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Tests/UtilityTests/StringTests.swift
    • edit: Sources/TestSupport/MockDependencyResolver.swift
    • edit: Sources/TestSupport/GitRepositoryExtensions.swift
    • edit: Sources/PackageLoading/PackageDescription4Loader.swift
    • edit: Sources/Workspace/ManagedDependency.swift
    • edit: Sources/PackageGraph/Pubgrub.swift
    • add: Sources/SPMUtility/FSWatch.swift
    • edit: Sources/PackageLoading/Diagnostics.swift
    • add: Sources/SPMUtility/PkgConfig.swift
    • delete: Sources/Utility/InterruptHandler.swift
    • edit: Sources/TestSupportExecutable/main.swift
    • edit: Sources/Workspace/Destination.swift
    • add: Sources/SPMUtility/ArgumentParser.swift
    • delete: Sources/Utility/Platform.swift
    • delete: Sources/Utility/Verbosity.swift
    • edit: Sources/TestSupport/MockDependencyGraph.swift
    • edit: Sources/Commands/Completions+bash.swift
    • edit: Tests/UtilityTests/ProgressAnimationTests.swift
    • edit: Tests/ExtraTests/Tests/ExtraTests/FSWatchTests.swift
    • edit: Tests/WorkspaceTests/PinsStoreTests.swift
    • edit: Sources/SourceControl/SwiftPMConfig.swift
    • add: Sources/SPMUtility/URL.swift
    • edit: Tests/FunctionalTests/ToolsVersionTests.swift
    • add: Sources/SPMUtility/Diagnostics.swift
    • add: Sources/SPMUtility/Git.swift
    • edit: Tests/FunctionalPerformanceTests/BuildPerfTests.swift
    • edit: Sources/Commands/SwiftTestTool.swift
    • delete: Sources/Utility/misc.swift
    • edit: Sources/Build/llbuild.swift
    • edit: Tests/BuildTests/IncrementalBuildTests.swift
    • delete: Sources/Utility/BuildFlags.swift
    • edit: Tests/SourceControlTests/InMemoryGitRepositoryTests.swift
    • delete: Sources/Utility/PkgConfig.swift
    • edit: Sources/TestSupport/SwiftPMProduct.swift
    • edit: Sources/PackageLoading/ToolsVersionLoader.swift
    • edit: Sources/Workspace/ToolsVersionWriter.swift
    • edit: Tests/UtilityTests/miscTests.swift
    • add: Sources/SPMUtility/Version.swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
    • delete: Sources/Utility/CollectionExtensions.swift
    • edit: Sources/Commands/Options.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Tests/PackageLoadingTests/PkgConfigTests.swift
    • add: Sources/SPMUtility/StringMangling.swift
    • edit: Sources/PackageModel/Manifest.swift
    • add: Sources/SPMUtility/InterruptHandler.swift
    • edit: Tests/ExtraTests/Package.swift

New issue found!