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

Do not merge #129431

Closed
wants to merge 2 commits into from
Closed

Do not merge #129431

wants to merge 2 commits into from

Conversation

ChrisDenton
Copy link
Member

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext

@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 Aug 22, 2024
@ChrisDenton ChrisDenton removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 22, 2024
@ChrisDenton
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Aug 22, 2024

⌛ Trying commit 657a609 with merge cabeed1...

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 22, 2024
Do not merge

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext
@bors
Copy link
Contributor

bors commented Aug 22, 2024

💔 Test failed - checks-actions

@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Aug 22, 2024
@ChrisDenton
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 23, 2024
Do not merge

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext
@bors
Copy link
Contributor

bors commented Aug 23, 2024

⌛ Trying commit 1387ee1 with merge 3cbe4bc...

@bors
Copy link
Contributor

bors commented Aug 23, 2024

☀️ Try build successful - checks-actions
Build commit: 3cbe4bc (3cbe4bcff00c68b76ef912a95132e2efd40cecf6)

@ChrisDenton
Copy link
Member Author

Oh no! Let's try again.

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 23, 2024
Do not merge

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext
@bors
Copy link
Contributor

bors commented Aug 23, 2024

⌛ Trying commit 1387ee1 with merge aeb6029...

@bors
Copy link
Contributor

bors commented Aug 23, 2024

☀️ Try build successful - checks-actions
Build commit: aeb6029 (aeb60299003904ecbb31cdde642c46fb9d6262c9)

@ChrisDenton
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 23, 2024
Do not merge

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext
@bors
Copy link
Contributor

bors commented Aug 23, 2024

⌛ Trying commit 1387ee1 with merge e5f50fe...

@bors
Copy link
Contributor

bors commented Aug 23, 2024

💔 Test failed - checks-actions

@ChrisDenton
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Aug 23, 2024

⌛ Trying commit 785b0aa with merge e7f2b5d...

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 23, 2024
Do not merge

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext
@bors
Copy link
Contributor

bors commented Aug 23, 2024

💔 Test failed - checks-actions

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 23, 2024
[Experimental] what if we use symlink_metadata

r? ghost

Follow up to information revealed in rust-lang#129431.

The cargo branch contains a change:

```diff
diff --git a/crates/cargo-util/src/paths.rs b/crates/cargo-util/src/paths.rs
index 59e812f3aea..d2f023da3ce 100644
--- a/crates/cargo-util/src/paths.rs
+++ b/crates/cargo-util/src/paths.rs
`@@` -571,7 +571,9 `@@` where
 }

 fn set_not_readonly(p: &Path) -> io::Result<bool> {
-    let mut perms = p.metadata()?.permissions();
+    // Note that `p` is possibly a symlink. What if this is
+    // `symlink_metadata`?
+    let mut perms = p.symlink_metadata()?.permissions();
     if !perms.readonly() {
         return Ok(false);
     }
```

try-job: x86_64-msvc-ext
@ChrisDenton ChrisDenton reopened this Aug 23, 2024
@bors
Copy link
Contributor

bors commented Aug 24, 2024

⌛ Trying commit 22d3f43 with merge 469a6b2...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Aug 24, 2024

💔 Test failed - checks-actions

@ChrisDenton
Copy link
Member Author

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 24, 2024
Do not merge

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext
@bors
Copy link
Contributor

bors commented Aug 24, 2024

⌛ Trying commit 433e73d with merge d81d37e...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Aug 24, 2024

💔 Test failed - checks-actions

@ChrisDenton
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Aug 24, 2024

⌛ Testing commit dadcce8 with merge c3bc2b9...

bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 24, 2024
Do not merge

This has been failing a lot lately. Let's see if we can get more info.

r? ghost

try-job: x86_64-msvc-ext
@tgross35
Copy link
Contributor

Something may be weird with bors here - the commit doesn't have r=<try> as usual, and https://bors.rust-lang.org/queue/rust says pending rather than pending(try). Is it trying to merge this?

@ChrisDenton
Copy link
Member Author

Oh!

@ChrisDenton ChrisDenton reopened this Aug 24, 2024
@tgross35
Copy link
Contributor

tgross35 commented Aug 24, 2024

Well at least it picked up another job, guess we'll see what this means 😆

image

@ChrisDenton
Copy link
Member Author

Hmm, I might have to make a new PR...

@tgross35
Copy link
Contributor

Weird 🤷

@ChrisDenton ChrisDenton deleted the trace branch August 24, 2024 11:18
@ChrisDenton ChrisDenton restored the trace branch August 24, 2024 11:19
@rust-log-analyzer
Copy link
Collaborator

The job x86_64-msvc-ext failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Updating files:  99% (48712/49204)
Updating files:  99% (48950/49204)
Updating files: 100% (49204/49204)
Updating files: 100% (49204/49204), done.
branch 'try' set up to track 'origin/try'.
Switched to a new branch 'try'
[command]"C:\Program Files\Git\bin\git.exe" log -1 --format='%H'
'c3bc2b99431df4324b6ed2166c1e46f6b1ee2a70'
##[group]Run src/ci/scripts/setup-environment.sh
src/ci/scripts/setup-environment.sh
---
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
file:.git/config submodule.library/stdarch.url=https://github.com/rust-lang/stdarch.git
file:.git/config submodule.src/doc/book.active=true
---
##[endgroup]
[TIMING] core::build_steps::test::CargoMiri { target: x86_64-pc-windows-msvc } -- 44.712
Build completed successfully in 0:14:02
+ case $HOST_TARGET in
+ ps -W
      PID    PPID    PGID     WINPID   TTY         UID    STIME COMMAND
    65540       0       0          4  ?              0 08:27:51 System
    65640       0       0        104  ?              0 08:27:49 *** unknown ***
    65700       0       0        164  ?              0 08:27:49 Registry
    66140       0       0        604  ?              0 08:27:51 C:\Windows\System32\smss.exe
    66328       0       0        792  ?              0 08:28:07 C:\Windows\System32\csrss.exe
    66400       0       0        864  ?              0 08:28:08 C:\Windows\System32\wininit.exe
    66544       0       0       1008  ?              0 08:28:08 C:\Windows\System32\services.exe
    66552       0       0       1016  ?              0 08:28:08 C:\Windows\System32\lsass.exe
    66244       0       0        708  ?              0 08:28:08 C:\Windows\System32\svchost.exe
    66588       0       0       1052  ?              0 08:28:09 C:\Windows\System32\fontdrvhost.exe
    66660       0       0       1124  ?              0 08:28:09 C:\Windows\System32\svchost.exe
    66716       0       0       1180  ?              0 08:28:09 C:\Windows\System32\svchost.exe
    66800       0       0       1264  ?              0 08:28:09 C:\Windows\System32\svchost.exe
    66872       0       0       1336  ?              0 08:28:09 C:\Windows\System32\svchost.exe
    67048       0       0       1512  ?              0 08:28:09 C:\Windows\System32\svchost.exe
    67208       0       0       1672  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67216       0       0       1680  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67228       0       0       1692  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67292       0       0       1756  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67336       0       0       1800  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67348       0       0       1812  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67356       0       0       1820  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67368       0       0       1832  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    67452       0       0       1916  ?              0 08:28:10 C:\Windows\System32\svchost.exe
    66968       0       0       1432  ?              0 08:28:11 C:\Windows\System32\svchost.exe
    67176       0       0       1640  ?              0 08:28:11 C:\Windows\System32\svchost.exe
    66576       0       0       1040  ?              0 08:28:11 C:\Windows\System32\svchost.exe
    67644       0       0       2108  ?              0 08:28:11 C:\Windows\System32\svchost.exe
    67676       0       0       2140  ?              0 08:28:11 C:\Windows\System32\svchost.exe
    67768       0       0       2232  ?              0 08:28:11 C:\Windows\System32\svchost.exe
    67812       0       0       2276  ?              0 08:28:11 C:\Windows\System32\svchost.exe
    67864       0       0       2328  ?              0 08:28:11 C:\Windows\System32\vmms.exe
    67908       0       0       2372  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    67916       0       0       2380  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    67924       0       0       2388  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68032       0       0       2496  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68068       0       0       2532  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68060       0       0       2524  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68116       0       0       2580  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68124       0       0       2588  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68216       0       0       2680  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68236       0       0       2700  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68292       0       0       2756  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68396       0       0       2860  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68492       0       0       2956  ?              0 08:28:12 C:\Windows\System32\spoolsv.exe
    67636       0       0       2100  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    67820       0       0       2284  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    67992       0       0       2456  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    67796       0       0       2260  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    67776       0       0       2240  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68104       0       0       2568  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68288       0       0       2752  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68356       0       0       2820  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68648       0       0       3112  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    68692       0       0       3156  ?              0 08:28:12 C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.24070.5-0\MsMpEng.exe
    68932       0       0       3396  ?              0 08:28:12 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SMSvcHost.exe
    68948       0       0       3412  ?              0 08:28:12 C:\Program Files\Microsoft SQL Server\90\Shared\sqlwriter.exe
    68980       0       0       3444  ?              0 08:28:12 C:\Windows\System32\mqsvc.exe
    69032       0       0       3496  ?              0 08:28:12 C:\Windows\System32\svchost.exe
    69476       0       0       3940  ?              0 08:28:13 C:\Windows\System32\dockerd.exe
    69620       0       0       4084  ?              0 08:28:14 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SMSvcHost.exe
    68656       0       0       3120  ?              0 08:28:14 C:\Windows\System32\svchost.exe
    69876       0       0       4340  ?              0 08:28:15 C:\Windows\System32\svchost.exe
    69672       0       0       4136  ?              0 08:28:30 C:\Windows\System32\svchost.exe
    70140       0       0       4604  ?              0 08:28:30 C:\Windows\System32\vmcompute.exe
    70680       0       0       5144  ?              0 08:28:32 C:\Windows\System32\svchost.exe
    70884       0       0       5348  ?              0 08:28:32 C:\Windows\System32\svchost.exe
    71048       0       0       5512  ?              0 08:28:32 C:\Windows\System32\svchost.exe
    71092       0       0       5556  ?              0 08:28:32 C:\Windows\System32\svchost.exe
    71248       0       0       5712  ?              0 08:28:34 C:\WindowsAzure\GuestAgent_2.7.41491.1131_2024-08-11_210822\WaAppAgent.exe
    71468       0       0       5932  ?              0 08:28:34 C:\WindowsAzure\GuestAgent_2.7.41491.1131_2024-08-11_210822\WindowsAzureGuestAgent.exe
    70704       0       0       5168  ?              0 08:28:36 C:\Windows\System32\svchost.exe
    70708       0       0       5172  ?              0 08:28:37 C:\Windows\System32\taskhostw.exe
    69784       0       0       4248  ?              0 08:28:37 C:\Windows\System32\svchost.exe
    71196       0       0       5660  ?              0 08:28:46 C:\WindowsAzure\SecAgent\WaSecAgentProv.exe
    67256       0       0       1720  ?              0 08:28:46 C:\Windows\System32\conhost.exe
    68340       0       0       2804  ?              0 08:29:23 C:\Windows\System32\vds.exe
    67884       0       0       2348  ?              0 08:29:26 C:\Windows\System32\csrss.exe
    68096       0       0       2560  ?              0 08:29:26 C:\Windows\System32\winlogon.exe
    67780       0       0       2244  ?              0 08:29:26 C:\Windows\System32\fontdrvhost.exe
    68640       0       0       3104  ?              0 08:29:26 C:\Windows\System32\dwm.exe
    69668       0       0       4132  ?              0 08:29:31 C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
    69732       0       0       4196  ?              0 08:29:31 C:\Windows\System32\conhost.exe
    71664       0       0       6128  ?              0 08:29:31 C:\actions-runner\provisioning\provjobd.exe
    66520       0       0        984  ?              0 08:29:34 C:\Windows\System32\svchost.exe
    67036       0       0       1500  ?              0 08:29:47 C:\Windows\System32\taskhostw.exe
    70196       0       0       4660  ?              0 08:29:47 C:\Windows\System32\svchost.exe
    66980       0       0       1444  ?              0 08:29:47 C:\Windows\System32\sihost.exe
    71772       0       0       6236  ?              0 08:29:47 C:\Windows\System32\svchost.exe
    71832       0       0       6296  ?              0 08:29:47 C:\Windows\System32\taskhostw.exe
    71900       0       0       6364  ?              0 08:29:48 C:\Windows\System32\ctfmon.exe
    72088       0       0       6552  ?              0 08:29:49 C:\Windows\System32\svchost.exe
    72168       0       0       6632  ?              0 08:29:50 C:\Windows\explorer.exe
    72216       0       0       6680  ?              0 08:29:51 C:\Windows\System32\svchost.exe
    72428       0       0       6892  ?              0 08:29:52 C:\Windows\System32\cmd.exe
    72436       0       0       6900  ?              0 08:29:52 C:\Windows\System32\conhost.exe
    72552       0       0       7016  ?              0 08:29:52 C:\Windows\System32\svchost.exe
    68756       0       0       3220  ?              0 08:30:03 C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\TextInputHost.exe
    69688       0       0       4152  ?              0 08:30:03 C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\StartMenuExperienceHost.exe
    67872       0       0       2336  ?              0 08:30:03 C:\Windows\System32\RuntimeBroker.exe
    72924       0       0       7388  ?              0 08:30:04 C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe
    73056       0       0       7520  ?              0 08:30:05 C:\Windows\System32\RuntimeBroker.exe
    73140       0       0       7604  ?              0 08:30:05 C:\actions-runner\bin\Runner.Listener.exe
    73708       0       0       8172  ?              0 08:30:18 C:\Windows\AzureArcSetup\Systray\AzureArcSysTray.exe
    68412       0       0       2876  ?              0 08:30:19 C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager\ServiceFabricLocalClusterManager.exe
    66884       0       0       1348  ?              0 08:30:20 C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe
    72812       0       0       7276  ?              0 08:30:20 C:\Windows\System32\svchost.exe
    66784       0       0       1248  ?              0 08:30:20 C:\Windows\System32\RuntimeBroker.exe
    72916       0       0       7380  ?              0 08:30:20 C:\Windows\System32\svchost.exe
    71032       0       0       5496  ?              0 08:30:20 C:\Windows\System32\msdtc.exe
    73508       0       0       7972  ?              0 08:30:21 C:\Windows\System32\svchost.exe
    72536       0       0       7000  ?              0 08:30:23 C:\Windows\System32\svchost.exe
    71540       0       0       6004  ?              0 08:30:23 C:\Windows\System32\svchost.exe
    71500       0       0       5964  ?              0 08:30:28 C:\Windows\System32\RuntimeBroker.exe
    72584       0       0       7048  ?              0 09:49:07 C:\actions-runner\bin\Runner.Worker.exe
    69816       0       0       4280  ?              0 09:49:07 C:\Windows\System32\conhost.exe
    71804       0       0       6268  ?              0 09:52:41 C:\a\_temp\msys64\usr\bin\bash.exe
      251       1     238       7956  ?         197108 09:52:40 /c/hostedtoolcache/windows/Python/3.9.13/x64/python3
    73068       0       0       7532  ?              0 09:59:48 C:\Windows\System32\cmd.exe
      511       1     511       2472  ?         197108 09:59:47 /usr/bin/bash
      522     511     511       6096  ?         197108 09:59:48 /usr/bin/bash
      526     522     511       1584  ?         197108 09:59:48 /usr/bin/bash
    69968       0       0       4432  ?              0 09:59:49 C:\a\rust\rust\sccache\sccache.exe
    71584       0       0       6048  ?              0 10:00:09 C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\bin\Hostx64\x64\vctip.exe
      550     526     511       4664  ?         197108 10:01:01 /usr/bin/sh
      586     550     511       5060  ?         197108 11:29:54 /usr/bin/ps
+ python3 x.py test --stage 2 src/tools/miri --target aarch64-apple-darwin --test-args pass
##[group]Building bootstrap
    Finished `dev` profile [unoptimized] target(s) in 0.11s
##[endgroup]
---
[RUSTC-TIMING] miri test:false 4.433
error: failed to remove file `C:\a\rust\rust\build\x86_64-pc-windows-msvc\stage1-tools\x86_64-pc-windows-msvc\release\miri.exe`

Caused by:
  Access is denied. (os error 5)
Command has failed. Rerun with -v to see more details.
  local time: Sat, Aug 24, 2024 11:31:54 AM
  network time: Sat, 24 Aug 2024 11:31:54 GMT
##[error]Process completed with exit code 1.
Post job cleanup.

@jieyouxu jieyouxu added S-needs-salvation and removed 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants