Report
[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#3269]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/3269/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 26 Apr 2019 18:41:24 -0500
Build duration:
3 hr 14 min
Identified problems:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
- Timeout: This build was marked as FAIL because it timed out.
Changes
-
Commit 4c2df287a7f2334c8bd51762e280ae2f8890a559 by t.roughton:
[stdlib] Use String’s underlying UTF-8 view for Float parsing- edit: stdlib/public/core/FloatingPointParsing.swift.gyb
-
Commit 2f32778de4b892261218f9a2ee2cd94f90aec2ce by rajbarik:
Performance Benchmarking of ExistentialSpecializer- edit: benchmark/CMakeLists.txt
- add: benchmark/single-source/BucketSort.swift
- edit: benchmark/utils/main.swift
-
Commit a3e5ac17b828a3b0ac8307a29eeb95a529e7f02a by mikeash:
[Tests] XFAIL objc_class_resilience Category test on OS X 10.9.- edit: test/Interpreter/objc_class_resilience.swift
-
Commit 8fbd71c25e778c62a396522a111f02874878a0d4 by blangmuir:
[api-digester] Force lazy attribute calculations as workaround- edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
-
Commit 96abd3dcff7ef6dc1be07c87a4085e7b2e027de9 by ditaliano:
[build-script] Use --filter to implement --lldb-test-only-swift.- edit: utils/build-script-impl
-
Commit d6d918983c058b7cc7ac35c162ac9228b484d9de by ditaliano:
[lldb] Switch PR testing and build to use CMake by default.- edit: utils/build-script-impl
- edit: utils/build-presets.ini
- edit: utils/build_swift/driver_arguments.py
-
Commit 9c506fe435d8d4e462df1afe5bd3323910cdd312 by ditaliano:
[build-script] Fix defaults and unittests.- edit: utils/build_swift/tests/expected_options.py
- edit: utils/build_swift/driver_arguments.py
-
Commit 83b290438c6dcac727d708ad8342f466940c2ff3 by compnerd:
Windows: bridgeBOOL
toBool
- edit: lib/AST/ASTContext.cpp
- edit: stdlib/public/core/CompilerProtocols.swift
- add: test/SILGen/win_bool_bridging.swift
- edit: stdlib/private/SwiftPrivate/IO.swift
- edit: stdlib/private/StdlibUnittest/RaceTest.swift
- edit: include/swift/SIL/BridgedTypes.def
- edit: stdlib/public/Windows/WinSDK.swift
- add: test/Inputs/clang-importer-sdk/usr/include/winbool.h
- edit: lib/IRGen/GenClangType.cpp
- edit: lib/SILGen/SILGen.h
- edit: lib/SIL/Bridging.cpp
- edit: test/Inputs/clang-importer-sdk/usr/include/module.map
- edit: stdlib/private/SwiftPrivateThreadExtras/ThreadBarriers.swift
- edit: stdlib/private/SwiftPrivateLibcExtras/Subprocess.swift
- edit: lib/ClangImporter/ImportDecl.cpp
- edit: lib/ClangImporter/MappedTypes.def
- edit: lib/SILGen/SILGen.cpp
- edit: include/swift/AST/KnownIdentifiers.def
- edit: lib/SILGen/SILGenBridging.cpp
-
Commit 4dc72c7df9bffc41b93862f52830451ea691bc5a by scanon:
XFAIL the vImage test, as it's falling over for arm64.- edit: test/stdlib/Accelerate_vImage.swift
-
Commit ebb197930cb003763f976e58188eed73f404258a by ditaliano:
[build-script] Use a regex to match all the swift tests.- edit: utils/build-script-impl
-
Commit 61266657690e1f1106e293761de30c5fe4f22fdd by rishizaki:
[ASTPrinter] Print opaque type using ArchetypeType::getExistentialType()- edit: lib/AST/ASTPrinter.cpp
- add: test/IDE/print_opaque_result_type.swift
-
Commit 998830faa67385eb5ac6c1c1045b31ac0b12cb2d by jfbastien:
posix_spawn should retry upon EINTR- edit: lib/Support/Unix/Program.inc
-
Commit 51861fb0e1542e9b0ecaa9b24532b165a61ab193 by ahatanaka:
[ObjC][ARC] Let ARC optimizer bail out if the number of pointer states- add: test/Transforms/ObjCARC/opt-max-ptr-states.ll
- edit: lib/Transforms/ObjCARC/ObjCARCOpts.cpp
-
Commit 784e7cf8d67f98a86d227329f2d9299c5dbee039 by ahatanaka:
[ObjC][ARC] Check the basic block size before calling- add: test/Transforms/ObjCARC/contract-max-bb-size.ll
- edit: lib/Transforms/ObjCARC/ObjCARCContract.cpp
-
Commit 3d677cfed4853b6ffcacfea53c948b01776aa7a3 by mail:
[GlobalOpt] Swap the expensive check for cold calls with the cheap TTI- edit: lib/Transforms/IPO/GlobalOpt.cpp
-
Commit 21ef9108bbcbb93503577f171de03a774edd2852 by friss:
UN-XFail TestRegisters.py All bots should be running a recent enough- edit: packages/Python/lldbsuite/test/functionalities/register/register_command/TestRegisters.py
-
Commit 3f15ec7daea0eccb545816d134ea015ca5620f5d by hiron:
Fix: existing attributes are not replaced- edit: Foundation/XMLElement.swift
- edit: TestFoundation/TestXMLDocument.swift
-
Commit 81b1063574a13b89626040dc76587b7aac57fb8e by compnerd:
Foundation: update forBOOL
bridging- edit: Foundation/FileManager.swift
- edit: Foundation/Host.swift
- edit: Foundation/FileHandle.swift
- edit: TestFoundation/HTTPServer.swift
- edit: Foundation/Process.swift
- edit: Foundation/NSPathUtilities.swift
- edit: Foundation/FileManager+Win32.swift
- edit: Foundation/NSLock.swift
- edit: Foundation/Thread.swift
-
Commit ca967d77b704ec07e152557baf393755331d457c by novi.mad:
DateFormatter(and CFDateFormatter), Fix date string parse with Japanese- edit: TestFoundation/TestDateFormatter.swift
- edit: CoreFoundation/Locale.subproj/CFDateFormatter.c
-
Commit 1300d26a29a1f50a958a0f82af2101214379ea8e by si:
SR-9900: NSURLRequest .url differs between Darwin and Linux for relative- edit: Foundation/NSURLRequest.swift
- edit: TestFoundation/TestURLRequest.swift