andikleen / pmu-tools

Intel PMU profiling tools
GNU General Public License v2.0
1.98k stars 331 forks source link

504: Failed to download `mapfile.csv`. #434

Closed iago-lito closed 2 years ago

iago-lito commented 2 years ago

I'm running into the following error after a fresh clone, no matter whether I attempt to connect via my office network, my phone wifi or the VPN, anything wrong with download.01.org? Can the file(s) be found elsewhere?

$ ./pmu-tools/toplev.py --core S0-C0 -l1 -v --no-desc taskset -c 0 ./my_exec
Downloading https://download.01.org/perfmon/mapfile.csv to mapfile.csv
retrying download
retrying download
Cannot access event server: HTTP Error 504: Gateway Time-out

If you need a proxy to access the internet please set it with:
    export https_proxy=http://proxyname...
If you are not connected to the internet please run this on a connected system:
    event_download.py 'GenuineIntel-6-5E'
and then copy ~/.cache/pmu-events to the system under test
To get events for all possible CPUs use:
    event_download.py -a
Downloading https://download.01.org/perfmon/mapfile.csv to mapfile.csv
retrying download
retrying download
Cannot access event server: HTTP Error 504: Gateway Time-out
Downloading https://download.01.org/perfmon/mapfile.csv to mapfile.csv
retrying download
retrying download
Cannot access event server: HTTP Error 504: Gateway Time-out
andikleen commented 2 years ago

Thanks for the report. The download server has an outage, but it's being worked on and hopefully be fixed shortly. So just retry in a few hours. Sorry for the inconvenience.

iago-lito commented 2 years ago

No worries: tried again today, and the files seem correctly downloaded now. Thank you <3