CARVIEW |
Select Language
HTTP/2 301
content-security-policy: script-src 'sha256-1az3CiAdXAaMP3TFl5msfrDjNuSHMdg1ecAgxfZPR50=' 'unsafe-inline' 'strict-dynamic'; object-src 'none'; base-uri 'none'; report-uri https://csp.withgoogle.com/csp/chromium-website/
location: https://www.chromium.org/developers/testing/chromium-build-infrastructure/repro-a-build
content-type: text/plain; charset=utf-8
accept-ranges: bytes
date: Sun, 12 Oct 2025 03:21:01 GMT
x-served-by: cache-bom-vanm7210088-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760239261.244432,VS0,VE111
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 102
HTTP/2 301
content-security-policy: script-src 'sha256-1az3CiAdXAaMP3TFl5msfrDjNuSHMdg1ecAgxfZPR50=' 'unsafe-inline' 'strict-dynamic'; object-src 'none'; base-uri 'none'; report-uri https://csp.withgoogle.com/csp/chromium-website/
location: /developers/testing/chromium-build-infrastructure/repro-a-build/
content-type: text/plain; charset=utf-8
accept-ranges: bytes
date: Sun, 12 Oct 2025 03:21:01 GMT
x-served-by: cache-bom-vanm7210078-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760239261.411644,VS0,VE129
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 79
HTTP/2 200
cache-control: max-age=3600
content-encoding: gzip
content-security-policy: script-src 'sha256-1az3CiAdXAaMP3TFl5msfrDjNuSHMdg1ecAgxfZPR50=' 'unsafe-inline' 'strict-dynamic'; object-src 'none'; base-uri 'none'; report-uri https://csp.withgoogle.com/csp/chromium-website/
content-type: text/html; charset=utf-8
etag: "0134a8e11d2b98ea4d0055406d2667c5d258529669c6d8a2cd3fad1dcc8de1e7"
last-modified: Fri, 10 Oct 2025 02:31:02 GMT
strict-transport-security: max-age=31556926
accept-ranges: bytes
date: Sun, 12 Oct 2025 03:21:01 GMT
x-served-by: cache-bom-vanm7210078-BOM
x-cache: HIT
x-cache-hits: 0
x-timer: S1760239262.554432,VS0,VE1
vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length: 1914
How to repro a build from a waterfall.

The Chromium Projects
How to repro a build from a waterfall.
Reproducing a builder's build can generally be done by following the instructions located under the 'run_recipe' link on the build page itself.
In particular, you need to install depot_tools, and then get a build checkout:
$ cd <empty dir>
$ # One of:
$ fetch infra # external user
$ fetch infra_internal # internal user
$ cd build
And then navigate to a build that you want to repo. Look for the build step which looks like:
==setup_build== setup_build
running recipe: "<RECIPE_NAME>" ( 0 secs )
* ==stdio==
* ==run_recipe==
Then click the 'run_recipe' link and you'll get some instructions on how to repro the build.