sjperkins commented on PR #33805:
URL: https://github.com/apache/arrow/pull/33805#issuecomment-1407736263
> Does this work?
I ran the following:
```bash
$ ARCH=amd64 PYTHON=3.10 archery docker run python-wheel-manylinux-2-28
$ ARCH=amd64 PYTHON=3.10 archery docker run ubuntu-verify-rc
```
but the ubuntu verification script failed for what seems to unrelated
reasons:
```
Microsoft (R) Build Engine version 17.1.1+a02f73656 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.
Determining projects to restore...
All projects are up-to-date for restore.
/tmp/arrow-HEAD.YdGXX/csharp/bin/sdk/6.0.202/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(203,6):
warning : This project cannot be packaged because packaging has been disabled.
Add <IsPackable>true</IsPackable> to the project file to enable producing a
package from this project.
[/arrow/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj]
Apache.Arrow ->
/arrow/csharp/artifacts/Apache.Arrow/Release/netstandard1.3/Apache.Arrow.dll
Apache.Arrow ->
/arrow/csharp/artifacts/Apache.Arrow/Release/netstandard2.0/Apache.Arrow.dll
Apache.Arrow ->
/arrow/csharp/artifacts/Apache.Arrow/Release/netcoreapp3.1/Apache.Arrow.dll
Apache.Arrow.Flight ->
/arrow/csharp/artifacts/Apache.Arrow.Flight/Release/netstandard2.0/Apache.Arrow.Flight.dll
Apache.Arrow.Flight ->
/arrow/csharp/artifacts/Apache.Arrow.Flight/Release/netstandard2.1/Apache.Arrow.Flight.dll
Apache.Arrow.Flight.AspNetCore ->
/arrow/csharp/artifacts/Apache.Arrow.Flight.AspNetCore/Release/netcoreapp3.1/Apache.Arrow.Flight.AspNetCore.dll
/tmp/arrow-HEAD.YdGXX/csharp/bin/sdk/6.0.202/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(221,5):
warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider
using the 'PackageIcon'/'icon' element instead. Learn more at
https://aka.ms/deprecateIconUrl
[/arrow/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj]
Successfully created package
'/arrow/csharp//artifacts/Apache.Arrow.Flight/Release/Apache.Arrow.Flight.11.0.0-SNAPSHOT.nupkg'.
Successfully created package
'/arrow/csharp//artifacts/Apache.Arrow.Flight/Release/Apache.Arrow.Flight.11.0.0-SNAPSHOT.snupkg'.
/tmp/arrow-HEAD.YdGXX/csharp/bin/sdk/6.0.202/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5):
warning NU5048: The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider
using the 'PackageIcon'/'icon' element instead. Learn more at
https://aka.ms/deprecateIconUrl
[/arrow/csharp/src/Apache.Arrow.Flight.AspNetCore/Apache.Arrow.Flight.AspNetCore.csproj]
Successfully created package
'/arrow/csharp//artifacts/Apache.Arrow.Flight.AspNetCore/Release/Apache.Arrow.Flight.AspNetCore.11.0.0-SNAPSHOT.nupkg'.
Successfully created package
'/arrow/csharp//artifacts/Apache.Arrow.Flight.AspNetCore/Release/Apache.Arrow.Flight.AspNetCore.11.0.0-SNAPSHOT.snupkg'.
181 Documents with errors:
9afcfa9fd34fa0c52bcb1adc2257fb4f73f9729b51fdd56d64b62b9c9ecf119d sha256
csharp /arrow/csharp/src/Apache.Arrow/Arrays/Array.cs
https://raw.githubusercontent.com/apache/arrow/3d640ca98f28f217d80538cb002e7d635eabd06f/csharp/src/Apache.Arrow/Arrays/Array.cs
error: url failed NotFound: Not Found
```
Could we try a proper CI run?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]