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

[experiment] test code build runner #133912

Draft
wants to merge 69 commits into
base: master
Choose a base branch
from

Conversation

marcoieni
Copy link
Member

@marcoieni marcoieni commented Dec 5, 2024

We are testing how AWS code build looks like for GH Actions.
DO NOT MERGE.

try-job: x86_64-fuchsia

@rustbot
Copy link
Collaborator

rustbot commented Dec 5, 2024

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Dec 5, 2024
@marcoieni
Copy link
Member Author

r? @ghost

@rustbot
Copy link
Collaborator

rustbot commented Dec 5, 2024

Failed to set assignee to ghost: invalid assignee

Note: Only org members with at least the repository "read" role, users with write permissions, or people who have commented on the PR may be assigned.

@marcoieni
Copy link
Member Author

Sorry for the ping Mark, you can unsubscribe

@marcoieni
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 5, 2024
…try>

[experiment] test code build runner

try-build: x86_64-gnu
@bors
Copy link
Contributor

bors commented Dec 5, 2024

⌛ Trying commit d0835dc with merge c4831b4...

@bors
Copy link
Contributor

bors commented Dec 5, 2024

☀️ Try build successful - checks-actions
Build commit: c4831b4 (c4831b43c02eef6fdb16701b7cd496b8f530aa3c)

@marcoieni
Copy link
Member Author

I did a mistake with the try build. It tried the wrong job.

@marcoieni
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 5, 2024
…try>

[experiment] test code build runner

try-job: x86_64-gnu
@bors
Copy link
Contributor

bors commented Dec 5, 2024

⌛ Trying commit d0835dc with merge c8846e2...

@bors
Copy link
Contributor

bors commented Dec 5, 2024

💔 Test failed - checks-actions

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 5, 2024
@marcoieni
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 5, 2024
…try>

[experiment] test code build runner

try-job: x86_64-gnu
@bors
Copy link
Contributor

bors commented Dec 5, 2024

⌛ Trying commit d0835dc with merge 95c9c14...

@marcoieni
Copy link
Member Author

the issue is that the job name is not expanded correctly.

in my test I repo have codebuild-ubuntu-small-12181534110-1 while here I have codebuild-ubuntu-24-4c-${{ github.run_id }}-${{ github.run_attempt }}

image

@bors
Copy link
Contributor

bors commented Dec 5, 2024

💔 Test failed - checks-actions

@marcoieni
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Dec 5, 2024

⌛ Trying commit efb9f71 with merge 96988fe...

bors added a commit to rust-lang-ci/rust that referenced this pull request Dec 5, 2024
…try>

[experiment] test code build runner

try-job: x86_64-gnu
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Jan 16, 2025

💔 Test failed - checks-actions

@marcoieni
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 16, 2025
…try>

[experiment] test code build runner

try-job: x86_64-fuchsia
@bors
Copy link
Contributor

bors commented Jan 16, 2025

⌛ Trying commit ffad575 with merge 60bff9f...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Jan 16, 2025

💔 Test failed - checks-actions

@marcoieni
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Jan 16, 2025

⌛ Trying commit 7fc0a18 with merge c0b62824275d639013da516621ce617d0d72756f...

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 16, 2025
…try>

[experiment] test code build runner

try-job: x86_64-fuchsia
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Jan 16, 2025

💔 Test failed - checks-actions

@marcoieni
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Jan 17, 2025

⌛ Trying commit ac04358 with merge 4cff3d15714a5ceb1e720b60a5e99caeaf1504a3...

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 17, 2025
…try>

[experiment] test code build runner

try-job: x86_64-fuchsia
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Jan 17, 2025

💔 Test failed - checks-actions

@marcoieni
Copy link
Member Author

marcoieni commented Jan 17, 2025

After running $jiri update -autoupdate=false 27GB are no longer available 😵

Running python3 ../x.py install --target x86_64-unknown-fuchsia,x86_64-unknown-linux-gnu compiler/rustc library/std clippy takes 10GB. I wonder if we can remove some intermediary artifacts or if this is going to slow down CI.

Edit: we could try to look at how the directories size change before and after those steps to understand what is the disk space used for

@marcoieni
Copy link
Member Author

trying again with a more recent fuchsia commit #135675

@marcoieni
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Jan 20, 2025

⌛ Trying commit fb26043 with merge 08f1f03b0c9b6effb1b2c1af19fbcbe1aab50184...

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 20, 2025
…try>

[experiment] test code build runner

try-job: x86_64-fuchsia
@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@bors
Copy link
Contributor

bors commented Jan 20, 2025

💔 Test failed - checks-actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants