You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/04/18 06:11:00 UTC

[jira] [Created] (ARROW-8505) [Release][C#] "sourcelink test" is failed by Apache.Arrow.AssemblyInfo.cs

Kouhei Sutou created ARROW-8505:
-----------------------------------

             Summary: [Release][C#] "sourcelink test" is failed by Apache.Arrow.AssemblyInfo.cs
                 Key: ARROW-8505
                 URL: https://issues.apache.org/jira/browse/ARROW-8505
             Project: Apache Arrow
          Issue Type: Bug
          Components: C#, Packaging
            Reporter: Kouhei Sutou
            Assignee: Eric Erhardt


{{TEST_DEFAULT=0 TEST_CSHARP=1 dev/release/verify-release-candidate.sh source 0.17.0 0}} runs {{sourcelink test}}. And it's failed:

https://github.com/ursa-labs/crossbow/runs/594191708?check_suite_focus=true#step:4:1107

{noformat}
+ sourcelink test artifacts/Apache.Arrow/Release/netstandard1.3/Apache.Arrow.pdb
1 Documents without URLs:
2d7aaf2b48220d3dc82554e449b5737767fadd9cc44bff0b1e6ade3f19f0172c sha256 csharp /tmp/.NETStandard,Version=v1.3.AssemblyAttributes.cs
1 Documents with errors:
7632ea7a8a56781eb18f13fd45bd2b20e16af47f39fb4ce98460b5870c9af0ad sha256 csharp /tmp/arrow-0.17.0.4Tpxy/apache-arrow-0.17.0/csharp/src/Apache.Arrow/obj/Release/netstandard1.3/Apache.Arrow.AssemblyInfo.cs
https://raw.githubusercontent.com/apache/arrow/3cbcb7b62c2f2d02851bff837758637eb592a64b/csharp/src/Apache.Arrow/obj/Release/netstandard1.3/Apache.Arrow.AssemblyInfo.cs
error: url failed NotFound: Not Found
sourcelink test failed
{noformat}

{{Apache.Arrow.AssemblyInfo.cs}} is an auto generated file. So it should not be assigned URL.

The {{EmbedUntrackedSources}} Source Link configuration https://github.com/dotnet/sourcelink/blob/master/docs/README.md#embeduntrackedsources may resolve this but I'm not sure how to use it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)