Skip to content

New package: Microsoft.DTrace version 2.0 #269131

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

DandelionSprout
Copy link
Contributor

@DandelionSprout DandelionSprout commented Jun 27, 2025

Checklist for Pull Requests

Manifests

  • Have you checked that there aren't other open pull requests for the same manifest update/change?
  • This PR only modifies one (1) manifest
  • Have you validated your manifest locally with winget validate --manifest <path>?
  • Have you tested your manifest locally with winget install --manifest <path>?
  • Does your manifest conform to the 1.10 schema?

Note: <path> is the directory's name containing the manifest you're submitting.


Microsoft Reviewers: Open in CodeFlow

@wingetbot
Copy link
Collaborator

Service Badge  Service Badge  

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-269131-20250627-1

@wingetbot wingetbot added the Validation-Installation-Error Error installing application label Jun 27, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 27, 2025
@DandelionSprout
Copy link
Contributor Author

Regarding the Validation-Installation-Error label: DTrace only seems to work when run from command line.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Jun 27, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Installation failed with exit code -1978334967 2025-06-27 04:43:25.319 [CLI ] ShellExecute installer failed: 3010 Property(S): ErrorDialog = ErrorDlg Property(S): OutOfDiskSpace = 0 Property(S): OutOfNoRbDiskSpace = 0 Property(S): PrimaryVolumeSpaceAvailable = 0 Property(S): PrimaryVolumeSpaceRequired = 0 Property(S): PrimaryVolumeSpaceRemaining = 0

Hex Dec Inverted Dec Symbol Description
00000000 0 -4294967296 ERROR_SUCCESS The operation completed successfully.
00000BC2 3010 -4294964286 ERROR_SUCCESS_REBOOT_REQUIRED The requested operation is successful. Changes will not be effective until the system is rebooted.(Should this be add as an InstallerSuccessCode or similar?)
8A150109 -1978334967 2316632329 APPINSTALLER_CLI_ERROR_INSTALL_REBOOT_REQUIRED_TO_FINISH Restart your PC to finish installation.

(Automated response - build 1078.)

@DandelionSprout
Copy link
Contributor Author

I remember I too encountered the installer's claim that the system had to be rebooted, but I was nevertheless able to run at least .\dtrace.exe --help without having rebooted.

@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-269131-20250629-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Attention This work item needs to be reviewed by a member of the core team. Validation-Installation-Error Error installing application labels Jun 29, 2025
@wingetbot wingetbot added the Validation-Installation-Error Error installing application label Jun 29, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 29, 2025
@DandelionSprout
Copy link
Contributor Author

DandelionSprout commented Jun 29, 2025

  • "Please check the application installs correctly."

It does… sort of.

image

I can't spot any values in https://github.com/microsoft/winget-pkgs/blob/master/doc/manifest/schema/1.10.0/installer.md that would be able to tell Winget (The tool) that it doesn't actually need to restart the PC for this manifest.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs-Attention This work item needs to be reviewed by a member of the core team. and removed Needs-Author-Feedback This needs a response from the author. labels Jun 29, 2025
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-269131-20250630-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Attention This work item needs to be reviewed by a member of the core team. label Jun 30, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs-Author-Feedback This needs a response from the author. Validation-Unattended-Failed During installation testing the installer was blocked on user input and no switches were provided. labels Jun 30, 2025
@wingetbot wingetbot added the Manifest-Validation-Error Manifest validation failed label Jun 30, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Author-Feedback This needs a response from the author. label Jun 30, 2025
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-269131-20250630-3

@microsoft-github-policy-service microsoft-github-policy-service bot removed Manifest-Validation-Error Manifest validation failed Needs-Author-Feedback This needs a response from the author. labels Jun 30, 2025
@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-269131-20250630-4

@wingetbot wingetbot added New-Package Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error labels Jun 30, 2025
@stephengillie
Copy link
Collaborator

Automatic Validation ended with:

Executable C:\Program Files\DTrace\dtrace.exe returned exit code: 2

Hex Dec Inverted Dec Symbol Description
00000002 2 -4294967294 ERROR_FILE_NOT_FOUND The system cannot find the file specified.

(Automated response - build 1078.)

@ItzLevvie
Copy link
Contributor

@wingetbot run

@wingetbot
Copy link
Collaborator

Validation Pipeline Run WinGetSvc-Validation-65-269131-20250701-1

@microsoft-github-policy-service microsoft-github-policy-service bot removed Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Completed Validation passed labels Jul 1, 2025
@wingetbot wingetbot added Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. Validation-Executable-Error labels Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure-Pipeline-Passed Validation pipeline passed. There may still be manual validation requirements. New-Package Validation-Executable-Error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants