Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linux build image in eng/pipelines/libraries/stress/http.yml #111664

Merged
merged 6 commits into from
Jan 27, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HttpStress] Linux image is running out of disk space
3 participants