[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (main) #5723

# [FAILURE] oss-swift-package-linux-ubuntu-16_04 [#5723]

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/5723/
Project: oss-swift-package-linux-ubuntu-16_04
Date of build: Sun, 13 Dec 2020 02:18:45 -0600
Build duration: 1 hr 19 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:

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: test/stdlib/RangeTraps.swift
    • edit: stdlib/public/core/ClosedRange.swift
    • edit: stdlib/public/core/Range.swift
    • edit: validation-test/stdlib/Range.swift.gyb
  • 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/ClosedRange.swift
    • edit: stdlib/public/core/Range.swift
    • edit: stdlib/public/core/StringProtocol.swift
    • edit: stdlib/public/core/StringStorageBridge.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/StringObject.swift
    • edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
  • Commit 2ee6b704026a5ff9b74e75b10fd0305ba71be31b by jgroff:

    Integrate ObjC interop intrinsics with task runtime.

    • edit: stdlib/public/Concurrency/Task.cpp
    • edit: stdlib/public/Concurrency/Task.swift
  • Commit 94a7eeebe55cbf2cbfd553b5de76a2eedaaae01d by klorentey:

    [stdlib] Document sources of code bloat

    • edit: stdlib/public/core/UnsafeBufferPointer.swift.gyb
    • edit: stdlib/public/core/ClosedRange.swift
    • edit: stdlib/public/core/Range.swift
  • 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
  • Commit a693f4d7cbbc77aff1f05e6e8910de10ed2c92ca by rauhul:

    Add support and tests for URLComponents.percentEncodedQueryItems

    • edit: Sources/Foundation/URLComponents.swift
    • edit: Sources/Foundation/NSURL.swift
    • edit: Tests/Foundation/Tests/TestURLComponents.swift

New issue found!