[swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #747
Michael Ilseman
milseman at apple.com
Fri May 19 12:32:20 CDT 2017
Might be addressed by Roman’s revert. Roman, did that land?
******************** TEST 'Swift(linux-x86_64) :: stdlib/ManagedBuffer.swift' FAILED ********************
Script:
--
rm -rf /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/swift-linux-x86_64/test-linux-x86_64/stdlib/Output/ManagedBuffer.swift.tmp && mkdir -p /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/swift-linux-x86_64/test-linux-x86_64/stdlib/Output/ManagedBuffer.swift.tmp && /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/swift-linux-x86_64/bin/swiftc -target x86_64-unknown-linux-gnu -module-cache-path '/tmp/swift-testsuite-clang-module-cache3hu1Ub' -swift-version 3 -module-cache-path '/tmp/swift-testsuite-clang-module-cache3hu1Ub' /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/swift/test/stdlib/ManagedBuffer.swift -o /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/swift-linux-x86_64/test-linux-x86_64/stdlib/Output/ManagedBuffer.swift.tmp/a.out -module-name main && /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/build/buildbot_linux/swift-linux-x86_64/test-linux-x86_64/stdlib/Output/ManagedBuffer.swift.tmp/a.out
--
Exit Code: 134
Command Output (stdout):
--
[ RUN ] ManagedBuffer.basic
[ OK ] ManagedBuffer.basic
[ RUN ] ManagedBuffer.ManagedBufferPointer/SizeValidation/TestmanagedBuffer
[ OK ] ManagedBuffer.ManagedBufferPointer/SizeValidation/TestmanagedBuffer
[ RUN ] ManagedBuffer.ManagedBufferPointer/SizeValidation/MyBuffer
[ OK ] ManagedBuffer.ManagedBufferPointer/SizeValidation/MyBuffer
[ RUN ] ManagedBuffer.ManagedBufferPointer
stdout>>> check failed at /home/buildnode/disk2/workspace/oss-swift-package-linux-ubuntu-14_04/swift/test/stdlib/ManagedBuffer.swift, line 194
stdout>>> 12 >= 13
[ FAIL ] ManagedBuffer.ManagedBufferPointer
[ RUN ] ManagedBuffer.isKnownUniquelyReferenced
[ OK ] ManagedBuffer.isKnownUniquelyReferenced
ManagedBuffer: Some tests failed, aborting
UXPASS: []
FAIL: ["ManagedBufferPointer"]
> On May 19, 2017, at 10:30 AM, no-reply at swift.org wrote:
>
> [FAILURE] oss-swift-package-linux-ubuntu-14_04 [#747]
>
> Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/747/ <https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/747/>
> Project: oss-swift-package-linux-ubuntu-14_04
> Date of build: Fri, 19 May 2017 09:49:26 -0700
> Build duration: 41 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:
> Indication 1 <https://ci.swift.org//job/oss-swift-package-linux-ubuntu-14_04/747/consoleFull#2106670488fca400bf-2f4a-462e-b517-e058d770b2d7>
> Changes
>
> Commit 3a621dda909b6d2b1ec985f781c40bc04b107aa8 by Ankit Aggarwal:
> [BuildSystem] Add missing switch case
>
> edit: lib/BuildSystem/ExternalCommand.cpp
>
> Commit 1686bbe7eeafb7292fa3a79b459adfddf0e9297b by Boris Buegling:
> Use `set` instead of `unordered_set`
>
> edit: lib/BuildSystem/BuildSystem.cpp
> edit: unittests/BuildSystem/BuildSystemTaskTests.cpp
>
> Commit 368847b5c7581b9024347f0a73fc83eb6d9866a8 by Max Moiseev:
> [stdlib] Providing fixits for IntMax and UIntMax
>
> edit: stdlib/public/core/Integers.swift.gyb
>
> Commit 3fcd6f40c8c4f00108c9af1a142439b2b62da0c9 by Roman Levenstein:
> [sil-inliner] Respect the @inline(__always) and @_transparent even if
>
> edit: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp
> edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
>
> Commit 116581f2c53fe2bf41a29181b0598838eb3b1f53 by Roman Levenstein:
> [sil-inliner] Transparent functions should be inlined by the performance
>
> edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
>
> Commit 96672b64efe5725ea0bb7044d8bed74266677218 by Roman Levenstein:
> [sil-inliner] Update tests for the inlining of generics
>
> edit: test/SILOptimizer/inline_generics.sil
> edit: test/SILGen/collection_cast_crash.swift
> edit: test/SILOptimizer/performance_inliner.sil
>
> Commit eed79dd7f43c78815623306c7fb53c72ace23dfb by practicalswift:
> [swiftc (35 vs. 5527)] Add crasher in
>
> add: validation-test/compiler_crashers/28753-conforms-equivclass-conformsto-end.swift
>
> Commit 2e47272ad3f576009380435532b2fbb8459ec457 by github:
> [PrintAsObjC] Don't warn about inferred '@objc' in Swift 3 mode. (#9756)
>
> edit: test/PrintAsObjC/swift3_deprecated_objc_inference.swift
> edit: lib/PrintAsObjC/PrintAsObjC.cpp
>
> Commit 8efc47fbaefba89428e5e18f60014a962c4b6753 by Arnold Schwaighofer:
> IRGen: Fix Objective-C class allocation path
>
> edit: lib/IRGen/GenObjC.cpp
> edit: test/IRGen/objc_alloc.sil
> edit: lib/IRGen/GenClass.cpp
> edit: lib/IRGen/GenObjC.h
>
> Commit a081b0eebc7406e1db9cc2a37eace2a7b854a572 by Daniel Dunbar:
> [Xcodeproj] Assign stable object IDs to critical objects.
>
> edit: Sources/Xcodeproj/pbxproj().swift
> edit: Sources/Xcodeproj/XcodeProjectModel.swift
> edit: Sources/Xcodeproj/XcodeProjectModelSerialization.swift
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170519/b5497eff/attachment.html>
More information about the swift-dev
mailing list