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

putsnapshot to EBS handler #1268

Merged
merged 3 commits into from
Feb 13, 2022
Merged

Conversation

ponokys
Copy link
Contributor

@ponokys ponokys commented Feb 8, 2022

Fixed #1244

@ponokys ponokys changed the title 1244 putsnapshot handler putsnapshot to EBS handler Feb 8, 2022
@francescolavra
Copy link
Member

Even after these changes I'm still unable to create a snapshot. Using a 54MB image:

francesco@ubuntu:~/Documents/NanoVMs/go$ /usr/src/ops/ops image create -t aws -c config-aws.json -n gtest1 --show-errors --show-warnings --show-debug
Creating snapshot

Now Ops gets stuck forever in this state (with no error messages), even long after uploading of the snapshot blocks is terminated. In the AWS portal, the snapshot status is "Error" (before these changes, it would stay in a "Pending" status).
I tried twice, and both attempts failed in the same way.

@ponokys
Copy link
Contributor Author

ponokys commented Feb 9, 2022

@francescolavra
Copy link
Member

@olegpono I tested with your ops-1244 binary, and I still have the issue. I tried once with a 54MB image and once with "BaseVolumeSz": "100m", and both attempts got stuck in "creating snapshot" (and the snapshots in AWS ended up in "Error" status).
config.json file for the second attempt:

{
    "CloudConfig" :{
        "ProjectID": "prod-1000",
        "Zone": "us-west-1c",
        "BucketName": "nanos-test"
    },
    "BaseVolumeSz": "100m"
}

@eyberg
Copy link
Contributor

eyberg commented Feb 9, 2022

I tried with both 500m and 1g and seemed to address the problem I saw, but I was going to a local region to me (us-west) so perhaps this issue can pop up if you are going from say eu <> us regions?

@francescolavra
Copy link
Member

I just tried using a local region (eu-central-1), but the problem persists.

@francescolavra
Copy link
Member

If I let ops image create run, eventually (after 20 minutes or so) it exits with a ResourceNotReady: exceeded wait attempts error message. (Uploading the snapshot blocks takes less than 5 minutes).

@ponokys
Copy link
Contributor Author

ponokys commented Feb 11, 2022

@francescolavra Please help me test this build (https://www.dropbox.com/s/6u0xr22mhrqsmw6/ops-1244-debug?dl=1 )
This version fixes missing blockIndex and turning progress bar.
You can add the flag "--show-debug" to show debug info.
Thanks

@francescolavra
Copy link
Member

@francescolavra Please help me test this build (https://www.dropbox.com/s/6u0xr22mhrqsmw6/ops-1244-debug?dl=1 )

Thanks @olegpono, with this build I can successfully create images.
If I insert the --show-debug flag I see a lot of failures in uploading snapshot blocks (as in the log below), but the presence of a retry mechanism allows the snapshot creation process to succeed eventually.

francesco@ubuntu:~/Documents/NanoVMs/go$ /usr/src/ops/ops-1244-debug image create -t aws -c config-aws.json gtest1 --show-errors --show-warnings --show-debug
Creating snapshot
  49% |███████████████████████████████████████████████████                                                       | (199/402, 116 it/s) [1s:1s]2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/56": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/48": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/64": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/77": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/101": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/115": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/117": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/134": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/137": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/140": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/144": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/151": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/145": net/http: TLS handshake timeout
2022/02/13 08:52:52 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/146": net/http: TLS handshake timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/157": net/http: TLS handshake timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/146": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/192": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/195": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/196": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/193": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/191": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/194": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/197": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/198": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/115": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/117": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/199": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/48": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/56": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/137": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/64": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/77": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/134": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/101": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/151": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/144": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/145": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/140": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53713->127.0.1.1:53: i/o timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/166": net/http: TLS handshake timeout
2022/02/13 08:52:53 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/165": net/http: TLS handshake timeout
2022/02/13 08:52:55 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/57": net/http: TLS handshake timeout
2022/02/13 08:52:56 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/162": net/http: TLS handshake timeout
2022/02/13 08:52:56 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/187": net/http: TLS handshake timeout
2022/02/13 08:52:56 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/186": net/http: TLS handshake timeout
2022/02/13 08:53:02 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/106": net/http: TLS handshake timeout
2022/02/13 08:53:03 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/181": net/http: TLS handshake timeout
2022/02/13 08:53:05 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/68": write tcp 192.168.1.94:55558->3.64.226.235:443: use of closed network connection
2022/02/13 08:53:09 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 0/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/105": net/http: TLS handshake timeout
2022/02/13 08:53:15 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 2/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/145": net/http: TLS handshake timeout
2022/02/13 08:53:15 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/162": net/http: TLS handshake timeout
2022/02/13 08:53:16 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 3/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/145": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53628->127.0.1.1:53: i/o timeout
2022/02/13 08:53:16 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/68": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53628->127.0.1.1:53: i/o timeout
2022/02/13 08:53:16 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/105": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53628->127.0.1.1:53: i/o timeout
2022/02/13 08:53:16 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 2/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/162": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:53628->127.0.1.1:53: i/o timeout
2022/02/13 08:53:16 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 1/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/195": net/http: TLS handshake timeout
2022/02/13 08:53:16 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 2/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/77": net/http: TLS handshake timeout
2022/02/13 08:53:26 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 3/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/77": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:45276->127.0.1.1:53: i/o timeout
2022/02/13 08:53:26 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 2/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/68": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:45276->127.0.1.1:53: i/o timeout
2022/02/13 08:53:26 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 2/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/105": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:45276->127.0.1.1:53: i/o timeout
2022/02/13 08:53:26 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 4/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/145": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:45276->127.0.1.1:53: i/o timeout
2022/02/13 08:53:26 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 2/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/195": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:45276->127.0.1.1:53: i/o timeout
2022/02/13 08:53:26 DEBUG: Send Request EBS/PutSnapshotBlock failed, attempt 3/7, error RequestError: send request failed
caused by: Put "https://ebs.eu-central-1.amazonaws.com/snapshots/snap-0c5ddf5a80d9850ec/blocks/162": dial tcp: lookup ebs.eu-central-1.amazonaws.com on 127.0.1.1:53: read udp 127.0.0.1:45276->127.0.1.1:53: i/o timeout
2022/02/13 08:54:41 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "6c38e391-2592-46ac-9476-8e7a70594bc3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  50% |████████████████████████████████████████████████████                                                     | (202/402, 87 it/s) [2m5s:2s]2022/02/13 08:54:50 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c7725fcc-46f6-4556-bbc2-3d8290390105"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:52 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "04cb6d4a-03d3-445f-aa41-a7025efc9905"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:53 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f1e298f6-4456-4068-b21c-442a4e4bb5fb"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:53 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1e4630f8-ecd5-467c-8550-555a3b36bfe7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  50% |████████████████████████████████████████████████████                                                    | (203/402, 70 it/s) [2m13s:2s]2022/02/13 08:54:54 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "74f01fff-df2d-4cca-bee1-8a549d3d44e3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:55 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7590a3b3-b110-442b-be7c-8ed3df3fdafb"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:56 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c350f2f4-8049-45f5-b5d4-5c8ba4fcdc43"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:57 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "970b9c06-5a9c-495a-b25d-f534f9811647"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:59 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7ae71b9a-9ae0-4186-a510-d97e28642fd4"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:59 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "035c86c8-d905-49ec-b815-0a418361e5e3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:54:59 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "bdfef412-a5a4-4507-8086-7e6ebb05dd66"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:00 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d867cf65-db7e-4939-870d-899b0b08f36d"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:01 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1ee9c68a-ed80-4119-84a0-fc9b28b7437b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:01 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ba441fc4-e9d1-45d8-ad8a-74c29941c736"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:01 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "12b8f2d9-4080-44d1-ac1b-c7e1faa68867"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:02 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "9599ef1f-55d4-41e7-ad60-e4cb07fa2540"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:03 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1d10a37b-a03f-46fe-bde0-e1be2301b5c5"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  50% |████████████████████████████████████████████████████                                                    | (205/402, 50 it/s) [2m25s:3s]2022/02/13 08:55:07 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ebb55ca3-9532-4d35-b1f8-21675fd887e9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:07 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5f1a4c31-1fd7-4499-aa0e-c3a8bb257ee7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:08 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "de0bc473-8195-4ee9-a056-1345a8019389"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  51% |█████████████████████████████████████████████████████                                                   | (206/402, 44 it/s) [2m27s:4s]2022/02/13 08:55:12 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 2/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "39dc0ee1-6dd1-4f40-b561-c3185e5a6470"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:13 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e81075e8-3c5d-4f64-839b-35e4eb306d5a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:14 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a7b02bbf-be57-49ce-a3c5-98e974d63ed9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:15 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "34fcf183-928f-444d-9ed0-123e349d5715"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:15 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "651f08eb-e42e-4ceb-98b9-9d38faed2d64"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  51% |█████████████████████████████████████████████████████                                                   | (207/402, 39 it/s) [2m34s:5s]2022/02/13 08:55:16 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5f3cb236-007e-4b98-b1e9-284a94dfbfbd"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:20 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d89f21d2-e7a5-4961-b818-6427d4758a63"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  52% |██████████████████████████████████████████████████████                                                  | (210/402, 35 it/s) [2m41s:5s]2022/02/13 08:55:22 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "23ff919b-5803-445d-9b6e-88b289e19ffc"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  52% |██████████████████████████████████████████████████████                                                  | (211/402, 34 it/s) [2m41s:5s]2022/02/13 08:55:23 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a9041de8-ed70-4452-ac0b-471381f07274"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:23 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "b2a1d1b4-ebfd-4fee-880d-885863e0942c"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:24 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ea4f94b8-1d87-4656-a8e7-3db70699e573"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:24 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d3400446-0801-4aa0-82a7-fa88f54cf4d4"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:24 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "fad6ce2d-55f0-4128-824d-e7f0d34099c1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  53% |█████████████████████████████████████████████████████                                               | (214/402, 37 it/min) [2m44s:5m5s]2022/02/13 08:55:26 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "91093906-4ac9-4d8d-9070-e178f159a0f1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:26 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "8cd4f604-89e3-4b40-946e-90ec90cb36be"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  53% |████████████████████████████████████████████████████                                               | (215/402, 42 it/min) [2m46s:4m24s]2022/02/13 08:55:28 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "264cfb10-f427-4fbb-b179-d916624ae368"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  53% |█████████████████████████████████████████████████████                                               | (216/402, 45 it/min) [2m48s:4m7s]2022/02/13 08:55:30 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d5ac61aa-8d53-4a2a-a4b4-990585df9b18"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  54% |██████████████████████████████████████████████████████                                              | (219/402, 60 it/min) [2m51s:3m4s]2022/02/13 08:55:32 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "13935f30-d14a-4c33-b45c-485b8f79396b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  54% |███████████████████████████████████████████████████████                                               | (220/402, 1 it/s) [2m51s:2m36s]2022/02/13 08:55:33 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c444be99-cf9d-413b-a2b5-46114535de0a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:34 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e1646f38-affc-4197-ad63-4683071d418a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:35 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "aa59a7ca-ab74-4c7d-8995-30f65e4e0d14"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  55% |████████████████████████████████████████████████████████                                              | (224/402, 1 it/s) [2m55s:2m56s]2022/02/13 08:55:37 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "779ae05f-9664-4881-ad58-bf86738f44ae"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  55% |████████████████████████████████████████████████████████                                              | (225/402, 1 it/s) [2m56s:2m23s]2022/02/13 08:55:38 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f528ee76-79fb-44b0-878f-7f7f2927fef9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:39 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5acd8d8d-8179-4a6c-858f-70363cf9a889"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  56% |█████████████████████████████████████████████████████████                                             | (228/402, 1 it/s) [2m58s:2m34s]2022/02/13 08:55:41 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "af278f1f-1b74-4f31-8c5a-00de584e6c6a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:41 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "50b41ba0-9846-43dc-a185-312f7e3a6172"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  56% |█████████████████████████████████████████████████████████                                              | (229/402, 1 it/s) [3m1s:2m33s]2022/02/13 08:55:42 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c387cd4f-d360-41f7-aa5c-7c06ba1fb9ee"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:43 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "b0692d02-31eb-44fc-98ba-b10b9286b86c"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:44 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "9ebca23f-cadd-4197-95b4-3c4598a0549e"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  57% |███████████████████████████████████████████████████████████                                             | (233/402, 1 it/s) [3m5s:2m6s]2022/02/13 08:55:47 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a7546d3c-2b44-4adf-b5e3-ceb1805fb4e1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  58% |████████████████████████████████████████████████████████████                                            | (235/402, 1 it/s) [3m6s:2m9s]2022/02/13 08:55:48 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c92bd56e-8a03-431b-817b-cb0dce6cfb47"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:48 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "581854d8-25ba-47bd-8e89-2409d3495bcf"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:49 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "096bc12b-a411-499a-a77f-78cee91ffa6a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  59% |█████████████████████████████████████████████████████████████                                           | (239/402, 1 it/s) [3m8s:2m0s]2022/02/13 08:55:50 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5de61b6f-6f58-4518-9c03-e3d0b29e16a2"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:51 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "07ec6ec9-c6a3-4bb9-a236-9da083d51142"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:51 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "6403b861-8295-4f93-9424-ca547a3f4035"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  59% |████████████████████████████████████████████████████████████                                          | (241/402, 1 it/s) [3m10s:1m52s]2022/02/13 08:55:52 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "829136ea-83fd-4e75-ab9e-4b4ae9754448"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  60% |█████████████████████████████████████████████████████████████                                         | (242/402, 2 it/s) [3m10s:1m41s]2022/02/13 08:55:53 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e2bd7183-f921-4dd7-b6f8-0eabf82ceb68"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:53 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "4221ca3a-ae81-40d7-8b7a-3bac2bb1bad9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:53 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "0fd894e4-8cc2-4e1e-80d9-bd3d3d996b75"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:55:53 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "acfef1cc-cb63-4cce-adf3-3e7e6b9963bc"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  62% |███████████████████████████████████████████████████████████████                                        | (250/402, 2 it/s) [3m14s:1m7s]2022/02/13 08:55:55 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f24aa63e-9e78-4b63-bb41-17759ce5e65a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  63% |█████████████████████████████████████████████████████████████████                                       | (254/402, 3 it/s) [3m15s:56s]2022/02/13 08:55:57 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "af5e6e0f-fb74-4955-b61b-1a910941bdf1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  63% |████████████████████████████████████████████████████████████████                                       | (255/402, 2 it/s) [3m17s:1m2s]2022/02/13 08:55:59 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "bdc58794-d5ff-4492-a0e6-c31bcaac094b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  65% |███████████████████████████████████████████████████████████████████                                     | (262/402, 3 it/s) [3m20s:55s]2022/02/13 08:56:01 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "2db045c5-2044-41d3-aa4c-f1b03c528b38"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  65% |███████████████████████████████████████████████████████████████████                                     | (265/402, 3 it/s) [3m21s:44s]2022/02/13 08:56:03 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7afce977-793f-4100-bd70-4990fbba0e87"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:03 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "74a9314c-7804-4cee-90bd-33ad481fcaab"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:03 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "2b685df4-7056-4fa8-b43e-a417ce7c57bd"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  66% |████████████████████████████████████████████████████████████████████                                    | (268/402, 2 it/s) [3m22s:55s]2022/02/13 08:56:04 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "b8e091a4-def7-43eb-99d4-15a1633e71de"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  67% |█████████████████████████████████████████████████████████████████████                                   | (270/402, 2 it/s) [3m24s:56s]2022/02/13 08:56:05 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "4f45a033-d53e-4099-999e-3be5346799a3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  67% |█████████████████████████████████████████████████████████████████████                                  | (271/402, 2 it/s) [3m25s:1m3s]2022/02/13 08:56:06 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "74a25c7d-f3cf-4a0f-bf4d-c0e8a4958f95"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  67% |█████████████████████████████████████████████████████████████████████                                  | (272/402, 2 it/s) [3m25s:1m2s]2022/02/13 08:56:06 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1a181869-4923-4565-983d-dc297bdb8c15"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  68% |██████████████████████████████████████████████████████████████████████                                  | (275/402, 2 it/s) [3m25s:51s]2022/02/13 08:56:07 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "3eba823a-da18-43ce-a0c7-61e71689ccd7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:08 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 3/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "874f3677-1a56-48aa-bcd2-6d4802621b6c"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  68% |██████████████████████████████████████████████████████████████████████                                  | (276/402, 2 it/s) [3m27s:52s]2022/02/13 08:56:09 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d92e70c4-1820-4197-a708-8921f5b51fa8"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  68% |██████████████████████████████████████████████████████████████████████                                  | (277/402, 2 it/s) [3m27s:52s]2022/02/13 08:56:09 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "73cb028c-a5b9-48d9-b1f2-9e717de67b5a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:09 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "dc5f3337-c035-4355-a7f7-9bfceeb9f247"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  69% |███████████████████████████████████████████████████████████████████████                                 | (279/402, 2 it/s) [3m28s:50s]2022/02/13 08:56:10 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "80359509-17da-42c4-8d22-ae0920560d33"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  69% |███████████████████████████████████████████████████████████████████████                                 | (280/402, 3 it/s) [3m29s:47s]2022/02/13 08:56:10 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "04bbce38-fb91-4e17-9c37-188a1c5e5abe"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  71% |█████████████████████████████████████████████████████████████████████████                               | (288/402, 2 it/s) [3m33s:46s]2022/02/13 08:56:15 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "33345b04-750b-4303-a49e-380afa1a955a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  72% |██████████████████████████████████████████████████████████████████████████                              | (291/402, 2 it/s) [3m34s:46s]2022/02/13 08:56:16 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ea4b21d6-5f79-4d4f-815f-5dbd9602ca94"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:16 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c18d9d7e-2203-4de2-90e6-26edcd2c7cf9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:16 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e385e4b8-2b0c-4c04-be40-2c521c47e301"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:16 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a518ceee-4288-4131-876e-348698db2733"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:17 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "88b7491c-8b5d-40e8-bd93-4c9def9422c1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  72% |██████████████████████████████████████████████████████████████████████████                              | (292/402, 2 it/s) [3m38s:47s]2022/02/13 08:56:20 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d72077ec-5786-4fe8-88b3-3735b47141eb"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  73% |███████████████████████████████████████████████████████████████████████████                             | (294/402, 2 it/s) [3m40s:55s]2022/02/13 08:56:22 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f6e02e26-9a3c-46c1-8c4c-f40853529ab9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:24 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d5c49161-facd-4f5b-961e-385923d4c890"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  73% |███████████████████████████████████████████████████████████████████████████                            | (296/402, 2 it/s) [3m48s:1m2s]2022/02/13 08:56:32 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d4f43f10-12c4-4a2a-8e4e-2eb5bb4811e9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:32 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "62a09dd7-305f-44bd-bb5d-c591bac1d094"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:33 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 5/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "69ead1c4-32f1-4c19-8355-1a8a411a41ac"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  73% |██████████████████████████████████████████████████████████████████████████                            | (297/402, 1 it/s) [3m51s:1m11s]2022/02/13 08:56:33 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7cacedd6-5366-4b6c-a919-dccd084d2488"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:36 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "6d04042f-f33e-426f-9f8c-85071d5c16f5"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  74% |███████████████████████████████████████████████████████████████████████████                           | (298/402, 1 it/s) [3m54s:1m17s]2022/02/13 08:56:36 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f2facd19-2eac-49f5-abcf-e6a280845b8b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:41 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c41571db-4843-4ec4-9d53-eea9ef1853a7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:43 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "83c6ea63-cfb1-4e67-be8b-144d9a75dcbe"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:46 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "809068f4-45f0-4fdb-ad9e-330dc6b57858"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:51 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "493a78d7-2c54-4be3-b39c-cf7e7154b258"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:55 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "3e85ae49-0210-4845-ae6a-6c12337b5536"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:57 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "8858ffb9-875b-44e0-b4e4-8de128ed2e60"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:56:59 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 1/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d48d4b57-cc55-42da-b3c7-27a09efa351f"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
2022/02/13 08:57:06 DEBUG: Validate Response EBS/PutSnapshotBlock failed, attempt 0/7, error ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "0f8e372c-802a-4f9d-ba9f-7e305fabdf30"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
RetryPutSnapshotBlock 0 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "6c38e391-2592-46ac-9476-8e7a70594bc3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  74% |█████████████████████████████████████████████████████████████████████████                          | (299/402, 48 it/min) [4m26s:2m10s]RetryPutSnapshotBlock 138 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c7725fcc-46f6-4556-bbc2-3d8290390105"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  74% |██████████████████████████████████████████████████████████████████████████                          | (300/402, 49 it/min) [4m27s:2m5s]RetryPutSnapshotBlock 67 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "04cb6d4a-03d3-445f-aa41-a7025efc9905"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  74% |██████████████████████████████████████████████████████████████████████████                          | (301/402, 33 it/min) [4m29s:3m4s]RetryPutSnapshotBlock 180 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f1e298f6-4456-4068-b21c-442a4e4bb5fb"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  75% |██████████████████████████████████████████████████████████████████████████                         | (302/402, 30 it/min) [4m30s:3m18s]RetryPutSnapshotBlock 39 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1e4630f8-ecd5-467c-8550-555a3b36bfe7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  75% |██████████████████████████████████████████████████████████████████████████                         | (303/402, 30 it/min) [4m32s:3m18s]RetryPutSnapshotBlock 129 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "74f01fff-df2d-4cca-bee1-8a549d3d44e3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  75% |███████████████████████████████████████████████████████████████████████████                         | (304/402, 31 it/min) [4m33s:3m8s]RetryPutSnapshotBlock 94 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7590a3b3-b110-442b-be7c-8ed3df3fdafb"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  75% |██████████████████████████████████████████████████████████████████████████                         | (305/402, 33 it/min) [4m35s:2m57s]RetryPutSnapshotBlock 9 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c350f2f4-8049-45f5-b5d4-5c8ba4fcdc43"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  76% |███████████████████████████████████████████████████████████████████████████                        | (306/402, 35 it/min) [4m36s:2m44s]RetryPutSnapshotBlock 148 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "970b9c06-5a9c-495a-b25d-f534f9811647"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  76% |███████████████████████████████████████████████████████████████████████████                        | (307/402, 37 it/min) [4m37s:2m33s]RetryPutSnapshotBlock 78 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7ae71b9a-9ae0-4186-a510-d97e28642fd4"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  76% |███████████████████████████████████████████████████████████████████████████                        | (308/402, 39 it/min) [4m39s:2m23s]RetryPutSnapshotBlock 92 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "035c86c8-d905-49ec-b815-0a418361e5e3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  76% |████████████████████████████████████████████████████████████████████████████                        | (309/402, 43 it/min) [4m40s:2m9s]RetryPutSnapshotBlock 98 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "bdfef412-a5a4-4507-8086-7e6ebb05dd66"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  77% |████████████████████████████████████████████████████████████████████████████                       | (310/402, 40 it/min) [4m42s:2m18s]RetryPutSnapshotBlock 183 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d867cf65-db7e-4939-870d-899b0b08f36d"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  77% |████████████████████████████████████████████████████████████████████████████                       | (311/402, 41 it/min) [4m43s:2m14s]RetryPutSnapshotBlock 173 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1ee9c68a-ed80-4119-84a0-fc9b28b7437b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  77% |████████████████████████████████████████████████████████████████████████████                       | (312/402, 41 it/min) [4m45s:2m12s]RetryPutSnapshotBlock 21 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ba441fc4-e9d1-45d8-ad8a-74c29941c736"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  77% |████████████████████████████████████████████████████████████████████████████                       | (313/402, 41 it/min) [4m46s:2m10s]RetryPutSnapshotBlock 161 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "12b8f2d9-4080-44d1-ac1b-c7e1faa68867"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  78% |██████████████████████████████████████████████████████████████████████████████                      | (314/402, 41 it/min) [4m48s:2m9s]RetryPutSnapshotBlock 28 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "9599ef1f-55d4-41e7-ad60-e4cb07fa2540"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  78% |██████████████████████████████████████████████████████████████████████████████                      | (315/402, 41 it/min) [4m49s:2m8s]RetryPutSnapshotBlock 63 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1d10a37b-a03f-46fe-bde0-e1be2301b5c5"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  78% |██████████████████████████████████████████████████████████████████████████████                      | (316/402, 41 it/min) [4m51s:2m6s]RetryPutSnapshotBlock 90 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ebb55ca3-9532-4d35-b1f8-21675fd887e9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  78% |██████████████████████████████████████████████████████████████████████████████                      | (317/402, 40 it/min) [4m52s:2m7s]RetryPutSnapshotBlock 43 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5f1a4c31-1fd7-4499-aa0e-c3a8bb257ee7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  79% |███████████████████████████████████████████████████████████████████████████████                     | (318/402, 41 it/min) [4m54s:2m2s]RetryPutSnapshotBlock 32 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "de0bc473-8195-4ee9-a056-1345a8019389"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  79% |███████████████████████████████████████████████████████████████████████████████                     | (319/402, 41 it/min) [4m55s:2m1s]RetryPutSnapshotBlock 101 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "39dc0ee1-6dd1-4f40-b561-c3185e5a6470"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  79% |██████████████████████████████████████████████████████████████████████████████                     | (320/402, 41 it/min) [4m57s:1m58s]RetryPutSnapshotBlock 124 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e81075e8-3c5d-4f64-839b-35e4eb306d5a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  79% |██████████████████████████████████████████████████████████████████████████████                     | (321/402, 41 it/min) [4m58s:1m57s]RetryPutSnapshotBlock 6 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a7b02bbf-be57-49ce-a3c5-98e974d63ed9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  80% |███████████████████████████████████████████████████████████████████████████████                    | (322/402, 41 it/min) [4m59s:1m55s]RetryPutSnapshotBlock 113 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "34fcf183-928f-444d-9ed0-123e349d5715"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  80% |████████████████████████████████████████████████████████████████████████████████                    | (323/402, 41 it/min) [5m1s:1m54s]RetryPutSnapshotBlock 79 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "651f08eb-e42e-4ceb-98b9-9d38faed2d64"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  80% |████████████████████████████████████████████████████████████████████████████████                    | (324/402, 41 it/min) [5m3s:1m54s]RetryPutSnapshotBlock 29 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5f3cb236-007e-4b98-b1e9-284a94dfbfbd"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  80% |████████████████████████████████████████████████████████████████████████████████                    | (325/402, 41 it/min) [5m4s:1m51s]RetryPutSnapshotBlock 82 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d89f21d2-e7a5-4961-b818-6427d4758a63"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  81% |█████████████████████████████████████████████████████████████████████████████████                   | (326/402, 41 it/min) [5m5s:1m50s]RetryPutSnapshotBlock 181 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "23ff919b-5803-445d-9b6e-88b289e19ffc"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  81% |█████████████████████████████████████████████████████████████████████████████████                   | (327/402, 42 it/min) [5m7s:1m46s]RetryPutSnapshotBlock 141 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a9041de8-ed70-4452-ac0b-471381f07274"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  81% |█████████████████████████████████████████████████████████████████████████████████                   | (328/402, 41 it/min) [5m8s:1m48s]RetryPutSnapshotBlock 35 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "b2a1d1b4-ebfd-4fee-880d-885863e0942c"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  81% |████████████████████████████████████████████████████████████████████████████████                   | (329/402, 41 it/min) [5m10s:1m46s]RetryPutSnapshotBlock 193 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ea4f94b8-1d87-4656-a8e7-3db70699e573"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  82% |█████████████████████████████████████████████████████████████████████████████████                  | (330/402, 41 it/min) [5m11s:1m45s]RetryPutSnapshotBlock 50 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d3400446-0801-4aa0-82a7-fa88f54cf4d4"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  82% |█████████████████████████████████████████████████████████████████████████████████                  | (331/402, 41 it/min) [5m13s:1m44s]RetryPutSnapshotBlock 55 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "fad6ce2d-55f0-4128-824d-e7f0d34099c1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  82% |█████████████████████████████████████████████████████████████████████████████████                  | (332/402, 41 it/min) [5m14s:1m43s]RetryPutSnapshotBlock 109 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "91093906-4ac9-4d8d-9070-e178f159a0f1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  82% |█████████████████████████████████████████████████████████████████████████████████                  | (333/402, 41 it/min) [5m16s:1m41s]RetryPutSnapshotBlock 133 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "8cd4f604-89e3-4b40-946e-90ec90cb36be"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  83% |██████████████████████████████████████████████████████████████████████████████████                 | (334/402, 41 it/min) [5m17s:1m39s]RetryPutSnapshotBlock 125 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "264cfb10-f427-4fbb-b179-d916624ae368"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  83% |██████████████████████████████████████████████████████████████████████████████████                 | (335/402, 41 it/min) [5m19s:1m39s]RetryPutSnapshotBlock 164 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d5ac61aa-8d53-4a2a-a4b4-990585df9b18"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  83% |██████████████████████████████████████████████████████████████████████████████████                 | (336/402, 41 it/min) [5m20s:1m37s]RetryPutSnapshotBlock 83 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "13935f30-d14a-4c33-b45c-485b8f79396b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  83% |██████████████████████████████████████████████████████████████████████████████████                 | (337/402, 40 it/min) [5m22s:1m36s]RetryPutSnapshotBlock 199 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c444be99-cf9d-413b-a2b5-46114535de0a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  84% |███████████████████████████████████████████████████████████████████████████████████                | (338/402, 40 it/min) [5m23s:1m34s]RetryPutSnapshotBlock 189 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e1646f38-affc-4197-ad63-4683071d418a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  84% |███████████████████████████████████████████████████████████████████████████████████                | (339/402, 41 it/min) [5m25s:1m32s]RetryPutSnapshotBlock 112 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "aa59a7ca-ab74-4c7d-8995-30f65e4e0d14"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  84% |███████████████████████████████████████████████████████████████████████████████████                | (340/402, 40 it/min) [5m26s:1m32s]RetryPutSnapshotBlock 87 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "779ae05f-9664-4881-ad58-bf86738f44ae"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  84% |███████████████████████████████████████████████████████████████████████████████████                | (341/402, 40 it/min) [5m28s:1m30s]RetryPutSnapshotBlock 59 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f528ee76-79fb-44b0-878f-7f7f2927fef9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  85% |████████████████████████████████████████████████████████████████████████████████████               | (342/402, 40 it/min) [5m29s:1m29s]RetryPutSnapshotBlock 13 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5acd8d8d-8179-4a6c-858f-70363cf9a889"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  85% |████████████████████████████████████████████████████████████████████████████████████               | (343/402, 40 it/min) [5m31s:1m28s]RetryPutSnapshotBlock 96 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "af278f1f-1b74-4f31-8c5a-00de584e6c6a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  85% |████████████████████████████████████████████████████████████████████████████████████               | (344/402, 39 it/min) [5m33s:1m28s]RetryPutSnapshotBlock 61 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "50b41ba0-9846-43dc-a185-312f7e3a6172"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  85% |████████████████████████████████████████████████████████████████████████████████████               | (345/402, 38 it/min) [5m35s:1m29s]RetryPutSnapshotBlock 37 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c387cd4f-d360-41f7-aa5c-7c06ba1fb9ee"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  86% |█████████████████████████████████████████████████████████████████████████████████████              | (346/402, 38 it/min) [5m36s:1m29s]RetryPutSnapshotBlock 47 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "b0692d02-31eb-44fc-98ba-b10b9286b86c"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  86% |█████████████████████████████████████████████████████████████████████████████████████              | (347/402, 38 it/min) [5m38s:1m27s]RetryPutSnapshotBlock 179 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "9ebca23f-cadd-4197-95b4-3c4598a0549e"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  86% |█████████████████████████████████████████████████████████████████████████████████████              | (348/402, 37 it/min) [5m40s:1m27s]RetryPutSnapshotBlock 126 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a7546d3c-2b44-4adf-b5e3-ceb1805fb4e1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  86% |█████████████████████████████████████████████████████████████████████████████████████              | (349/402, 37 it/min) [5m41s:1m25s]RetryPutSnapshotBlock 116 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c92bd56e-8a03-431b-817b-cb0dce6cfb47"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  87% |██████████████████████████████████████████████████████████████████████████████████████             | (350/402, 37 it/min) [5m42s:1m23s]RetryPutSnapshotBlock 168 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "581854d8-25ba-47bd-8e89-2409d3495bcf"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  87% |██████████████████████████████████████████████████████████████████████████████████████             | (351/402, 37 it/min) [5m44s:1m22s]RetryPutSnapshotBlock 36 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "096bc12b-a411-499a-a77f-78cee91ffa6a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  87% |██████████████████████████████████████████████████████████████████████████████████████             | (352/402, 37 it/min) [5m45s:1m20s]RetryPutSnapshotBlock 27 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "5de61b6f-6f58-4518-9c03-e3d0b29e16a2"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  87% |██████████████████████████████████████████████████████████████████████████████████████             | (353/402, 38 it/min) [5m47s:1m18s]RetryPutSnapshotBlock 104 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "07ec6ec9-c6a3-4bb9-a236-9da083d51142"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  88% |███████████████████████████████████████████████████████████████████████████████████████            | (354/402, 38 it/min) [5m48s:1m15s]RetryPutSnapshotBlock 7 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "6403b861-8295-4f93-9424-ca547a3f4035"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  88% |███████████████████████████████████████████████████████████████████████████████████████            | (355/402, 40 it/min) [5m50s:1m11s]RetryPutSnapshotBlock 142 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "829136ea-83fd-4e75-ab9e-4b4ae9754448"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  88% |████████████████████████████████████████████████████████████████████████████████████████            | (356/402, 40 it/min) [5m51s:1m8s]RetryPutSnapshotBlock 46 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e2bd7183-f921-4dd7-b6f8-0eabf82ceb68"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  88% |████████████████████████████████████████████████████████████████████████████████████████            | (357/402, 40 it/min) [5m53s:1m7s]RetryPutSnapshotBlock 23 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "4221ca3a-ae81-40d7-8b7a-3bac2bb1bad9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  89% |█████████████████████████████████████████████████████████████████████████████████████████           | (358/402, 41 it/min) [5m54s:1m4s]RetryPutSnapshotBlock 128 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "0fd894e4-8cc2-4e1e-80d9-bd3d3d996b75"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  89% |█████████████████████████████████████████████████████████████████████████████████████████           | (359/402, 41 it/min) [5m56s:1m3s]RetryPutSnapshotBlock 121 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "acfef1cc-cb63-4cce-adf3-3e7e6b9963bc"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  89% |█████████████████████████████████████████████████████████████████████████████████████████           | (360/402, 41 it/min) [5m57s:1m1s]RetryPutSnapshotBlock 171 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f24aa63e-9e78-4b63-bb41-17759ce5e65a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  89% |█████████████████████████████████████████████████████████████████████████████████████████           | (361/402, 41 it/min) [5m59s:1m0s]RetryPutSnapshotBlock 71 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "af5e6e0f-fb74-4955-b61b-1a910941bdf1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  90% |███████████████████████████████████████████████████████████████████████████████████████████           | (362/402, 41 it/min) [6m0s:58s]RetryPutSnapshotBlock 127 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "bdc58794-d5ff-4492-a0e6-c31bcaac094b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  90% |███████████████████████████████████████████████████████████████████████████████████████████           | (363/402, 41 it/min) [6m2s:57s]RetryPutSnapshotBlock 111 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "2db045c5-2044-41d3-aa4c-f1b03c528b38"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  90% |███████████████████████████████████████████████████████████████████████████████████████████           | (364/402, 41 it/min) [6m3s:55s]RetryPutSnapshotBlock 19 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7afce977-793f-4100-bd70-4990fbba0e87"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  90% |███████████████████████████████████████████████████████████████████████████████████████████           | (365/402, 41 it/min) [6m5s:54s]RetryPutSnapshotBlock 26 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "74a9314c-7804-4cee-90bd-33ad481fcaab"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  91% |████████████████████████████████████████████████████████████████████████████████████████████          | (366/402, 40 it/min) [6m6s:53s]RetryPutSnapshotBlock 170 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "2b685df4-7056-4fa8-b43e-a417ce7c57bd"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  91% |████████████████████████████████████████████████████████████████████████████████████████████          | (367/402, 40 it/min) [6m8s:52s]RetryPutSnapshotBlock 51 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "b8e091a4-def7-43eb-99d4-15a1633e71de"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  91% |████████████████████████████████████████████████████████████████████████████████████████████          | (368/402, 41 it/min) [6m9s:49s]RetryPutSnapshotBlock 198 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "4f45a033-d53e-4099-999e-3be5346799a3"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  91% |███████████████████████████████████████████████████████████████████████████████████████████          | (369/402, 41 it/min) [6m10s:48s]RetryPutSnapshotBlock 130 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "74a25c7d-f3cf-4a0f-bf4d-c0e8a4958f95"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  92% |████████████████████████████████████████████████████████████████████████████████████████████         | (370/402, 41 it/min) [6m12s:46s]RetryPutSnapshotBlock 158 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "1a181869-4923-4565-983d-dc297bdb8c15"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  92% |████████████████████████████████████████████████████████████████████████████████████████████         | (371/402, 41 it/min) [6m13s:45s]RetryPutSnapshotBlock 190 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "3eba823a-da18-43ce-a0c7-61e71689ccd7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  92% |████████████████████████████████████████████████████████████████████████████████████████████         | (372/402, 41 it/min) [6m15s:44s]RetryPutSnapshotBlock 68 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "874f3677-1a56-48aa-bcd2-6d4802621b6c"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  92% |████████████████████████████████████████████████████████████████████████████████████████████         | (373/402, 40 it/min) [6m17s:43s]RetryPutSnapshotBlock 70 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d92e70c4-1820-4197-a708-8921f5b51fa8"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  93% |█████████████████████████████████████████████████████████████████████████████████████████████        | (374/402, 41 it/min) [6m18s:40s]RetryPutSnapshotBlock 175 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "73cb028c-a5b9-48d9-b1f2-9e717de67b5a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  93% |█████████████████████████████████████████████████████████████████████████████████████████████        | (375/402, 41 it/min) [6m19s:39s]RetryPutSnapshotBlock 40 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "dc5f3337-c035-4355-a7f7-9bfceeb9f247"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  93% |█████████████████████████████████████████████████████████████████████████████████████████████        | (376/402, 41 it/min) [6m21s:37s]RetryPutSnapshotBlock 163 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "80359509-17da-42c4-8d22-ae0920560d33"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  93% |█████████████████████████████████████████████████████████████████████████████████████████████        | (377/402, 41 it/min) [6m22s:36s]RetryPutSnapshotBlock 81 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "04bbce38-fb91-4e17-9c37-188a1c5e5abe"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  94% |██████████████████████████████████████████████████████████████████████████████████████████████       | (378/402, 41 it/min) [6m24s:34s]RetryPutSnapshotBlock 65 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "33345b04-750b-4303-a49e-380afa1a955a"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  94% |██████████████████████████████████████████████████████████████████████████████████████████████       | (379/402, 41 it/min) [6m25s:33s]RetryPutSnapshotBlock 76 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "ea4b21d6-5f79-4d4f-815f-5dbd9602ca94"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  94% |██████████████████████████████████████████████████████████████████████████████████████████████       | (380/402, 41 it/min) [6m27s:32s]RetryPutSnapshotBlock 191 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c18d9d7e-2203-4de2-90e6-26edcd2c7cf9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  94% |██████████████████████████████████████████████████████████████████████████████████████████████       | (381/402, 41 it/min) [6m28s:30s]RetryPutSnapshotBlock 30 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "e385e4b8-2b0c-4c04-be40-2c521c47e301"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  95% |███████████████████████████████████████████████████████████████████████████████████████████████      | (382/402, 41 it/min) [6m30s:29s]RetryPutSnapshotBlock 45 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "a518ceee-4288-4131-876e-348698db2733"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  95% |███████████████████████████████████████████████████████████████████████████████████████████████      | (383/402, 42 it/min) [6m31s:27s]RetryPutSnapshotBlock 149 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "88b7491c-8b5d-40e8-bd93-4c9def9422c1"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  95% |███████████████████████████████████████████████████████████████████████████████████████████████      | (384/402, 41 it/min) [6m33s:26s]RetryPutSnapshotBlock 72 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d72077ec-5786-4fe8-88b3-3735b47141eb"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  95% |███████████████████████████████████████████████████████████████████████████████████████████████      | (385/402, 41 it/min) [6m34s:24s]RetryPutSnapshotBlock 176 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f6e02e26-9a3c-46c1-8c4c-f40853529ab9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  96% |████████████████████████████████████████████████████████████████████████████████████████████████     | (386/402, 41 it/min) [6m36s:23s]RetryPutSnapshotBlock 131 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d5c49161-facd-4f5b-961e-385923d4c890"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  96% |████████████████████████████████████████████████████████████████████████████████████████████████     | (387/402, 42 it/min) [6m37s:21s]RetryPutSnapshotBlock 4 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d4f43f10-12c4-4a2a-8e4e-2eb5bb4811e9"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  96% |████████████████████████████████████████████████████████████████████████████████████████████████     | (388/402, 41 it/min) [6m38s:20s]RetryPutSnapshotBlock 150 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "62a09dd7-305f-44bd-bb5d-c591bac1d094"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  96% |████████████████████████████████████████████████████████████████████████████████████████████████     | (389/402, 40 it/min) [6m40s:19s]RetryPutSnapshotBlock 145 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "69ead1c4-32f1-4c19-8355-1a8a411a41ac"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  97% |█████████████████████████████████████████████████████████████████████████████████████████████████    | (390/402, 41 it/min) [6m41s:17s]RetryPutSnapshotBlock 58 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "7cacedd6-5366-4b6c-a919-dccd084d2488"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  97% |█████████████████████████████████████████████████████████████████████████████████████████████████    | (391/402, 41 it/min) [6m43s:16s]RetryPutSnapshotBlock 166 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "6d04042f-f33e-426f-9f8c-85071d5c16f5"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  97% |█████████████████████████████████████████████████████████████████████████████████████████████████    | (392/402, 42 it/min) [6m44s:14s]RetryPutSnapshotBlock 15 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "f2facd19-2eac-49f5-abcf-e6a280845b8b"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  97% |█████████████████████████████████████████████████████████████████████████████████████████████████    | (393/402, 41 it/min) [6m46s:13s]RetryPutSnapshotBlock 177 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "c41571db-4843-4ec4-9d53-eea9ef1853a7"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  98% |██████████████████████████████████████████████████████████████████████████████████████████████████   | (394/402, 41 it/min) [6m47s:11s]RetryPutSnapshotBlock 69 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "83c6ea63-cfb1-4e67-be8b-144d9a75dcbe"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  98% |██████████████████████████████████████████████████████████████████████████████████████████████████   | (395/402, 41 it/min) [6m49s:10s]RetryPutSnapshotBlock 174 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "809068f4-45f0-4fdb-ad9e-330dc6b57858"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  98% |███████████████████████████████████████████████████████████████████████████████████████████████████   | (396/402, 41 it/min) [6m50s:8s]RetryPutSnapshotBlock 197 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "493a78d7-2c54-4be3-b39c-cf7e7154b258"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  98% |███████████████████████████████████████████████████████████████████████████████████████████████████   | (397/402, 41 it/min) [6m52s:7s]RetryPutSnapshotBlock 42 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "3e85ae49-0210-4845-ae6a-6c12337b5536"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  99% |████████████████████████████████████████████████████████████████████████████████████████████████████  | (398/402, 41 it/min) [6m53s:5s]RetryPutSnapshotBlock 196 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "8858ffb9-875b-44e0-b4e4-8de128ed2e60"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  99% |████████████████████████████████████████████████████████████████████████████████████████████████████  | (399/402, 41 it/min) [6m55s:4s]RetryPutSnapshotBlock 187 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "d48d4b57-cc55-42da-b3c7-27a09efa351f"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
  99% |████████████████████████████████████████████████████████████████████████████████████████████████████  | (400/402, 40 it/min) [6m56s:2s]RetryPutSnapshotBlock 12 PreviousErr ValidationException: Failed to read block data
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "0f8e372c-802a-4f9d-ba9f-7e305fabdf30"
  },
  Message_: "Failed to read block data",
  Reason: "INVALID_PARAMETER_VALUE"
}
 100% |██████████████████████████████████████████████████████████████████████████████████████████████████████| (402/402, 58 it/min)           
Tagging snapshot
Registering image
Tagging image
aws image 'gtest1' created...

@ponokys
Copy link
Contributor Author

ponokys commented Feb 13, 2022

@francescolavra This debug log is just for the build ( https://www.dropbox.com/s/6u0xr22mhrqsmw6/ops-1244-debug?dl=1).
In the last commit, I removed it.

@eyberg eyberg merged commit 69a47b5 into nanovms:master Feb 13, 2022
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.

Race condition in AWS image writer?
3 participants