Skip to content

Conversation

akoeplinger
Copy link
Member

@rzikm This fixes the disk space issue. It still fails to build with this error in the "Build HttpStress" step, do you have an idea:

Invalid interpolation format for "client" option in service "services": "${DOCKERFILE:-Dockerfile}"

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

@rzikm
Copy link
Member

rzikm commented Jan 22, 2025

Hi, I don't know, we are using the same image for SslStress, with pretty much the same setup (we also use this envvar substitution in ssl stress compose file). Do we know the docker version on the image?

@rzikm
Copy link
Member

rzikm commented Jan 22, 2025

/azp run runtime-libraries stress-ssl

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member Author

I found some differences in the way docker-compose.yml was structured compared to SslStress, pushed the changes.

@akoeplinger
Copy link
Member Author

/azp run runtime-libraries stress-http

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member Author

/azp run runtime-libraries stress-http

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member Author

/azp run runtime-libraries stress-http

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@antonfirsov
Copy link
Member

/azp run runtime-libraries stress-http

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member Author

@antonfirsov @rzikm looks like this will need a bit more attention than the quick fix I thought, would you mind taking over the PR?

@rzikm rzikm self-assigned this Jan 23, 2025
@rzikm
Copy link
Member

rzikm commented Jan 23, 2025

/azp run runtime-libraries stress-http

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member Author

thanks. something seems to be up with the http 3.0 stress test, if you click "View raw log" on AzDO you see this message from AddressSanitizer infinitely repeated:

2025-01-23T10:59:23.6426519Z [command]/usr/bin/bash /mnt/vss/_work/_temp/8a34c3e2-1855-4ac9-867d-b038953e79cb.sh
2025-01-23T10:59:24.1518371Z Creating network "httpstress_default" with the default driver
2025-01-23T10:59:24.2979341Z Creating httpstress_server_1 ... 
2025-01-23T10:59:24.9334260Z �[1A�[2K
2025-01-23T10:59:24.9335125Z Creating httpstress_server_1 ... �[32mdone�[0m
2025-01-23T10:59:24.9426960Z �[1BCreating httpstress_client_1 ... 
2025-01-23T10:59:25.3407238Z �[1A�[2K
2025-01-23T10:59:25.3411586Z Creating httpstress_client_1 ... �[32mdone�[0m
2025-01-23T10:59:25.3597575Z �[1BAttaching to httpstress_server_1, httpstress_client_1
2025-01-23T10:59:25.3600186Z client_1  | AddressSanitizer:DEADLYSIGNAL
2025-01-23T10:59:25.3604301Z client_1  | AddressSanitizer:DEADLYSIGNAL
2025-01-23T10:59:25.3607983Z client_1  | AddressSanitizer:DEADLYSIGNAL
2025-01-23T10:59:25.3626250Z client_1  | AddressSanitizer:DEADLYSIGNAL
2025-01-23T10:59:25.3627722Z client_1  | AddressSanitizer:DEADLYSIGNAL
2025-01-23T10:59:25.3629272Z client_1  | AddressSanitizer:DEADLYSIGNAL
...

@rzikm
Copy link
Member

rzikm commented Jan 23, 2025

That's weird, I can't reproduce this locally, maybe we should disable address sanitizer for now

@rzikm
Copy link
Member

rzikm commented Jan 23, 2025

/azp run runtime-libraries stress-http

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@akoeplinger
Copy link
Member Author

akoeplinger commented Jan 23, 2025

this might be related since we're now using Ubuntu 22.04 hosts: actions/runner-images#9524

@akoeplinger
Copy link
Member Author

Looks like it's green now :)

Copy link
Member

@rzikm rzikm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks!

@rzikm rzikm merged commit 3b7057b into main Jan 27, 2025
87 checks passed
@akoeplinger akoeplinger deleted the akoeplinger-patch-2 branch January 27, 2025 10:02
@antonfirsov antonfirsov linked an issue Jan 28, 2025 that may be closed by this pull request
@github-actions github-actions bot locked and limited conversation to collaborators Feb 27, 2025
@antonfirsov
Copy link
Member

/backport to release/9.0-staging

@github-actions github-actions bot unlocked this conversation Mar 17, 2025
Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/13904193229

Copy link
Contributor

@antonfirsov backporting to "release/9.0-staging" failed, the patch most likely resulted in conflicts:

$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch

Applying: Fix linux build image in eng/pipelines/libraries/stress/http.yml
Using index info to reconstruct a base tree...
M	eng/pipelines/libraries/stress/http.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/libraries/stress/http.yml
Applying: Align docker-compose.yml with the one from SslStress
Using index info to reconstruct a base tree...
M	src/libraries/System.Net.Http/tests/StressTests/HttpStress/docker-compose.yml
Falling back to patching base and 3-way merge...
Auto-merging src/libraries/System.Net.Http/tests/StressTests/HttpStress/docker-compose.yml
CONFLICT (content): Merge conflict in src/libraries/System.Net.Http/tests/StressTests/HttpStress/docker-compose.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0002 Align docker-compose.yml with the one from SslStress
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[HttpStress] Linux image is running out of disk space

3 participants