swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#2777]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2777/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Mon, 17 Dec 2018 19:53:51 -0600
Build duration:
2 hr 43 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Changes
-
Commit 38e5158e1726a00284a4e7875d22a10e1441efc8 by jake.petroules:
Make a couple of our enumerations string-convertible for diagnostics
-
edit: products/llbuildSwift/BuildSystemBindings.swift
-
Commit 4cf520b50978e41d4ecad234caf721a9c3039e0a by jake.petroules:
Rename Compile to Compiling to fix the tense
-
edit: lib/BuildSystem/BuildSystem.cpp
-
edit: tests/SwiftBuildTool/swift-compiler.swift-build
-
edit: tests/SwiftBuildTool/swift-compiler-whole-module-optimization.swift-build
-
Commit ff5a8009fab2799473f5794358802e8fef531a14 by rajbarik:
Refactor SILCombiner to build ConcreteExistentialInfo using an Uniform
-
edit: lib/SILOptimizer/SILCombiner/SILCombiner.h
-
edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
-
Commit d77801abaf19090dc7d7e0ead30844d9f62674c0 by compnerd:
test: define and use %target-rpath
-
edit: test/lit.cfg
-
edit: test/Interpreter/dynamic_replacement_chaining.swift
-
edit: test/Interpreter/conditional_conformances_modules.swift
-
edit: test/multifile/multiconformanceimpls/main.swift
-
edit: test/Interpreter/protocol_resilience.swift
-
edit: test/Interpreter/dynamic_replacement.swift
-
edit: test/attr/attr_implements_serial.swift
-
edit: test/Interpreter/global_resilience.swift
-
edit: test/Interpreter/objc_class_resilience.swift
-
edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
-
edit: test/Interpreter/SDK/objc_getClass.swift
-
edit: test/Interpreter/enum_resilience.swift
-
edit: test/Interpreter/resilient_metadata_cycles.swift
-
edit: test/Interpreter/class_resilience.swift
-
edit: test/Interpreter/struct_resilience.swift
-
Commit 1d48a37c0e4741b5647916fd295ca784c73f5ca9 by dave:
[Sema] ReturnStmt must be ImplicitConversionExpr aware
-
edit: lib/Sema/TypeCheckStmt.cpp
-
Commit aa5dc6c77af3c61eccbef2d14512b222565a8e08 by dgregor:
[AST] Use a proper “empty key” encoding for CanType in DenseMaps.
-
edit: include/swift/AST/Type.h
-
edit: include/swift/AST/Types.h
-
Commit df5712d1fd16cd9c97bdae6b99957cc8c50ef72e by compnerd:
platform: widen winsdk modulemap
-
edit: stdlib/public/Platform/winsdk.modulemap
-
Commit 9f61301855003942abed39bcfd7d788e3361d2e6 by dgregor:
[Name lookup] Enable shadowing for type lookup and of the Swift module.
-
add: test/NameBinding/Inputs/HasResult.swift
-
edit: lib/AST/NameLookup.cpp
-
add: test/NameBinding/stdlib_shadowing.swift
-
Commit fc7eb0d3b600f63ae3a8de3db8e7ac2342c0259a by dgregor:
[AST] Pull GenericSignature::ResolvedType definition into a header.
-
add: lib/AST/GenericSignatureBuilderImpl.h
-
edit: lib/AST/GenericSignatureBuilder.cpp
-
Commit a2a663c9a9840500da1cfebbfff77cedadc0170b by dgregor:
[Name lookup] Narrow shadowing to non-member types.
-
add: test/NameBinding/Inputs/MemberTypesInClasses.swift
-
edit: lib/AST/NameLookup.cpp
-
add: test/NameBinding/member_type_shadowing.swift
-
Commit bbe3aa7e7021d922371d77f3a48e4430feaba9c8 by dgregor:
[AST] Improve canonicalization using dependent member types.
-
edit: lib/AST/GenericSignature.cpp
-
Commit 69c9fbc3c8941d64ec1aa5f0edfa4dd0d5819de5 by dgregor:
Move SIMD operators back into the Swift standard library
-
edit: validation-test/Sema/type_checker_perf/fast/simd_add.gyb
-
edit: stdlib/public/Darwin/simd/simd.swift.gyb
-
edit: stdlib/public/core/SIMDVector.swift
-
edit: stdlib/public/Darwin/MediaPlayer/CMakeLists.txt
-
edit: stdlib/public/Darwin/simd/Quaternion.swift.gyb
-
edit: stdlib/public/SIMDOperators/Operators.swift
-
Commit ad17e8a3abd69de52fa303bfe530154b99165af7 by dgregor:
[SIMD] Delete unnecessary comment on debugDescription.
-
edit: stdlib/public/core/SIMDVectorTypes.swift.gyb
-
Commit e21a96f4ab06a1e240d7e51ad72fab182d81ea0b by dgregor:
[SIMD] Update tests to reflect the SIMD operators in the standard
-
add: validation-test/Sema/type_checker_perf/slow/sr139.swift
-
edit: test/Constraints/tuple.swift
-
edit: test/Sema/complex_expressions.swift
-
Commit 73de196fb51da46654d12cb8f24b6628adb10fc5 by github:
[ParseableInterface] Accept no space after "swift-module-flags:"
-
edit: test/ParseableInterface/SmokeTest.swiftinterface
-
edit: lib/Frontend/ParseableInterfaceSupport.cpp
-
Commit fac90e8ae4aed360bbc0d4ba06f7c64ad0eb1c78 by github:
Use !canImport(ObjectiveC) instead of !os(macOS) (#1916)
-
edit: Sources/Workspace/InitPackage.swift
-
Commit 82a2376601b1ad6b1e9a27504778fb4bc2fd1129 by aprantl:
Make crashlog.py work when a .dSYM is present, but a binary is missing
-
edit: examples/python/crashlog.py
-
Commit 80d0e7ddcca6fb9bce1b01c3cc7d4e3f341b9418 by aprantl:
Make crashlog.py work or binaries with spaces in their names
-
edit: examples/python/crashlog.py
-
add: lit/Python/crashlog.test
-
Commit 18e28d33433e271838df1551ebc14db0b57e53e2 by ditaliano:
Fix lldb's macosx/heap.py cstr command.
-
add: lit/Heap/Inputs/cstr.c
-
edit: examples/darwin/heap_find/heap.py
-
add: lit/Heap/heap-cstr.test
-
Commit d390cbbe14fd8bd70a9087877a01c2e9e3fd54cf by danielrodriguez:
Fix NSString.substring returning an address.
-
edit: Foundation/NSString.swift
-
edit: TestFoundation/TestNSString.swift
-
Commit 2c065083c85054b70cdc3eeb5895fd56fd3ee3f2 by unknown:
Added overridden "description" method to NSNull to match Darwin's
-
edit: TestFoundation/main.swift
-
edit: TestFoundation/TestNSNull.swift
-
edit: Foundation/NSNull.swift
-
Commit a742bac2d03d35f094421af02543320413a22399 by compnerd:
CoreFoundation: handle LLP64 as LP64
-
edit: CoreFoundation/Base.subproj/CFSortFunctions.c
-
edit: CoreFoundation/Base.subproj/CFOverflow.h
-
edit: CoreFoundation/Base.subproj/CFUtilities.c
-
edit: CoreFoundation/RunLoop.subproj/CFMessagePort.c
-
edit: CoreFoundation/Base.subproj/CFRuntime.c
-
edit: CoreFoundation/Locale.subproj/CFNumberFormatter.c
-
edit: CoreFoundation/NumberDate.subproj/CFBigNumber.h
-
edit: CoreFoundation/NumberDate.subproj/CFNumber.c
-
edit: CoreFoundation/Base.subproj/CFPriv.h
-
edit: CoreFoundation/Collections.subproj/CFBasicHash.c
-
edit: CoreFoundation/PlugIn.subproj/CFBundle_Binary.c
-
edit: CoreFoundation/String.subproj/CFString.c
-
edit: CoreFoundation/Base.subproj/CFInternal.h
-
edit: CoreFoundation/Base.subproj/CFRuntime.h
-
edit: CoreFoundation/Parsing.subproj/CFBinaryPList.c
-
edit: CoreFoundation/Collections.subproj/CFData.c
-
edit: CoreFoundation/PlugIn.subproj/CFBundle.h
-
edit: CoreFoundation/PlugIn.subproj/CFBundle_Executable.c
-
edit: CoreFoundation/PlugIn.subproj/CFBundle_Grok.c
-
edit: CoreFoundation/NumberDate.subproj/CFBigNumber.c
-
edit: CoreFoundation/Base.subproj/SwiftRuntime/TargetConditionals.h
-
edit: CoreFoundation/StringEncodings.subproj/CFUniChar.c
-
edit: CoreFoundation/Parsing.subproj/CFOldStylePList.c
-
edit: CoreFoundation/String.subproj/CFString.h