Skip to content

build.sh command on the runtime repo backed to mainline is hanging #113612

@Vishwanatha-HD

Description

@Vishwanatha-HD

Description

I am seeing a hang issues while executing a "build.sh" command manually on runtime repo backed to mainline branch on s390x machines.. The below command hangs indefinitely and when I do a "ctrl+c", I get back the prompt..

./build.sh /p:UsingToolMicrosoftNetCompilers=false /p:NoPgoOptimize=true --portablebuild false /p:DotNetBuildFromSource=true /p:DotNetBuildSourceOnly=true /p:DotNetBuildTests=true --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true --cmakeargs -DCLR_CMAKE_USE_SYSTEM_ZLIB=true --runtimeconfiguration Release --librariesConfiguration Debug /p:PrimaryRuntimeFlavor=Mono --warnAsError false --subset clr+mono+libs+host+packs+libs.tests
Determining projects to restore...
Restored /home/redhat/.nuget/packages/microsoft.dotnet.arcade.sdk/10.0.0-beta.25058.4/tools/Tools.proj (in 2.09 sec).
Determining projects to restore...
I also tried backing the runtime repo to "v10.0.0-preview.1.25080.5" tag.. Even then it hangs..

I manually untarred the dotnet sdks on s390x machine and did a "dotnet new console --name "Hello" --no-restore".. This is working fine and it confirms that the SDKs that are built for s390x are functional..

I haven't validated this issue on other archs..

Reproduction Steps

The below command should work and start building the runtime repo..
./build.sh /p:UsingToolMicrosoftNetCompilers=false /p:NoPgoOptimize=true --portablebuild false /p:DotNetBuildFromSource=true /p:DotNetBuildSourceOnly=true /p:DotNetBuildTests=true --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true --cmakeargs -DCLR_CMAKE_USE_SYSTEM_ZLIB=true --runtimeconfiguration Release --librariesConfiguration Debug /p:PrimaryRuntimeFlavor=Mono --warnAsError false --subset clr+mono+libs+host+packs+libs.tests

Expected behavior

The command should not hang indefinitely and it should start building the runtime repo.

Actual behavior

The build.sh command hangs indefinitely

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    arch-s390xRelated to s390x architecture (unsupported)area-InfrastructureuntriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions