Report
[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#853]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/853/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Mon, 17 Dec 2018 17:56:55 -0600
Build duration:
2 hr 29 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/Interpreter/SDK/objc_getClass.swift
- edit: test/Interpreter/global_resilience.swift
- edit: test/Interpreter/resilient_metadata_cycles.swift
- edit: test/Interpreter/dynamic_replacement.swift
- edit: test/Interpreter/protocol_resilience.swift
- edit: test/Interpreter/enum_resilience.swift
- edit: test/Interpreter/class_resilience.swift
- edit: test/Interpreter/dynamic_replacement_chaining.swift
- edit: test/Interpreter/objc_class_resilience.swift
- edit: test/Interpreter/struct_resilience.swift
- edit: test/multifile/multiconformanceimpls/main.swift
- edit: test/Interpreter/conditional_conformances_modules.swift
- edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
- edit: test/lit.cfg
- edit: test/attr/attr_implements_serial.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/Types.h
- edit: include/swift/AST/Type.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.- edit: lib/AST/NameLookup.cpp
- add: test/NameBinding/Inputs/HasResult.swift
- 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/member_type_shadowing.swift
- edit: lib/AST/NameLookup.cpp
- add: test/NameBinding/Inputs/MemberTypesInClasses.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: stdlib/public/core/SIMDVector.swift
- edit: stdlib/public/SIMDOperators/Operators.swift
- edit: stdlib/public/Darwin/MediaPlayer/CMakeLists.txt
- edit: validation-test/Sema/type_checker_perf/fast/simd_add.gyb
- edit: stdlib/public/Darwin/simd/Quaternion.swift.gyb
- edit: stdlib/public/Darwin/simd/simd.swift.gyb
-
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- edit: test/Constraints/tuple.swift
- add: validation-test/Sema/type_checker_perf/slow/sr139.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
- add: lit/Heap/heap-cstr.test
- edit: examples/darwin/heap_find/heap.py
-
Commit d390cbbe14fd8bd70a9087877a01c2e9e3fd54cf by danielrodriguez:
Fix NSString.substring returning an address.- edit: TestFoundation/TestNSString.swift
- edit: Foundation/NSString.swift
-
Commit 2c065083c85054b70cdc3eeb5895fd56fd3ee3f2 by unknown:
Added overridden "description" method to NSNull to match Darwin's- edit: Foundation/NSNull.swift
- edit: TestFoundation/TestNSNull.swift
- edit: TestFoundation/main.swift
-
Commit a742bac2d03d35f094421af02543320413a22399 by compnerd:
CoreFoundation: handle LLP64 as LP64- edit: CoreFoundation/Base.subproj/CFInternal.h
- edit: CoreFoundation/PlugIn.subproj/CFBundle_Binary.c
- edit: CoreFoundation/Base.subproj/CFRuntime.c
- edit: CoreFoundation/String.subproj/CFString.h
- edit: CoreFoundation/String.subproj/CFString.c
- edit: CoreFoundation/Base.subproj/SwiftRuntime/TargetConditionals.h
- edit: CoreFoundation/PlugIn.subproj/CFBundle_Executable.c
- edit: CoreFoundation/PlugIn.subproj/CFBundle_Grok.c
- edit: CoreFoundation/Base.subproj/CFPriv.h
- edit: CoreFoundation/Parsing.subproj/CFOldStylePList.c
- edit: CoreFoundation/PlugIn.subproj/CFBundle.h
- edit: CoreFoundation/Base.subproj/CFUtilities.c
- edit: CoreFoundation/NumberDate.subproj/CFBigNumber.c
- edit: CoreFoundation/Base.subproj/CFOverflow.h
- edit: CoreFoundation/Collections.subproj/CFData.c
- edit: CoreFoundation/NumberDate.subproj/CFNumber.c
- edit: CoreFoundation/Collections.subproj/CFBasicHash.c
- edit: CoreFoundation/Locale.subproj/CFNumberFormatter.c
- edit: CoreFoundation/NumberDate.subproj/CFBigNumber.h
- edit: CoreFoundation/StringEncodings.subproj/CFUniChar.c
- edit: CoreFoundation/Base.subproj/CFSortFunctions.c
- edit: CoreFoundation/Parsing.subproj/CFBinaryPList.c
- edit: CoreFoundation/RunLoop.subproj/CFMessagePort.c
- edit: CoreFoundation/Base.subproj/CFRuntime.h