Report
[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#3409]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/3409/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Thu, 30 May 2019 00:10:03 -0500
Build duration:
2 hr 42 min
Changes
-
Commit 2a84f95a98548f80c4b25ce5ceb326adc667a48b by dmbryson:
[BuildSystem] Properly hold lock when releasing executionQueue- edit: lib/BuildSystem/BuildSystem.cpp
-
Commit 1cc25b98c7a6c3bf11f8e63342fb23999b9c9241 by alaferriere:
Support unavailable and obsoleted attributes on extensions- edit: lib/AST/Attr.cpp
-
Commit 9e1907a2ed2678c2b1994dbd4b2355db9f7fc64f by jgroff:
Introduce a backward-deployment library for SR-10600.- edit: stdlib/public/CMakeLists.txt
- edit: stdlib/public/runtime/Metadata.cpp
- add: stdlib/public/Compatibility50/ProtocolConformance.cpp
- add: stdlib/public/Compatibility50/Overrides.h
- add: test/Interpreter/SR-10600.swift
- add: stdlib/public/Compatibility50/CMakeLists.txt
- edit: stdlib/public/runtime/Private.h
- add: stdlib/public/Compatibility50/Overrides.cpp
-
Commit 67798cdcf3d413615fc6430303d94ee4f2922b53 by alaferriere:
Update tests to check unavailable and obsoleted attributes on extensions- edit: test/attr/attr_availability_osx.swift
- edit: test/attr/attr_availability_swift.swift
-
Commit 9b59ec54b2bf7f507e3a006f6fcf225afbadb127 by alaferriere:
Allow the use of unavailable types from unavailable code- edit: lib/Sema/TypeCheckAvailability.cpp
- edit: test/attr/attr_availability.swift
-
Commit 2a2d40d870944037f2e802ae91f713a7314fe315 by jgroff:
Driver: Link against compatibility library for deploying back to Swift- edit: include/swift/Option/Options.td
- edit: lib/Driver/DarwinToolChains.cpp
- edit: validation-test/stdlib/MicroStdlib/Inputs/RuntimeStubs.c
-
Commit 87e8627f2dc3df4df4b018c9ee3c8ac50c3d5b19 by cbrough:
[5.1] Upgrade PCMacro/PlaygroundTransform to support module/file IDs- add: test/PlaygroundTransform/Inputs/PlaygroundModuleAndFileIDs.swift
- edit: test/PlaygroundTransform/nested_function.swift
- edit: test/PCMacro/mutation.swift
- edit: test/PCMacro/elseif.swift
- edit: test/PlaygroundTransform/implicit_return_init_nil.swift
- edit: test/PCMacro/pc_and_log.swift
- edit: test/PlaygroundTransform/high_performance.swift
- add: test/PCMacro/module_file_id.swift
- edit: test/PlaygroundTransform/implicit_return_func_binaryoperation_args.swift
- edit: test/PlaygroundTransform/plus_equals.swift
- add: test/PlaygroundTransform/module_file_id.swift
- edit: test/PlaygroundTransform/implicit_return_func_stringliteral.swift
- edit: lib/Sema/PlaygroundTransform.cpp
- edit: test/PlaygroundTransform/array_in_struct.swift
- edit: test/PlaygroundTransform/generics.swift
- edit: test/PlaygroundTransform/print.swift
- edit: lib/Frontend/Frontend.cpp
- edit: test/IRGen/playground.swift
- edit: test/PCMacro/defer.swift
- edit: test/PCMacro/else.swift
- edit: test/PlaygroundTransform/mutation.swift
- edit: test/PCMacro/nested_function.swift
- edit: test/PCMacro/didset.swift
- edit: test/PCMacro/Inputs/SilentPlaygroundsRuntime.swift
- edit: test/PlaygroundTransform/empty-tuple.swift
- edit: test/PlaygroundTransform/init.swift
- edit: test/PCMacro/plus_equals.swift
- edit: test/PCMacro/func_decls.swift
- edit: test/PlaygroundTransform/implicit_return_var_intliteral.swift
- edit: test/PlaygroundTransform/declarations.swift
- edit: test/PCMacro/getset.swift
- edit: test/PCMacro/switch.swift
- edit: test/PCMacro/for.swift
- edit: test/PCMacro/init.swift
- edit: lib/Sema/InstrumenterSupport.cpp
- edit: test/PlaygroundTransform/defer.swift
- edit: test/PCMacro/func_throw_notype.swift
- edit: test/PlaygroundTransform/implicit_return_func_is.swift
- edit: test/PlaygroundTransform/Inputs/PlaygroundsRuntime.swift
- edit: test/PlaygroundTransform/do.swift
- edit: lib/Sema/InstrumenterSupport.h
- edit: test/PCMacro/Inputs/PCMacroRuntime.swift
- edit: test/PlaygroundTransform/bare_value.swift
- edit: test/PlaygroundTransform/array.swift
- edit: test/PlaygroundTransform/do-catch.swift
- edit: test/PlaygroundTransform/disable_transform_only.swift
- edit: test/PlaygroundTransform/implicit_return_subscript_chain.swift
- edit: test/PCMacro/if.swift
- edit: lib/Sema/PCMacro.cpp
- edit: test/PlaygroundTransform/control-flow.swift
- edit: test/PCMacro/operators.swift
- edit: test/PlaygroundTransform/Inputs/SilentPCMacroRuntime.swift
- edit: test/PlaygroundTransform/array_did_set.swift
- add: test/PCMacro/Inputs/PlaygroundModuleAndFileIDs.swift
-
Commit 6164f5bd2af7661f676bbaa5d3c6268a49c09c6c by dungar:
Add TrailingAngleBrackLoc to EditorPlaceholder for upcoming scope code.- edit: include/swift/AST/Expr.h
- edit: lib/Parse/ParseExpr.cpp
- edit: test/Parse/source_locs.swift
- edit: lib/AST/ASTDumper.cpp
-
Commit 01fc3fe89324b088c3b1aeeb9ab37bfda4fa2784 by github:
Refactor CaseIterableTests- edit: test/stdlib/CaseIterableTests.swift
-
Commit 770bba91bd57e4487045d2b1963df7f8bfa2942c by danielrodriguez:
[android] Fix Bionic modulemap file syntax.- edit: stdlib/public/Platform/bionic.modulemap.gyb
-
Commit df721bd67fdac3c75eda6193a93e03598c41163a by kyrtzidis:
[CMake] Fix linker issue when doing a parser-lib only build- edit: lib/Basic/CMakeLists.txt
- edit: utils/build-parser-lib
-
Commit 7e646847c7e0e1c3b6878f1abc1b0f6ad75c155d by aschwaighofer:
SILGen: Add an option to disable the previous implementation inside of- edit: include/swift/Option/FrontendOptions.td
- add: test/Interpreter/Inputs/dynamic_replacement_without_previous_calls2.swift
- edit: test/SILGen/dynamically_replaceable.swift
- edit: lib/SILGen/SILGenApply.cpp
- edit: include/swift/AST/SILOptions.h
- add: test/Interpreter/dynamic_replacement_without_previous_calls.swift
- add: test/Interpreter/Inputs/dynamic_replacement_without_previous_calls1.swift
- edit: lib/Frontend/CompilerInvocation.cpp
-
Commit ed097f865cf7b303d415ad9bcf1aaa4c2ccfec69 by dungar:
Compute instead of store trailing angle bracket location.- edit: include/swift/AST/Expr.h
- edit: test/Parse/source_locs.swift
- edit: lib/Parse/ParseExpr.cpp
-
Commit 1e423063e7bcf732ae969cac15ac830d44a12fbc by spestov:
Re-enable test/Interpreter/subclass_existentials on optimized builds- edit: test/Interpreter/subclass_existentials.swift
-
Commit 9468eddc52efac93d044a289388e25ace6848760 by dgregor:
[SE-0258] Make sure we add accessors to backing storage in classes.- edit: test/SILGen/property_delegates.swift
- edit: lib/Sema/CodeSynthesis.cpp
-
Commit ec1ab21325f3903364fc8a4ee87888aae36f049f by mgottesman:
[build-script-impl] When skipping building LLVM in toolchain only mode,- edit: utils/build-script-impl
-
Commit 1069fc2c44e8bfc0c354f7ba5bfd5856d9b449f8 by github:
Revert "Support unavailable and obsoleted attributes on extensions"- edit: test/attr/attr_availability.swift
- edit: lib/AST/Attr.cpp
- edit: test/attr/attr_availability_swift.swift
- edit: test/attr/attr_availability_osx.swift
- edit: lib/Sema/TypeCheckAvailability.cpp
-
Commit c83ec17f0d91155f763bc47ae76be3c8a36ec31b by danielrodriguez:
[test] Mark SR-10600.swift as executable.- edit: test/Interpreter/SR-10600.swift
-
Commit b57599f9b775142e6756c5695141204974e3f4af by github:
Add instructions for Theia Cloud IDE- edit: Editors/README.md
-
Commit eb8ea967ba934e5602b9d445d2589d91ab52bdd6 by danki99:
Implement document symbol request- edit: Sources/LanguageServerProtocol/ServerCapabilities.swift
- edit: Sources/SourceKit/sourcekitd/SwiftSourceKitFramework.swift
- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- edit: Sources/LanguageServerProtocol/Messages.swift
- add: Sources/LanguageServerProtocol/DocumentSymbol.swift
-
Commit 550e3768ae9e26631a4f34912ae143f944a3362e by danki99:
Add DocumentSymbol tests and some missing symbol kinds- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- add: Tests/SourceKitTests/DocumentSymbolTests.swift
- edit: Sources/LanguageServerProtocol/ClientCapabilities.swift
-
Commit 9e1e493e74d18a90ad324c4de5cc1b03852e1828 by danki99:
Set syntactic_only to avoid unnecessary work, and mangle the name- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
-
Commit f0391f6dcae639dac5e3507433d2034a3853ccbf by danki99:
refactor symbolKind(sourcekitSymbolKind:) to sourcekitd_uid_t extension- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- edit: Sources/LanguageServerProtocol/DocumentSymbol.swift
-
Commit a519e5a858f62758ef31458e7b268cf670ee39ae by danki99:
Mark Document Symbols as supported feature in README- edit: README.md
-
Commit 2aca72290f3c7dff1dfcaab4b7da79336ae67794 by blangmuir:
[vscode] Update dependency on vscode module- edit: Editors/vscode/package-lock.json
- edit: Editors/vscode/package.json
-
Commit 26bb4b7dfad8ec2f5e2fc2ea3d6807716d2d943e by github:
Update README.md- edit: Editors/README.md
-
Commit 125cf2d405d0e3cf928a39678e9df3965a6de6d2 by danki99:
Update the linux tests- edit: Tests/SourceKitTests/XCTestManifests.swift
-
Commit 7d1284e0d73b592b13712cc9a9a937ab8ef655b9 by nhawes:
[SourceKitStressTester] Write sourcekitd responses out to disk- edit: SourceKitStressTester/Sources/SwiftCWrapper/FailFastOperationQueue.swift
- edit: SourceKitStressTester/Sources/SwiftCWrapper/SwiftCWrapper.swift
- edit: SourceKitStressTester/Tests/SwiftCWrapperToolTests/SwiftCWrapperToolTests.swift
- edit: SourceKitStressTester/Sources/SwiftCWrapper/StressTestOperation.swift
-
Commit a55468d536711befbe457663faaf25dd939cde9a by nhawes:
[SourceKitStressTester] Sort code completion response data when dumping- edit: SourceKitStressTester/Sources/StressTester/StressTester.swift
-
Commit 1a35ac7a98348dcbf79a436701a59087be15fa6d by jgroff:
Don't link runtime compatibility library in pure Clang targets.- edit: Tests/BuildTests/BuildPlanTests.swift
- edit: Sources/Build/BuildPlan.swift
- edit: Sources/PackageModel/ResolvedModels.swift
-
Commit c238d6998f2312c189b8b079732242fc2bab0916 by cbrough:
[5.1] Update the Playgrounds interface to conform with Swift- edit: packages/Python/lldbsuite/test/lang/swift/playgrounds/PlaygroundsRuntime.swift
- edit: packages/Python/lldbsuite/test/lang/swift/playgrounds-repl/two_valid_inputs/PlaygroundsRuntime.swift
- edit: packages/Python/lldbsuite/test/lang/swift/playgrounds-repl/last_line_assignment_log/PlaygroundsRuntime.swift
- edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp
- edit: packages/Python/lldbsuite/test/lang/swift/playgrounds-repl/long_loops/PlaygroundsRuntime.swift
- edit: packages/Python/lldbsuite/test/lang/swift/playgrounds-repl/invalid_input/PlaygroundsRuntime.swift
- edit: packages/Python/lldbsuite/test/lang/swift/playgrounds-repl/old_playground/PlaygroundsRuntime.swift
-
Commit 5700efb7985b3e1fc2d5e4ebeacefcdf62c01543 by compnerd:
build: only search for the needed python type- edit: cmake/modules/LLDBConfig.cmake