swift-ci
(Swift CI)
1
# [FAILURE] swift-main-source-compat-suite-debug [#3710]
Build URL: https://ci.swift.org/job/swift-main-source-compat-suite-debug/3710/
Project: swift-main-source-compat-suite-debug
Date of build: Sun, 13 Dec 2020 06:59:47 -0600
Build duration: 6 min 6 sec
Identified problems:- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.
Changes- Commit 74a8254d402738cdb057df65c4ab8d06eb2398c7 by klorentey:
Make UBP nil/count checks debug-mode only
-
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
-
Commit 83c14bca9cf3fae99b3bc6ae8c739ac37ec1b759 by klorentey:
Make raw buffer nil/count checks debug-mode only
-
edit: stdlib/public/core/UnsafeRawBufferPointer.swift.gyb
-
Commit 90d58fef8c05861153654fafa96a0a63f4f3c20a by klorentey:
[stdlib] Encourage more inlining on String’s UTF-8 decoding fast path
-
edit: stdlib/public/core/String.swift
-
Commit 7f63b424965303ecfbea42404a720a96ddf063be by klorentey:
[test] ArrayTraps: Skip trap test on negative UBP counts in release builds
-
edit: validation-test/stdlib/ArrayTraps.swift.gyb
-
Commit c5c27c7c693aed45ad228d70755088474412da47 by klorentey:
[stdlib] Add a missing debug precondition to [Closed]Range.init(uncheckedBounds:)
-
edit: stdlib/public/core/Range.swift
-
edit: validation-test/stdlib/Range.swift.gyb
-
edit: stdlib/public/core/ClosedRange.swift
-
edit: test/stdlib/RangeTraps.swift
-
Commit d52cd8243afe9e54941a4de02590303c8114ef57 by klorentey:
[stdlib] Add a missing debug mode check to U*BP.init(rebasing:)
-
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
-
edit: stdlib/public/core/UnsafeRawBufferPointer.swift.gyb
-
Commit 27978d16b9530a7f5f2a40489d943a229445b418 by klorentey:
[stdlib] Eliminate an overflow check in U[M]BP.distance
-
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
-
Commit 2607428347bb53b9c3bb11bbbce705b15b6b8cca by klorentey:
[stdlib] U[M]RBP.count: Let the compiler assume that the result is nonnegative
-
edit: stdlib/public/core/UnsafeRawBufferPointer.swift.gyb
-
Commit 513a7d9e1904f0662e18b8af090c11a91e01c105 by klorentey:
[stdlib] Substring: Restore original Range paths
-
edit: stdlib/public/core/Substring.swift
-
Commit d1ef4c43862ac553335a5956496dc2fb8fab93c4 by klorentey:
[stdlib] Use [Closed]Range.init(_uncheckedBounds:) in more places
-
edit: stdlib/public/core/StringProtocol.swift
-
edit: stdlib/public/core/Range.swift
-
edit: stdlib/public/core/StringStorageBridge.swift
-
edit: stdlib/public/core/ClosedRange.swift
-
Commit 93368213cf09a2a95495cb4f75a35b7c11862ea0 by klorentey:
[stdlib] Don’t use unbound ranges (foo[…]) in String → Substring conversions
-
edit: stdlib/public/core/Substring.swift
-
Commit 282a1408dea2916d9f3594b4cacec8f5c0101b94 by klorentey:
[stdlib] U[R]BP: Restore compile-time condition lost with removed precondition
-
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
-
edit: stdlib/public/core/UnsafeRawBufferPointer.swift.gyb
-
Commit 1f92df093cc34874b7aa8152c99f32bdb152783b by klorentey:
[stdlib] Add an unsafe U[M]BP initializer to work around some inliner test failures
-
edit: stdlib/public/core/SmallString.swift
-
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
-
edit: stdlib/public/core/StringObject.swift
-
Commit 92ab19052a3e67e0ec29dd339890423584394faa by eeckstein:
DeadObjectElimination: don't remove a dead alloc_ref which has a store to a non-trivial property.
-
edit: lib/SILOptimizer/Transforms/DeadObjectElimination.cpp
-
edit: test/SILOptimizer/dead_alloc_elim.sil
-
Commit 2ee6b704026a5ff9b74e75b10fd0305ba71be31b by jgroff:
Integrate ObjC interop intrinsics with task runtime.
-
edit: stdlib/public/Concurrency/Task.swift
-
edit: stdlib/public/Concurrency/Task.cpp
-
Commit 94a7eeebe55cbf2cbfd553b5de76a2eedaaae01d by klorentey:
[stdlib] Document sources of code bloat
-
edit: stdlib/public/core/Range.swift
-
edit: stdlib/public/core/ClosedRange.swift
-
edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
-
Commit 1b1fae56ccae36ab0a92a51c8d07dec68915c747 by xi_ge:
Frontend: allow specifying only one module trace output path in batch mode
-
add: test/Frontend/batch_mode_missing_module_trace_output.swift
-
edit: lib/Frontend/ArgsToFrontendOutputsConverter.cpp