What happened?
Problem
Polecats cannot run dotnet test in .NET rigs because the container is missing the libicu library and polecats don't have sudo access to install dependencies.
Impact
- Blocks any task requiring .NET test execution
- Affects rig
4d1c81bf-e66b-4489-b3d9-169c9c139967 (Dara app)
- Escalated from bead
44c7d163-11dd-4f22-93a2-d4dabe97a4ca while attempting to run integration tests
Error Context
Polecat attempted to run dotnet test and failed due to missing libicu library. Cannot install via apt-get install because sudo access is not available in polecat containers.
Expected Behavior
Polecat containers should come pre-installed with common runtime dependencies for supported languages/frameworks, including:
libicu for .NET runtime
- Other standard .NET dependencies
Suggested Fix
Add libicu (and any other required .NET libraries) to the base polecat container image so they're available by default.
Workaround
None available — polecats cannot proceed with .NET testing tasks until container image is updated.
Area
Container / Git
Context
- Town ID: 6b009f92-3014-4fa9-ae9e-6f929a9ccb6a
- Agent: Mayor (d88c9c9b-dcbb-4fbe-813a-22e823784320)
- Rig ID: 4d1c81bf-e66b-4489-b3d9-169c9c139967
Recent Errors
Escalation from bead 44c7d163-11dd-4f22-93a2-d4dabe97a4ca: Cannot run .NET tests - missing libicu and no sudo access
Filed automatically by the Mayor via gt_report_bug.
What happened?
Problem
Polecats cannot run
dotnet testin .NET rigs because the container is missing thelibiculibrary and polecats don't have sudo access to install dependencies.Impact
4d1c81bf-e66b-4489-b3d9-169c9c139967(Dara app)44c7d163-11dd-4f22-93a2-d4dabe97a4cawhile attempting to run integration testsError Context
Polecat attempted to run
dotnet testand failed due to missinglibiculibrary. Cannot install viaapt-get installbecause sudo access is not available in polecat containers.Expected Behavior
Polecat containers should come pre-installed with common runtime dependencies for supported languages/frameworks, including:
libicufor .NET runtimeSuggested Fix
Add
libicu(and any other required .NET libraries) to the base polecat container image so they're available by default.Workaround
None available — polecats cannot proceed with .NET testing tasks until container image is updated.
Area
Container / Git
Context
Recent Errors
Filed automatically by the Mayor via
gt_report_bug.