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

[Minify] Initial integration #3848

Merged
merged 4 commits into from
May 21, 2020
Merged

[Minify] Initial integration #3848

merged 4 commits into from
May 21, 2020

Conversation

AdamKorcz
Copy link
Collaborator

This PR adds initial integration of Minify.

Minify is a Go package that implements minifiers for web formats (HTML, JS, CSS etc). It provides minifiers that are faster than existing solutions and it is widely used in the community.

According to the author, the list of users includes but is not limited to:

  • Hugo (static website builder)
  • Caddy (popular alternative to Apache/NGINX)
  • CloudFlare (hosting and DNS solutions)
  • Beego (web framework in Go)
  • Gin (web framework in Go)
  • Google (internal team)
  • GitLab (internal team)

Tagging the author to keep him updated on the progress of the integration: @tdewolff

@TravisBuddy
Copy link

Hey @AdamKorcz,
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 2745e630-99c9-11ea-8b80-f318e961985e

@tdewolff
Copy link

tdewolff commented May 19, 2020

Thank you @AdamKorcz for the effort! This will be of great help for the library as I've used fuzzing in the past succesfully to fix numerous bugs. I assume that OSS-Fuzz pulls in changes (from the library and the fuzz repository) automatically every now and then? Does it help to move the fuzz repository inside minify? Be aware by the way that the underlying parse library also contains fuzzing targets: https://github.com/tdewolff/fuzz/tree/master/parse, should we add those too?

@AdamKorcz
Copy link
Collaborator Author

AdamKorcz commented May 19, 2020

@tdewolff Moving the fuzzing repository into the main one won't make a difference. We can consider it in case any problems arise, but the fuzzers all run fine as of now. And yes, updates to the branches in the build files should be considered in the fuzz-jobs.

Let's see if your good library is accepted, and we can then definitely consider fuzzing the underlying parse library.

@tdewolff
Copy link

I've added the fuzz tests to minify anyways, I think it is better to keep everything as much in one repository as possible. Could you please update these lines in the build script @AdamKorcz ? Sorry for the inconvenience. See https://github.com/tdewolff/minify/tree/master/tests

Let's see if your good library is accepted, and we can then definitely consider fuzzing the underlying parse library.

Agreed!

@inferno-chromium
Copy link
Collaborator

inferno-chromium commented May 20, 2020

I've added the fuzz tests to minify anyways, I think it is better to keep everything as much in one repository as possible. Could you please update these lines in the build script @AdamKorcz ? Sorry for the inconvenience. See https://github.com/tdewolff/minify/tree/master/tests

Let's see if your good library is accepted, and we can then definitely consider fuzzing the underlying parse library.

Agreed!

We accept the project, @AdamKorcz , can you please update build.sh to use the single repo and then we can merge.

@tdewolff
Copy link

Thanks for the work @AdamKorcz

Should we incorporate https://github.com/tdewolff/parse in this PR, as it is quite tightly coupled with minify? It contains 5 small fuzzers in tests/. What do you think @inferno-chromium .

@inferno-chromium
Copy link
Collaborator

Thanks for the work @AdamKorcz

Should we incorporate https://github.com/tdewolff/parse in this PR, as it is quite tightly coupled with minify? It contains 5 small fuzzers in tests/. What do you think @inferno-chromium .

Can just do this in another PR. Committing this for now.

@inferno-chromium inferno-chromium merged commit 4da60cd into google:master May 21, 2020
@TravisBuddy
Copy link

Travis tests have failed

Hey @AdamKorcz,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

./infra/travis/travis_build.py
Building project minify
Running command: python /home/travis/build/google/oss-fuzz/infra/helper.py build_fuzzers minify --engine libfuzzer --sanitizer address --architecture x86_64
Running: docker build -t gcr.io/oss-fuzz/minify projects/minify
Sending build context to Docker daemon   5.12kB


Step 1/5 : FROM gcr.io/oss-fuzz-base/base-builder
latest: Pulling from oss-fuzz-base/base-builder


e92ed755c008: Pulling fs layer 


b9fd7cb1ff8f: Pulling fs layer 


ee690f2d57a1: Pulling fs layer 


53e3366ec435: Pulling fs layer 


fabe97d01a8e: Pulling fs layer 


4f3aeee3fa7f: Pulling fs layer 


4e4a1f670f3e: Pulling fs layer 

53e3366ec435: Waiting 

fabe97d01a8e: Waiting 

4f3aeee3fa7f: Waiting 

4e4a1f670f3e: Waiting 


982fedea4567: Pulling fs layer 


4d9d435bac89: Pulling fs layer 


d1941d44a15d: Pulling fs layer 

982fedea4567: Waiting 

4d9d435bac89: Waiting 


d43d62520677: Pulling fs layer 


508c387f8bde: Pulling fs layer 


dad2decf74d2: Pulling fs layer 

d1941d44a15d: Waiting 

d43d62520677: Waiting 

508c387f8bde: Waiting 


150aa91c07f4: Pulling fs layer 


ecde9db2d41f: Pulling fs layer 


2c9461786d1f: Pulling fs layer 


45774a141b62: Pulling fs layer 


2eabe446c046: Pulling fs layer 


efcb2364f936: Pulling fs layer 


208d86b62199: Pulling fs layer 


8e330cbe9a91: Pulling fs layer 


23b50915ea83: Pulling fs layer 

208d86b62199: Waiting 

8e330cbe9a91: Waiting 

23b50915ea83: Waiting 

dad2decf74d2: Waiting 

2c9461786d1f: Waiting 

2eabe446c046: Waiting 

efcb2364f936: Waiting 

45774a141b62: Waiting 

150aa91c07f4: Waiting 

ecde9db2d41f: Waiting 

b9fd7cb1ff8f: Download complete 

53e3366ec435: Downloading     170B/170B

53e3366ec435: Verifying Checksum 

53e3366ec435: Download complete 

e92ed755c008: Downloading  443.2kB/44.25MB

ee690f2d57a1: Downloading     667B/853B

ee690f2d57a1: Downloading     853B/853B

ee690f2d57a1: Verifying Checksum 

ee690f2d57a1: Download complete 

e92ed755c008: Downloading  13.05MB/44.25MB

4f3aeee3fa7f: Downloading     175B/175B

4f3aeee3fa7f: Verifying Checksum 

4f3aeee3fa7f: Download complete 

4e4a1f670f3e: Downloading     654B/2.026kB

4e4a1f670f3e: Downloading  2.026kB/2.026kB

4e4a1f670f3e: Verifying Checksum 

4e4a1f670f3e: Download complete 

e92ed755c008: Downloading  25.21MB/44.25MB

fabe97d01a8e: Downloading  478.7kB/47.74MB

e92ed755c008: Downloading  37.38MB/44.25MB

fabe97d01a8e: Downloading  8.692MB/47.74MB

e92ed755c008: Verifying Checksum 

e92ed755c008: Download complete 

982fedea4567: Downloading  525.5kB/449.1MB

982fedea4567: Downloading  9.019MB/449.1MB

e92ed755c008: Extracting  458.8kB/44.25MB

fabe97d01a8e: Downloading  16.91MB/47.74MB

e92ed755c008: Extracting  1.835MB/44.25MB

982fedea4567: Downloading  17.52MB/449.1MB

4d9d435bac89: Downloading     148B/148B

4d9d435bac89: Verifying Checksum 

4d9d435bac89: Download complete 

fabe97d01a8e: Downloading  25.12MB/47.74MB

982fedea4567: Downloading  26.57MB/449.1MB

fabe97d01a8e: Downloading  29.95MB/47.74MB

fabe97d01a8e: Downloading   40.1MB/47.74MB

e92ed755c008: Extracting   3.67MB/44.25MB

fabe97d01a8e: Verifying Checksum 

fabe97d01a8e: Download complete 

e92ed755c008: Extracting  5.964MB/44.25MB

d1941d44a15d: Downloading  525.1kB/101.6MB

982fedea4567: Downloading  34.03MB/449.1MB

e92ed755c008: Extracting  7.799MB/44.25MB

d1941d44a15d: Downloading  8.489MB/101.6MB

d43d62520677: Downloading  22.05kB/2.096MB

982fedea4567: Downloading  44.14MB/449.1MB

d43d62520677: Verifying Checksum 

d1941d44a15d: Downloading  14.88MB/101.6MB

d43d62520677: Download complete 

e92ed755c008: Extracting  9.175MB/44.25MB

982fedea4567: Downloading  53.71MB/449.1MB

d1941d44a15d: Downloading  22.85MB/101.6MB

e92ed755c008: Extracting  10.55MB/44.25MB

d1941d44a15d: Downloading  32.43MB/101.6MB

e92ed755c008: Extracting  12.39MB/44.25MB

982fedea4567: Downloading  59.04MB/449.1MB

e92ed755c008: Extracting  13.76MB/44.25MB

d1941d44a15d: Downloading  37.76MB/101.6MB

508c387f8bde: Downloading  525.1kB/123.7MB

d1941d44a15d: Downloading  42.01MB/101.6MB

e92ed755c008: Extracting  15.14MB/44.25MB

982fedea4567: Downloading  66.49MB/449.1MB

508c387f8bde: Downloading  6.371MB/123.7MB

d1941d44a15d: Downloading  48.93MB/101.6MB

982fedea4567: Downloading  70.75MB/449.1MB

e92ed755c008: Extracting  16.06MB/44.25MB

d1941d44a15d: Downloading  55.31MB/101.6MB

508c387f8bde: Downloading  17.01MB/123.7MB

982fedea4567: Downloading  78.21MB/449.1MB

e92ed755c008: Extracting  17.89MB/44.25MB

508c387f8bde: Downloading  22.87MB/123.7MB

d1941d44a15d: Downloading  59.03MB/101.6MB

982fedea4567: Downloading  85.66MB/449.1MB

e92ed755c008: Extracting  19.27MB/44.25MB

508c387f8bde: Downloading  25.53MB/123.7MB

d1941d44a15d: Downloading  65.42MB/101.6MB

982fedea4567: Downloading  94.18MB/449.1MB

e92ed755c008: Extracting   21.1MB/44.25MB

508c387f8bde: Downloading  32.46MB/123.7MB

d1941d44a15d: Downloading  68.08MB/101.6MB

e92ed755c008: Extracting  22.48MB/44.25MB

508c387f8bde: Downloading  39.38MB/123.7MB

982fedea4567: Downloading  100.6MB/449.1MB

d1941d44a15d: Downloading  71.28MB/101.6MB

982fedea4567: Downloading  105.4MB/449.1MB

508c387f8bde: Downloading  43.63MB/123.7MB

e92ed755c008: Extracting   23.4MB/44.25MB

d1941d44a15d: Downloading  75.54MB/101.6MB

982fedea4567: Downloading  113.9MB/449.1MB

508c387f8bde: Downloading  49.49MB/123.7MB

e92ed755c008: Extracting  24.31MB/44.25MB

d1941d44a15d: Downloading  81.39MB/101.6MB

982fedea4567: Downloading  121.3MB/449.1MB

508c387f8bde: Downloading  54.81MB/123.7MB

d1941d44a15d: Downloading  88.32MB/101.6MB

982fedea4567: Downloading  130.4MB/449.1MB

e92ed755c008: Extracting  24.77MB/44.25MB

d1941d44a15d: Downloading  96.84MB/101.6MB

e92ed755c008: Extracting  26.15MB/44.25MB

508c387f8bde: Downloading  60.67MB/123.7MB

982fedea4567: Downloading  137.8MB/449.1MB

d1941d44a15d: Downloading  101.6MB/101.6MB

508c387f8bde: Downloading  66.53MB/123.7MB

d1941d44a15d: Verifying Checksum 

d1941d44a15d: Download complete 

982fedea4567: Downloading  141.6MB/449.1MB

e92ed755c008: Extracting  27.98MB/44.25MB

508c387f8bde: Downloading  74.51MB/123.7MB

982fedea4567: Downloading  150.6MB/449.1MB

508c387f8bde: Downloading   80.9MB/123.7MB

e92ed755c008: Extracting   28.9MB/44.25MB

982fedea4567: Downloading  156.5MB/449.1MB

508c387f8bde: Downloading  85.16MB/123.7MB

982fedea4567: Downloading    165MB/449.1MB

e92ed755c008: Extracting  29.82MB/44.25MB

508c387f8bde: Downloading  93.68MB/123.7MB

982fedea4567: Downloading    173MB/449.1MB

e92ed755c008: Extracting   31.2MB/44.25MB

508c387f8bde: Downloading  99.54MB/123.7MB

dad2decf74d2: Downloading  394.7kB/39.41MB

982fedea4567: Downloading  178.8MB/449.1MB

508c387f8bde: Downloading  105.9MB/123.7MB

e92ed755c008: Extracting  32.57MB/44.25MB

982fedea4567: Downloading  185.8MB/449.1MB

dad2decf74d2: Downloading  7.609MB/39.41MB

dad2decf74d2: Downloading  17.24MB/39.41MB

508c387f8bde: Downloading  108.6MB/123.7MB

e92ed755c008: Extracting  33.49MB/44.25MB

982fedea4567: Downloading  193.7MB/449.1MB

dad2decf74d2: Downloading  22.06MB/39.41MB

508c387f8bde: Downloading  113.9MB/123.7MB

e92ed755c008: Extracting  34.87MB/44.25MB

dad2decf74d2: Downloading  27.28MB/39.41MB

508c387f8bde: Downloading  117.1MB/123.7MB

982fedea4567: Downloading  198.5MB/449.1MB

e92ed755c008: Extracting  36.24MB/44.25MB

982fedea4567: Downloading  202.8MB/449.1MB

508c387f8bde: Downloading  122.4MB/123.7MB

508c387f8bde: Verifying Checksum 

508c387f8bde: Download complete 

dad2decf74d2: Downloading  31.69MB/39.41MB

982fedea4567: Downloading  208.1MB/449.1MB

dad2decf74d2: Downloading  37.71MB/39.41MB

dad2decf74d2: Verifying Checksum 

dad2decf74d2: Download complete 

e92ed755c008: Extracting  37.62MB/44.25MB

e92ed755c008: Extracting  38.99MB/44.25MB

982fedea4567: Downloading  218.2MB/449.1MB

ecde9db2d41f: Downloading  525.1kB/52.55MB

e92ed755c008: Extracting  40.37MB/44.25MB

982fedea4567: Downloading  226.7MB/449.1MB

150aa91c07f4: Downloading  524.4kB/182.4MB

ecde9db2d41f: Downloading  11.69MB/52.55MB

e92ed755c008: Extracting  41.29MB/44.25MB

982fedea4567: Downloading  231.5MB/449.1MB

150aa91c07f4: Downloading  6.372MB/182.4MB

ecde9db2d41f: Downloading  18.61MB/52.55MB

982fedea4567: Downloading  238.5MB/449.1MB

e92ed755c008: Extracting  41.75MB/44.25MB

ecde9db2d41f: Downloading  27.13MB/52.55MB

982fedea4567: Downloading  246.4MB/449.1MB

e92ed755c008: Extracting  42.66MB/44.25MB

982fedea4567: Downloading  253.4MB/449.1MB

e92ed755c008: Extracting  43.58MB/44.25MB

150aa91c07f4: Downloading  8.494MB/182.4MB

ecde9db2d41f: Downloading  35.65MB/52.55MB

982fedea4567: Downloading  261.3MB/449.1MB

e92ed755c008: Extracting  44.04MB/44.25MB

ecde9db2d41f: Downloading  40.98MB/52.55MB

150aa91c07f4: Downloading  12.22MB/182.4MB

982fedea4567: Downloading  266.7MB/449.1MB

e92ed755c008: Extracting  44.25MB/44.25MB

ecde9db2d41f: Downloading   47.9MB/52.55MB

982fedea4567: Downloading  272.5MB/449.1MB

150aa91c07f4: Downloading  21.27MB/182.4MB

ecde9db2d41f: Verifying Checksum 

ecde9db2d41f: Download complete 

982fedea4567: Downloading  277.3MB/449.1MB

2c9461786d1f: Downloading     174B/174B

2c9461786d1f: Verifying Checksum 

2c9461786d1f: Download complete 

150aa91c07f4: Downloading  25.53MB/182.4MB

e92ed755c008: Pull complete 

b9fd7cb1ff8f: Extracting     526B/526B

b9fd7cb1ff8f: Extracting     526B/526B

45774a141b62: Downloading  19.29kB/1.879MB

45774a141b62: Downloading  1.879MB/1.879MB

45774a141b62: Verifying Checksum 

45774a141b62: Download complete 

150aa91c07f4: Downloading  34.05MB/182.4MB

b9fd7cb1ff8f: Pull complete 

ee690f2d57a1: Extracting     853B/853B

ee690f2d57a1: Extracting     853B/853B

982fedea4567: Downloading  285.3MB/449.1MB

150aa91c07f4: Downloading  44.68MB/182.4MB

ee690f2d57a1: Pull complete 

53e3366ec435: Extracting     170B/170B

53e3366ec435: Extracting     170B/170B

982fedea4567: Downloading  298.1MB/449.1MB

53e3366ec435: Pull complete 

982fedea4567: Downloading  302.8MB/449.1MB

150aa91c07f4: Downloading  50.53MB/182.4MB

2eabe446c046: Downloading  524.4kB/65.09MB

982fedea4567: Downloading  309.8MB/449.1MB

fabe97d01a8e: Extracting  491.5kB/47.74MB

2eabe446c046: Downloading   5.84MB/65.09MB

150aa91c07f4: Downloading  59.05MB/182.4MB

982fedea4567: Downloading  317.8MB/449.1MB

fabe97d01a8e: Extracting  1.475MB/47.74MB

150aa91c07f4: Downloading   64.9MB/182.4MB

2eabe446c046: Downloading  11.16MB/65.09MB

982fedea4567: Downloading  320.9MB/449.1MB

fabe97d01a8e: Extracting  2.949MB/47.74MB

2eabe446c046: Downloading  14.35MB/65.09MB

982fedea4567: Downloading  324.7MB/449.1MB

150aa91c07f4: Downloading  70.75MB/182.4MB

fabe97d01a8e: Extracting  4.424MB/47.74MB

2eabe446c046: Downloading  22.87MB/65.09MB

982fedea4567: Downloading  330.5MB/449.1MB

fabe97d01a8e: Extracting  5.898MB/47.74MB

2eabe446c046: Downloading  28.72MB/65.09MB

982fedea4567: Downloading    338MB/449.1MB

150aa91c07f4: Downloading  75.54MB/182.4MB

2eabe446c046: Downloading  35.64MB/65.09MB

fabe97d01a8e: Extracting  6.881MB/47.74MB

982fedea4567: Downloading  346.5MB/449.1MB

150aa91c07f4: Downloading  82.99MB/182.4MB

2eabe446c046: Downloading   43.1MB/65.09MB

fabe97d01a8e: Extracting  7.864MB/47.74MB

2eabe446c046: Downloading  54.28MB/65.09MB

982fedea4567: Downloading  352.4MB/449.1MB

150aa91c07f4: Downloading  84.06MB/182.4MB

2eabe446c046: Downloading   64.4MB/65.09MB

2eabe446c046: Verifying Checksum 

2eabe446c046: Download complete 

fabe97d01a8e: Extracting   9.83MB/47.74MB

982fedea4567: Downloading  358.7MB/449.1MB

fabe97d01a8e: Extracting  10.81MB/47.74MB

150aa91c07f4: Downloading  92.04MB/182.4MB

982fedea4567: Downloading  367.8MB/449.1MB

150aa91c07f4: Downloading  100.6MB/182.4MB

fabe97d01a8e: Extracting   11.8MB/47.74MB

150aa91c07f4: Downloading  101.1MB/182.4MB

982fedea4567: Downloading  369.4MB/449.1MB

efcb2364f936: Downloading  525.1kB/65.17MB

150aa91c07f4: Downloading  109.1MB/182.4MB

982fedea4567: Downloading  375.8MB/449.1MB

efcb2364f936: Downloading  9.034MB/65.17MB

150aa91c07f4: Downloading    116MB/182.4MB

fabe97d01a8e: Extracting  12.78MB/47.74MB

982fedea4567: Downloading  377.9MB/449.1MB

150aa91c07f4: Downloading  124.5MB/182.4MB

efcb2364f936: Downloading  19.15MB/65.17MB

fabe97d01a8e: Extracting  13.27MB/47.74MB

efcb2364f936: Downloading  23.94MB/65.17MB

982fedea4567: Downloading  382.7MB/449.1MB

150aa91c07f4: Downloading  130.4MB/182.4MB

fabe97d01a8e: Extracting  15.24MB/47.74MB

982fedea4567: Downloading  388.5MB/449.1MB

fabe97d01a8e: Extracting  16.71MB/47.74MB

efcb2364f936: Downloading  30.33MB/65.17MB

150aa91c07f4: Downloading  135.2MB/182.4MB

982fedea4567: Downloading  393.9MB/449.1MB

150aa91c07f4: Downloading  144.2MB/182.4MB

fabe97d01a8e: Extracting   17.2MB/47.74MB

efcb2364f936: Downloading  35.66MB/65.17MB

982fedea4567: Downloading  397.1MB/449.1MB

982fedea4567: Downloading  405.1MB/449.1MB

150aa91c07f4: Downloading  152.2MB/182.4MB

efcb2364f936: Downloading  39.92MB/65.17MB

fabe97d01a8e: Extracting  18.19MB/47.74MB

150aa91c07f4: Downloading    157MB/182.4MB

fabe97d01a8e: Extracting  19.66MB/47.74MB

efcb2364f936: Downloading  45.77MB/65.17MB

982fedea4567: Downloading  411.4MB/449.1MB

fabe97d01a8e: Extracting  21.14MB/47.74MB

150aa91c07f4: Downloading  160.7MB/182.4MB

982fedea4567: Downloading  417.8MB/449.1MB

efcb2364f936: Downloading  51.63MB/65.17MB

fabe97d01a8e: Extracting  22.12MB/47.74MB

150aa91c07f4: Downloading  168.2MB/182.4MB

982fedea4567: Downloading  421.6MB/449.1MB

efcb2364f936: Downloading  54.83MB/65.17MB

150aa91c07f4: Downloading    173MB/182.4MB

fabe97d01a8e: Extracting  23.59MB/47.74MB

982fedea4567: Downloading  429.5MB/449.1MB

efcb2364f936: Downloading  61.22MB/65.17MB

150aa91c07f4: Downloading  177.2MB/182.4MB

efcb2364f936: Verifying Checksum 

efcb2364f936: Download complete 

982fedea4567: Downloading  434.9MB/449.1MB

fabe97d01a8e: Extracting  25.07MB/47.74MB

150aa91c07f4: Verifying Checksum 

150aa91c07f4: Download complete 

982fedea4567: Downloading  446.6MB/449.1MB

982fedea4567: Verifying Checksum 

982fedea4567: Download complete 

fabe97d01a8e: Extracting  26.05MB/47.74MB

208d86b62199: Downloading     673B/4.073kB

208d86b62199: Downloading  4.073kB/4.073kB

208d86b62199: Verifying Checksum 

208d86b62199: Download complete 

23b50915ea83: Downloading  65.54kB/6.516MB

8e330cbe9a91: Downloading     665B/2.273kB

8e330cbe9a91: Downloading  2.273kB/2.273kB

8e330cbe9a91: Verifying Checksum 

8e330cbe9a91: Download complete 

23b50915ea83: Verifying Checksum 

23b50915ea83: Download complete 

fabe97d01a8e: Extracting  27.03MB/47.74MB

fabe97d01a8e: Extracting     29MB/47.74MB

fabe97d01a8e: Extracting  31.95MB/47.74MB

fabe97d01a8e: Extracting  35.39MB/47.74MB

fabe97d01a8e: Extracting  38.83MB/47.74MB

fabe97d01a8e: Extracting  41.78MB/47.74MB

fabe97d01a8e: Extracting  45.22MB/47.74MB

fabe97d01a8e: Extracting  47.68MB/47.74MB

fabe97d01a8e: Extracting  47.74MB/47.74MB

fabe97d01a8e: Pull complete 

4f3aeee3fa7f: Extracting     175B/175B

4f3aeee3fa7f: Extracting     175B/175B

4f3aeee3fa7f: Pull complete 

4e4a1f670f3e: Extracting  2.026kB/2.026kB

4e4a1f670f3e: Extracting  2.026kB/2.026kB

4e4a1f670f3e: Pull complete 

982fedea4567: Extracting  557.1kB/449.1MB

982fedea4567: Extracting  2.785MB/449.1MB

982fedea4567: Extracting  5.571MB/449.1MB

982fedea4567: Extracting  8.356MB/449.1MB

982fedea4567: Extracting  11.14MB/449.1MB

982fedea4567: Extracting  13.93MB/449.1MB

982fedea4567: Extracting  16.15MB/449.1MB

982fedea4567: Extracting  18.94MB/449.1MB

982fedea4567: Extracting  21.73MB/449.1MB

982fedea4567: Extracting  24.51MB/449.1MB

982fedea4567: Extracting   27.3MB/449.1MB

982fedea4567: Extracting  30.08MB/449.1MB

982fedea4567: Extracting  32.87MB/449.1MB

982fedea4567: Extracting  35.65MB/449.1MB

982fedea4567: Extracting  38.44MB/449.1MB

982fedea4567: Extracting  41.22MB/449.1MB

982fedea4567: Extracting  44.01MB/449.1MB

982fedea4567: Extracting  46.79MB/449.1MB

982fedea4567: Extracting  49.58MB/449.1MB

982fedea4567: Extracting  52.36MB/449.1MB

982fedea4567: Extracting  54.59MB/449.1MB

982fedea4567: Extracting  57.38MB/449.1MB

982fedea4567: Extracting  60.16MB/449.1MB

982fedea4567: Extracting  62.95MB/449.1MB

982fedea4567: Extracting  65.73MB/449.1MB

982fedea4567: Extracting  68.52MB/449.1MB

982fedea4567: Extracting   71.3MB/449.1MB

982fedea4567: Extracting  73.53MB/449.1MB

982fedea4567: Extracting  76.32MB/449.1MB

982fedea4567: Extracting   79.1MB/449.1MB

982fedea4567: Extracting  81.89MB/449.1MB

982fedea4567: Extracting  84.67MB/449.1MB

982fedea4567: Extracting  87.46MB/449.1MB

982fedea4567: Extracting  90.24MB/449.1MB

982fedea4567: Extracting  93.03MB/449.1MB

982fedea4567: Extracting  95.26MB/449.1MB

982fedea4567: Extracting  98.04MB/449.1MB

982fedea4567: Extracting  100.8MB/449.1MB

982fedea4567: Extracting  103.6MB/449.1MB

982fedea4567: Extracting  106.4MB/449.1MB

982fedea4567: Extracting  109.2MB/449.1MB

982fedea4567: Extracting    112MB/449.1MB

982fedea4567: Extracting  114.8MB/449.1MB

982fedea4567: Extracting  117.5MB/449.1MB

982fedea4567: Extracting  120.3MB/449.1MB

982fedea4567: Extracting  123.1MB/449.1MB

982fedea4567: Extracting  125.3MB/449.1MB

982fedea4567: Extracting  128.1MB/449.1MB

982fedea4567: Extracting  131.5MB/449.1MB

982fedea4567: Extracting  134.3MB/449.1MB

982fedea4567: Extracting    137MB/449.1MB

982fedea4567: Extracting  139.8MB/449.1MB

982fedea4567: Extracting  142.6MB/449.1MB

982fedea4567: Extracting  145.4MB/449.1MB

982fedea4567: Extracting  147.6MB/449.1MB

982fedea4567: Extracting  150.4MB/449.1MB

982fedea4567: Extracting  153.2MB/449.1MB

982fedea4567: Extracting  156.5MB/449.1MB

982fedea4567: Extracting  159.3MB/449.1MB

982fedea4567: Extracting  162.1MB/449.1MB

982fedea4567: Extracting  164.3MB/449.1MB

982fedea4567: Extracting  167.1MB/449.1MB

982fedea4567: Extracting  169.9MB/449.1MB

982fedea4567: Extracting  172.7MB/449.1MB

982fedea4567: Extracting  175.5MB/449.1MB

982fedea4567: Extracting  178.3MB/449.1MB

982fedea4567: Extracting    181MB/449.1MB

982fedea4567: Extracting  183.8MB/449.1MB

982fedea4567: Extracting  186.6MB/449.1MB

982fedea4567: Extracting  188.8MB/449.1MB

982fedea4567: Extracting  191.6MB/449.1MB

982fedea4567: Extracting  194.4MB/449.1MB

982fedea4567: Extracting  197.2MB/449.1MB

982fedea4567: Extracting    200MB/449.1MB

982fedea4567: Extracting  202.8MB/449.1MB

982fedea4567: Extracting  206.1MB/449.1MB

982fedea4567: Extracting  208.9MB/449.1MB

982fedea4567: Extracting  211.7MB/449.1MB

982fedea4567: Extracting    215MB/449.1MB

982fedea4567: Extracting  217.8MB/449.1MB

982fedea4567: Extracting  220.6MB/449.1MB

982fedea4567: Extracting  223.4MB/449.1MB

982fedea4567: Extracting  226.2MB/449.1MB

982fedea4567: Extracting  228.4MB/449.1MB

982fedea4567: Extracting  231.2MB/449.1MB

982fedea4567: Extracting    234MB/449.1MB

982fedea4567: Extracting  236.7MB/449.1MB

982fedea4567: Extracting  239.5MB/449.1MB

982fedea4567: Extracting  242.3MB/449.1MB

982fedea4567: Extracting  245.7MB/449.1MB

982fedea4567: Extracting  246.8MB/449.1MB

982fedea4567: Extracting    249MB/449.1MB

982fedea4567: Extracting  251.8MB/449.1MB

982fedea4567: Extracting  254.6MB/449.1MB

982fedea4567: Extracting  257.4MB/449.1MB

982fedea4567: Extracting  260.7MB/449.1MB

982fedea4567: Extracting  263.5MB/449.1MB

982fedea4567: Extracting  266.3MB/449.1MB

982fedea4567: Extracting  269.1MB/449.1MB

982fedea4567: Extracting  271.8MB/449.1MB

982fedea4567: Extracting  274.6MB/449.1MB

982fedea4567: Extracting  277.4MB/449.1MB

982fedea4567: Extracting  280.2MB/449.1MB

982fedea4567: Extracting    283MB/449.1MB

982fedea4567: Extracting  285.8MB/449.1MB

982fedea4567: Extracting  288.6MB/449.1MB

982fedea4567: Extracting  291.3MB/449.1MB

982fedea4567: Extracting  294.1MB/449.1MB

982fedea4567: Extracting  296.9MB/449.1MB

982fedea4567: Extracting  299.7MB/449.1MB

982fedea4567: Extracting    303MB/449.1MB

982fedea4567: Extracting  305.8MB/449.1MB

982fedea4567: Extracting  308.1MB/449.1MB

982fedea4567: Extracting  310.8MB/449.1MB

982fedea4567: Extracting  313.6MB/449.1MB

982fedea4567: Extracting  315.3MB/449.1MB

982fedea4567: Extracting  316.4MB/449.1MB

982fedea4567: Extracting  317.5MB/449.1MB

982fedea4567: Extracting  318.6MB/449.1MB

982fedea4567: Extracting  319.8MB/449.1MB

982fedea4567: Extracting  320.9MB/449.1MB

982fedea4567: Extracting    322MB/449.1MB

982fedea4567: Extracting  324.2MB/449.1MB

982fedea4567: Extracting  326.4MB/449.1MB

982fedea4567: Extracting  328.7MB/449.1MB

982fedea4567: Extracting  330.9MB/449.1MB

982fedea4567: Extracting  333.1MB/449.1MB

982fedea4567: Extracting  335.3MB/449.1MB

982fedea4567: Extracting  337.6MB/449.1MB

982fedea4567: Extracting  339.8MB/449.1MB

982fedea4567: Extracting  342.6MB/449.1MB

982fedea4567: Extracting  345.4MB/449.1MB

982fedea4567: Extracting  347.6MB/449.1MB

982fedea4567: Extracting  349.8MB/449.1MB

982fedea4567: Extracting  352.1MB/449.1MB

982fedea4567: Extracting  353.7MB/449.1MB

982fedea4567: Extracting    356MB/449.1MB

982fedea4567: Extracting  358.2MB/449.1MB

982fedea4567: Extracting  360.4MB/449.1MB

982fedea4567: Extracting  362.6MB/449.1MB

982fedea4567: Extracting  364.9MB/449.1MB

982fedea4567: Extracting  367.7MB/449.1MB

982fedea4567: Extracting  370.4MB/449.1MB

982fedea4567: Extracting  373.2MB/449.1MB

982fedea4567: Extracting  375.5MB/449.1MB

982fedea4567: Extracting  377.7MB/449.1MB

982fedea4567: Extracting  379.9MB/449.1MB

982fedea4567: Extracting  382.7MB/449.1MB

982fedea4567: Extracting  385.5MB/449.1MB

982fedea4567: Extracting  388.3MB/449.1MB

982fedea4567: Extracting  391.1MB/449.1MB

982fedea4567: Extracting  393.8MB/449.1MB

982fedea4567: Extracting  396.6MB/449.1MB

982fedea4567: Extracting  399.4MB/449.1MB

982fedea4567: Extracting  401.6MB/449.1MB

982fedea4567: Extracting  403.9MB/449.1MB

982fedea4567: Extracting  406.7MB/449.1MB

982fedea4567: Extracting  409.4MB/449.1MB

982fedea4567: Extracting  412.2MB/449.1MB

982fedea4567: Extracting    415MB/449.1MB

982fedea4567: Extracting  417.8MB/449.1MB

982fedea4567: Extracting    420MB/449.1MB

982fedea4567: Extracting  422.2MB/449.1MB

982fedea4567: Extracting  424.5MB/449.1MB

982fedea4567: Extracting  426.7MB/449.1MB

982fedea4567: Extracting  428.9MB/449.1MB

982fedea4567: Extracting  431.2MB/449.1MB

982fedea4567: Extracting  433.4MB/449.1MB

982fedea4567: Extracting  435.6MB/449.1MB

982fedea4567: Extracting  437.8MB/449.1MB

982fedea4567: Extracting  440.1MB/449.1MB

982fedea4567: Extracting  442.3MB/449.1MB

982fedea4567: Extracting  444.5MB/449.1MB

982fedea4567: Extracting  446.2MB/449.1MB

982fedea4567: Extracting  447.3MB/449.1MB

982fedea4567: Extracting    449MB/449.1MB

982fedea4567: Extracting  449.1MB/449.1MB

982fedea4567: Pull complete 

4d9d435bac89: Extracting     148B/148B

4d9d435bac89: Extracting     148B/148B

4d9d435bac89: Pull complete 

d1941d44a15d: Extracting  557.1kB/101.6MB

d1941d44a15d: Extracting  3.342MB/101.6MB

d1941d44a15d: Extracting  5.571MB/101.6MB

d1941d44a15d: Extracting  8.356MB/101.6MB

d1941d44a15d: Extracting  11.14MB/101.6MB

d1941d44a15d: Extracting  13.93MB/101.6MB

d1941d44a15d: Extracting  16.15MB/101.6MB

d1941d44a15d: Extracting  20.05MB/101.6MB

d1941d44a15d: Extracting  22.84MB/101.6MB

d1941d44a15d: Extracting  26.18MB/101.6MB

d1941d44a15d: Extracting  28.97MB/101.6MB

d1941d44a15d: Extracting  31.75MB/101.6MB

d1941d44a15d: Extracting  35.09MB/101.6MB

d1941d44a15d: Extracting  38.44MB/101.6MB

d1941d44a15d: Extracting  42.34MB/101.6MB

d1941d44a15d: Extracting  45.12MB/101.6MB

d1941d44a15d: Extracting  47.91MB/101.6MB

d1941d44a15d: Extracting  50.69MB/101.6MB

d1941d44a15d: Extracting  52.36MB/101.6MB

d1941d44a15d: Extracting  53.48MB/101.6MB

d1941d44a15d: Extracting  54.59MB/101.6MB

d1941d44a15d: Extracting  56.26MB/101.6MB

d1941d44a15d: Extracting  57.93MB/101.6MB

d1941d44a15d: Extracting  60.72MB/101.6MB

d1941d44a15d: Extracting  62.95MB/101.6MB

d1941d44a15d: Extracting  65.73MB/101.6MB

d1941d44a15d: Extracting  68.52MB/101.6MB

d1941d44a15d: Extracting   71.3MB/101.6MB

d1941d44a15d: Extracting  72.97MB/101.6MB

d1941d44a15d: Extracting   75.2MB/101.6MB

d1941d44a15d: Extracting  76.87MB/101.6MB

d1941d44a15d: Extracting   79.1MB/101.6MB

d1941d44a15d: Extracting  81.33MB/101.6MB

d1941d44a15d: Extracting  83.56MB/101.6MB

d1941d44a15d: Extracting  85.79MB/101.6MB

d1941d44a15d: Extracting  88.57MB/101.6MB

d1941d44a15d: Extracting  90.24MB/101.6MB

d1941d44a15d: Extracting  91.36MB/101.6MB

d1941d44a15d: Extracting  93.03MB/101.6MB

d1941d44a15d: Extracting   94.7MB/101.6MB

d1941d44a15d: Extracting  96.37MB/101.6MB

d1941d44a15d: Extracting  98.04MB/101.6MB

d1941d44a15d: Extracting  101.4MB/101.6MB

d1941d44a15d: Extracting  101.6MB/101.6MB

d1941d44a15d: Pull complete 

d43d62520677: Extracting  32.77kB/2.096MB

d43d62520677: Extracting  1.573MB/2.096MB

d43d62520677: Extracting  2.096MB/2.096MB

d43d62520677: Extracting  2.096MB/2.096MB

d43d62520677: Pull complete 

508c387f8bde: Extracting  557.1kB/123.7MB

508c387f8bde: Extracting  2.785MB/123.7MB

508c387f8bde: Extracting  5.571MB/123.7MB

508c387f8bde: Extracting  11.14MB/123.7MB

508c387f8bde: Extracting  13.93MB/123.7MB

508c387f8bde: Extracting  16.15MB/123.7MB

508c387f8bde: Extracting  18.94MB/123.7MB

508c387f8bde: Extracting  21.73MB/123.7MB

508c387f8bde: Extracting  23.95MB/123.7MB

508c387f8bde: Extracting  26.74MB/123.7MB

508c387f8bde: Extracting  28.97MB/123.7MB

508c387f8bde: Extracting   31.2MB/123.7MB

508c387f8bde: Extracting  33.42MB/123.7MB

508c387f8bde: Extracting  35.65MB/123.7MB

508c387f8bde: Extracting  37.88MB/123.7MB

508c387f8bde: Extracting  40.11MB/123.7MB

508c387f8bde: Extracting  42.89MB/123.7MB

508c387f8bde: Extracting  45.12MB/123.7MB

508c387f8bde: Extracting  47.35MB/123.7MB

508c387f8bde: Extracting  50.14MB/123.7MB

508c387f8bde: Extracting  54.03MB/123.7MB

508c387f8bde: Extracting  57.93MB/123.7MB

508c387f8bde: Extracting  60.72MB/123.7MB

508c387f8bde: Extracting   63.5MB/123.7MB

508c387f8bde: Extracting  69.07MB/123.7MB

508c387f8bde: Extracting  72.42MB/123.7MB

508c387f8bde: Extracting  76.87MB/123.7MB

508c387f8bde: Extracting  80.77MB/123.7MB

508c387f8bde: Extracting  84.67MB/123.7MB

508c387f8bde: Extracting  88.57MB/123.7MB

508c387f8bde: Extracting  91.36MB/123.7MB

508c387f8bde: Extracting  96.93MB/123.7MB

508c387f8bde: Extracting  99.71MB/123.7MB

508c387f8bde: Extracting  104.2MB/123.7MB

508c387f8bde: Extracting  107.5MB/123.7MB

508c387f8bde: Extracting  108.6MB/123.7MB

508c387f8bde: Extracting  109.7MB/123.7MB

508c387f8bde: Extracting  110.9MB/123.7MB

508c387f8bde: Extracting  112.5MB/123.7MB

508c387f8bde: Extracting  114.2MB/123.7MB

508c387f8bde: Extracting  115.9MB/123.7MB

508c387f8bde: Extracting  117.5MB/123.7MB

508c387f8bde: Extracting  118.7MB/123.7MB

508c387f8bde: Extracting  119.8MB/123.7MB

508c387f8bde: Extracting  120.9MB/123.7MB

508c387f8bde: Extracting    122MB/123.7MB

508c387f8bde: Extracting  123.7MB/123.7MB

508c387f8bde: Extracting  123.7MB/123.7MB

508c387f8bde: Pull complete 

dad2decf74d2: Extracting    426kB/39.41MB

dad2decf74d2: Extracting  3.834MB/39.41MB

dad2decf74d2: Extracting  8.094MB/39.41MB

dad2decf74d2: Extracting  16.19MB/39.41MB

dad2decf74d2: Extracting  26.84MB/39.41MB

dad2decf74d2: Extracting  37.06MB/39.41MB

dad2decf74d2: Extracting  37.91MB/39.41MB

dad2decf74d2: Extracting  39.19MB/39.41MB

dad2decf74d2: Extracting  39.41MB/39.41MB

dad2decf74d2: Pull complete 

150aa91c07f4: Extracting  557.1kB/182.4MB

150aa91c07f4: Extracting  3.899MB/182.4MB

150aa91c07f4: Extracting  6.685MB/182.4MB

150aa91c07f4: Extracting  10.03MB/182.4MB

150aa91c07f4: Extracting  12.81MB/182.4MB

150aa91c07f4: Extracting   15.6MB/182.4MB

150aa91c07f4: Extracting  18.94MB/182.4MB

150aa91c07f4: Extracting  21.17MB/182.4MB

150aa91c07f4: Extracting   23.4MB/182.4MB

150aa91c07f4: Extracting  26.18MB/182.4MB

150aa91c07f4: Extracting  29.52MB/182.4MB

150aa91c07f4: Extracting  32.87MB/182.4MB

150aa91c07f4: Extracting  36.21MB/182.4MB

150aa91c07f4: Extracting  38.99MB/182.4MB

150aa91c07f4: Extracting  41.78MB/182.4MB

150aa91c07f4: Extracting  44.01MB/182.4MB

150aa91c07f4: Extracting  46.24MB/182.4MB

150aa91c07f4: Extracting  49.02MB/182.4MB

150aa91c07f4: Extracting  51.81MB/182.4MB

150aa91c07f4: Extracting  54.59MB/182.4MB

150aa91c07f4: Extracting  57.38MB/182.4MB

150aa91c07f4: Extracting  60.16MB/182.4MB

150aa91c07f4: Extracting  62.95MB/182.4MB

150aa91c07f4: Extracting  65.73MB/182.4MB

150aa91c07f4: Extracting  68.52MB/182.4MB

150aa91c07f4: Extracting   71.3MB/182.4MB

150aa91c07f4: Extracting  74.09MB/182.4MB

150aa91c07f4: Extracting  76.87MB/182.4MB

150aa91c07f4: Extracting   79.1MB/182.4MB

150aa91c07f4: Extracting  81.33MB/182.4MB

150aa91c07f4: Extracting  84.12MB/182.4MB

150aa91c07f4: Extracting  88.57MB/182.4MB

150aa91c07f4: Extracting  91.36MB/182.4MB

150aa91c07f4: Extracting  93.59MB/182.4MB

150aa91c07f4: Extracting  96.37MB/182.4MB

150aa91c07f4: Extracting  99.71MB/182.4MB

150aa91c07f4: Extracting  103.1MB/182.4MB

150aa91c07f4: Extracting  106.4MB/182.4MB

150aa91c07f4: Extracting  109.2MB/182.4MB

150aa91c07f4: Extracting    112MB/182.4MB

150aa91c07f4: Extracting  114.2MB/182.4MB

150aa91c07f4: Extracting    117MB/182.4MB

150aa91c07f4: Extracting  119.2MB/182.4MB

150aa91c07f4: Extracting  122.6MB/182.4MB

150aa91c07f4: Extracting  124.8MB/182.4MB

150aa91c07f4: Extracting    127MB/182.4MB

150aa91c07f4: Extracting  129.8MB/182.4MB

150aa91c07f4: Extracting    132MB/182.4MB

150aa91c07f4: Extracting  134.8MB/182.4MB

150aa91c07f4: Extracting  137.6MB/182.4MB

150aa91c07f4: Extracting    142MB/182.4MB

150aa91c07f4: Extracting  144.8MB/182.4MB

150aa91c07f4: Extracting  145.9MB/182.4MB

150aa91c07f4: Extracting  148.2MB/182.4MB

150aa91c07f4: Extracting  150.4MB/182.4MB

150aa91c07f4: Extracting  152.1MB/182.4MB

150aa91c07f4: Extracting  154.3MB/182.4MB

150aa91c07f4: Extracting  154.9MB/182.4MB

150aa91c07f4: Extracting  155.4MB/182.4MB

150aa91c07f4: Extracting    156MB/182.4MB

150aa91c07f4: Extracting  156.5MB/182.4MB

150aa91c07f4: Extracting  157.6MB/182.4MB

150aa91c07f4: Extracting  159.9MB/182.4MB

150aa91c07f4: Extracting  161.5MB/182.4MB

150aa91c07f4: Extracting  163.2MB/182.4MB

150aa91c07f4: Extracting  164.9MB/182.4MB

150aa91c07f4: Extracting  166.6MB/182.4MB

150aa91c07f4: Extracting  168.8MB/182.4MB

150aa91c07f4: Extracting  170.5MB/182.4MB

150aa91c07f4: Extracting  171.6MB/182.4MB

150aa91c07f4: Extracting  172.7MB/182.4MB

150aa91c07f4: Extracting  173.8MB/182.4MB

150aa91c07f4: Extracting  174.9MB/182.4MB

150aa91c07f4: Extracting    176MB/182.4MB

150aa91c07f4: Extracting  177.1MB/182.4MB

150aa91c07f4: Extracting  178.3MB/182.4MB

150aa91c07f4: Extracting  179.9MB/182.4MB

150aa91c07f4: Extracting  180.5MB/182.4MB

150aa91c07f4: Extracting  181.6MB/182.4MB

150aa91c07f4: Extracting  182.4MB/182.4MB

150aa91c07f4: Pull complete 

ecde9db2d41f: Extracting  557.1kB/52.55MB

ecde9db2d41f: Extracting  3.342MB/52.55MB

ecde9db2d41f: Extracting  8.356MB/52.55MB

ecde9db2d41f: Extracting  13.37MB/52.55MB

ecde9db2d41f: Extracting  18.94MB/52.55MB

ecde9db2d41f: Extracting  23.95MB/52.55MB

ecde9db2d41f: Extracting  28.97MB/52.55MB

ecde9db2d41f: Extracting  33.98MB/52.55MB

ecde9db2d41f: Extracting  38.99MB/52.55MB

ecde9db2d41f: Extracting  45.12MB/52.55MB

ecde9db2d41f: Extracting  51.25MB/52.55MB

ecde9db2d41f: Extracting  52.36MB/52.55MB

ecde9db2d41f: Extracting  52.55MB/52.55MB

ecde9db2d41f: Pull complete 

2c9461786d1f: Extracting     174B/174B

2c9461786d1f: Extracting     174B/174B

2c9461786d1f: Pull complete 

45774a141b62: Extracting  32.77kB/1.879MB

45774a141b62: Extracting  1.868MB/1.879MB

45774a141b62: Extracting  1.879MB/1.879MB

45774a141b62: Pull complete 

2eabe446c046: Extracting  557.1kB/65.09MB

2eabe446c046: Extracting   9.47MB/65.09MB

2eabe446c046: Extracting  18.38MB/65.09MB

2eabe446c046: Extracting  26.18MB/65.09MB

2eabe446c046: Extracting  35.09MB/65.09MB

2eabe446c046: Extracting  43.45MB/65.09MB

2eabe446c046: Extracting  52.36MB/65.09MB

2eabe446c046: Extracting  61.28MB/65.09MB

2eabe446c046: Extracting  65.09MB/65.09MB

2eabe446c046: Pull complete 

efcb2364f936: Extracting  557.1kB/65.17MB

efcb2364f936: Extracting  3.342MB/65.17MB

efcb2364f936: Extracting  6.685MB/65.17MB

efcb2364f936: Extracting  10.03MB/65.17MB

efcb2364f936: Extracting  13.37MB/65.17MB

efcb2364f936: Extracting  16.71MB/65.17MB

efcb2364f936: Extracting  20.05MB/65.17MB

efcb2364f936: Extracting  23.95MB/65.17MB

efcb2364f936: Extracting   27.3MB/65.17MB

efcb2364f936: Extracting  29.52MB/65.17MB

efcb2364f936: Extracting  32.31MB/65.17MB

efcb2364f936: Extracting  34.54MB/65.17MB

efcb2364f936: Extracting  36.77MB/65.17MB

efcb2364f936: Extracting  38.99MB/65.17MB

efcb2364f936: Extracting  41.22MB/65.17MB

efcb2364f936: Extracting  42.34MB/65.17MB

efcb2364f936: Extracting  43.45MB/65.17MB

efcb2364f936: Extracting  44.01MB/65.17MB

efcb2364f936: Extracting  45.12MB/65.17MB

efcb2364f936: Extracting  47.35MB/65.17MB

efcb2364f936: Extracting  49.58MB/65.17MB

efcb2364f936: Extracting  51.81MB/65.17MB

efcb2364f936: Extracting  52.92MB/65.17MB

efcb2364f936: Extracting  55.15MB/65.17MB

efcb2364f936: Extracting  57.38MB/65.17MB

efcb2364f936: Extracting  60.16MB/65.17MB

efcb2364f936: Extracting  62.39MB/65.17MB

efcb2364f936: Extracting  64.06MB/65.17MB

efcb2364f936: Extracting  65.17MB/65.17MB

efcb2364f936: Extracting  65.17MB/65.17MB

efcb2364f936: Pull complete 

208d86b62199: Extracting  4.073kB/4.073kB

208d86b62199: Extracting  4.073kB/4.073kB

208d86b62199: Pull complete 

8e330cbe9a91: Extracting  2.273kB/2.273kB

8e330cbe9a91: Extracting  2.273kB/2.273kB

8e330cbe9a91: Pull complete 

23b50915ea83: Extracting  65.54kB/6.516MB

23b50915ea83: Extracting  2.687MB/6.516MB

23b50915ea83: Extracting  4.784MB/6.516MB

23b50915ea83: Extracting  6.029MB/6.516MB

23b50915ea83: Extracting  6.516MB/6.516MB

23b50915ea83: Pull complete 
Digest: sha256:69b40920665fffa0696133f7871e8fe9e79e79fddb501b16ff5d34f7ebaa2dab
Status: Downloaded newer image for gcr.io/oss-fuzz-base/base-builder:latest
 ---> 19683f4a8edd
Step 2/5 : MAINTAINER [email protected]
 ---> Running in ed7a2d55ee8c
Removing intermediate container ed7a2d55ee8c
 ---> 5b4410fb6171
Step 3/5 : RUN go get -u github.com/tdewolff/minify
 ---> Running in 661883d0fc9f
Removing intermediate container 661883d0fc9f
 ---> dac1b2603169
Step 4/5 : COPY build.sh $SRC/
 ---> 1e125f0c0843
Step 5/5 : WORKDIR $SRC/
 ---> Running in 4ebf9a999a8f
Removing intermediate container 4ebf9a999a8f
 ---> 180922e28191
Successfully built 180922e28191
Successfully tagged gcr.io/oss-fuzz/minify:latest
Keeping existing build artifacts as-is (if any).
Running: docker run --rm --privileged -i --cap-add SYS_PTRACE -e FUZZING_ENGINE=libfuzzer -e SANITIZER=address -e ARCHITECTURE=x86_64 -e FUZZING_LANGUAGE=go -v /home/travis/build/google/oss-fuzz/build/out/minify:/out -v /home/travis/build/google/oss-fuzz/build/work/minify:/work -t gcr.io/oss-fuzz/minify
---------------------------------------------------------------
Compiling libFuzzer to /usr/lib/libFuzzingEngine.a... ar: creating /usr/lib/libFuzzingEngine.a
 done.
CC=clang
CXX=clang++
CFLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize=fuzzer-no-link
CXXFLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize=fuzzer-no-link -stdlib=libc++
---------------------------------------------------------------
+ ls /root/go/src/github.com/tdewolff/minify/tests
+ read target
+ echo README.md
README.md
+ compile_fuzzer github.com/tdewolff/minify/tests/README.md Fuzz fuzz_README.md
+ path=github.com/tdewolff/minify/tests/README.md
+ function=Fuzz
+ fuzzer=fuzz_README.md
+ go-fuzz -func Fuzz -o fuzz_README.md.a github.com/tdewolff/minify/tests/README.md
-: cannot find package "github.com/tdewolff/minify/tests/README.md" in any of:
	/root/.go/src/github.com/tdewolff/minify/tests/README.md (from $GOROOT)
	/root/go/src/github.com/tdewolff/minify/tests/README.md (from $GOPATH)
Building fuzzers failed.
Failed projects: minify
travis_time:end:00999efa:start=1590059115827045687,finish=1590059305206764685,duration=189379718998,event=script
TravisBuddy Request Identifier: 18e1a5d0-9b58-11ea-acf2-2540bfc6cd37

@TravisBuddy
Copy link

Hey @AdamKorcz,
Your changes look good to me!

View build log

TravisBuddy Request Identifier: 779c7650-9b6b-11ea-acf2-2540bfc6cd37

@TravisBuddy
Copy link

Travis tests have failed

Hey @AdamKorcz,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

./infra/travis/travis_build.py
Building project minify
Running command: python /home/travis/build/google/oss-fuzz/infra/helper.py build_fuzzers minify --engine libfuzzer --sanitizer address --architecture x86_64
Running: docker build -t gcr.io/oss-fuzz/minify projects/minify
Sending build context to Docker daemon   5.12kB


Step 1/5 : FROM gcr.io/oss-fuzz-base/base-builder
latest: Pulling from oss-fuzz-base/base-builder


e92ed755c008: Pulling fs layer 


b9fd7cb1ff8f: Pulling fs layer 


ee690f2d57a1: Pulling fs layer 


53e3366ec435: Pulling fs layer 


fabe97d01a8e: Pulling fs layer 


4f3aeee3fa7f: Pulling fs layer 


4e4a1f670f3e: Pulling fs layer 


982fedea4567: Pulling fs layer 


4d9d435bac89: Pulling fs layer 


d1941d44a15d: Pulling fs layer 


d43d62520677: Pulling fs layer 


508c387f8bde: Pulling fs layer 


dad2decf74d2: Pulling fs layer 


150aa91c07f4: Pulling fs layer 


ecde9db2d41f: Pulling fs layer 


2c9461786d1f: Pulling fs layer 


45774a141b62: Pulling fs layer 


2eabe446c046: Pulling fs layer 


efcb2364f936: Pulling fs layer 


208d86b62199: Pulling fs layer 


8e330cbe9a91: Pulling fs layer 


23b50915ea83: Pulling fs layer 

53e3366ec435: Waiting 

fabe97d01a8e: Waiting 

4f3aeee3fa7f: Waiting 

4e4a1f670f3e: Waiting 

982fedea4567: Waiting 

4d9d435bac89: Waiting 

d1941d44a15d: Waiting 

d43d62520677: Waiting 

508c387f8bde: Waiting 

dad2decf74d2: Waiting 

150aa91c07f4: Waiting 

ecde9db2d41f: Waiting 

2c9461786d1f: Waiting 

45774a141b62: Waiting 

2eabe446c046: Waiting 

efcb2364f936: Waiting 

208d86b62199: Waiting 

8e330cbe9a91: Waiting 

23b50915ea83: Waiting 

ee690f2d57a1: Downloading     656B/853B

ee690f2d57a1: Downloading     853B/853B

ee690f2d57a1: Verifying Checksum 

ee690f2d57a1: Download complete 

b9fd7cb1ff8f: Downloading     526B/526B

b9fd7cb1ff8f: Verifying Checksum 

b9fd7cb1ff8f: Download complete 

53e3366ec435: Downloading     170B/170B

53e3366ec435: Verifying Checksum 

53e3366ec435: Download complete 

4f3aeee3fa7f: Downloading     175B/175B

4f3aeee3fa7f: Verifying Checksum 

4f3aeee3fa7f: Download complete 

4e4a1f670f3e: Downloading     672B/2.026kB

4e4a1f670f3e: Downloading  2.026kB/2.026kB

4e4a1f670f3e: Verifying Checksum 

4e4a1f670f3e: Download complete 

e92ed755c008: Downloading  443.2kB/44.25MB

982fedea4567: Downloading  525.1kB/449.1MB

fabe97d01a8e: Downloading  478.7kB/47.74MB

e92ed755c008: Downloading  8.535MB/44.25MB

982fedea4567: Downloading   9.56MB/449.1MB

982fedea4567: Downloading  24.47MB/449.1MB

e92ed755c008: Downloading   21.6MB/44.25MB

fabe97d01a8e: Downloading  8.691MB/47.74MB

e92ed755c008: Downloading  31.96MB/44.25MB

982fedea4567: Downloading  36.72MB/449.1MB

fabe97d01a8e: Downloading  16.91MB/47.74MB

982fedea4567: Downloading  48.43MB/449.1MB

e92ed755c008: Downloading  41.43MB/44.25MB

e92ed755c008: Verifying Checksum 

e92ed755c008: Download complete 

fabe97d01a8e: Downloading  26.57MB/47.74MB

982fedea4567: Downloading  55.89MB/449.1MB

e92ed755c008: Extracting  458.8kB/44.25MB

fabe97d01a8e: Downloading  36.72MB/47.74MB

982fedea4567: Downloading  64.94MB/449.1MB

fabe97d01a8e: Downloading  43.01MB/47.74MB

e92ed755c008: Extracting  2.294MB/44.25MB

fabe97d01a8e: Verifying Checksum 

fabe97d01a8e: Download complete 

982fedea4567: Downloading  72.39MB/449.1MB

4d9d435bac89: Downloading     148B/148B

4d9d435bac89: Verifying Checksum 

4d9d435bac89: Download complete 

982fedea4567: Downloading  82.51MB/449.1MB

e92ed755c008: Extracting   3.67MB/44.25MB

982fedea4567: Downloading  95.29MB/449.1MB

e92ed755c008: Extracting  5.505MB/44.25MB

d43d62520677: Downloading   21.9kB/2.096MB

d1941d44a15d: Downloading  525.1kB/101.6MB

982fedea4567: Downloading    107MB/449.1MB

d43d62520677: Verifying Checksum 

d43d62520677: Download complete 

982fedea4567: Downloading  114.5MB/449.1MB

e92ed755c008: Extracting  6.881MB/44.25MB

d1941d44a15d: Downloading  9.034MB/101.6MB

982fedea4567: Downloading  124.6MB/449.1MB

d1941d44a15d: Downloading  19.15MB/101.6MB

e92ed755c008: Extracting  7.799MB/44.25MB

982fedea4567: Downloading  132.6MB/449.1MB

d1941d44a15d: Downloading  27.14MB/101.6MB

e92ed755c008: Extracting  9.175MB/44.25MB

508c387f8bde: Downloading  524.4kB/123.7MB

982fedea4567: Downloading  142.7MB/449.1MB

d1941d44a15d: Downloading  35.66MB/101.6MB

982fedea4567: Downloading    148MB/449.1MB

e92ed755c008: Extracting  10.09MB/44.25MB

508c387f8bde: Downloading  10.63MB/123.7MB

d1941d44a15d: Downloading  42.05MB/101.6MB

508c387f8bde: Downloading  20.22MB/123.7MB

e92ed755c008: Extracting  11.01MB/44.25MB

982fedea4567: Downloading  155.5MB/449.1MB

d1941d44a15d: Downloading   49.5MB/101.6MB

508c387f8bde: Downloading  26.61MB/123.7MB

e92ed755c008: Extracting  11.93MB/44.25MB

982fedea4567: Downloading  162.4MB/449.1MB

d1941d44a15d: Downloading  55.89MB/101.6MB

508c387f8bde: Downloading     33MB/123.7MB

e92ed755c008: Extracting  12.85MB/44.25MB

982fedea4567: Downloading  170.9MB/449.1MB

508c387f8bde: Downloading  42.05MB/123.7MB

e92ed755c008: Extracting  13.76MB/44.25MB

d1941d44a15d: Downloading  63.35MB/101.6MB

982fedea4567: Downloading  175.2MB/449.1MB

508c387f8bde: Downloading  47.37MB/123.7MB

d1941d44a15d: Downloading   72.4MB/101.6MB

982fedea4567: Downloading  180.5MB/449.1MB

e92ed755c008: Extracting  14.68MB/44.25MB

d1941d44a15d: Downloading  80.39MB/101.6MB

508c387f8bde: Downloading   54.3MB/123.7MB

982fedea4567: Downloading  189.5MB/449.1MB

d1941d44a15d: Downloading  85.18MB/101.6MB

e92ed755c008: Extracting   15.6MB/44.25MB

982fedea4567: Downloading  195.9MB/449.1MB

508c387f8bde: Downloading  62.28MB/123.7MB

e92ed755c008: Extracting  16.52MB/44.25MB

508c387f8bde: Downloading   69.2MB/123.7MB

d1941d44a15d: Downloading  91.57MB/101.6MB

982fedea4567: Downloading  202.3MB/449.1MB

d1941d44a15d: Downloading  97.43MB/101.6MB

508c387f8bde: Downloading  74.53MB/123.7MB

e92ed755c008: Extracting  17.43MB/44.25MB

982fedea4567: Downloading  210.3MB/449.1MB

d1941d44a15d: Verifying Checksum 

d1941d44a15d: Download complete 

508c387f8bde: Downloading  81.45MB/123.7MB

982fedea4567: Downloading  220.4MB/449.1MB

e92ed755c008: Extracting  18.81MB/44.25MB

508c387f8bde: Downloading  89.97MB/123.7MB

982fedea4567: Downloading  228.9MB/449.1MB

e92ed755c008: Extracting  19.73MB/44.25MB

508c387f8bde: Downloading  99.56MB/123.7MB

982fedea4567: Downloading  235.3MB/449.1MB

508c387f8bde: Downloading  108.1MB/123.7MB

e92ed755c008: Extracting  21.56MB/44.25MB

982fedea4567: Downloading    247MB/449.1MB

dad2decf74d2: Downloading  394.7kB/39.41MB

e92ed755c008: Extracting  22.02MB/44.25MB

508c387f8bde: Downloading  118.2MB/123.7MB

982fedea4567: Downloading    254MB/449.1MB

508c387f8bde: Verifying Checksum 

508c387f8bde: Download complete 

dad2decf74d2: Downloading  6.405MB/39.41MB

e92ed755c008: Extracting  22.94MB/44.25MB

982fedea4567: Downloading  263.6MB/449.1MB

dad2decf74d2: Downloading  8.805MB/39.41MB

982fedea4567: Downloading  271.5MB/449.1MB

e92ed755c008: Extracting  24.77MB/44.25MB

dad2decf74d2: Downloading  16.02MB/39.41MB

e92ed755c008: Extracting  26.61MB/44.25MB

982fedea4567: Downloading  277.9MB/449.1MB

dad2decf74d2: Downloading  23.25MB/39.41MB

982fedea4567: Downloading  286.4MB/449.1MB

dad2decf74d2: Downloading  28.07MB/39.41MB

982fedea4567: Downloading  297.6MB/449.1MB

e92ed755c008: Extracting  28.44MB/44.25MB

dad2decf74d2: Downloading   37.3MB/39.41MB

dad2decf74d2: Verifying Checksum 

dad2decf74d2: Download complete 

150aa91c07f4: Downloading  525.1kB/182.4MB

982fedea4567: Downloading  307.2MB/449.1MB

e92ed755c008: Extracting   28.9MB/44.25MB

150aa91c07f4: Downloading  7.436MB/182.4MB

982fedea4567: Downloading  314.7MB/449.1MB

e92ed755c008: Extracting  29.82MB/44.25MB

150aa91c07f4: Downloading  13.83MB/182.4MB

982fedea4567: Downloading    320MB/449.1MB

e92ed755c008: Extracting  30.74MB/44.25MB

150aa91c07f4: Downloading  22.35MB/182.4MB

982fedea4567: Downloading  324.8MB/449.1MB

e92ed755c008: Extracting  32.57MB/44.25MB

150aa91c07f4: Downloading  28.74MB/182.4MB

982fedea4567: Downloading  332.8MB/449.1MB

e92ed755c008: Extracting  34.41MB/44.25MB

150aa91c07f4: Downloading  34.59MB/182.4MB

982fedea4567: Downloading  339.2MB/449.1MB

ecde9db2d41f: Downloading  524.4kB/52.55MB

e92ed755c008: Extracting  35.32MB/44.25MB

982fedea4567: Downloading  349.3MB/449.1MB

e92ed755c008: Extracting  36.24MB/44.25MB

ecde9db2d41f: Downloading  4.242MB/52.55MB

982fedea4567: Downloading  356.2MB/449.1MB

150aa91c07f4: Downloading  42.58MB/182.4MB

ecde9db2d41f: Downloading  9.035MB/52.55MB

150aa91c07f4: Downloading   49.5MB/182.4MB

e92ed755c008: Extracting  37.16MB/44.25MB

982fedea4567: Downloading  361.5MB/449.1MB

150aa91c07f4: Downloading  55.36MB/182.4MB

ecde9db2d41f: Downloading  18.09MB/52.55MB

982fedea4567: Downloading  366.3MB/449.1MB

e92ed755c008: Extracting  38.08MB/44.25MB

982fedea4567: Downloading  366.9MB/449.1MB

150aa91c07f4: Downloading  59.62MB/182.4MB

ecde9db2d41f: Downloading  25.54MB/52.55MB

e92ed755c008: Extracting  39.45MB/44.25MB

150aa91c07f4: Downloading  66.01MB/182.4MB

ecde9db2d41f: Downloading  29.27MB/52.55MB

e92ed755c008: Extracting  40.37MB/44.25MB

150aa91c07f4: Downloading  72.93MB/182.4MB

982fedea4567: Downloading    369MB/449.1MB

ecde9db2d41f: Downloading  34.06MB/52.55MB

e92ed755c008: Extracting  41.75MB/44.25MB

150aa91c07f4: Downloading  78.79MB/182.4MB

982fedea4567: Downloading  373.8MB/449.1MB

e92ed755c008: Extracting  43.12MB/44.25MB

ecde9db2d41f: Downloading  36.72MB/52.55MB

982fedea4567: Downloading  377.5MB/449.1MB

150aa91c07f4: Downloading  86.78MB/182.4MB

150aa91c07f4: Downloading  92.63MB/182.4MB

ecde9db2d41f: Downloading  41.52MB/52.55MB

e92ed755c008: Extracting  44.04MB/44.25MB

982fedea4567: Downloading  385.5MB/449.1MB

e92ed755c008: Extracting  44.25MB/44.25MB

ecde9db2d41f: Downloading  44.18MB/52.55MB

150aa91c07f4: Downloading  96.36MB/182.4MB

982fedea4567: Downloading  390.3MB/449.1MB

150aa91c07f4: Downloading  105.9MB/182.4MB

982fedea4567: Downloading  395.1MB/449.1MB

ecde9db2d41f: Download complete 

2c9461786d1f: Downloading     174B/174B

2c9461786d1f: Download complete 

150aa91c07f4: Downloading  113.4MB/182.4MB

982fedea4567: Downloading  400.9MB/449.1MB

982fedea4567: Downloading  416.4MB/449.1MB

150aa91c07f4: Downloading  123.5MB/182.4MB

e92ed755c008: Pull complete 

45774a141b62: Downloading  19.14kB/1.879MB

45774a141b62: Verifying Checksum 

45774a141b62: Download complete 

150aa91c07f4: Downloading  136.8MB/182.4MB

982fedea4567: Downloading  421.7MB/449.1MB

150aa91c07f4: Downloading  149.6MB/182.4MB

982fedea4567: Downloading  428.1MB/449.1MB

982fedea4567: Downloading  437.1MB/449.1MB

150aa91c07f4: Downloading  159.7MB/182.4MB

150aa91c07f4: Downloading  168.2MB/182.4MB

2eabe446c046: Downloading  525.1kB/65.09MB

982fedea4567: Downloading  445.6MB/449.1MB

982fedea4567: Verifying Checksum 

982fedea4567: Download complete 

2eabe446c046: Downloading  10.63MB/65.09MB

150aa91c07f4: Downloading  178.3MB/182.4MB

150aa91c07f4: Verifying Checksum 

150aa91c07f4: Download complete 

b9fd7cb1ff8f: Extracting     526B/526B

b9fd7cb1ff8f: Extracting     526B/526B

2eabe446c046: Downloading  21.28MB/65.09MB

208d86b62199: Downloading     672B/4.073kB

208d86b62199: Downloading  4.073kB/4.073kB

208d86b62199: Verifying Checksum 

208d86b62199: Download complete 

8e330cbe9a91: Downloading     665B/2.273kB

8e330cbe9a91: Downloading  2.273kB/2.273kB

8e330cbe9a91: Verifying Checksum 

8e330cbe9a91: Download complete 

2eabe446c046: Downloading  29.27MB/65.09MB

23b50915ea83: Downloading  65.54kB/6.516MB

2eabe446c046: Downloading  37.79MB/65.09MB

23b50915ea83: Verifying Checksum 

23b50915ea83: Download complete 

efcb2364f936: Downloading  525.1kB/65.17MB

2eabe446c046: Downloading  50.03MB/65.09MB

2eabe446c046: Downloading  60.68MB/65.09MB

2eabe446c046: Verifying Checksum 

efcb2364f936: Downloading  8.495MB/65.17MB

efcb2364f936: Downloading  18.08MB/65.17MB

efcb2364f936: Downloading  31.39MB/65.17MB

efcb2364f936: Downloading  44.17MB/65.17MB

efcb2364f936: Downloading  50.56MB/65.17MB

efcb2364f936: Downloading  63.86MB/65.17MB

efcb2364f936: Verifying Checksum 

efcb2364f936: Download complete 

b9fd7cb1ff8f: Pull complete 

ee690f2d57a1: Extracting     853B/853B

ee690f2d57a1: Extracting     853B/853B

ee690f2d57a1: Pull complete 

53e3366ec435: Extracting     170B/170B

53e3366ec435: Extracting     170B/170B

53e3366ec435: Pull complete 

fabe97d01a8e: Extracting  491.5kB/47.74MB

fabe97d01a8e: Extracting  2.458MB/47.74MB

fabe97d01a8e: Extracting  5.407MB/47.74MB

fabe97d01a8e: Extracting  8.356MB/47.74MB

fabe97d01a8e: Extracting   11.3MB/47.74MB

fabe97d01a8e: Extracting  12.29MB/47.74MB

fabe97d01a8e: Extracting  13.27MB/47.74MB

fabe97d01a8e: Extracting   17.2MB/47.74MB

fabe97d01a8e: Extracting  19.66MB/47.74MB

fabe97d01a8e: Extracting  22.12MB/47.74MB

fabe97d01a8e: Extracting  24.58MB/47.74MB

fabe97d01a8e: Extracting  26.05MB/47.74MB

fabe97d01a8e: Extracting  27.53MB/47.74MB

fabe97d01a8e: Extracting  29.98MB/47.74MB

fabe97d01a8e: Extracting  33.42MB/47.74MB

fabe97d01a8e: Extracting  36.86MB/47.74MB

fabe97d01a8e: Extracting   40.3MB/47.74MB

fabe97d01a8e: Extracting  43.75MB/47.74MB

fabe97d01a8e: Extracting  47.19MB/47.74MB

fabe97d01a8e: Extracting  47.74MB/47.74MB

fabe97d01a8e: Pull complete 

4f3aeee3fa7f: Extracting     175B/175B

4f3aeee3fa7f: Extracting     175B/175B

4f3aeee3fa7f: Pull complete 

4e4a1f670f3e: Extracting  2.026kB/2.026kB

4e4a1f670f3e: Extracting  2.026kB/2.026kB

4e4a1f670f3e: Pull complete 

982fedea4567: Extracting  557.1kB/449.1MB

982fedea4567: Extracting  2.785MB/449.1MB

982fedea4567: Extracting  6.128MB/449.1MB

982fedea4567: Extracting  8.913MB/449.1MB

982fedea4567: Extracting  12.26MB/449.1MB

982fedea4567: Extracting  15.04MB/449.1MB

982fedea4567: Extracting  17.83MB/449.1MB

982fedea4567: Extracting  20.61MB/449.1MB

982fedea4567: Extracting   23.4MB/449.1MB

982fedea4567: Extracting  25.62MB/449.1MB

982fedea4567: Extracting  28.41MB/449.1MB

982fedea4567: Extracting  31.75MB/449.1MB

982fedea4567: Extracting  35.09MB/449.1MB

982fedea4567: Extracting  37.88MB/449.1MB

982fedea4567: Extracting  40.67MB/449.1MB

982fedea4567: Extracting  43.45MB/449.1MB

982fedea4567: Extracting  46.24MB/449.1MB

982fedea4567: Extracting  49.02MB/449.1MB

982fedea4567: Extracting  51.81MB/449.1MB

982fedea4567: Extracting  54.03MB/449.1MB

982fedea4567: Extracting  56.82MB/449.1MB

982fedea4567: Extracting   59.6MB/449.1MB

982fedea4567: Extracting  62.39MB/449.1MB

982fedea4567: Extracting  65.18MB/449.1MB

982fedea4567: Extracting  67.96MB/449.1MB

982fedea4567: Extracting  70.75MB/449.1MB

982fedea4567: Extracting  72.97MB/449.1MB

982fedea4567: Extracting  75.76MB/449.1MB

982fedea4567: Extracting  78.54MB/449.1MB

982fedea4567: Extracting  81.33MB/449.1MB

982fedea4567: Extracting  83.56MB/449.1MB

982fedea4567: Extracting  86.34MB/449.1MB

982fedea4567: Extracting  89.13MB/449.1MB

982fedea4567: Extracting  91.91MB/449.1MB

982fedea4567: Extracting   94.7MB/449.1MB

982fedea4567: Extracting  97.48MB/449.1MB

982fedea4567: Extracting  100.3MB/449.1MB

982fedea4567: Extracting  103.1MB/449.1MB

982fedea4567: Extracting  105.8MB/449.1MB

982fedea4567: Extracting  108.6MB/449.1MB

982fedea4567: Extracting  111.4MB/449.1MB

982fedea4567: Extracting  114.2MB/449.1MB

982fedea4567: Extracting  116.4MB/449.1MB

982fedea4567: Extracting  119.2MB/449.1MB

982fedea4567: Extracting    122MB/449.1MB

982fedea4567: Extracting  124.2MB/449.1MB

982fedea4567: Extracting    127MB/449.1MB

982fedea4567: Extracting  130.4MB/449.1MB

982fedea4567: Extracting  133.1MB/449.1MB

982fedea4567: Extracting  135.9MB/449.1MB

982fedea4567: Extracting  138.7MB/449.1MB

982fedea4567: Extracting    142MB/449.1MB

982fedea4567: Extracting  144.8MB/449.1MB

982fedea4567: Extracting  147.1MB/449.1MB

982fedea4567: Extracting  149.3MB/449.1MB

982fedea4567: Extracting  152.1MB/449.1MB

982fedea4567: Extracting  154.9MB/449.1MB

982fedea4567: Extracting  157.6MB/449.1MB

982fedea4567: Extracting  160.4MB/449.1MB

982fedea4567: Extracting  163.2MB/449.1MB

982fedea4567: Extracting  165.4MB/449.1MB

982fedea4567: Extracting  168.2MB/449.1MB

982fedea4567: Extracting    171MB/449.1MB

982fedea4567: Extracting  173.8MB/449.1MB

982fedea4567: Extracting    176MB/449.1MB

982fedea4567: Extracting  178.8MB/449.1MB

982fedea4567: Extracting  181.6MB/449.1MB

982fedea4567: Extracting  184.4MB/449.1MB

982fedea4567: Extracting  187.2MB/449.1MB

982fedea4567: Extracting  189.4MB/449.1MB

982fedea4567: Extracting  191.6MB/449.1MB

982fedea4567: Extracting  194.4MB/449.1MB

982fedea4567: Extracting  197.2MB/449.1MB

982fedea4567: Extracting    200MB/449.1MB

982fedea4567: Extracting  202.8MB/449.1MB

982fedea4567: Extracting  206.1MB/449.1MB

982fedea4567: Extracting  208.9MB/449.1MB

982fedea4567: Extracting  211.7MB/449.1MB

982fedea4567: Extracting  214.5MB/449.1MB

982fedea4567: Extracting  217.3MB/449.1MB

982fedea4567: Extracting    220MB/449.1MB

982fedea4567: Extracting  222.8MB/449.1MB

982fedea4567: Extracting  226.2MB/449.1MB

982fedea4567: Extracting  228.4MB/449.1MB

982fedea4567: Extracting  231.2MB/449.1MB

982fedea4567: Extracting    234MB/449.1MB

982fedea4567: Extracting  236.7MB/449.1MB

982fedea4567: Extracting  239.5MB/449.1MB

982fedea4567: Extracting  242.3MB/449.1MB

982fedea4567: Extracting  245.1MB/449.1MB

982fedea4567: Extracting  247.9MB/449.1MB

982fedea4567: Extracting  249.6MB/449.1MB

982fedea4567: Extracting  252.3MB/449.1MB

982fedea4567: Extracting  255.1MB/449.1MB

982fedea4567: Extracting  257.9MB/449.1MB

982fedea4567: Extracting  260.7MB/449.1MB

982fedea4567: Extracting  262.9MB/449.1MB

982fedea4567: Extracting  265.2MB/449.1MB

982fedea4567: Extracting  267.4MB/449.1MB

982fedea4567: Extracting  270.2MB/449.1MB

982fedea4567: Extracting  272.4MB/449.1MB

982fedea4567: Extracting  275.2MB/449.1MB

982fedea4567: Extracting    278MB/449.1MB

982fedea4567: Extracting  280.8MB/449.1MB

982fedea4567: Extracting    283MB/449.1MB

982fedea4567: Extracting  285.8MB/449.1MB

982fedea4567: Extracting  288.6MB/449.1MB

982fedea4567: Extracting  291.3MB/449.1MB

982fedea4567: Extracting  294.1MB/449.1MB

982fedea4567: Extracting  296.9MB/449.1MB

982fedea4567: Extracting  299.7MB/449.1MB

982fedea4567: Extracting  302.5MB/449.1MB

982fedea4567: Extracting  305.3MB/449.1MB

982fedea4567: Extracting  307.5MB/449.1MB

982fedea4567: Extracting  310.3MB/449.1MB

982fedea4567: Extracting  313.1MB/449.1MB

982fedea4567: Extracting  315.3MB/449.1MB

982fedea4567: Extracting  316.4MB/449.1MB

982fedea4567: Extracting  317.5MB/449.1MB

982fedea4567: Extracting  318.6MB/449.1MB

982fedea4567: Extracting  319.8MB/449.1MB

982fedea4567: Extracting  320.9MB/449.1MB

982fedea4567: Extracting    322MB/449.1MB

982fedea4567: Extracting  324.2MB/449.1MB

982fedea4567: Extracting  326.4MB/449.1MB

982fedea4567: Extracting  328.7MB/449.1MB

982fedea4567: Extracting  330.9MB/449.1MB

982fedea4567: Extracting  333.1MB/449.1MB

982fedea4567: Extracting  335.3MB/449.1MB

982fedea4567: Extracting  337.6MB/449.1MB

982fedea4567: Extracting  339.8MB/449.1MB

982fedea4567: Extracting    342MB/449.1MB

982fedea4567: Extracting  344.8MB/449.1MB

982fedea4567: Extracting    347MB/449.1MB

982fedea4567: Extracting  349.3MB/449.1MB

982fedea4567: Extracting  351.5MB/449.1MB

982fedea4567: Extracting  353.7MB/449.1MB

982fedea4567: Extracting  356.5MB/449.1MB

982fedea4567: Extracting  358.7MB/449.1MB

982fedea4567: Extracting  361.5MB/449.1MB

982fedea4567: Extracting  363.8MB/449.1MB

982fedea4567: Extracting    366MB/449.1MB

982fedea4567: Extracting  368.8MB/449.1MB

982fedea4567: Extracting  371.6MB/449.1MB

982fedea4567: Extracting  374.3MB/449.1MB

982fedea4567: Extracting  376.6MB/449.1MB

982fedea4567: Extracting  378.8MB/449.1MB

982fedea4567: Extracting    381MB/449.1MB

982fedea4567: Extracting  383.8MB/449.1MB

982fedea4567: Extracting  386.6MB/449.1MB

982fedea4567: Extracting  389.4MB/449.1MB

982fedea4567: Extracting  392.2MB/449.1MB

982fedea4567: Extracting    395MB/449.1MB

982fedea4567: Extracting  397.7MB/449.1MB

982fedea4567: Extracting  400.5MB/449.1MB

982fedea4567: Extracting  402.8MB/449.1MB

982fedea4567: Extracting    405MB/449.1MB

982fedea4567: Extracting  407.8MB/449.1MB

982fedea4567: Extracting  410.6MB/449.1MB

982fedea4567: Extracting  413.3MB/449.1MB

982fedea4567: Extracting  416.7MB/449.1MB

982fedea4567: Extracting  419.5MB/449.1MB

982fedea4567: Extracting  421.7MB/449.1MB

982fedea4567: Extracting  423.9MB/449.1MB

982fedea4567: Extracting  426.1MB/449.1MB

982fedea4567: Extracting  427.8MB/449.1MB

982fedea4567: Extracting    430MB/449.1MB

982fedea4567: Extracting  432.3MB/449.1MB

982fedea4567: Extracting  434.5MB/449.1MB

982fedea4567: Extracting  436.7MB/449.1MB

982fedea4567: Extracting    439MB/449.1MB

982fedea4567: Extracting  441.2MB/449.1MB

982fedea4567: Extracting  443.4MB/449.1MB

982fedea4567: Extracting  445.6MB/449.1MB

982fedea4567: Extracting  446.8MB/449.1MB

982fedea4567: Extracting    449MB/449.1MB

982fedea4567: Extracting  449.1MB/449.1MB

982fedea4567: Pull complete 

4d9d435bac89: Extracting     148B/148B

4d9d435bac89: Extracting     148B/148B

4d9d435bac89: Pull complete 

d1941d44a15d: Extracting  557.1kB/101.6MB

d1941d44a15d: Extracting  3.342MB/101.6MB

d1941d44a15d: Extracting  6.128MB/101.6MB

d1941d44a15d: Extracting  8.913MB/101.6MB

d1941d44a15d: Extracting   11.7MB/101.6MB

d1941d44a15d: Extracting  14.48MB/101.6MB

d1941d44a15d: Extracting  17.83MB/101.6MB

d1941d44a15d: Extracting  21.17MB/101.6MB

d1941d44a15d: Extracting  24.51MB/101.6MB

d1941d44a15d: Extracting  27.85MB/101.6MB

d1941d44a15d: Extracting  30.64MB/101.6MB

d1941d44a15d: Extracting  33.98MB/101.6MB

d1941d44a15d: Extracting  37.32MB/101.6MB

d1941d44a15d: Extracting  39.55MB/101.6MB

d1941d44a15d: Extracting  43.45MB/101.6MB

d1941d44a15d: Extracting  46.24MB/101.6MB

d1941d44a15d: Extracting  49.02MB/101.6MB

d1941d44a15d: Extracting  51.81MB/101.6MB

d1941d44a15d: Extracting  53.48MB/101.6MB

d1941d44a15d: Extracting  54.59MB/101.6MB

d1941d44a15d: Extracting  56.82MB/101.6MB

d1941d44a15d: Extracting  59.05MB/101.6MB

d1941d44a15d: Extracting  61.83MB/101.6MB

d1941d44a15d: Extracting  64.62MB/101.6MB

d1941d44a15d: Extracting   67.4MB/101.6MB

d1941d44a15d: Extracting  70.19MB/101.6MB

d1941d44a15d: Extracting  72.42MB/101.6MB

d1941d44a15d: Extracting  74.65MB/101.6MB

d1941d44a15d: Extracting  76.87MB/101.6MB

d1941d44a15d: Extracting   79.1MB/101.6MB

d1941d44a15d: Extracting  81.33MB/101.6MB

d1941d44a15d: Extracting  83.56MB/101.6MB

d1941d44a15d: Extracting  85.79MB/101.6MB

d1941d44a15d: Extracting  88.57MB/101.6MB

d1941d44a15d: Extracting  90.24MB/101.6MB

d1941d44a15d: Extracting  91.91MB/101.6MB

d1941d44a15d: Extracting  94.14MB/101.6MB

d1941d44a15d: Extracting  95.81MB/101.6MB

d1941d44a15d: Extracting  97.48MB/101.6MB

d1941d44a15d: Extracting  99.71MB/101.6MB

d1941d44a15d: Extracting  101.4MB/101.6MB

d1941d44a15d: Extracting  101.6MB/101.6MB

d1941d44a15d: Pull complete 

d43d62520677: Extracting  32.77kB/2.096MB

d43d62520677: Extracting  1.475MB/2.096MB

d43d62520677: Extracting  2.096MB/2.096MB

d43d62520677: Extracting  2.096MB/2.096MB

d43d62520677: Pull complete 

508c387f8bde: Extracting  557.1kB/123.7MB

508c387f8bde: Extracting  2.785MB/123.7MB

508c387f8bde: Extracting  5.571MB/123.7MB

508c387f8bde: Extracting  11.14MB/123.7MB

508c387f8bde: Extracting  13.93MB/123.7MB

508c387f8bde: Extracting  16.15MB/123.7MB

508c387f8bde: Extracting  18.94MB/123.7MB

508c387f8bde: Extracting  21.73MB/123.7MB

508c387f8bde: Extracting  23.95MB/123.7MB

508c387f8bde: Extracting  26.74MB/123.7MB

508c387f8bde: Extracting  29.52MB/123.7MB

508c387f8bde: Extracting  31.75MB/123.7MB

508c387f8bde: Extracting  34.54MB/123.7MB

508c387f8bde: Extracting  36.77MB/123.7MB

508c387f8bde: Extracting  38.99MB/123.7MB

508c387f8bde: Extracting  41.78MB/123.7MB

508c387f8bde: Extracting  44.01MB/123.7MB

508c387f8bde: Extracting  46.79MB/123.7MB

508c387f8bde: Extracting  49.58MB/123.7MB

508c387f8bde: Extracting  53.48MB/123.7MB

508c387f8bde: Extracting  57.38MB/123.7MB

508c387f8bde: Extracting  60.16MB/123.7MB

508c387f8bde: Extracting  62.39MB/123.7MB

508c387f8bde: Extracting  67.96MB/123.7MB

508c387f8bde: Extracting  71.86MB/123.7MB

508c387f8bde: Extracting  75.76MB/123.7MB

508c387f8bde: Extracting   79.1MB/123.7MB

508c387f8bde: Extracting  83.56MB/123.7MB

508c387f8bde: Extracting  87.46MB/123.7MB

508c387f8bde: Extracting  90.24MB/123.7MB

508c387f8bde: Extracting  95.26MB/123.7MB

508c387f8bde: Extracting   98.6MB/123.7MB

508c387f8bde: Extracting  103.1MB/123.7MB

508c387f8bde: Extracting    107MB/123.7MB

508c387f8bde: Extracting  108.6MB/123.7MB

508c387f8bde: Extracting  109.7MB/123.7MB

508c387f8bde: Extracting  110.9MB/123.7MB

508c387f8bde: Extracting    112MB/123.7MB

508c387f8bde: Extracting  113.6MB/123.7MB

508c387f8bde: Extracting  115.3MB/123.7MB

508c387f8bde: Extracting  116.4MB/123.7MB

508c387f8bde: Extracting  118.1MB/123.7MB

508c387f8bde: Extracting  119.2MB/123.7MB

508c387f8bde: Extracting  120.3MB/123.7MB

508c387f8bde: Extracting  121.4MB/123.7MB

508c387f8bde: Extracting  122.6MB/123.7MB

508c387f8bde: Extracting  123.7MB/123.7MB

508c387f8bde: Extracting  123.7MB/123.7MB

508c387f8bde: Pull complete 

dad2decf74d2: Extracting    426kB/39.41MB

dad2decf74d2: Extracting  2.982MB/39.41MB

dad2decf74d2: Extracting  8.094MB/39.41MB

dad2decf74d2: Extracting  15.76MB/39.41MB

dad2decf74d2: Extracting  26.41MB/39.41MB

dad2decf74d2: Extracting  37.06MB/39.41MB

dad2decf74d2: Extracting  37.91MB/39.41MB

dad2decf74d2: Extracting  39.19MB/39.41MB

dad2decf74d2: Extracting  39.41MB/39.41MB

dad2decf74d2: Pull complete 

150aa91c07f4: Extracting  557.1kB/182.4MB

150aa91c07f4: Extracting  3.899MB/182.4MB

150aa91c07f4: Extracting  6.685MB/182.4MB

150aa91c07f4: Extracting   9.47MB/182.4MB

150aa91c07f4: Extracting  12.26MB/182.4MB

150aa91c07f4: Extracting  15.04MB/182.4MB

150aa91c07f4: Extracting  17.83MB/182.4MB

150aa91c07f4: Extracting  20.61MB/182.4MB

150aa91c07f4: Extracting  22.84MB/182.4MB

150aa91c07f4: Extracting  25.62MB/182.4MB

150aa91c07f4: Extracting  28.97MB/182.4MB

150aa91c07f4: Extracting  31.75MB/182.4MB

150aa91c07f4: Extracting  35.09MB/182.4MB

150aa91c07f4: Extracting  37.88MB/182.4MB

150aa91c07f4: Extracting  40.67MB/182.4MB

150aa91c07f4: Extracting  42.89MB/182.4MB

150aa91c07f4: Extracting  45.68MB/182.4MB

150aa91c07f4: Extracting  47.91MB/182.4MB

150aa91c07f4: Extracting  50.14MB/182.4MB

150aa91c07f4: Extracting  52.92MB/182.4MB

150aa91c07f4: Extracting  55.71MB/182.4MB

150aa91c07f4: Extracting  57.93MB/182.4MB

150aa91c07f4: Extracting  60.72MB/182.4MB

150aa91c07f4: Extracting   63.5MB/182.4MB

150aa91c07f4: Extracting  65.73MB/182.4MB

150aa91c07f4: Extracting  68.52MB/182.4MB

150aa91c07f4: Extracting   71.3MB/182.4MB

150aa91c07f4: Extracting  74.09MB/182.4MB

150aa91c07f4: Extracting  76.32MB/182.4MB

150aa91c07f4: Extracting  78.54MB/182.4MB

150aa91c07f4: Extracting  80.77MB/182.4MB

150aa91c07f4: Extracting  83.56MB/182.4MB

150aa91c07f4: Extracting  87.46MB/182.4MB

150aa91c07f4: Extracting  90.24MB/182.4MB

150aa91c07f4: Extracting  92.47MB/182.4MB

150aa91c07f4: Extracting   94.7MB/182.4MB

150aa91c07f4: Extracting  97.48MB/182.4MB

150aa91c07f4: Extracting  100.8MB/182.4MB

150aa91c07f4: Extracting  103.6MB/182.4MB

150aa91c07f4: Extracting  106.4MB/182.4MB

150aa91c07f4: Extracting  109.2MB/182.4MB

150aa91c07f4: Extracting    112MB/182.4MB

150aa91c07f4: Extracting  114.2MB/182.4MB

150aa91c07f4: Extracting    117MB/182.4MB

150aa91c07f4: Extracting  119.2MB/182.4MB

150aa91c07f4: Extracting  120.9MB/182.4MB

150aa91c07f4: Extracting  123.7MB/182.4MB

150aa91c07f4: Extracting  125.9MB/182.4MB

150aa91c07f4: Extracting  128.7MB/182.4MB

150aa91c07f4: Extracting  130.9MB/182.4MB

150aa91c07f4: Extracting  133.1MB/182.4MB

150aa91c07f4: Extracting  135.9MB/182.4MB

150aa91c07f4: Extracting  139.8MB/182.4MB

150aa91c07f4: Extracting  142.6MB/182.4MB

150aa91c07f4: Extracting  144.8MB/182.4MB

150aa91c07f4: Extracting  145.9MB/182.4MB

150aa91c07f4: Extracting  147.6MB/182.4MB

150aa91c07f4: Extracting  149.3MB/182.4MB

150aa91c07f4: Extracting  151.5MB/182.4MB

150aa91c07f4: Extracting  153.2MB/182.4MB

150aa91c07f4: Extracting  154.9MB/182.4MB

150aa91c07f4: Extracting  155.4MB/182.4MB

150aa91c07f4: Extracting    156MB/182.4MB

150aa91c07f4: Extracting  156.5MB/182.4MB

150aa91c07f4: Extracting  157.6MB/182.4MB

150aa91c07f4: Extracting  159.9MB/182.4MB

150aa91c07f4: Extracting    161MB/182.4MB

150aa91c07f4: Extracting  162.7MB/182.4MB

150aa91c07f4: Extracting  164.3MB/182.4MB

150aa91c07f4: Extracting    166MB/182.4MB

150aa91c07f4: Extracting  168.2MB/182.4MB

150aa91c07f4: Extracting  169.9MB/182.4MB

150aa91c07f4: Extracting    171MB/182.4MB

150aa91c07f4: Extracting  172.1MB/182.4MB

150aa91c07f4: Extracting  173.2MB/182.4MB

150aa91c07f4: Extracting  173.8MB/182.4MB

150aa91c07f4: Extracting  174.9MB/182.4MB

150aa91c07f4: Extracting  175.5MB/182.4MB

150aa91c07f4: Extracting  176.6MB/182.4MB

150aa91c07f4: Extracting  177.7MB/182.4MB

150aa91c07f4: Extracting  179.4MB/182.4MB

150aa91c07f4: Extracting    181MB/182.4MB

150aa91c07f4: Extracting  182.2MB/182.4MB

150aa91c07f4: Extracting  182.4MB/182.4MB

150aa91c07f4: Pull complete 

ecde9db2d41f: Extracting  557.1kB/52.55MB

ecde9db2d41f: Extracting  4.456MB/52.55MB

ecde9db2d41f: Extracting   9.47MB/52.55MB

ecde9db2d41f: Extracting  15.04MB/52.55MB

ecde9db2d41f: Extracting  20.61MB/52.55MB

ecde9db2d41f: Extracting  26.18MB/52.55MB

ecde9db2d41f: Extracting   31.2MB/52.55MB

ecde9db2d41f: Extracting  36.21MB/52.55MB

ecde9db2d41f: Extracting  41.22MB/52.55MB

ecde9db2d41f: Extracting  50.69MB/52.55MB

ecde9db2d41f: Extracting  51.81MB/52.55MB

ecde9db2d41f: Extracting  52.55MB/52.55MB

ecde9db2d41f: Pull complete 

2c9461786d1f: Extracting     174B/174B

2c9461786d1f: Extracting     174B/174B

2c9461786d1f: Pull complete 

45774a141b62: Extracting  32.77kB/1.879MB

45774a141b62: Extracting  1.879MB/1.879MB

45774a141b62: Pull complete 

2eabe446c046: Extracting  557.1kB/65.09MB

2eabe446c046: Extracting  10.03MB/65.09MB

2eabe446c046: Extracting  20.05MB/65.09MB

2eabe446c046: Extracting  29.52MB/65.09MB

2eabe446c046: Extracting  38.44MB/65.09MB

2eabe446c046: Extracting  46.79MB/65.09MB

2eabe446c046: Extracting  56.26MB/65.09MB

2eabe446c046: Extracting  65.09MB/65.09MB

2eabe446c046: Pull complete 

efcb2364f936: Extracting  557.1kB/65.17MB

efcb2364f936: Extracting  3.899MB/65.17MB

efcb2364f936: Extracting  7.799MB/65.17MB

efcb2364f936: Extracting  11.14MB/65.17MB

efcb2364f936: Extracting  15.04MB/65.17MB

efcb2364f936: Extracting  18.38MB/65.17MB

efcb2364f936: Extracting  22.28MB/65.17MB

efcb2364f936: Extracting  26.18MB/65.17MB

efcb2364f936: Extracting  28.97MB/65.17MB

efcb2364f936: Extracting  31.75MB/65.17MB

efcb2364f936: Extracting  34.54MB/65.17MB

efcb2364f936: Extracting  36.77MB/65.17MB

efcb2364f936: Extracting  38.99MB/65.17MB

efcb2364f936: Extracting  41.22MB/65.17MB

efcb2364f936: Extracting  42.34MB/65.17MB

efcb2364f936: Extracting  43.45MB/65.17MB

efcb2364f936: Extracting  44.01MB/65.17MB

efcb2364f936: Extracting  45.12MB/65.17MB

efcb2364f936: Extracting  47.35MB/65.17MB

efcb2364f936: Extracting  49.58MB/65.17MB

efcb2364f936: Extracting  51.81MB/65.17MB

efcb2364f936: Extracting  52.92MB/65.17MB

efcb2364f936: Extracting  55.15MB/65.17MB

efcb2364f936: Extracting  57.93MB/65.17MB

efcb2364f936: Extracting  60.72MB/65.17MB

efcb2364f936: Extracting  62.95MB/65.17MB

efcb2364f936: Extracting  64.06MB/65.17MB

efcb2364f936: Extracting  65.17MB/65.17MB

efcb2364f936: Extracting  65.17MB/65.17MB

efcb2364f936: Pull complete 

208d86b62199: Extracting  4.073kB/4.073kB

208d86b62199: Extracting  4.073kB/4.073kB

208d86b62199: Pull complete 

8e330cbe9a91: Extracting  2.273kB/2.273kB

8e330cbe9a91: Extracting  2.273kB/2.273kB

8e330cbe9a91: Pull complete 

23b50915ea83: Extracting  65.54kB/6.516MB

23b50915ea83: Extracting  2.425MB/6.516MB

23b50915ea83: Extracting  4.522MB/6.516MB

23b50915ea83: Extracting  6.029MB/6.516MB

23b50915ea83: Extracting  6.516MB/6.516MB

23b50915ea83: Pull complete 
Digest: sha256:69b40920665fffa0696133f7871e8fe9e79e79fddb501b16ff5d34f7ebaa2dab
Status: Downloaded newer image for gcr.io/oss-fuzz-base/base-builder:latest
 ---> 19683f4a8edd
Step 2/5 : MAINTAINER [email protected]
 ---> Running in fba914e10951
Removing intermediate container fba914e10951
 ---> 2a893cf17b5c
Step 3/5 : RUN go get -u github.com/tdewolff/minify
 ---> Running in 6ec5d585fff3
Removing intermediate container 6ec5d585fff3
 ---> 86c03eec3d7e
Step 4/5 : COPY build.sh $SRC/
 ---> 81fae78e3625
Step 5/5 : WORKDIR $SRC/
 ---> Running in 6797d86a1559
Removing intermediate container 6797d86a1559
 ---> 60513d5c83f2
Successfully built 60513d5c83f2
Successfully tagged gcr.io/oss-fuzz/minify:latest
Keeping existing build artifacts as-is (if any).
Running: docker run --rm --privileged -i --cap-add SYS_PTRACE -e FUZZING_ENGINE=libfuzzer -e SANITIZER=address -e ARCHITECTURE=x86_64 -e FUZZING_LANGUAGE=go -v /home/travis/build/google/oss-fuzz/build/out/minify:/out -v /home/travis/build/google/oss-fuzz/build/work/minify:/work -t gcr.io/oss-fuzz/minify
---------------------------------------------------------------
Compiling libFuzzer to /usr/lib/libFuzzingEngine.a... ar: creating /usr/lib/libFuzzingEngine.a
 done.
CC=clang
CXX=clang++
CFLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize=fuzzer-no-link
CXXFLAGS=-O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -fsanitize=fuzzer-no-link -stdlib=libc++
---------------------------------------------------------------
+ ls /root/go/src/github.com/tdewolff/minify/tests
+ read target
+ echo README.md
README.md
+ compile_fuzzer github.com/tdewolff/minify/tests/README.md Fuzz fuzz_README.md
+ path=github.com/tdewolff/minify/tests/README.md
+ function=Fuzz
+ fuzzer=fuzz_README.md
+ go-fuzz -func Fuzz -o fuzz_README.md.a github.com/tdewolff/minify/tests/README.md
-: cannot find package "github.com/tdewolff/minify/tests/README.md" in any of:
	/root/.go/src/github.com/tdewolff/minify/tests/README.md (from $GOROOT)
	/root/go/src/github.com/tdewolff/minify/tests/README.md (from $GOPATH)
Building fuzzers failed.
Failed projects: minify
travis_time:end:2785470f:start=1590063065021508173,finish=1590063249405907361,duration=184384399188,event=script
TravisBuddy Request Identifier: 7795bf90-9b6b-11ea-acf2-2540bfc6cd37

Copy link

@tdewolff tdewolff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be selecting README.md as a possible fuzzer? Do these comments have anything to do with that?

$CXX $CXXFLAGS $LIB_FUZZING_ENGINE $fuzzer.a -o $OUT/$fuzzer
}

find $GOPATH/src/github.com/tdewolff/minify/tests/*/ -maxdepth 1 -type d | while read target
Copy link

@tdewolff tdewolff May 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be -maxdepth 0? It's showing me all subdirectories of each test case (i.e. suppressions, corpus, crashers, ...).


find $GOPATH/src/github.com/tdewolff/minify/tests/*/ -maxdepth 1 -type d | while read target
do
fuzz_target=`echo $target | cut -d'/' -f 9`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the -f 9 always work? This depends on the length of $GOPATH, right? We could rewrite this as:

find $GOPATH/src/github.com/tdewolff/minify/tests/* -maxdepth 0 -type d | rev | cut -d'/' -f 1 | rev

Mind the lack of a / at the end of the find path. The rev allows to select the last item.

@inferno-chromium
Copy link
Collaborator

Seems to be selecting README.md as a possible fuzzer? Do these comments have anything to do with that?

Sorry @tdewolff , should have waited on your review, can you please submit a PR for these fixes + those other 5 fuzzers enabling.

@AdamKorcz
Copy link
Collaborator Author

May I suggest moving the build script upstream? That way it will be easier for @tdewolff to work on updates?

@inferno-chromium
Copy link
Collaborator

May I suggest moving the build script upstream? That way it will be easier for @tdewolff to work on updates?

Yes totally, go ahead, we actually recommend that in ideal integration - https://google.github.io/oss-fuzz/advanced-topics/ideal-integration/

@AdamKorcz
Copy link
Collaborator Author

Cool. @tdewolf FYI: The plan is to add the build script to the upstream repository and run that one when fuzzing through oss-fuzz. I will get the build script added asap.

zchcai added a commit to zchcai/oss-fuzz that referenced this pull request Jun 3, 2020
* [cryptofuzz] Add Microsoft SymCrypt (google#3826)

* [gRPC-gateway] Initial integration (google#3807)

* [doc] Update new_project_guide.md (google#3828)

* [knot-dns] link against liblmdb statically (google#3797)

Relates to https://gitlab.labs.nic.cz/knot/knot-dns/-/commit/d4ec3a3aa8b7e2ba4d196e2f7984173069e3d91b

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22191

* Simplify rust project setup. (google#3830)

* Simplify rust project setup.

- Add rust and cargo-fuzz in base builder.
- Set RUSTC_BOOSTRAP to make ASan available.
- Set RUSTFLAGS and C,CXXFLAGS properly.

* Quick fix for helper.py build_fuzzers. (google#3832)

* Parse project language and use in infra/helper.py (google#3834)

* Parse project language and use in infra/helper.py

* Fix exception message.

* Add FUZZING_LANGUAGE to build step. (google#3835)

* Add fuzzing language correctly during compile step. (google#3837)

* Remove unneeded rust hacks after google#3830. (google#3840)

* Fix missing FUZZING_LANGUAGE in coverage build. (google#3843)

* Use hardcoded FUZZING_LANGUAGE to unbreak CIFuzz. (google#3844)

* solidity: Disable Z3 build in dockerfile (google#3831)

* cifuzz: use pull_request.number instead of GITHUB_REF (google#3845)

Closes google#3732

* wasmtime: build fuzz targets with --all-features (google#3850)

This enables not only the binaryen-using fuzz targets, but also the peepmatic fuzz targets (which is necessary after bytecodealliance/wasmtime#1727).

* Relax project language requirement. (google#3846)

This is necessary for the bisector to be able to build older revisions.

Print a warning instead.

* libzmq: add maintainer, add UBSAN (google#3829)

* Add another maintainer to libzmq's CC list

* Enable UBSAN for libzmq

* libzmq: disable afl fuzzer, CI fails

* libsodium: do not let libsodium's autogen.sh download files from gnu.org

There is no sanity check and if the download fails because gnu.org is down
the build fails with unhelpful errors

* Fixed changes added in clang-11.0. (google#3852)

* Bump httplib2 from 0.11.3 to 0.18.0 in /infra/gcb (google#3853)

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.11.3 to 0.18.0.
- [Release notes](https://github.com/httplib2/httplib2/releases)
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](httplib2/httplib2@v0.11.3...v0.18.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [TiDB] initial integration (google#3849)

* [Minify] Initial integration (google#3848)

* Set rust flags always in compile step. (google#3859)

This is needed for projects that mix both rust and c/c++.

* Remove unneeded RUSTC_BOOTSTRAP since nightly is used

* [fasthttp] Initial integration (google#3858)

* [libfido2] bump libcbor version from 0.5.0 to 0.7.0 (google#3861)

* Fix cras build failure, use default rust nightly.

* Don't add Rust sanitizer flags when using ubsan or i386. (google#3862)

Rust sanitizer flags are not supported for these configs.
Fixes Cras and ecc-diff-fuzzer builds.

* [hermes] Initial setup for Hermes (google#3698)

* [poppler] Exercise a few more methods (google#3857)

* [minify] Moved build script upstream (google#3867)

* Use available nightly rust for spidermonkey build

* Use available rust nightly in spidermonkey-ufi

* Use available rust nightly in firefox

* [python3-libraries] Fix build (google#3869)

* Use latest git version. (google#3870)

Adds features needed by firefox and spidermonkey-ufi builds.

* libzmq: fix MSAN (google#3868)

* libzmq: build libsodium with --disable-asm to avoid false positives in MSAN checks

* libzmq: set autoconf install prefix to avoid /usr/local being added to the linker library paths

A non-working version of the standard library is installed in oss-fuzz's images
under /usr/local/lib. Using it breaks MSAN's tests with false positives.
Set the prefix in autoconf to something different from the default
/usr/local, as /lib is added by autoconf automatically to the linker
flags, which means this broken standard library is used instead of the
instrumented one in /usr/lib.

* build_specified_commit: revert to using cp. (google#3871)


rsync seems to have disappeared in the latest images somehow, and we
can't rely on it always existing.

* Don't add sanitizer=coverage in RUSTFLAGS

* Remove libpcap patch merged upstream (google#3865)

* Install Python 3.8.3 on builder image. (google#3874)

Part of fixing google#3756.

* [qt] Get a shallow clone of qtbase (google#3872)

Reduces the size by nearly 200 MB

* [qt] Add fuzzer for QImage::loadFromData() (google#3873)

* Fix jsoncpp build

* build_specified_commit: Don't replace gitdir if already relative. (google#3875)

Upgraded git broke this.

* [skia] Speculative build fix (google#3847)

* [stb] extend code coverage for stb_image (google#3784)

* [stb] extend code coverage for stb_image

* remove wget's from build.sh

* add wget's to Dockerfile

* fix Dockerfile

* [hermes] Fix coverage build (google#3877)

* Update email address to non-alias for clusterfuzz login (google#3878)

* add hosts and interns (google#3879)

Signed-off-by: Asra Ali <[email protected]>

* [qt] Don't install build-essential (google#3880)

It's in base-builder now.

* [hermes] Add CC for issues (google#3882)

* [systemd] turn off hongfuzz (google#3889)

See google#3887

* Remove libbz2-dev dependency installed in base-builder for python3 (google#3890)

* Remove libbz2-dev dependency installed in base-builder for python3

Fixes google#3888

* Revert "[systemd] turn off hongfuzz (google#3889)" (google#3891)

This reverts commit d638fac.

* Set up python in one docker layer, remove python deps. (google#3893)

* Set up python in one docker layer.

Address review comment in google#3890 (review)

* Remove all python dependencies, keep build-essential.

* Makes suricata work with rust sanitizers (google#3897)

* [firefox] Fix libFuzzer cloning process (google#3896)

* Fix spidermonkey-ufi build.

* [nanopb] Use $(which python3) instead of hardcoding /usr/bin/python3 (google#3895)

After the addition of Python 3.8 in google#3874, the default python3 is
now /usr/local/bin/python3. The nanopb Dockerfile hardcoded a path
of /usr/bin/python3, causing again problems of Python packages being
installed for different version than attempting to run with.

* Fix CIFuzz issue where targets assumed in OSS-Fuzz build if exists (google#3817)

Make some other changes:
1. Refactor fuzz_target.py and fuzz_target_test.py
2. Introduce pyfakefs and parameterized as dependencies and use them
in tests.
3. Fix infra-tests in CI so that they use installed dependencies

* Fix spidermonkey-ufi build

* Extend Zeek project auto_ccs (google#3898)

* [libgd] Add another fuzzer to libgd (google#3892)

* [qt] Add qtdeclarative (google#3901)

* [qt] Add qtdeclarative

* [qt] Ignore stdout from make

"The job exceeded the maximum log length, and has been terminated."

* Updating jsoncpp primary contact (google#3900)

* [php] Remove --enable-json (google#3899)

JSON is now always compiled in, and cannot be explicitly enabled.

* Don't create empty corpus archive as it wont unpack. (google#3903)

* Update email addresses for Prometheus (google#3905)

Signed-off-by: Julius Volz <[email protected]>

* [cryptofuzz] wolfCrypt: Build with support for AES-CFB, AES-OFB (google#3904)

* libzmq: enable honggfuzz (google#3909)

* Update Prometheus maintainer in Dockerfile (google#3906)

...to myself (Prometheus co-creator).

Signed-off-by: Julius Volz <[email protected]>

* Revert "[systemd] remove my non-gmail address (google#3606)" (google#3910)

This reverts commit 65dcabc.

* [GDAL] Move clone of dependencies to upstream repository (google#3911)

Cloning of build dependencies and patching is now done by
https://github.com/OSGeo/gdal/blob/master/gdal/fuzzers/build.sh

* bump libtorrent to fuzz the 2.0 release branch (google#3913)

* [FFmpeg] install rsync as it is required for the seed corpus (google#3912)

Fixes: Issue 22500 (build failure)

* Fix builds_status cron exception. (google#3914)

When build log is not found, skip it and avoid 404.
Fixes exception
```
Traceback (most recent call last):
  File "oss-fuzz/infra/gcb/builds_status.py", line 243, in <module>
    main()
  File "oss-fuzz/infra/gcb/builds_status.py", line 228, in main
    status_filename='status.json')
  File "oss-fuzz/infra/gcb/builds_status.py", line 159, in update_build_status
    last_build = find_last_build(builds, project, build_tag_suffix)
  File "oss-fuzz/infra/gcb/builds_status.py", line 102, in find_last_build
    log.download_to_filename(f.name)
  File "/var/jenkins_home/workspace/infra/builds_status/ENV/local/lib/python2.7/site-packages/google/cloud/storage/blob.py", line 565, in download_to_filename
    file_obj, client=client, start=start, end=end)
  File "/var/jenkins_home/workspace/infra/builds_status/ENV/local/lib/python2.7/site-packages/google/cloud/storage/blob.py", line 537, in download_to_file
    _raise_from_invalid_response(exc)
  File "/var/jenkins_home/workspace/infra/builds_status/ENV/local/lib/python2.7/site-packages/google/cloud/storage/blob.py", line 1873, in _raise_from_invalid_response
    raise exceptions.from_http_response(error.response)
google.api_core.exceptions.NotFound: 404 GET https://www.googleapis.com/download/storage/v1/b/oss-fuzz-gcb-logs/o/log-9fca5dab-72bf-4970-9557-86b93ede51e0.txt?alt=media: No such object: oss-fuzz-gcb-logs/log-9fca5dab-72bf-4970-9557-86b93ede51e0.txt
Build step 'Execute shell' marked build as failure
Finished: FAILURE
```

* Retry building project images in build_specified_commit. (google#3915)

To mitigate transient network issues.

* Prometheus: Don't use WORKDIR $SRC (google#3908)

This makes build_fuzzers work with local checkouts.

Without this, it complains with 'Cannot use local checkout with "WORKDIR
/src".'

Signed-off-by: Julien Pivotto <[email protected]>

* [systemd] add DaanDeMeyer's address (google#3916)

* [muparser] initial integration (google#3814)

* [haproxy] Fix build failures. (google#3884)

* Updated the haproxy fuzzers to build again.

* The frame decoder needs additional updates since we need to call init_h2 to initialise a memory pool. Disabling this for now as this is a larger change in the code base and will fix up in the coming week.

* Fixed hpack decode.

* Updated the yaml since we dont want memory sanitizer.

* Update project.yaml (google#3917)

* install rsync (google#3920)

* [LibRaw] Initial integration (google#3918)

* Init integration

* Fix formatting

* Add size check

* Update maintainers

* PR Feedback

* Add newline

* Disable UBSan vptr

* Disable building examples

* Remove disabling UBSan vptr

Co-authored-by: Jamie Pinheiro <[email protected]>

* ecc-diff-fuzzer buils nettle without openssl (google#3922)

* Update Dockerfile (google#3923)

* Added contact to zlib-ng project auto_ccs. (google#3924)

* [qt] Add pdf to image corpus (google#3926)

* [haproxy] Minor fix (google#3928)

* Revert "[qt] Add pdf to image corpus (google#3926)" (google#3929)

To handle PDFs, QImage requires qtwebengine
which doesn't build statically.

This reverts commit 934c770.

* Fix TensorFlow build (google#3930)

* Remove [email protected] as he left Google

* Use python3 as python2 is deprecated

* Need to manually install numpy now as it is used in the toolchain

* Use bazelisk instead of the grep configure -> get Bazel version -> curl hack

* Remove C++11 constraint as TF now builds and uses C++14

* Handle review

* Remove source sed/replace as it is no longer needed

Co-authored-by: Guido Vranken <[email protected]>
Co-authored-by: AdamKorcz <[email protected]>
Co-authored-by: Daniel Salzman <[email protected]>
Co-authored-by: Abhishek Arya <[email protected]>
Co-authored-by: Oliver Chang <[email protected]>
Co-authored-by: Bhargava Shastry <[email protected]>
Co-authored-by: Evgeny Vereshchagin <[email protected]>
Co-authored-by: Nick Fitzgerald <[email protected]>
Co-authored-by: Luca Boccassi <[email protected]>
Co-authored-by: DavidKorczynski <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Kihlman <[email protected]>
Co-authored-by: neildhar <[email protected]>
Co-authored-by: tsdgeos <[email protected]>
Co-authored-by: Catena cyber <[email protected]>
Co-authored-by: Robert Löhning <[email protected]>
Co-authored-by: Kevin Lubick <[email protected]>
Co-authored-by: Randy <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: asraa <[email protected]>
Co-authored-by: Christian Holler (:decoder) <[email protected]>
Co-authored-by: Petteri Aimonen <[email protected]>
Co-authored-by: jonathanmetzman <[email protected]>
Co-authored-by: Jon Siwek <[email protected]>
Co-authored-by: Google AutoFuzz Team <[email protected]>
Co-authored-by: kabeer27 <[email protected]>
Co-authored-by: Nikita Popov <[email protected]>
Co-authored-by: Julius Volz <[email protected]>
Co-authored-by: Even Rouault <[email protected]>
Co-authored-by: Arvid Norberg <[email protected]>
Co-authored-by: Michael Niedermayer <[email protected]>
Co-authored-by: Julien Pivotto <[email protected]>
Co-authored-by: Ingo Berg <[email protected]>
Co-authored-by: Teju Nareddy <[email protected]>
Co-authored-by: Jamie Pinheiro <[email protected]>
Co-authored-by: Jamie Pinheiro <[email protected]>
Co-authored-by: Nathan Moinvaziri <[email protected]>
Co-authored-by: Mihai Maruseac <[email protected]>
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.

4 participants