[Bug 2046241] [NEW] autopkgtest 013 is architecture specific

Dominik Viererbe 2046241 at bugs.launchpad.net
Tue Dec 12 10:48:32 UTC 2023


Public bug reported:

The autopkgtest debian/tests/013-dotnet6-and-dotnet7-and-dotnet8-should-
work-together only works on amd64 and fails on arm64.

The reason for this is that the test specifically builds for amd64
(which succeeds as expected) and trying to execute the amd64 build
fails.

Snippet from the test:
LogInfo "Building Project"
dotnet build -r linux-x64

LogInfo "Testing if net6.0 build artifact is present"
test -e bin/Debug/net6.0/linux-x64/Project.dll

This should be easily fixable by checking the system architecture first
(e.g. with "uname -i").

** Affects: dotnet8 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dotnet8 in Ubuntu.
https://bugs.launchpad.net/bugs/2046241

Title:
  autopkgtest 013 is architecture specific

Status in dotnet8 package in Ubuntu:
  New

Bug description:
  The autopkgtest debian/tests/013-dotnet6-and-dotnet7-and-
  dotnet8-should-work-together only works on amd64 and fails on arm64.

  The reason for this is that the test specifically builds for amd64
  (which succeeds as expected) and trying to execute the amd64 build
  fails.

  Snippet from the test:
  LogInfo "Building Project"
  dotnet build -r linux-x64

  LogInfo "Testing if net6.0 build artifact is present"
  test -e bin/Debug/net6.0/linux-x64/Project.dll

  This should be easily fixable by checking the system architecture
  first (e.g. with "uname -i").

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dotnet8/+bug/2046241/+subscriptions




More information about the foundations-bugs mailing list