swift-ci
(Swift CI)
1
Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#5663]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/5663/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Mon, 24 Sep 2018 06:16:30 -0500
Build duration:
13 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Tests:
Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 9595 test(s), Total: 10831 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 501 test(s), Total: 501 test(s)
Changes
-
Commit 1848b3730074228613c76c48fe91585042b41789 by klorentey:
[stdlib] Add bitset constructs
-
edit: stdlib/public/core/CMakeLists.txt
-
edit: stdlib/public/core/GroupInfo.json
-
add: validation-test/stdlib/Bitset.swift
-
add: stdlib/public/core/Bitset.swift
-
Commit 376753e3a0e2e7e2471a171c416d6ac4552a60af by klorentey:
[stdlib] Hasher._Seed: Add internal typealias
-
edit: stdlib/public/core/Hasher.swift
-
Commit b95ba2507df833f8e172802f8057c0c5f5379288 by klorentey:
[stdlib] Add _HashTable implementing low-level hash table operations
-
add: stdlib/public/core/HashTable.swift
-
edit: stdlib/public/core/CMakeLists.txt
-
edit: stdlib/public/core/GroupInfo.json
-
Commit edb8a73203f08d2ceadf29bcd851b02bb8748f94 by klorentey:
[stdlib] Set, Dictionary: New storage classes for the empty singletons
-
edit: stdlib/public/core/Hashing.swift
-
edit: stdlib/public/SwiftShims/GlobalObjects.h
-
edit: stdlib/public/core/Dictionary.swift
-
edit: stdlib/public/stubs/GlobalObjects.cpp
-
edit: stdlib/public/core/Set.swift
-
Commit 19a6ca9ad2828dee13edbefbbbdab48a2f7453bb by klorentey:
[stdlib] Remove _UnsafeBitMap
-
edit: stdlib/public/core/Dictionary.swift
-
delete: validation-test/stdlib/UnsafeBitMap.swift
-
edit: stdlib/public/core/CMakeLists.txt
-
edit: stdlib/public/core/Set.swift
-
delete: stdlib/public/core/UnsafeBitMap.swift
-
edit: stdlib/public/core/GroupInfo.json
-
Commit 546c829491cb939a677c9c24edd12d82062a1904 by klorentey:
[stdlib] _makeCollectionDescription: Make internal
-
edit: stdlib/public/core/ArrayShared.swift
-
edit: stdlib/public/core/Set.swift
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 18ad79378f60108192a07ad3e7885ff6779c42ec by klorentey:
[stdlib] _stdlib_NSObject_isEqual: Make internal
-
edit: stdlib/public/core/Set.swift
-
edit: stdlib/public/core/Hashing.swift
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 86f64f552c6b46575051d19a43366d01166012a0 by klorentey:
[stdlib] GroupInfo.json: Make a Hashing group
-
edit: stdlib/public/core/GroupInfo.json
-
Commit 098275f3c7ad8b410e7bff2e8a959e6a9857bf3f by klorentey:
[stdlib] Clean up Set and Dictionary
-
edit: stdlib/public/core/ShadowProtocols.swift
-
edit: stdlib/public/SwiftShims/GlobalObjects.h
-
edit: stdlib/public/core/Set.swift
-
edit: stdlib/public/stubs/GlobalObjects.cpp
-
edit: stdlib/public/core/Hashing.swift
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 95d9fba1cc8c33f3f9b98488764eb71ab17f8d5e by klorentey:
[test] Update tests for Set/Dictionary changes
-
edit: validation-test/stdlib/Set.swift
-
edit: validation-test/stdlib/Dictionary.swift
-
edit: test/stdlib/Inputs/DictionaryKeyValueTypesObjC.swift
-
Commit 30805120e6db5ba0b32843d4aea0f14b78703ab8 by klorentey:
[stdlib] Dictionary: Describe mutatingFind(_:)
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 39d0ef17a2edd6c0935cc8bffa4080a7c87a34e0 by klorentey:
[stdlib] Dictionary: prepareForMutation(at:) ⟹
-
edit: stdlib/public/core/Dictionary.swift
-
Commit b4ab5a05f37eea82a2754d074cb395035ffb4f5e by klorentey:
[stdlib] Dictionary: Don’t use the allKeys property of bridged indices
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 7e5c6517abb12808f61a6d8d94c07680ecbdd20c by klorentey:
[stdlib] Dictionary: Attempt to work around ClosureSpecializer crash
-
edit: stdlib/public/core/Dictionary.swift
-
Commit ea6ffd3d91497878d19a8f1deea4b033d6725ff6 by klorentey:
[stdlib] Dictionary: Fix compilation on non-ObjC platforms
-
edit: stdlib/public/core/Dictionary.swift
-
Commit c3540de864d2e9c376105f5d22bab10e7ed4152f by klorentey:
[stdlib] Fix performance regression in Dictionary.Keys.contains(_:)
-
edit: stdlib/public/core/Dictionary.swift
-
Commit c19e20b4640699dd40e0984d3eecb98bfbc52f8e by klorentey:
[stdlib] Set, Dictionary: Make _HashTableDelegate implementations
-
edit: stdlib/public/core/Dictionary.swift
-
edit: stdlib/public/core/Set.swift
-
Commit 8366edd93df9c23081c70107efd653ba13d9dd1c by klorentey:
[stdlib] Set, Dictionary: Simplify variant processing
-
edit: stdlib/public/core/Set.swift
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 4421d1ea2d82b0837c2be153cbf09802c59c9ca5 by klorentey:
[stdlib] Dictionary: Speed up Keys.subscript for bridged dictionaries
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 778defac9315803d72fed701803dd81003106f0e by klorentey:
[stdlib] Set, Dictionary: Speed up insert/remove when there’s nothing to
-
edit: stdlib/public/core/Dictionary.swift
-
edit: stdlib/public/core/Set.swift
-
Commit 2094581c5c7f649a00052bd6ba50486dce85044e by klorentey:
[stdlib] Add missing calls to cocoaPath()
-
edit: stdlib/public/core/Set.swift
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 4e64931b7755480e28543cc1155f740d9903cda4 by klorentey:
[stdlib] Set.Iterator.next(): Work around compiler crash in non-ObjC
-
edit: stdlib/public/core/Set.swift
-
Commit 9b7ba7d47752e4d821cafade8c9c43bea5ec5e87 by klorentey:
[stdlib] Temporary workaround for issue fixed in #19444
-
edit: stdlib/public/core/Dictionary.swift
-
Commit e41a6f9f81b9325722a56eb3823c0c31415d4f8d by klorentey:
[stdlib] Dictionary.removeValue(forKey:): Fix typo.
-
edit: stdlib/public/core/Dictionary.swift
-
Commit a84ece7a26b64c026143bd671cf9415dac1986d3 by klorentey:
[stdlib] Bitset: Eliminate a trap that wasn’t optimized away
-
edit: stdlib/public/core/Bitset.swift
-
Commit 00bbf1bde35afce1377e43d3168d788310c9cd4a by klorentey:
[test] Fix flaky test
-
edit: validation-test/stdlib/Dictionary.swift
-
Commit 3c8ac887780c33188511c8d92edea2c3f6d4b2f4 by klorentey:
[stdlib] Remove _Bitset type for now
-
edit: stdlib/public/core/Bitset.swift
-
Commit 77dbc5b410f1e53c7d25b03f08505f6352bfaef0 by klorentey:
[test] Remove _Bitset tests
-
edit: validation-test/stdlib/Bitset.swift
-
Commit ace19fd1061147e627b9413668825964e4890dfb by klorentey:
[runtime] Fix layout of empty Set/Dictionary singletons
-
edit: stdlib/public/stubs/GlobalObjects.cpp
-
edit: stdlib/public/SwiftShims/GlobalObjects.h
-
Commit b2d4e801a4d896bc1425cd2fcca5810e75a3448a by klorentey:
[stdlib] Discourage CoW copying / rehashing from getting inlined
-
edit: stdlib/public/core/Set.swift
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 430a9f306452ce6b8274a4ab3427e393dcee17de by klorentey:
[stdlib] _BridgingHashBuffer: Fix memory management
-
edit: stdlib/public/core/Hashing.swift
-
edit: stdlib/public/core/Dictionary.swift
-
edit: stdlib/public/core/Set.swift
-
Commit ff882f4a06439d277ecbca38f15d33eb38dfb321 by klorentey:
[stdlib] Set, Dictionary: Sanitize @objc-ness for NSEnumerator members
-
edit: stdlib/public/core/Set.swift
-
edit: stdlib/public/core/Dictionary.swift
-
Commit 9ae572f83f9edbb62464bbe1ab62fa176a3bfdea by klorentey:
[stdlib] Dictionary: Remove workaround for rdar://problem/44612356
-
edit: stdlib/public/core/Dictionary.swift