Build Information
Failed to build TaylorTorch, reference main (442b73), with Swift 6.1 for Android on 16 Dec 2025 03:23:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pedronahum/TaylorTorch.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pedronahum/TaylorTorch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 442b734 Linux fixes for Pytorch linking (#2)
Cloned https://github.com/pedronahum/TaylorTorch.git
Revision (git rev-parse @):
442b734b07d6e88c53c1ee736e46f7d731d9b534
SUCCESS checkout https://github.com/pedronahum/TaylorTorch.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pedronahum/TaylorTorch.git
https://github.com/pedronahum/TaylorTorch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-numerics-differentiable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/differentiable-swift/swift-numerics-differentiable"
}
],
"manifest_display_name" : "TaylorTorch",
"name" : "TaylorTorch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Torch",
"targets" : [
"Torch"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MNISTExample",
"targets" : [
"MNISTExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "ANKIExample",
"targets" : [
"ANKIExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "KARATEExample",
"targets" : [
"KARATEExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "ATenCXXDoctests",
"targets" : [
"ATenCXXDoctests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TorchTests",
"module_type" : "SwiftTarget",
"name" : "TorchTests",
"path" : "Tests/TorchTests",
"product_dependencies" : [
"RealModuleDifferentiable"
],
"sources" : [
"ActivationModulesTests.swift",
"BatchNormTests.swift",
"Conv2DAndPoolingTests.swift",
"DenseTests.swift",
"DropoutTests.swift",
"GroupNormTests.swift",
"LayerNormTests.swift",
"LinearLayerTests.swift",
"LossTests.swift",
"SequentialLayerTests.swift",
"ShapeTinyLayersTests.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "test"
},
{
"c99name" : "Torch",
"module_type" : "SwiftTarget",
"name" : "Torch",
"path" : "Sources/Torch",
"product_dependencies" : [
"RealModuleDifferentiable"
],
"product_memberships" : [
"Torch",
"MNISTExample",
"ANKIExample",
"KARATEExample"
],
"sources" : [
"ATen/Core/Device.swift",
"ATen/Core/Scalar/DType+C10.swift",
"ATen/Core/Scalar/DTypes.swift",
"ATen/Core/Scalar/GroupUnions.swift",
"ATen/Core/Scalar/Groups.swift",
"ATen/Core/Scalar/Scalar.swift",
"ATen/Core/Scalar/StdlibConformances.swift",
"ATen/Core/Scalar/TorchTensorScalar.swift",
"ATen/Core/Tensor/Axis.swift",
"ATen/Core/Tensor/CodableTensor.swift",
"ATen/Core/Tensor/ScalarTensor.swift",
"ATen/Core/Tensor/Tensor+AdvancedIndexing+Differentiable.swift",
"ATen/Core/Tensor/Tensor+AdvancedIndexing.swift",
"ATen/Core/Tensor/Tensor+ArrayIO.swift",
"ATen/Core/Tensor/Tensor+Async.swift",
"ATen/Core/Tensor/Tensor+AxisSugar+Differentiable.swift",
"ATen/Core/Tensor/Tensor+AxisSugar.swift",
"ATen/Core/Tensor/Tensor+Broadcast+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Broadcast.swift",
"ATen/Core/Tensor/Tensor+Builders.swift",
"ATen/Core/Tensor/Tensor+Collection.swift",
"ATen/Core/Tensor/Tensor+ComparisonOperators.swift",
"ATen/Core/Tensor/Tensor+Creation.swift",
"ATen/Core/Tensor/Tensor+Description.swift",
"ATen/Core/Tensor/Tensor+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Differentiation.swift",
"ATen/Core/Tensor/Tensor+Equatable.swift",
"ATen/Core/Tensor/Tensor+FactoriesVariadic.swift",
"ATen/Core/Tensor/Tensor+HostBuffer.swift",
"ATen/Core/Tensor/Tensor+Indexing+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Indexing.swift",
"ATen/Core/Tensor/Tensor+Join+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Join.swift",
"ATen/Core/Tensor/Tensor+Layout.swift",
"ATen/Core/Tensor/Tensor+Literals.swift",
"ATen/Core/Tensor/Tensor+Mask+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Mask.swift",
"ATen/Core/Tensor/Tensor+Math+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Math+Functional.swift",
"ATen/Core/Tensor/Tensor+Math.swift",
"ATen/Core/Tensor/Tensor+MultiAxisSubscript.swift",
"ATen/Core/Tensor/Tensor+NN+Differentiable.swift",
"ATen/Core/Tensor/Tensor+NN.swift",
"ATen/Core/Tensor/Tensor+Operators+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Operators.swift",
"ATen/Core/Tensor/Tensor+Reduce+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Reduce+Functional.swift",
"ATen/Core/Tensor/Tensor+Reduce.swift",
"ATen/Core/Tensor/Tensor+ReshapeInference.swift",
"ATen/Core/Tensor/Tensor+Scatter.swift",
"ATen/Core/Tensor/Tensor+Shape+Differentiable.swift",
"ATen/Core/Tensor/Tensor+Shape.swift",
"ATen/Core/Tensor/Tensor+ShapeSugar.swift",
"ATen/Core/Tensor/Tensor+Unfold.swift",
"ATen/Core/Tensor/Tensor.swift",
"ATen/Core/Tensor/Tensor1D.swift",
"Core/CopyableToDevice.swift",
"Core/EuclideanDifferentiable.swift",
"Core/KeyPathIterable.swift",
"Core/Mergeable.swift",
"Core/PointwiseMultiplicative.swift",
"Core/Threading.swift",
"Core/VectorProtocol.swift",
"Data/Core/DataLoader.swift",
"Data/Core/Dataset.swift",
"Data/Datasets/ANKI.swift",
"Data/Datasets/CIFAR10.swift",
"Data/Datasets/MNIST.swift",
"Data/Utils/Download.swift",
"Data/Utils/GZip.swift",
"Data/Utils/Tar.swift",
"Debug/ShapeCheck.swift",
"Loss.swift",
"Modules/Context/Context.swift",
"Modules/Context/ForwardContext.swift",
"Modules/Graph/Batching.swift",
"Modules/Graph/GraphNetwork.swift",
"Modules/Graph/Graphs.swift",
"Modules/Graph/Segment.swift",
"Modules/Initializers.swift",
"Modules/Layer.swift",
"Modules/Layers/Activations.swift",
"Modules/Layers/BatchNorm.swift",
"Modules/Layers/Dense.swift",
"Modules/Layers/Dropout.swift",
"Modules/Layers/Embedding.swift",
"Modules/Layers/GroupNorm.swift",
"Modules/Layers/LayerNorm.swift",
"Modules/Layers/Linear.swift",
"Modules/Layers/MultiHeadAttention.swift",
"Modules/Layers/NNLayers.swift",
"Modules/Layers/PositionalEncoding.swift",
"Modules/Layers/Recurrent.swift",
"Modules/Layers/Sequential.swift",
"Modules/Layers/Transformer.swift",
"Optimizers/Adam.swift",
"Optimizers/Optimizer.swift",
"Optimizers/SGD.swift"
],
"target_dependencies" : [
"ATenCXX"
],
"type" : "library"
},
{
"c99name" : "TensorTests",
"module_type" : "SwiftTarget",
"name" : "TensorTests",
"path" : "Tests/TensorTests",
"product_dependencies" : [
"RealModuleDifferentiable"
],
"sources" : [
"TensorAdvancedIndexingDifferentiationTests.swift",
"TensorAxisSugarDifferentiationTests.swift",
"TensorBroadcastDifferentationTests.swift",
"TensorDifferentiableTests.swift",
"TensorFactoryTests.swift",
"TensorIndexingDifferentiationTests.swift",
"TensorIndexingTests.swift",
"TensorInteropTests.swift",
"TensorJoinDifferentiationTests.swift",
"TensorMaskDifferentiationTests.swift",
"TensorMathDifferentiationTests.swift",
"TensorMathTests.swift",
"TensorOperatorsDifferentiationTests.swift",
"TensorReduceDifferentiationTests.swift",
"TensorShapeDifferentiableTests.swift",
"TensorShapeTests.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "test"
},
{
"c99name" : "MNISTExample",
"module_type" : "SwiftTarget",
"name" : "MNISTExample",
"path" : "Examples/MNIST",
"product_memberships" : [
"MNISTExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "executable"
},
{
"c99name" : "KARATEExample",
"module_type" : "SwiftTarget",
"name" : "KARATEExample",
"path" : "Examples/KARATE",
"product_memberships" : [
"KARATEExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "executable"
},
{
"c99name" : "ATenCXXDoctests",
"module_type" : "ClangTarget",
"name" : "ATenCXXDoctests",
"path" : "Sources/ATenCXXDoctests",
"product_memberships" : [
"ATenCXXDoctests"
],
"sources" : [
"avg_pool2d_doctests.cpp",
"conv2d_backward_doctests.cpp",
"conv2d_doctests.cpp",
"group_norm_doctests.cpp",
"masked_scatter_doctests.cpp",
"max_pool2d_doctests.cpp",
"ttsd_doctest_bridge.cpp"
],
"target_dependencies" : [
"ATenCXX"
],
"type" : "executable"
},
{
"c99name" : "ATenCXX",
"module_type" : "ClangTarget",
"name" : "ATenCXX",
"path" : "Sources/ATenCXX",
"product_memberships" : [
"Torch",
"MNISTExample",
"ANKIExample",
"KARATEExample",
"ATenCXXDoctests"
],
"sources" : [
],
"type" : "library"
},
{
"c99name" : "ANKIExample",
"module_type" : "SwiftTarget",
"name" : "ANKIExample",
"path" : "Examples/ANKI",
"product_memberships" : [
"ANKIExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Torch"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/differentiable-swift/swift-numerics-differentiable
Fetching https://github.com/apple/swift-docc-plugin
[1/294] Fetching swift-numerics-differentiable
[295/2452] Fetching swift-numerics-differentiable, swift-docc-plugin
Fetched https://github.com/differentiable-swift/swift-numerics-differentiable from cache (0.23s)
[475/2158] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.33s)
Computing version for https://github.com/differentiable-swift/swift-numerics-differentiable
Computed https://github.com/differentiable-swift/swift-numerics-differentiable at 1.3.0 (0.92s)
Fetching https://github.com/apple/swift-numerics
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.97s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.28s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3606] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.04s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/differentiable-swift/swift-numerics-differentiable
Working copy of https://github.com/differentiable-swift/swift-numerics-differentiable resolved at 1.3.0
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/10] Compiling CodeGeneratorExecutable RealFunctionsDerivativesGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/10] Compiling CodeGeneratorExecutable STDLibOverloadsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/10] Compiling CodeGeneratorExecutable RealFunctionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/10] Emitting module CodeGeneratorExecutable
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/10] Compiling CodeGeneratorExecutable CodeGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/11] Wrapping AST for CodeGeneratorExecutable for debugging
[9/11] Write Objects.LinkFileList
[10/11] Linking CodeGeneratorExecutable-tool
[1/1] Compiling plugin CodeGeneratorPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/37] Compiling _NumericsShims _NumericsShims.c
[4/37] Write sources
[5/37] Write swift-version-24593BA9C3E375BF.txt
[5/37] Write sources
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_backward_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[11/48] Compiling ATenCXXDoctests conv2d_backward_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[11/48] Compiling ATenCXXDoctests conv2d_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/group_norm_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[11/48] Compiling ATenCXXDoctests group_norm_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/max_pool2d_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[11/48] Compiling ATenCXXDoctests max_pool2d_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/avg_pool2d_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[11/48] Compiling ATenCXXDoctests avg_pool2d_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/ttsd_doctest_bridge.cpp:3:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[11/48] Compiling ATenCXXDoctests ttsd_doctest_bridge.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/masked_scatter_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[11/48] Compiling ATenCXXDoctests masked_scatter_doctests.cpp
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling CodeGeneratorExecutable STDLibOverloadsGenerator.swift
[3/9] Compiling CodeGeneratorExecutable RealFunctionsGenerator.swift
[4/9] Compiling CodeGeneratorExecutable RealFunctionsDerivativesGenerator.swift
[5/9] Compiling CodeGeneratorExecutable CodeGenerator.swift
[6/9] Emitting module CodeGeneratorExecutable
[7/9] Write Objects.LinkFileList
[8/9] Linking CodeGeneratorExecutable-tool
[0/1] Planning build
[1/1] Compiling plugin CodeGeneratorPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/30] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/group_norm_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[4/41] Compiling ATenCXXDoctests group_norm_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/masked_scatter_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[4/41] Compiling ATenCXXDoctests masked_scatter_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/max_pool2d_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[4/41] Compiling ATenCXXDoctests max_pool2d_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/ttsd_doctest_bridge.cpp:3:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[4/41] Compiling ATenCXXDoctests ttsd_doctest_bridge.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[4/41] Compiling ATenCXXDoctests conv2d_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/avg_pool2d_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[4/41] Compiling ATenCXXDoctests avg_pool2d_doctests.cpp
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/conv2d_backward_doctests.cpp:2:
In file included from /host/spi-builder-workspace/Sources/ATenCXXDoctests/include/doctest.h:463:
In file included from /usr/include/signal.h:25:
In file included from /usr/include/features.h:510:
/usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: 'gnu/stubs-32.h' file not found
7 | # include <gnu/stubs-32.h>
| ^~~~~~~~~~~~~~~~
[4/41] Compiling ATenCXXDoctests conv2d_backward_doctests.cpp
BUILD FAILURE 6.1 android