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

i#6938 sched migrate: Remove duplicate option #7007

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

derekbruening
Copy link
Contributor

Removes a duplicate option -sched_time_per_us which was accidentally added by PR #6980 separately from the similar -sched_time_units_per_us from PR #6985.

Issue: #6938

Removes a duplicate option -sched_time_per_us which was accidentally
added by PR #6980 separately from the similar -sched_time_units_per_us
from PR #6985.

Issue: #6938
@derekbruening
Copy link
Contributor Author

The Windows jobs are all failing b/c the sourceforge doxyen link is dead. I will try to update the jobs separately.

@derekbruening
Copy link
Contributor Author

The Windows jobs are all failing b/c the sourceforge doxyen link is dead. I will try to update the jobs separately.

Hmm, the link looks valid, and wget https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip works for me. Yet from the Github VMs it keeps getting a 403 Forbidden error. I wonder if sourceforge is blocking github or something...

@edeiana
Copy link
Contributor

edeiana commented Sep 27, 2024

The Windows jobs are all failing b/c the sourceforge doxyen link is dead. I will try to update the jobs separately.

Hmm, the link looks valid, and wget https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip works for me. Yet from the Github VMs it keeps getting a 403 Forbidden error. I wonder if sourceforge is blocking github or something...

It works for me as well with wget, although there are a few redirections:

$ wget https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip
--2024-09-26 17:24:30--  https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip
Resolving sourceforge.net (sourceforge.net)... 172.64.150.145, 104.18.37.111, 2606:4700:4400::6812:256f, ...
Connecting to sourceforge.net (sourceforge.net)|172.64.150.145|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip/ [following]
--2024-09-26 17:24:31--  https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip/
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip/download [following]
--2024-09-26 17:24:31--  https://sourceforge.net/projects/doxygen/files/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip/download
Reusing existing connection to sourceforge.net:443.
HTTP request sent, awaiting response... 302 Found
Location: https://downloads.sourceforge.net/project/doxygen/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip?ts=gAAAAABm9fs_gaIoFlkEUwpWS4HHYuGABzfeURXBuvRzJbDY9GzHlTKhc1odj8u-69WgI3d57uEokK5e2JyzIFr9K_JFld-wjg%3D%3D&use_mirror=master&r= [following]
--2024-09-26 17:24:31--  https://downloads.sourceforge.net/project/doxygen/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip?ts=gAAAAABm9fs_gaIoFlkEUwpWS4HHYuGABzfeURXBuvRzJbDY9GzHlTKhc1odj8u-69WgI3d57uEokK5e2JyzIFr9K_JFld-wjg%3D%3D&use_mirror=master&r=
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://master.dl.sourceforge.net/project/doxygen/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip?viasf=1 [following]
--2024-09-26 17:24:31--  https://master.dl.sourceforge.net/project/doxygen/rel-1.8.19/doxygen-1.8.19.windows.x64.bin.zip?viasf=1
Resolving master.dl.sourceforge.net (master.dl.sourceforge.net)... 216.105.38.12
Connecting to master.dl.sourceforge.net (master.dl.sourceforge.net)|216.105.38.12|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23614184 (23M) [application/octet-stream]
Saving to: ‘doxygen-1.8.19.windows.x64.bin.zip’

doxygen-1.8.19.windows.x64.bin.zip                        100%[===================================================================================================================================>]  22.52M  4.07MB/s    in 5.5s

2024-09-26 17:24:37 (4.08 MB/s) - ‘doxygen-1.8.19.windows.x64.bin.zip’ saved [23614184/23614184]

I'm not sure if this happened before as well. Perhaps DownloadFile() is not handling it right.

@derekbruening
Copy link
Contributor Author

Filed #7007 on the doxygen issue; I have a fix that looks like it will work there. This PR is low risk so merging now; will wait for doxygen fix for #7006 to make sure it passes on Windows.

@derekbruening derekbruening merged commit 8c71e1a into master Sep 27, 2024
14 of 17 checks passed
@derekbruening derekbruening deleted the i6938-rm-dup-option branch September 27, 2024 15:24
derekbruening added a commit to DynamoRIO/drmemory that referenced this pull request Sep 27, 2024
Switches from directly downloading from sourceforge, which was giving
us 403 errors suddenly, to using
https://github.com/ssciwr/doxygen-install.

Updates jwlawson/actions-setup-cmake to v2.

Issue: DynamoRIO/dynamorio#7007
derekbruening added a commit to DynamoRIO/drmemory that referenced this pull request Sep 27, 2024
Switches from directly downloading from sourceforge, which was giving us
403 errors suddenly, to using
https://github.com/ssciwr/doxygen-install.

Updates jwlawson/actions-setup-cmake to v2.

Issue: DynamoRIO/dynamorio#7007
derekbruening added a commit that referenced this pull request Sep 27, 2024
Switches from directly downloading from sourceforge, which was giving us
403 errors suddenly after 4 years of working, to use
https://github.com/ssciwr/doxygen-install which presumably will handle
the changing versions for us (which was the problem when we used to
directly download the doxygen packages). The downside may be that we'll
keep getting newer versions and have to handle periodic
warnings/failures: but we'd hit that eventually anyway on other
platforms and is something we have to do anyway to maintain everything.

Also updates jwlawson/actions-setup-cmake from v1.8 to v2 as a problem
was seen with that as well.

Fixes #7007
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.

2 participants