diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 92377b6817..e5417e0d32 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.49.0 - args: --timeout 5m + args: --timeout 6m build: name: Build runs-on: ubuntu-latest diff --git a/Makefile b/Makefile index 0d6814ea51..68bd9c7cf9 100644 --- a/Makefile +++ b/Makefile @@ -151,12 +151,12 @@ gen-openapi: $(DIST_DIR)/openapi-gen .PHONY: controller controller: - CGO_ENABLED=0 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/rollouts-controller ./cmd/rollouts-controller + CGO_ENABLED=0 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/rollouts-controller ./cmd/rollouts-controller .PHONY: plugin plugin: ui/dist cp -r ui/dist/app/* server/static - CGO_ENABLED=0 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME} ./cmd/kubectl-argo-rollouts + CGO_ENABLED=0 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME} ./cmd/kubectl-argo-rollouts ui/dist: yarn --cwd ui install @@ -165,19 +165,19 @@ ui/dist: .PHONY: plugin-linux plugin-linux: ui/dist cp -r ui/dist/app/* server/static - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-linux-amd64 ./cmd/kubectl-argo-rollouts - CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-linux-arm64 ./cmd/kubectl-argo-rollouts + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-linux-amd64 ./cmd/kubectl-argo-rollouts + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-linux-arm64 ./cmd/kubectl-argo-rollouts .PHONY: plugin-darwin plugin-darwin: ui/dist cp -r ui/dist/app/* server/static - CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-darwin-amd64 ./cmd/kubectl-argo-rollouts - CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-darwin-arm64 ./cmd/kubectl-argo-rollouts + CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-darwin-amd64 ./cmd/kubectl-argo-rollouts + CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-darwin-arm64 ./cmd/kubectl-argo-rollouts .PHONY: plugin-windows plugin-windows: ui/dist cp -r ui/dist/app/* server/static - CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-windows-amd64 ./cmd/kubectl-argo-rollouts + CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/${PLUGIN_CLI_NAME}-windows-amd64 ./cmd/kubectl-argo-rollouts .PHONY: docs docs: @@ -191,7 +191,7 @@ builder-image: .PHONY: image image: ifeq ($(DEV_IMAGE), true) - CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/rollouts-controller-linux-amd64 ./cmd/rollouts-controller + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -ldflags '${LDFLAGS}' -o ${DIST_DIR}/rollouts-controller-linux-amd64 ./cmd/rollouts-controller DOCKER_BUILDKIT=1 docker build -t $(IMAGE_PREFIX)argo-rollouts:$(IMAGE_TAG) -f Dockerfile.dev ${DIST_DIR} else DOCKER_BUILDKIT=1 docker build -t $(IMAGE_PREFIX)argo-rollouts:$(IMAGE_TAG) . diff --git a/USERS.md b/USERS.md index bd6face97b..944b4ad722 100644 --- a/USERS.md +++ b/USERS.md @@ -26,6 +26,7 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit 1. [PagerDuty](https://www.pagerduty.com/) 1. [PayPal](https://www.paypal.com/) 1. [PayPay](https://paypay.ne.jp/) +1. [Productboard](https://www.productboard.com) 1. [Quipper](https://www.quipper.com/) 1. [Quizlet](https://quizlet.com) 1. [Salesforce](https://www.salesforce.com/) @@ -36,4 +37,4 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit 1. [Synamedia](https://www.synamedia.com) 1. [Twilio SendGrid](https://sendgrid.com) 1. [Ubie](https://ubie.life/) -1. [VISITS Technologies](https://visits.world/en) \ No newline at end of file +1. [VISITS Technologies](https://visits.world/en) diff --git a/docs/features/canary.md b/docs/features/canary.md index 5770673b68..55269cbdc1 100644 --- a/docs/features/canary.md +++ b/docs/features/canary.md @@ -4,10 +4,10 @@ A canary rollout is a deployment strategy where the operator releases a new vers ## Overview Since there is no agreed upon standard for a canary deployment, the rollouts controller allows users to outline how they want to run their canary deployment. Users can define a list of steps the controller uses to manipulate the ReplicaSets when there is a change to the `.spec.template`. Each step will be evaluated before the new ReplicaSet is promoted to the stable version, and the old version is completely scaled down. -Each step can have one of two fields. The `setWeight` field dictates the percentage of traffic that should be sent to the canary, and the `pause` struct instructs the rollout to pause. When the controller reaches a `pause` step for a rollout, it will set adds a PauseCondition struct to the `.status.PauseConditions` field. If the `duration` field within the `pause` struct is set, the rollout will not progress to the next step until it has waited for the value of the `duration` field. Otherwise, the rollout will wait indefinitely until that Pause condition is removed. By using the `setWeight` and the `pause` fields, a user can declarative describe how they want to progress to the new version. Below is an example of a canary strategy. +Each step can have one of two fields. The `setWeight` field dictates the percentage of traffic that should be sent to the canary, and the `pause` struct instructs the rollout to pause. When the controller reaches a `pause` step for a rollout, it will add a `PauseCondition` struct to the `.status.PauseConditions` field. If the `duration` field within the `pause` struct is set, the rollout will not progress to the next step until it has waited for the value of the `duration` field. Otherwise, the rollout will wait indefinitely until that Pause condition is removed. By using the `setWeight` and the `pause` fields, a user can declaratively describe how they want to progress to the new version. Below is an example of a canary strategy. !!! important - If the canary Rollout does not use [traffic management](traffic-management/index.md), the Rollout makes a best effort attempt to achieve the percentage listed in the last `setWeight` step between the new and old version. For example, if a Rollout has 10 Replicas and 10% for the first `setWeight` step, the controller will scale the new desired ReplicaSet to 1 replicas and the old stable ReplicaSet to 9. In the case where the setWeight is 15%, the Rollout attempts to get there by rounding up the calculation (i.e. the new ReplicaSet has 2 pods since 15% of 10, rounds up to 2 and the old ReplicaSet has 9 pods since 85% of 10, rounds up to 9). If a user wants to have more fine-grained control of the percentages without a large number of Replicas, that user should use the [traffic management](#trafficrouting) functionality. + If the canary Rollout does not use [traffic management](traffic-management/index.md), the Rollout makes a best effort attempt to achieve the percentage listed in the last `setWeight` step between the new and old version. For example, if a Rollout has 10 Replicas and 10% for the first `setWeight` step, the controller will scale the new desired ReplicaSet to 1 replicas and the old stable ReplicaSet to 9. In the case where the setWeight is 15%, the Rollout attempts to get there by rounding up the calculation (i.e. the new ReplicaSet has 2 pods since 15% of 10 rounds up to 2 and the old ReplicaSet has 9 pods since 85% of 10 rounds up to 9). If a user wants to have more fine-grained control of the percentages without a large number of Replicas, that user should use the [traffic management](#trafficrouting) functionality. ## Example ```yaml diff --git a/docs/features/specification.md b/docs/features/specification.md index 64ee171972..b2388cdfcb 100644 --- a/docs/features/specification.md +++ b/docs/features/specification.md @@ -78,6 +78,12 @@ spec: # than or equal to this value. restartAt: "2020-03-30T21:19:35Z" + # The rollback window provides a way to fast track deployments to + # previously deployed versions. + # Optional, and by default is not set. + rollbackWindow: + revisions: 3 + strategy: # Blue-green update strategy diff --git a/docs/getting-started/ambassador/index.md b/docs/getting-started/ambassador/index.md index 9c3db82495..9248b7da4e 100644 --- a/docs/getting-started/ambassador/index.md +++ b/docs/getting-started/ambassador/index.md @@ -9,7 +9,7 @@ This tutorial will walk you through the process of configuring Argo Rollouts to --- **Note** -If using Ambassador Edge Stack or Emissary-ingress 2.0+, you will need to install Argo-Rollouts version v1.1+, and you will need to supply `--ambassador-api-version x.getambassador.io/v3alpha1` to your `argo-rollouts` deployment. +If using Ambassador Edge Stack or Emissary-ingress 2.0+, you will need to install Argo-Rollouts version v1.1+, and you will need to supply `--ambassador-api-version getambassador.io/v3alpha1` to your `argo-rollouts` deployment. --- ## 1. Install and configure Ambassador Edge Stack diff --git a/docs/installation.md b/docs/installation.md index ef6652ad71..2398d467e4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -95,3 +95,18 @@ For example if the latest minor version of Argo Rollouts is 1.2.1 and supported * Argo Rollouts 1.2.1 on Kubernetes 1.24 * Argo Rollouts 1.2.1 on Kubernetes 1.23 +## Upgrading Argo Rollouts + +Argo Rollouts is a Kubernetes controller that doesn't hold any external state. It is active +only when deployments are actually happening. + +To upgrade Argo Rollouts: + +1. Try to find a time period when no deployments are happening +2. Delete the previous version of the controller and apply/install the new one +3. When a new Rollout takes place the new controller will be activated. + +If deployments are happening while you upgrade the controller, then you shouldn't +have any downtime. Current Rollouts will be paused and as soon as the new controller becomes +active it will resume all in-flight deployments. + diff --git a/docs/rollback.md b/docs/rollback.md new file mode 100644 index 0000000000..99ad993663 --- /dev/null +++ b/docs/rollback.md @@ -0,0 +1,23 @@ +# Rollback Windows + +!!! important + + Available for blue-green and canary rollouts since v1.4 + +By default, when an older Rollout manifest is re-applied, the controller treats it the same as a spec change, and will execute the full list of steps, and perform analysis too. There are two exceptions to this rule: +1. the controller detects if it is moving back to a blue-green ReplicaSet which exists and is still scaled up (within its `scaleDownDelay`) +2. the controller detects it is moving back to the canary's "stable" ReplicaSet, and the upgrade had not yet completed. + +It is often undesirable to re-run analysis and steps for a rollout, when the desired behavior is to rollback as soon as possible. To help with this, a rollback window feature allows users to indicate that the promotion to the ReplicaSet within the window will skip all steps. + +Example: + +```yaml +spec: + rollbackWindow: + revisions: 3 + + revisionHistoryLimit: 5 +``` + +Assume a linear revision history: `1`, `2`, `3`, `4`, `5 (current)`. A rollback from revision 5 back to 4 or 3 will fall within the window, so it will be fast tracked. \ No newline at end of file diff --git a/go.mod b/go.mod index 049f9575d8..bd1efb3506 100644 --- a/go.mod +++ b/go.mod @@ -7,9 +7,9 @@ require ( github.com/argoproj/notifications-engine v0.3.1-0.20220129012210-32519f8f68ec github.com/argoproj/pkg v0.13.6 github.com/aws/aws-sdk-go-v2 v1.17.1 - github.com/aws/aws-sdk-go-v2/config v1.17.10 - github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.8 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.22 + github.com/aws/aws-sdk-go-v2/config v1.18.3 + github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.11 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.26 github.com/blang/semver v3.5.1+incompatible github.com/evanphx/json-patch/v5 v5.6.0 github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 @@ -34,7 +34,7 @@ require ( github.com/tj/assert v0.0.3 github.com/valyala/fasttemplate v1.2.2 google.golang.org/genproto v0.0.0-20220712132514-bdd2acd4974d - google.golang.org/grpc v1.50.1 + google.golang.org/grpc v1.51.0 google.golang.org/protobuf v1.28.1 gopkg.in/yaml.v2 v2.4.0 k8s.io/api v0.24.2 @@ -67,7 +67,7 @@ require ( github.com/Masterminds/semver v1.5.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20220708192748-b73dcb041214 // indirect - github.com/aws/aws-sdk-go-v2/credentials v1.12.23 // indirect + github.com/aws/aws-sdk-go-v2/credentials v1.13.3 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.19 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19 // indirect @@ -75,7 +75,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19 // indirect github.com/aws/aws-sdk-go-v2/service/sso v1.11.25 // indirect github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.8 // indirect - github.com/aws/aws-sdk-go-v2/service/sts v1.17.1 // indirect + github.com/aws/aws-sdk-go-v2/service/sts v1.17.5 // indirect github.com/aws/smithy-go v1.13.4 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/blang/semver/v4 v4.0.0 // indirect @@ -150,15 +150,14 @@ require ( github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // indirect - golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect - golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect + golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect + golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect - golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect - golang.org/x/text v0.3.7 // indirect + golang.org/x/text v0.4.0 // indirect golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect - golang.org/x/tools v0.1.10 // indirect - golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect + golang.org/x/tools v0.1.12 // indirect gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 // indirect gomodules.xyz/notify v0.1.1 // indirect google.golang.org/appengine v1.6.7 // indirect diff --git a/go.sum b/go.sum index 216e20006b..afd0be87c4 100644 --- a/go.sum +++ b/go.sum @@ -154,10 +154,10 @@ github.com/aws/aws-sdk-go v1.38.49/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2z github.com/aws/aws-sdk-go v1.44.39/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go-v2 v1.17.1 h1:02c72fDJr87N8RAC2s3Qu0YuvMRZKNZJ9F+lAehCazk= github.com/aws/aws-sdk-go-v2 v1.17.1/go.mod h1:JLnGeGONAyi2lWXI1p0PCIOIy333JMVK1U7Hf0aRFLw= -github.com/aws/aws-sdk-go-v2/config v1.17.10 h1:zBy5QQ/mkvHElM1rygHPAzuH+sl8nsdSaxSWj0+rpdE= -github.com/aws/aws-sdk-go-v2/config v1.17.10/go.mod h1:/4np+UiJJKpWHN7Q+LZvqXYgyjgeXm5+lLfDI6TPZao= -github.com/aws/aws-sdk-go-v2/credentials v1.12.23 h1:LctvcJMIb8pxvk5hQhChpCu0WlU6oKQmcYb1HA4IZSA= -github.com/aws/aws-sdk-go-v2/credentials v1.12.23/go.mod h1:0awX9iRr/+UO7OwRQFpV1hNtXxOVuehpjVEzrIAYNcA= +github.com/aws/aws-sdk-go-v2/config v1.18.3 h1:3kfBKcX3votFX84dm00U8RGA1sCCh3eRMOGzg5dCWfU= +github.com/aws/aws-sdk-go-v2/config v1.18.3/go.mod h1:BYdrbeCse3ZnOD5+2/VE/nATOK8fEUpBtmPMdKSyhMU= +github.com/aws/aws-sdk-go-v2/credentials v1.13.3 h1:ur+FHdp4NbVIv/49bUjBW+FE7e57HOo03ELodttmagk= +github.com/aws/aws-sdk-go-v2/credentials v1.13.3/go.mod h1:/rOMmqYBcFfNbRPU0iN9IgGqD5+V2yp3iWNmIlz0wI4= github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.19 h1:E3PXZSI3F2bzyj6XxUXdTIfvp425HHhwKsFvmzBwHgs= github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.19/go.mod h1:VihW95zQpeKQWVPGkwT+2+WJNQV8UXFfMTWdU6VErL8= github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25 h1:nBO/RFxeq/IS5G9Of+ZrgucRciie2qpLy++3UGZ+q2E= @@ -166,18 +166,18 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19 h1:oRHDrwCTVT8ZXi4sr9 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19/go.mod h1:6Q0546uHDp421okhmmGfbxzq2hBqbXFNpi4k+Q1JnQA= github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26 h1:Mza+vlnZr+fPKFKRq/lKGVvM6B/8ZZmNdEopOwSQLms= github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26/go.mod h1:Y2OJ+P+MC1u1VKnavT+PshiEuGPyh/7DqxoDNij4/bg= -github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.8 h1:59VsCBXFJwY2NfW0CMN6Ls0Z0WH03sllnj9mNePDqt0= -github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.8/go.mod h1:b2EPXU2jyxD7StcbEemizK7A5wYYDKhdp6zpSUKUjJ0= -github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.22 h1:EbYXWwuQAoT2Wtc9LC+n0cQiSokCB8em/8T0dtPowos= -github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.22/go.mod h1:uIsRP+M5F/Ch+21isqTg6u16FXl2yzupCX0Dli4eQEM= +github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.11 h1:DjQB6Lw3Awtdc1xAig+0tu3NBMszVk/NrkSaKiA5NGE= +github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.21.11/go.mod h1:b2EPXU2jyxD7StcbEemizK7A5wYYDKhdp6zpSUKUjJ0= +github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.26 h1:gAy84CkCnK2vgh7Rj5tRzpqeATCPShVCIjJZ0g7iKNg= +github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.26/go.mod h1:uIsRP+M5F/Ch+21isqTg6u16FXl2yzupCX0Dli4eQEM= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19 h1:GE25AWCdNUPh9AOJzI9KIJnja7IwUc1WyUqz/JTyJ/I= github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19/go.mod h1:02CP6iuYP+IVnBX5HULVdSAku/85eHB2Y9EsFhrkEwU= github.com/aws/aws-sdk-go-v2/service/sso v1.11.25 h1:GFZitO48N/7EsFDt8fMa5iYdmWqkUDDB3Eje6z3kbG0= github.com/aws/aws-sdk-go-v2/service/sso v1.11.25/go.mod h1:IARHuzTXmj1C0KS35vboR0FeJ89OkEy1M9mWbK2ifCI= github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.8 h1:jcw6kKZrtNfBPJkaHrscDOZoe5gvi9wjudnxvozYFJo= github.com/aws/aws-sdk-go-v2/service/ssooidc v1.13.8/go.mod h1:er2JHN+kBY6FcMfcBBKNGCT3CarImmdFzishsqBmSRI= -github.com/aws/aws-sdk-go-v2/service/sts v1.17.1 h1:KRAix/KHvjGODaHAMXnxRk9t0D+4IJVUuS/uwXxngXk= -github.com/aws/aws-sdk-go-v2/service/sts v1.17.1/go.mod h1:bXcN3koeVYiJcdDU89n3kCYILob7Y34AeLopUbZgLT4= +github.com/aws/aws-sdk-go-v2/service/sts v1.17.5 h1:60SJ4lhvn///8ygCzYy2l53bFW/Q15bVfyjyAWo6zuw= +github.com/aws/aws-sdk-go-v2/service/sts v1.17.5/go.mod h1:bXcN3koeVYiJcdDU89n3kCYILob7Y34AeLopUbZgLT4= github.com/aws/smithy-go v1.13.4 h1:/RN2z1txIJWeXeOkzX+Hk/4Uuvv7dWtCjbmVJcrskyk= github.com/aws/smithy-go v1.13.4/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= github.com/beevik/ntp v0.2.0/go.mod h1:hIHWr+l3+/clUnF44zdK+CWW7fO8dR5cIylAQ76NRpg= @@ -1153,8 +1153,9 @@ golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= -golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o= golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1220,8 +1221,9 @@ golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220513224357-95641704303c/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= -golang.org/x/net v0.0.0-20220607020251-c690dde0001d h1:4SFsTMi4UahlKoloni7L4eYzhFRifURQLw+yv0QDCx8= golang.org/x/net v0.0.0-20220607020251-c690dde0001d/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b h1:PxfKdU9lEEDYjdIzOtC4qFWgkU2rGHdKlKowJSMN9h0= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1371,8 +1373,9 @@ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= @@ -1387,8 +1390,9 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.4.0 h1:BrVqGRd7+k1DiOgtnFvAkoQEWQvBc25ouMJM6429SFg= +golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1469,15 +1473,15 @@ golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= -golang.org/x/tools v0.1.10 h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20= golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= +golang.org/x/tools v0.1.12 h1:VveCTK38A2rkS8ZqFY25HIDFscX5X9OoEhJd3quQmXU= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= -golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f h1:uF6paiQQebLeSXkrTqHqz0MXhXXS1KgF41eUdBNvxK0= golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f/go.mod h1:K8+ghG5WaK9qNqU5K3HdILfMLy1f3aNYFI/wnl100a8= gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45 h1:juzzlx91nWAOsHuOVfXZPMXHtJEKouZvY9bBbwlOeYs= gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45/go.mod h1:41y72mzHT7+jFNgyBpJRrZWuZJcLmLrTpq6iGgOFJMQ= @@ -1665,8 +1669,8 @@ google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11 google.golang.org/grpc v1.46.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= google.golang.org/grpc v1.46.2/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= google.golang.org/grpc v1.47.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= -google.golang.org/grpc v1.50.1 h1:DS/BukOZWp8s6p4Dt/tOaJaTQyPyOoCcrjroHuCeLzY= -google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= +google.golang.org/grpc v1.51.0 h1:E1eGv1FTqoLIdnBCZufiSHgKjlqG6fKFf6pPWtMTh8U= +google.golang.org/grpc v1.51.0/go.mod h1:wgNDFcnuBGmxLKI/qn4T+m5BtEBYXJPvibbUPsAIPww= google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= diff --git a/manifests/crds/rollout-crd.yaml b/manifests/crds/rollout-crd.yaml index df3b8af981..91f865689b 100644 --- a/manifests/crds/rollout-crd.yaml +++ b/manifests/crds/rollout-crd.yaml @@ -79,6 +79,12 @@ spec: revisionHistoryLimit: format: int32 type: integer + rollbackWindow: + properties: + revisions: + format: int32 + type: integer + type: object selector: properties: matchExpressions: diff --git a/manifests/dashboard-install.yaml b/manifests/dashboard-install.yaml index 009f5dff73..e0013dbed5 100644 --- a/manifests/dashboard-install.yaml +++ b/manifests/dashboard-install.yaml @@ -59,6 +59,7 @@ rules: - update - list - watch + - patch - apiGroups: - apps resources: diff --git a/manifests/dashboard-install/dashboard-clusterrole.yaml b/manifests/dashboard-install/dashboard-clusterrole.yaml index 2499752457..abfbc3cf35 100644 --- a/manifests/dashboard-install/dashboard-clusterrole.yaml +++ b/manifests/dashboard-install/dashboard-clusterrole.yaml @@ -49,6 +49,7 @@ rules: - update - list - watch + - patch - apiGroups: - apps resources: diff --git a/manifests/install.yaml b/manifests/install.yaml index c22f3162e3..20b339b67c 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -11089,6 +11089,12 @@ spec: revisionHistoryLimit: format: int32 type: integer + rollbackWindow: + properties: + revisions: + format: int32 + type: integer + type: object selector: properties: matchExpressions: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 78bbf9bdc8..f172124b9d 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -11089,6 +11089,12 @@ spec: revisionHistoryLimit: format: int32 type: integer + rollbackWindow: + properties: + revisions: + format: int32 + type: integer + type: object selector: properties: matchExpressions: diff --git a/mkdocs.yml b/mkdocs.yml index 9dbb3c80fe..b58e905cc8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,6 +37,7 @@ nav: - Ephemeral Metadata: features/ephemeral-metadata.md - Restarting Rollouts: features/restart.md - Scaledown Aborted Rollouts: features/scaledown-aborted-rs.md + - Rollback Window: features/rollback.md - Anti Affinity: features/anti-affinity/anti-affinity.md - Helm: features/helm.md - Kustomize: features/kustomize.md diff --git a/pkg/apiclient/rollout/rollout.swagger.json b/pkg/apiclient/rollout/rollout.swagger.json index 1b3ec02e68..4394f02b60 100644 --- a/pkg/apiclient/rollout/rollout.swagger.json +++ b/pkg/apiclient/rollout/rollout.swagger.json @@ -1143,6 +1143,15 @@ "type": "object", "title": "RequiredDuringSchedulingIgnoredDuringExecution defines inter-pod scheduling rule to be RequiredDuringSchedulingIgnoredDuringExecution" }, + "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.RollbackWindowSpec": { + "type": "object", + "properties": { + "revisions": { + "type": "integer", + "format": "int32" + } + } + }, "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.Rollout": { "type": "object", "properties": { @@ -1382,6 +1391,10 @@ "format": "int32", "title": "Minimum number of seconds for which a newly created pod should be ready\nwithout any of its container crashing, for it to be considered available.\nDefaults to 0 (pod will be considered available as soon as it is ready)\n+optional" }, + "rollbackWindow": { + "$ref": "#/definitions/github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.RollbackWindowSpec", + "title": "The window in which a rollback will be fast tracked (fully promoted)\n+optional" + }, "strategy": { "$ref": "#/definitions/github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.RolloutStrategy", "title": "The deployment strategy to use to replace existing pods with new ones.\n+optional" diff --git a/pkg/apis/rollouts/v1alpha1/generated.pb.go b/pkg/apis/rollouts/v1alpha1/generated.pb.go index 15293e1d28..69e961ccf8 100644 --- a/pkg/apis/rollouts/v1alpha1/generated.pb.go +++ b/pkg/apis/rollouts/v1alpha1/generated.pb.go @@ -1956,10 +1956,38 @@ func (m *RequiredDuringSchedulingIgnoredDuringExecution) XXX_DiscardUnknown() { var xxx_messageInfo_RequiredDuringSchedulingIgnoredDuringExecution proto.InternalMessageInfo +func (m *RollbackWindowSpec) Reset() { *m = RollbackWindowSpec{} } +func (*RollbackWindowSpec) ProtoMessage() {} +func (*RollbackWindowSpec) Descriptor() ([]byte, []int) { + return fileDescriptor_e0e705f843545fab, []int{68} +} +func (m *RollbackWindowSpec) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *RollbackWindowSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *RollbackWindowSpec) XXX_Merge(src proto.Message) { + xxx_messageInfo_RollbackWindowSpec.Merge(m, src) +} +func (m *RollbackWindowSpec) XXX_Size() int { + return m.Size() +} +func (m *RollbackWindowSpec) XXX_DiscardUnknown() { + xxx_messageInfo_RollbackWindowSpec.DiscardUnknown(m) +} + +var xxx_messageInfo_RollbackWindowSpec proto.InternalMessageInfo + func (m *Rollout) Reset() { *m = Rollout{} } func (*Rollout) ProtoMessage() {} func (*Rollout) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{68} + return fileDescriptor_e0e705f843545fab, []int{69} } func (m *Rollout) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1987,7 +2015,7 @@ var xxx_messageInfo_Rollout proto.InternalMessageInfo func (m *RolloutAnalysis) Reset() { *m = RolloutAnalysis{} } func (*RolloutAnalysis) ProtoMessage() {} func (*RolloutAnalysis) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{69} + return fileDescriptor_e0e705f843545fab, []int{70} } func (m *RolloutAnalysis) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2015,7 +2043,7 @@ var xxx_messageInfo_RolloutAnalysis proto.InternalMessageInfo func (m *RolloutAnalysisBackground) Reset() { *m = RolloutAnalysisBackground{} } func (*RolloutAnalysisBackground) ProtoMessage() {} func (*RolloutAnalysisBackground) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{70} + return fileDescriptor_e0e705f843545fab, []int{71} } func (m *RolloutAnalysisBackground) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2043,7 +2071,7 @@ var xxx_messageInfo_RolloutAnalysisBackground proto.InternalMessageInfo func (m *RolloutAnalysisRunStatus) Reset() { *m = RolloutAnalysisRunStatus{} } func (*RolloutAnalysisRunStatus) ProtoMessage() {} func (*RolloutAnalysisRunStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{71} + return fileDescriptor_e0e705f843545fab, []int{72} } func (m *RolloutAnalysisRunStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2071,7 +2099,7 @@ var xxx_messageInfo_RolloutAnalysisRunStatus proto.InternalMessageInfo func (m *RolloutAnalysisTemplate) Reset() { *m = RolloutAnalysisTemplate{} } func (*RolloutAnalysisTemplate) ProtoMessage() {} func (*RolloutAnalysisTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{72} + return fileDescriptor_e0e705f843545fab, []int{73} } func (m *RolloutAnalysisTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2099,7 +2127,7 @@ var xxx_messageInfo_RolloutAnalysisTemplate proto.InternalMessageInfo func (m *RolloutCondition) Reset() { *m = RolloutCondition{} } func (*RolloutCondition) ProtoMessage() {} func (*RolloutCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{73} + return fileDescriptor_e0e705f843545fab, []int{74} } func (m *RolloutCondition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2127,7 +2155,7 @@ var xxx_messageInfo_RolloutCondition proto.InternalMessageInfo func (m *RolloutExperimentStep) Reset() { *m = RolloutExperimentStep{} } func (*RolloutExperimentStep) ProtoMessage() {} func (*RolloutExperimentStep) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{74} + return fileDescriptor_e0e705f843545fab, []int{75} } func (m *RolloutExperimentStep) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2157,7 +2185,7 @@ func (m *RolloutExperimentStepAnalysisTemplateRef) Reset() { } func (*RolloutExperimentStepAnalysisTemplateRef) ProtoMessage() {} func (*RolloutExperimentStepAnalysisTemplateRef) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{75} + return fileDescriptor_e0e705f843545fab, []int{76} } func (m *RolloutExperimentStepAnalysisTemplateRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2185,7 +2213,7 @@ var xxx_messageInfo_RolloutExperimentStepAnalysisTemplateRef proto.InternalMessa func (m *RolloutExperimentTemplate) Reset() { *m = RolloutExperimentTemplate{} } func (*RolloutExperimentTemplate) ProtoMessage() {} func (*RolloutExperimentTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{76} + return fileDescriptor_e0e705f843545fab, []int{77} } func (m *RolloutExperimentTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2213,7 +2241,7 @@ var xxx_messageInfo_RolloutExperimentTemplate proto.InternalMessageInfo func (m *RolloutList) Reset() { *m = RolloutList{} } func (*RolloutList) ProtoMessage() {} func (*RolloutList) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{77} + return fileDescriptor_e0e705f843545fab, []int{78} } func (m *RolloutList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2241,7 +2269,7 @@ var xxx_messageInfo_RolloutList proto.InternalMessageInfo func (m *RolloutPause) Reset() { *m = RolloutPause{} } func (*RolloutPause) ProtoMessage() {} func (*RolloutPause) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{78} + return fileDescriptor_e0e705f843545fab, []int{79} } func (m *RolloutPause) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2269,7 +2297,7 @@ var xxx_messageInfo_RolloutPause proto.InternalMessageInfo func (m *RolloutSpec) Reset() { *m = RolloutSpec{} } func (*RolloutSpec) ProtoMessage() {} func (*RolloutSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{79} + return fileDescriptor_e0e705f843545fab, []int{80} } func (m *RolloutSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2297,7 +2325,7 @@ var xxx_messageInfo_RolloutSpec proto.InternalMessageInfo func (m *RolloutStatus) Reset() { *m = RolloutStatus{} } func (*RolloutStatus) ProtoMessage() {} func (*RolloutStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{80} + return fileDescriptor_e0e705f843545fab, []int{81} } func (m *RolloutStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2325,7 +2353,7 @@ var xxx_messageInfo_RolloutStatus proto.InternalMessageInfo func (m *RolloutStrategy) Reset() { *m = RolloutStrategy{} } func (*RolloutStrategy) ProtoMessage() {} func (*RolloutStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{81} + return fileDescriptor_e0e705f843545fab, []int{82} } func (m *RolloutStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2353,7 +2381,7 @@ var xxx_messageInfo_RolloutStrategy proto.InternalMessageInfo func (m *RolloutTrafficRouting) Reset() { *m = RolloutTrafficRouting{} } func (*RolloutTrafficRouting) ProtoMessage() {} func (*RolloutTrafficRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{82} + return fileDescriptor_e0e705f843545fab, []int{83} } func (m *RolloutTrafficRouting) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2381,7 +2409,7 @@ var xxx_messageInfo_RolloutTrafficRouting proto.InternalMessageInfo func (m *RouteMatch) Reset() { *m = RouteMatch{} } func (*RouteMatch) ProtoMessage() {} func (*RouteMatch) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{83} + return fileDescriptor_e0e705f843545fab, []int{84} } func (m *RouteMatch) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2409,7 +2437,7 @@ var xxx_messageInfo_RouteMatch proto.InternalMessageInfo func (m *RunSummary) Reset() { *m = RunSummary{} } func (*RunSummary) ProtoMessage() {} func (*RunSummary) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{84} + return fileDescriptor_e0e705f843545fab, []int{85} } func (m *RunSummary) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2437,7 +2465,7 @@ var xxx_messageInfo_RunSummary proto.InternalMessageInfo func (m *SMITrafficRouting) Reset() { *m = SMITrafficRouting{} } func (*SMITrafficRouting) ProtoMessage() {} func (*SMITrafficRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{85} + return fileDescriptor_e0e705f843545fab, []int{86} } func (m *SMITrafficRouting) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2465,7 +2493,7 @@ var xxx_messageInfo_SMITrafficRouting proto.InternalMessageInfo func (m *ScopeDetail) Reset() { *m = ScopeDetail{} } func (*ScopeDetail) ProtoMessage() {} func (*ScopeDetail) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{86} + return fileDescriptor_e0e705f843545fab, []int{87} } func (m *ScopeDetail) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2493,7 +2521,7 @@ var xxx_messageInfo_ScopeDetail proto.InternalMessageInfo func (m *SecretKeyRef) Reset() { *m = SecretKeyRef{} } func (*SecretKeyRef) ProtoMessage() {} func (*SecretKeyRef) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{87} + return fileDescriptor_e0e705f843545fab, []int{88} } func (m *SecretKeyRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2521,7 +2549,7 @@ var xxx_messageInfo_SecretKeyRef proto.InternalMessageInfo func (m *SetCanaryScale) Reset() { *m = SetCanaryScale{} } func (*SetCanaryScale) ProtoMessage() {} func (*SetCanaryScale) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{88} + return fileDescriptor_e0e705f843545fab, []int{89} } func (m *SetCanaryScale) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2549,7 +2577,7 @@ var xxx_messageInfo_SetCanaryScale proto.InternalMessageInfo func (m *SetHeaderRoute) Reset() { *m = SetHeaderRoute{} } func (*SetHeaderRoute) ProtoMessage() {} func (*SetHeaderRoute) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{89} + return fileDescriptor_e0e705f843545fab, []int{90} } func (m *SetHeaderRoute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2577,7 +2605,7 @@ var xxx_messageInfo_SetHeaderRoute proto.InternalMessageInfo func (m *SetMirrorRoute) Reset() { *m = SetMirrorRoute{} } func (*SetMirrorRoute) ProtoMessage() {} func (*SetMirrorRoute) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{90} + return fileDescriptor_e0e705f843545fab, []int{91} } func (m *SetMirrorRoute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2605,7 +2633,7 @@ var xxx_messageInfo_SetMirrorRoute proto.InternalMessageInfo func (m *StickinessConfig) Reset() { *m = StickinessConfig{} } func (*StickinessConfig) ProtoMessage() {} func (*StickinessConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{91} + return fileDescriptor_e0e705f843545fab, []int{92} } func (m *StickinessConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2633,7 +2661,7 @@ var xxx_messageInfo_StickinessConfig proto.InternalMessageInfo func (m *StringMatch) Reset() { *m = StringMatch{} } func (*StringMatch) ProtoMessage() {} func (*StringMatch) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{92} + return fileDescriptor_e0e705f843545fab, []int{93} } func (m *StringMatch) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2661,7 +2689,7 @@ var xxx_messageInfo_StringMatch proto.InternalMessageInfo func (m *TCPRoute) Reset() { *m = TCPRoute{} } func (*TCPRoute) ProtoMessage() {} func (*TCPRoute) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{93} + return fileDescriptor_e0e705f843545fab, []int{94} } func (m *TCPRoute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2689,7 +2717,7 @@ var xxx_messageInfo_TCPRoute proto.InternalMessageInfo func (m *TLSRoute) Reset() { *m = TLSRoute{} } func (*TLSRoute) ProtoMessage() {} func (*TLSRoute) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{94} + return fileDescriptor_e0e705f843545fab, []int{95} } func (m *TLSRoute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2717,7 +2745,7 @@ var xxx_messageInfo_TLSRoute proto.InternalMessageInfo func (m *TemplateService) Reset() { *m = TemplateService{} } func (*TemplateService) ProtoMessage() {} func (*TemplateService) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{95} + return fileDescriptor_e0e705f843545fab, []int{96} } func (m *TemplateService) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2745,7 +2773,7 @@ var xxx_messageInfo_TemplateService proto.InternalMessageInfo func (m *TemplateSpec) Reset() { *m = TemplateSpec{} } func (*TemplateSpec) ProtoMessage() {} func (*TemplateSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{96} + return fileDescriptor_e0e705f843545fab, []int{97} } func (m *TemplateSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2773,7 +2801,7 @@ var xxx_messageInfo_TemplateSpec proto.InternalMessageInfo func (m *TemplateStatus) Reset() { *m = TemplateStatus{} } func (*TemplateStatus) ProtoMessage() {} func (*TemplateStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{97} + return fileDescriptor_e0e705f843545fab, []int{98} } func (m *TemplateStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2801,7 +2829,7 @@ var xxx_messageInfo_TemplateStatus proto.InternalMessageInfo func (m *TraefikTrafficRouting) Reset() { *m = TraefikTrafficRouting{} } func (*TraefikTrafficRouting) ProtoMessage() {} func (*TraefikTrafficRouting) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{98} + return fileDescriptor_e0e705f843545fab, []int{99} } func (m *TraefikTrafficRouting) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2829,7 +2857,7 @@ var xxx_messageInfo_TraefikTrafficRouting proto.InternalMessageInfo func (m *TrafficWeights) Reset() { *m = TrafficWeights{} } func (*TrafficWeights) ProtoMessage() {} func (*TrafficWeights) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{99} + return fileDescriptor_e0e705f843545fab, []int{100} } func (m *TrafficWeights) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2857,7 +2885,7 @@ var xxx_messageInfo_TrafficWeights proto.InternalMessageInfo func (m *ValueFrom) Reset() { *m = ValueFrom{} } func (*ValueFrom) ProtoMessage() {} func (*ValueFrom) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{100} + return fileDescriptor_e0e705f843545fab, []int{101} } func (m *ValueFrom) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2885,7 +2913,7 @@ var xxx_messageInfo_ValueFrom proto.InternalMessageInfo func (m *WavefrontMetric) Reset() { *m = WavefrontMetric{} } func (*WavefrontMetric) ProtoMessage() {} func (*WavefrontMetric) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{101} + return fileDescriptor_e0e705f843545fab, []int{102} } func (m *WavefrontMetric) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2913,7 +2941,7 @@ var xxx_messageInfo_WavefrontMetric proto.InternalMessageInfo func (m *WebMetric) Reset() { *m = WebMetric{} } func (*WebMetric) ProtoMessage() {} func (*WebMetric) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{102} + return fileDescriptor_e0e705f843545fab, []int{103} } func (m *WebMetric) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2941,7 +2969,7 @@ var xxx_messageInfo_WebMetric proto.InternalMessageInfo func (m *WebMetricHeader) Reset() { *m = WebMetricHeader{} } func (*WebMetricHeader) ProtoMessage() {} func (*WebMetricHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{103} + return fileDescriptor_e0e705f843545fab, []int{104} } func (m *WebMetricHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2969,7 +2997,7 @@ var xxx_messageInfo_WebMetricHeader proto.InternalMessageInfo func (m *WeightDestination) Reset() { *m = WeightDestination{} } func (*WeightDestination) ProtoMessage() {} func (*WeightDestination) Descriptor() ([]byte, []int) { - return fileDescriptor_e0e705f843545fab, []int{104} + return fileDescriptor_e0e705f843545fab, []int{105} } func (m *WeightDestination) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3068,6 +3096,7 @@ func init() { proto.RegisterType((*PreferredDuringSchedulingIgnoredDuringExecution)(nil), "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.PreferredDuringSchedulingIgnoredDuringExecution") proto.RegisterType((*PrometheusMetric)(nil), "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.PrometheusMetric") proto.RegisterType((*RequiredDuringSchedulingIgnoredDuringExecution)(nil), "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.RequiredDuringSchedulingIgnoredDuringExecution") + proto.RegisterType((*RollbackWindowSpec)(nil), "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.RollbackWindowSpec") proto.RegisterType((*Rollout)(nil), "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.Rollout") proto.RegisterType((*RolloutAnalysis)(nil), "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.RolloutAnalysis") proto.RegisterType((*RolloutAnalysisBackground)(nil), "github.com.argoproj.argo_rollouts.pkg.apis.rollouts.v1alpha1.RolloutAnalysisBackground") @@ -3113,487 +3142,491 @@ func init() { } var fileDescriptor_e0e705f843545fab = []byte{ - // 7672 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x5b, 0x6c, 0x24, 0xd7, - 0x75, 0xa0, 0xaa, 0x9b, 0x4d, 0x76, 0x1f, 0x72, 0xf8, 0xb8, 0xc3, 0xf1, 0x50, 0x94, 0x66, 0x5a, - 0x2e, 0x19, 0x5a, 0x79, 0x57, 0x26, 0xed, 0x91, 0xb4, 0x2b, 0x5b, 0x82, 0x76, 0xbb, 0xc9, 0x19, - 0x0d, 0x47, 0xe4, 0x4c, 0xcf, 0x6d, 0xce, 0x8c, 0x2d, 0x5b, 0xb6, 0x8b, 0xdd, 0x97, 0xcd, 0x9a, - 0xe9, 0xae, 0x6a, 0x57, 0x55, 0x73, 0x86, 0xb2, 0x60, 0x4b, 0x6b, 0x48, 0xeb, 0x5d, 0xd8, 0xb0, - 0x76, 0x6d, 0x63, 0x11, 0x04, 0x09, 0x8c, 0x40, 0x40, 0x1e, 0xce, 0x97, 0x91, 0x20, 0x3f, 0x06, - 0x12, 0xc4, 0x8f, 0x38, 0x1f, 0x0e, 0xec, 0x00, 0x89, 0x1f, 0x80, 0x3b, 0x11, 0x9d, 0x9f, 0x04, - 0x09, 0x8c, 0x00, 0x0e, 0x02, 0xcf, 0x57, 0x70, 0x9f, 0x75, 0xab, 0xba, 0x9a, 0xec, 0x66, 0x17, - 0xc7, 0x42, 0xe2, 0xbf, 0xee, 0x7b, 0xce, 0x3d, 0xe7, 0xdc, 0xe7, 0x39, 0xf7, 0xdc, 0x73, 0x4f, - 0xc1, 0x7a, 0xc3, 0x0e, 0x76, 0x3a, 0x5b, 0x4b, 0x35, 0xb7, 0xb5, 0x6c, 0x79, 0x0d, 0xb7, 0xed, - 0xb9, 0x37, 0xd9, 0x8f, 0xf7, 0x78, 0x6e, 0xb3, 0xe9, 0x76, 0x02, 0x7f, 0xb9, 0x7d, 0xab, 0xb1, - 0x6c, 0xb5, 0x6d, 0x7f, 0x59, 0x95, 0xec, 0xbe, 0xcf, 0x6a, 0xb6, 0x77, 0xac, 0xf7, 0x2d, 0x37, - 0x88, 0x43, 0x3c, 0x2b, 0x20, 0xf5, 0xa5, 0xb6, 0xe7, 0x06, 0x2e, 0x7a, 0x26, 0xa4, 0xb6, 0x24, - 0xa9, 0xb1, 0x1f, 0x1f, 0x93, 0x75, 0x97, 0xda, 0xb7, 0x1a, 0x4b, 0x94, 0xda, 0x92, 0x2a, 0x91, - 0xd4, 0x16, 0xdf, 0xa3, 0xc9, 0xd2, 0x70, 0x1b, 0xee, 0x32, 0x23, 0xba, 0xd5, 0xd9, 0x66, 0xff, - 0xd8, 0x1f, 0xf6, 0x8b, 0x33, 0x5b, 0x7c, 0xf8, 0xd6, 0x53, 0xfe, 0x92, 0xed, 0x52, 0xd9, 0x96, - 0xb7, 0xac, 0xa0, 0xb6, 0xb3, 0xbc, 0xdb, 0x23, 0xd1, 0xa2, 0xa9, 0x21, 0xd5, 0x5c, 0x8f, 0x24, - 0xe1, 0x3c, 0x11, 0xe2, 0xb4, 0xac, 0xda, 0x8e, 0xed, 0x10, 0x6f, 0x2f, 0x6c, 0x75, 0x8b, 0x04, - 0x56, 0x52, 0xad, 0xe5, 0x7e, 0xb5, 0xbc, 0x8e, 0x13, 0xd8, 0x2d, 0xd2, 0x53, 0xe1, 0xbf, 0x1e, - 0x56, 0xc1, 0xaf, 0xed, 0x90, 0x96, 0xd5, 0x53, 0xef, 0xf1, 0x7e, 0xf5, 0x3a, 0x81, 0xdd, 0x5c, - 0xb6, 0x9d, 0xc0, 0x0f, 0xbc, 0x78, 0x25, 0xf3, 0x9b, 0x59, 0x28, 0x94, 0xd6, 0xcb, 0xd5, 0xc0, - 0x0a, 0x3a, 0x3e, 0x7a, 0xdd, 0x80, 0xa9, 0xa6, 0x6b, 0xd5, 0xcb, 0x56, 0xd3, 0x72, 0x6a, 0xc4, - 0x5b, 0x30, 0x1e, 0x32, 0x1e, 0x9d, 0x3c, 0xb7, 0xbe, 0x34, 0xca, 0x78, 0x2d, 0x95, 0x6e, 0xfb, - 0x98, 0xf8, 0x6e, 0xc7, 0xab, 0x11, 0x4c, 0xb6, 0xcb, 0xf3, 0xdf, 0xe9, 0x16, 0xef, 0xdb, 0xef, - 0x16, 0xa7, 0xd6, 0x35, 0x4e, 0x38, 0xc2, 0x17, 0x7d, 0xd9, 0x80, 0xb9, 0x9a, 0xe5, 0x58, 0xde, - 0xde, 0xa6, 0xe5, 0x35, 0x48, 0xf0, 0x9c, 0xe7, 0x76, 0xda, 0x0b, 0x99, 0x63, 0x90, 0xe6, 0x7e, - 0x21, 0xcd, 0xdc, 0x4a, 0x9c, 0x1d, 0xee, 0x95, 0x80, 0xc9, 0xe5, 0x07, 0xd6, 0x56, 0x93, 0xe8, - 0x72, 0x65, 0x8f, 0x53, 0xae, 0x6a, 0x9c, 0x1d, 0xee, 0x95, 0xc0, 0x7c, 0x2d, 0x0b, 0x73, 0xa5, - 0xf5, 0xf2, 0xa6, 0x67, 0x6d, 0x6f, 0xdb, 0x35, 0xec, 0x76, 0x02, 0xdb, 0x69, 0xa0, 0x77, 0xc3, - 0x84, 0xed, 0x34, 0x3c, 0xe2, 0xfb, 0x6c, 0x20, 0x0b, 0xe5, 0x19, 0x41, 0x74, 0x62, 0x8d, 0x17, - 0x63, 0x09, 0x47, 0x4f, 0xc2, 0xa4, 0x4f, 0xbc, 0x5d, 0xbb, 0x46, 0x2a, 0xae, 0x17, 0xb0, 0x9e, - 0xce, 0x95, 0x4f, 0x0a, 0xf4, 0xc9, 0x6a, 0x08, 0xc2, 0x3a, 0x1e, 0xad, 0xe6, 0xb9, 0x6e, 0x20, - 0xe0, 0xac, 0x23, 0x0a, 0x61, 0x35, 0x1c, 0x82, 0xb0, 0x8e, 0x87, 0xde, 0x30, 0x60, 0xd6, 0x0f, - 0xec, 0xda, 0x2d, 0xdb, 0x21, 0xbe, 0xbf, 0xe2, 0x3a, 0xdb, 0x76, 0x63, 0x21, 0xc7, 0x7a, 0xf1, - 0xf2, 0x68, 0xbd, 0x58, 0x8d, 0x51, 0x2d, 0xcf, 0xef, 0x77, 0x8b, 0xb3, 0xf1, 0x52, 0xdc, 0xc3, - 0x1d, 0xad, 0xc2, 0xac, 0xe5, 0x38, 0x6e, 0x60, 0x05, 0xb6, 0xeb, 0x54, 0x3c, 0xb2, 0x6d, 0xdf, - 0x59, 0x18, 0x63, 0xcd, 0x59, 0x10, 0xcd, 0x99, 0x2d, 0xc5, 0xe0, 0xb8, 0xa7, 0x86, 0xb9, 0x0a, - 0x0b, 0xa5, 0xd6, 0x96, 0xe5, 0xfb, 0x56, 0xdd, 0xf5, 0x62, 0xa3, 0xf1, 0x28, 0xe4, 0x5b, 0x56, - 0xbb, 0x6d, 0x3b, 0x0d, 0x3a, 0x1c, 0xd9, 0x47, 0x0b, 0xe5, 0xa9, 0xfd, 0x6e, 0x31, 0xbf, 0x21, - 0xca, 0xb0, 0x82, 0x9a, 0x3f, 0xca, 0xc0, 0x64, 0xc9, 0xb1, 0x9a, 0x7b, 0xbe, 0xed, 0xe3, 0x8e, - 0x83, 0x3e, 0x0e, 0x79, 0xba, 0xbb, 0xd4, 0xad, 0xc0, 0x12, 0x2b, 0xf2, 0xbd, 0x4b, 0x7c, 0xb1, - 0x2f, 0xe9, 0x8b, 0x3d, 0xec, 0x17, 0x8a, 0xbd, 0xb4, 0xfb, 0xbe, 0xa5, 0x2b, 0x5b, 0x37, 0x49, - 0x2d, 0xd8, 0x20, 0x81, 0x55, 0x46, 0xa2, 0x15, 0x10, 0x96, 0x61, 0x45, 0x15, 0xb9, 0x30, 0xe6, - 0xb7, 0x49, 0x4d, 0xac, 0xb0, 0x8d, 0x11, 0x67, 0x72, 0x28, 0x7a, 0xb5, 0x4d, 0x6a, 0xe5, 0x29, - 0xc1, 0x7a, 0x8c, 0xfe, 0xc3, 0x8c, 0x11, 0xba, 0x0d, 0xe3, 0x3e, 0xdb, 0x73, 0xc4, 0xe2, 0xb9, - 0x92, 0x1e, 0x4b, 0x46, 0xb6, 0x3c, 0x2d, 0x98, 0x8e, 0xf3, 0xff, 0x58, 0xb0, 0x33, 0x7f, 0x6c, - 0xc0, 0x49, 0x0d, 0xbb, 0xe4, 0x35, 0x3a, 0x2d, 0xe2, 0x04, 0xe8, 0x21, 0x18, 0x73, 0xac, 0x16, - 0x11, 0x0b, 0x45, 0x89, 0x7c, 0xd9, 0x6a, 0x11, 0xcc, 0x20, 0xe8, 0x61, 0xc8, 0xed, 0x5a, 0xcd, - 0x0e, 0x61, 0x9d, 0x54, 0x28, 0x9f, 0x10, 0x28, 0xb9, 0xeb, 0xb4, 0x10, 0x73, 0x18, 0x7a, 0x19, - 0x0a, 0xec, 0xc7, 0x05, 0xcf, 0x6d, 0xa5, 0xd4, 0x34, 0x21, 0xe1, 0x75, 0x49, 0xb6, 0x7c, 0x62, - 0xbf, 0x5b, 0x2c, 0xa8, 0xbf, 0x38, 0x64, 0x68, 0xfe, 0x8d, 0x01, 0x33, 0x5a, 0xe3, 0xd6, 0x6d, - 0x3f, 0x40, 0x1f, 0xe9, 0x99, 0x3c, 0x4b, 0x83, 0x4d, 0x1e, 0x5a, 0x9b, 0x4d, 0x9d, 0x59, 0xd1, - 0xd2, 0xbc, 0x2c, 0xd1, 0x26, 0x8e, 0x03, 0x39, 0x3b, 0x20, 0x2d, 0x7f, 0x21, 0xf3, 0x50, 0xf6, - 0xd1, 0xc9, 0x73, 0x6b, 0xa9, 0x0d, 0x63, 0xd8, 0xbf, 0x6b, 0x94, 0x3e, 0xe6, 0x6c, 0xcc, 0xaf, - 0x8d, 0x45, 0x5a, 0x48, 0x67, 0x14, 0x72, 0x61, 0xa2, 0x45, 0x02, 0xcf, 0xae, 0xf1, 0x75, 0x35, - 0x79, 0x6e, 0x75, 0x34, 0x29, 0x36, 0x18, 0xb1, 0x70, 0xb3, 0xe4, 0xff, 0x7d, 0x2c, 0xb9, 0xa0, - 0x1d, 0x18, 0xb3, 0xbc, 0x86, 0x6c, 0xf3, 0x85, 0x74, 0xc6, 0x37, 0x9c, 0x73, 0x25, 0xaf, 0xe1, - 0x63, 0xc6, 0x01, 0x2d, 0x43, 0x21, 0x20, 0x5e, 0xcb, 0x76, 0xac, 0x80, 0xef, 0xae, 0xf9, 0xf2, - 0x9c, 0x40, 0x2b, 0x6c, 0x4a, 0x00, 0x0e, 0x71, 0x50, 0x13, 0xc6, 0xeb, 0xde, 0x1e, 0xee, 0x38, - 0x0b, 0x63, 0x69, 0x74, 0xc5, 0x2a, 0xa3, 0x15, 0x2e, 0x26, 0xfe, 0x1f, 0x0b, 0x1e, 0xe8, 0x4d, - 0x03, 0xe6, 0x5b, 0xc4, 0xf2, 0x3b, 0x1e, 0xa1, 0x4d, 0xc0, 0x24, 0x20, 0x0e, 0xdd, 0x0d, 0x17, - 0x72, 0x8c, 0x39, 0x1e, 0x75, 0x1c, 0x7a, 0x29, 0x97, 0x1f, 0x14, 0xa2, 0xcc, 0x27, 0x41, 0x71, - 0xa2, 0x34, 0xe6, 0x8f, 0xc6, 0x60, 0xae, 0x67, 0x87, 0x40, 0x4f, 0x40, 0xae, 0xbd, 0x63, 0xf9, - 0x72, 0xc9, 0x9f, 0x95, 0xf3, 0xad, 0x42, 0x0b, 0xef, 0x76, 0x8b, 0x27, 0x64, 0x15, 0x56, 0x80, - 0x39, 0x32, 0xd5, 0xa9, 0x2d, 0xe2, 0xfb, 0x56, 0x43, 0xee, 0x03, 0xda, 0x34, 0x61, 0xc5, 0x58, - 0xc2, 0xd1, 0xff, 0x32, 0xe0, 0x04, 0x9f, 0x32, 0x98, 0xf8, 0x9d, 0x66, 0x40, 0xf7, 0x3a, 0xda, - 0x2d, 0x97, 0xd2, 0x98, 0x9e, 0x9c, 0x64, 0xf9, 0x94, 0xe0, 0x7e, 0x42, 0x2f, 0xf5, 0x71, 0x94, - 0x2f, 0xba, 0x01, 0x05, 0x3f, 0xb0, 0xbc, 0x80, 0xd4, 0x4b, 0x01, 0xd3, 0x6a, 0x93, 0xe7, 0xfe, - 0xf3, 0x60, 0x9b, 0xc0, 0xa6, 0xdd, 0x22, 0x7c, 0xc3, 0xa9, 0x4a, 0x02, 0x38, 0xa4, 0x85, 0x5e, - 0x06, 0xf0, 0x3a, 0x4e, 0xb5, 0xd3, 0x6a, 0x59, 0xde, 0x9e, 0xd0, 0xe0, 0x17, 0x47, 0x6b, 0x1e, - 0x56, 0xf4, 0x42, 0x9d, 0x15, 0x96, 0x61, 0x8d, 0x1f, 0x7a, 0xd5, 0x80, 0x13, 0x7c, 0x26, 0x4a, - 0x09, 0xc6, 0x53, 0x96, 0x60, 0x8e, 0x76, 0xed, 0xaa, 0xce, 0x02, 0x47, 0x39, 0x9a, 0x7f, 0x15, - 0xd5, 0x27, 0xd5, 0x80, 0x5a, 0xd7, 0x8d, 0x3d, 0xf4, 0x61, 0xb8, 0xdf, 0xef, 0xd4, 0x6a, 0xc4, - 0xf7, 0xb7, 0x3b, 0x4d, 0xdc, 0x71, 0x2e, 0xda, 0x7e, 0xe0, 0x7a, 0x7b, 0xeb, 0x76, 0xcb, 0x0e, - 0xd8, 0x8c, 0xcb, 0x95, 0xcf, 0xec, 0x77, 0x8b, 0xf7, 0x57, 0xfb, 0x21, 0xe1, 0xfe, 0xf5, 0x91, - 0x05, 0x0f, 0x74, 0x9c, 0xfe, 0xe4, 0xb9, 0xf5, 0x56, 0xdc, 0xef, 0x16, 0x1f, 0xb8, 0xd6, 0x1f, - 0x0d, 0x1f, 0x44, 0xc3, 0xfc, 0x07, 0x03, 0x66, 0x65, 0xbb, 0x36, 0x49, 0xab, 0xdd, 0xa4, 0xbb, - 0xcb, 0xf1, 0x1b, 0x22, 0x41, 0xc4, 0x10, 0xc1, 0xe9, 0xa8, 0x13, 0x29, 0x7f, 0x3f, 0x6b, 0xc4, - 0xfc, 0x7b, 0x03, 0xe6, 0xe3, 0xc8, 0xf7, 0x40, 0x79, 0xfa, 0x51, 0xe5, 0x79, 0x39, 0xdd, 0xd6, - 0xf6, 0xd1, 0xa0, 0xaf, 0x8f, 0xf5, 0xb6, 0xf5, 0xdf, 0xbb, 0x1a, 0x0d, 0xb5, 0x62, 0xf6, 0x97, - 0xa9, 0x15, 0xc7, 0xde, 0x56, 0x5a, 0xf1, 0x77, 0xc6, 0x60, 0xaa, 0xe4, 0x04, 0x76, 0x69, 0x7b, - 0xdb, 0x76, 0xec, 0x60, 0x0f, 0x7d, 0x2e, 0x03, 0xcb, 0x6d, 0x8f, 0x6c, 0x13, 0xcf, 0x23, 0xf5, - 0xd5, 0x8e, 0x67, 0x3b, 0x8d, 0x6a, 0x6d, 0x87, 0xd4, 0x3b, 0x4d, 0xdb, 0x69, 0xac, 0x35, 0x1c, - 0x57, 0x15, 0x9f, 0xbf, 0x43, 0x6a, 0x1d, 0xd6, 0x24, 0xbe, 0x28, 0x5a, 0xa3, 0x35, 0xa9, 0x32, - 0x1c, 0xd3, 0xf2, 0xe3, 0xfb, 0xdd, 0xe2, 0xf2, 0x90, 0x95, 0xf0, 0xb0, 0x4d, 0x43, 0x9f, 0xcd, - 0xc0, 0x92, 0x47, 0x3e, 0xd1, 0xb1, 0x07, 0xef, 0x0d, 0xbe, 0x6b, 0x35, 0x47, 0x54, 0x3f, 0x43, - 0xf1, 0x2c, 0x9f, 0xdb, 0xef, 0x16, 0x87, 0xac, 0x83, 0x87, 0x6c, 0x97, 0xe9, 0xc2, 0x7c, 0xa9, - 0x6d, 0xfb, 0xf6, 0x9d, 0xd8, 0x91, 0xf6, 0x31, 0xc8, 0x7b, 0x6e, 0x27, 0x20, 0x98, 0x6c, 0x0b, - 0x2b, 0x4a, 0x6d, 0x77, 0x58, 0x94, 0x63, 0x85, 0x41, 0x4d, 0x27, 0xaf, 0xd3, 0x64, 0xc8, 0x31, - 0xd3, 0x09, 0xf3, 0x62, 0x2c, 0xe1, 0xe6, 0x37, 0x32, 0x70, 0xaa, 0xd4, 0x6e, 0x6f, 0x10, 0x7f, - 0x27, 0xc6, 0xf2, 0x0b, 0x06, 0x4c, 0xef, 0xda, 0x5e, 0xd0, 0xb1, 0x9a, 0xd2, 0xeb, 0xc0, 0xe7, - 0x60, 0x75, 0xc4, 0xfd, 0x83, 0x73, 0xbb, 0x1e, 0x21, 0x5d, 0x46, 0xfb, 0xdd, 0xe2, 0x74, 0xb4, - 0x0c, 0xc7, 0xd8, 0xa3, 0xff, 0x6f, 0xc0, 0xac, 0x28, 0xba, 0xec, 0xd6, 0x89, 0xee, 0xaa, 0xba, - 0x96, 0xa6, 0x4c, 0x8a, 0x38, 0xf7, 0x69, 0xc4, 0x4b, 0x71, 0x8f, 0x10, 0xe6, 0x3f, 0x65, 0xe0, - 0x74, 0x1f, 0x1a, 0xe8, 0xb7, 0x0d, 0x98, 0xe7, 0xfe, 0x2d, 0x0d, 0x24, 0xc7, 0x71, 0xf2, 0xdc, - 0x87, 0xd2, 0x96, 0x1c, 0xd3, 0xc5, 0x47, 0x9c, 0x1a, 0x29, 0x2f, 0xd0, 0x7d, 0x6a, 0x25, 0x81, - 0x35, 0x4e, 0x14, 0x88, 0x49, 0xca, 0x3d, 0x5e, 0x31, 0x49, 0x33, 0xf7, 0x44, 0xd2, 0x6a, 0x02, - 0x6b, 0x9c, 0x28, 0x90, 0xf9, 0xdf, 0xe1, 0x81, 0x03, 0xc8, 0x1d, 0xee, 0x62, 0x30, 0x5f, 0x54, - 0xb3, 0x3e, 0x3a, 0xe7, 0x06, 0xf0, 0x4e, 0x98, 0x30, 0xce, 0x16, 0x1a, 0x57, 0xa7, 0x85, 0x32, - 0x50, 0xc5, 0xc4, 0x16, 0xa1, 0x8f, 0x05, 0xc4, 0xfc, 0x86, 0x01, 0xf9, 0x21, 0x1c, 0x1e, 0xc5, - 0xa8, 0xc3, 0xa3, 0xd0, 0xe3, 0xec, 0x08, 0x7a, 0x9d, 0x1d, 0xcf, 0x8d, 0x36, 0x1a, 0x83, 0x38, - 0x39, 0x7e, 0x66, 0xc0, 0x5c, 0x8f, 0x53, 0x04, 0xed, 0xc0, 0x7c, 0xdb, 0xad, 0x4b, 0x83, 0xe6, - 0xa2, 0xe5, 0xef, 0x30, 0x98, 0x68, 0xde, 0x13, 0x74, 0x24, 0x2b, 0x09, 0xf0, 0xbb, 0xdd, 0xe2, - 0x82, 0x22, 0x12, 0x43, 0xc0, 0x89, 0x14, 0x51, 0x1b, 0xf2, 0xdb, 0x36, 0x69, 0xd6, 0xc3, 0x29, - 0x38, 0xa2, 0xe9, 0x72, 0x41, 0x50, 0xe3, 0xfe, 0x40, 0xf9, 0x0f, 0x2b, 0x2e, 0xe6, 0x55, 0x98, - 0x8e, 0x7a, 0x87, 0x07, 0x18, 0xbc, 0x33, 0x90, 0xb5, 0x3c, 0x47, 0x0c, 0xdd, 0xa4, 0x40, 0xc8, - 0x96, 0xf0, 0x65, 0x4c, 0xcb, 0xcd, 0x5f, 0x8c, 0xc1, 0x4c, 0xb9, 0xd9, 0x21, 0xcf, 0x79, 0x84, - 0xc8, 0x03, 0x71, 0x09, 0x66, 0xda, 0x1e, 0xd9, 0xb5, 0xc9, 0xed, 0x2a, 0x69, 0x92, 0x5a, 0xe0, - 0x7a, 0x82, 0xfe, 0x69, 0x51, 0x7d, 0xa6, 0x12, 0x05, 0xe3, 0x38, 0x3e, 0x7a, 0x16, 0xa6, 0xad, - 0x5a, 0x60, 0xef, 0x12, 0x45, 0x81, 0x0b, 0xf0, 0x0e, 0x41, 0x61, 0xba, 0x14, 0x81, 0xe2, 0x18, - 0x36, 0xfa, 0x08, 0x2c, 0xf8, 0x35, 0xab, 0x49, 0xae, 0xb5, 0x05, 0xab, 0x95, 0x1d, 0x52, 0xbb, - 0x55, 0x71, 0x6d, 0x27, 0x10, 0xee, 0x8f, 0x87, 0x04, 0xa5, 0x85, 0x6a, 0x1f, 0x3c, 0xdc, 0x97, - 0x02, 0xfa, 0x63, 0x03, 0xce, 0xb4, 0x3d, 0x52, 0xf1, 0xdc, 0x96, 0x4b, 0xf5, 0x5a, 0x8f, 0x4f, - 0x40, 0x9c, 0x8d, 0xaf, 0x8f, 0xa8, 0xc0, 0x79, 0x49, 0xaf, 0x4f, 0xf2, 0x9d, 0xfb, 0xdd, 0xe2, - 0x99, 0xca, 0x41, 0x02, 0xe0, 0x83, 0xe5, 0x43, 0x7f, 0x6a, 0xc0, 0xd9, 0xb6, 0xeb, 0x07, 0x07, - 0x34, 0x21, 0x77, 0xac, 0x4d, 0x30, 0xf7, 0xbb, 0xc5, 0xb3, 0x95, 0x03, 0x25, 0xc0, 0x87, 0x48, - 0x68, 0xee, 0x4f, 0xc2, 0x9c, 0x36, 0xf7, 0xc4, 0x81, 0xf9, 0x69, 0x38, 0x21, 0x27, 0x43, 0xa8, - 0xd6, 0x0b, 0xa1, 0x83, 0xa3, 0xa4, 0x03, 0x71, 0x14, 0x97, 0xce, 0x3b, 0x35, 0x15, 0x79, 0xed, - 0xd8, 0xbc, 0xab, 0x44, 0xa0, 0x38, 0x86, 0x8d, 0xd6, 0xe0, 0xa4, 0x28, 0xc1, 0xa4, 0xdd, 0xb4, - 0x6b, 0xd6, 0x8a, 0xdb, 0x11, 0x53, 0x2e, 0x57, 0x3e, 0xbd, 0xdf, 0x2d, 0x9e, 0xac, 0xf4, 0x82, - 0x71, 0x52, 0x1d, 0xb4, 0x0e, 0xf3, 0x56, 0x27, 0x70, 0x55, 0xfb, 0xcf, 0x3b, 0x54, 0x53, 0xd4, - 0xd9, 0xd4, 0xca, 0x73, 0x95, 0x52, 0x4a, 0x80, 0xe3, 0xc4, 0x5a, 0xa8, 0x12, 0xa3, 0x56, 0x25, - 0x35, 0xd7, 0xa9, 0xf3, 0x51, 0xce, 0x85, 0x66, 0x7f, 0x29, 0x01, 0x07, 0x27, 0xd6, 0x44, 0x4d, - 0x98, 0x6e, 0x59, 0x77, 0xae, 0x39, 0xd6, 0xae, 0x65, 0x37, 0x29, 0x13, 0xe1, 0x34, 0xe9, 0x7f, - 0x92, 0xef, 0x04, 0x76, 0x73, 0x89, 0xdf, 0x1f, 0x2e, 0xad, 0x39, 0xc1, 0x15, 0xaf, 0x1a, 0x50, - 0xf3, 0x90, 0x1b, 0x47, 0x1b, 0x11, 0x5a, 0x38, 0x46, 0x1b, 0x5d, 0x81, 0x53, 0x6c, 0x39, 0xae, - 0xba, 0xb7, 0x9d, 0x55, 0xd2, 0xb4, 0xf6, 0x64, 0x03, 0x26, 0x58, 0x03, 0xee, 0xdf, 0xef, 0x16, - 0x4f, 0x55, 0x93, 0x10, 0x70, 0x72, 0x3d, 0x64, 0xc1, 0x03, 0x51, 0x00, 0x26, 0xbb, 0xb6, 0x6f, - 0xbb, 0x0e, 0x77, 0x7d, 0xe4, 0x43, 0xd7, 0x47, 0xb5, 0x3f, 0x1a, 0x3e, 0x88, 0x06, 0xfa, 0x75, - 0x03, 0xe6, 0x93, 0x96, 0xe1, 0x42, 0x21, 0x8d, 0xdb, 0x91, 0xd8, 0xd2, 0xe2, 0x33, 0x22, 0x71, - 0x53, 0x48, 0x14, 0x02, 0xbd, 0x62, 0xc0, 0x94, 0xa5, 0x1d, 0xdb, 0x16, 0x80, 0x49, 0x75, 0x69, - 0x54, 0xe7, 0x41, 0x48, 0xb1, 0x3c, 0xbb, 0xdf, 0x2d, 0x46, 0x8e, 0x86, 0x38, 0xc2, 0x11, 0xfd, - 0xa6, 0x01, 0xa7, 0x12, 0xd7, 0xf8, 0xc2, 0xe4, 0x71, 0xf4, 0x10, 0x9b, 0x24, 0xc9, 0x7b, 0x4e, - 0xb2, 0x18, 0xe8, 0x0d, 0x43, 0xa9, 0xb2, 0x0d, 0xe9, 0xbe, 0x99, 0x62, 0xa2, 0x5d, 0x1d, 0xf1, - 0xa4, 0x1a, 0x1a, 0x04, 0x92, 0x70, 0xf9, 0xa4, 0xa6, 0x19, 0x65, 0x21, 0x8e, 0xb3, 0x47, 0x9f, - 0x37, 0xa4, 0x6a, 0x54, 0x12, 0x9d, 0x38, 0x2e, 0x89, 0x50, 0xa8, 0x69, 0x95, 0x40, 0x31, 0xe6, - 0xe8, 0xa3, 0xb0, 0x68, 0x6d, 0xb9, 0x5e, 0x90, 0xb8, 0xf8, 0x16, 0xa6, 0xd9, 0x32, 0x3a, 0xbb, - 0xdf, 0x2d, 0x2e, 0x96, 0xfa, 0x62, 0xe1, 0x03, 0x28, 0x98, 0xbf, 0x9f, 0x83, 0x29, 0x6e, 0xe4, - 0x0b, 0xd5, 0xf5, 0x75, 0x03, 0x1e, 0xac, 0x75, 0x3c, 0x8f, 0x38, 0x41, 0x35, 0x20, 0xed, 0x5e, - 0xc5, 0x65, 0x1c, 0xab, 0xe2, 0x7a, 0x68, 0xbf, 0x5b, 0x7c, 0x70, 0xe5, 0x00, 0xfe, 0xf8, 0x40, - 0xe9, 0xd0, 0x5f, 0x18, 0x60, 0x0a, 0x84, 0xb2, 0x55, 0xbb, 0xd5, 0xf0, 0xdc, 0x8e, 0x53, 0xef, - 0x6d, 0x44, 0xe6, 0x58, 0x1b, 0xf1, 0xc8, 0x7e, 0xb7, 0x68, 0xae, 0x1c, 0x2a, 0x05, 0x1e, 0x40, - 0x52, 0xf4, 0x1c, 0xcc, 0x09, 0xac, 0xf3, 0x77, 0xda, 0xc4, 0xb3, 0xa9, 0x39, 0x2d, 0x2e, 0xf0, - 0xc3, 0x98, 0x88, 0x38, 0x02, 0xee, 0xad, 0x83, 0x7c, 0x98, 0xb8, 0x4d, 0xec, 0xc6, 0x4e, 0x20, - 0xcd, 0xa7, 0x11, 0x03, 0x21, 0xc4, 0x81, 0xff, 0x06, 0xa7, 0x59, 0x9e, 0xdc, 0xef, 0x16, 0x27, - 0xc4, 0x1f, 0x2c, 0x39, 0xa1, 0xcb, 0x30, 0xcd, 0x8f, 0x60, 0x15, 0xdb, 0x69, 0x54, 0x5c, 0x87, - 0x87, 0x0f, 0x14, 0xca, 0x8f, 0x48, 0x85, 0x5f, 0x8d, 0x40, 0xef, 0x76, 0x8b, 0x53, 0xf2, 0xf7, - 0xe6, 0x5e, 0x9b, 0xe0, 0x58, 0x6d, 0xf3, 0xdb, 0xe3, 0x00, 0x72, 0xba, 0x92, 0x36, 0xfa, 0x2f, - 0x50, 0xf0, 0x49, 0xc0, 0xb9, 0x0a, 0x6f, 0x3d, 0xbf, 0x04, 0x91, 0x85, 0x38, 0x84, 0xa3, 0x5b, - 0x90, 0x6b, 0x5b, 0x1d, 0x9f, 0x88, 0xc1, 0xbf, 0x94, 0xca, 0xe0, 0x57, 0x28, 0x45, 0x7e, 0xe6, - 0x62, 0x3f, 0x31, 0xe7, 0x81, 0x3e, 0x63, 0x00, 0x90, 0xe8, 0x80, 0x8d, 0xec, 0xfb, 0x10, 0x2c, - 0xc3, 0x31, 0xa5, 0x7d, 0x50, 0x9e, 0xde, 0xef, 0x16, 0x41, 0x1b, 0x7a, 0x8d, 0x2d, 0xba, 0x0d, - 0x79, 0x4b, 0xee, 0xf9, 0x63, 0xc7, 0xb1, 0xe7, 0xb3, 0xa3, 0x90, 0x9a, 0xb4, 0x8a, 0x19, 0xfa, - 0xac, 0x01, 0xd3, 0x3e, 0x09, 0xc4, 0x50, 0xd1, 0x9d, 0x47, 0x18, 0xbc, 0x23, 0x4e, 0xba, 0x6a, - 0x84, 0x26, 0xdf, 0x41, 0xa3, 0x65, 0x38, 0xc6, 0x57, 0x8a, 0x72, 0x91, 0x58, 0x75, 0xe2, 0xb1, - 0x93, 0xb6, 0xb0, 0xa4, 0x46, 0x17, 0x45, 0xa3, 0xa9, 0x44, 0xd1, 0xca, 0x70, 0x8c, 0xaf, 0x14, - 0x65, 0xc3, 0xf6, 0x3c, 0x57, 0x88, 0x92, 0x4f, 0x49, 0x14, 0x8d, 0xa6, 0x12, 0x45, 0x2b, 0xc3, - 0x31, 0xbe, 0xe6, 0x5f, 0x4e, 0xc1, 0xb4, 0x5c, 0x48, 0xa1, 0x65, 0xcf, 0x1d, 0x3b, 0x7d, 0x2c, - 0xfb, 0x15, 0x1d, 0x88, 0xa3, 0xb8, 0xb4, 0x32, 0x5f, 0xaa, 0x51, 0xc3, 0x5e, 0x55, 0xae, 0xea, - 0x40, 0x1c, 0xc5, 0x45, 0x2d, 0xc8, 0xf9, 0x01, 0x69, 0xcb, 0x8b, 0xd7, 0x11, 0xef, 0x05, 0xc3, - 0xfd, 0x21, 0xbc, 0x5a, 0xa1, 0xff, 0x7c, 0xcc, 0xb9, 0x30, 0xdf, 0x64, 0x10, 0x71, 0x57, 0x8a, - 0xc5, 0x91, 0xce, 0xfa, 0x8c, 0x7a, 0x42, 0xf9, 0x68, 0x44, 0xcb, 0x70, 0x8c, 0x7d, 0x82, 0xb1, - 0x9f, 0x3b, 0x46, 0x63, 0xff, 0x05, 0xc8, 0xb7, 0xac, 0x3b, 0xd5, 0x8e, 0xd7, 0x38, 0xfa, 0xa1, - 0x42, 0xc4, 0x44, 0x71, 0x2a, 0x58, 0xd1, 0x43, 0xaf, 0x1a, 0xda, 0x96, 0x33, 0xc1, 0x88, 0xdf, - 0x48, 0x77, 0xcb, 0x51, 0xba, 0xb2, 0xef, 0xe6, 0xd3, 0x63, 0x7a, 0xe7, 0xef, 0xb9, 0xe9, 0x4d, - 0xcd, 0x48, 0xbe, 0x40, 0x94, 0x19, 0x59, 0x38, 0x56, 0x33, 0x72, 0x25, 0xc2, 0x0c, 0xc7, 0x98, - 0x33, 0x79, 0xf8, 0x9a, 0x53, 0xf2, 0xc0, 0xb1, 0xca, 0x53, 0x8d, 0x30, 0xc3, 0x31, 0xe6, 0xfd, - 0xcf, 0x9b, 0x93, 0xc7, 0x73, 0xde, 0x9c, 0x4a, 0xe1, 0xbc, 0x79, 0xb0, 0x29, 0x7e, 0x62, 0x54, - 0x53, 0x1c, 0x5d, 0x02, 0x54, 0xdf, 0x73, 0xac, 0x96, 0x5d, 0x13, 0x9b, 0x25, 0x53, 0x9b, 0xd3, - 0xcc, 0x1f, 0xb1, 0x28, 0x36, 0x32, 0xb4, 0xda, 0x83, 0x81, 0x13, 0x6a, 0xa1, 0x00, 0xf2, 0x6d, - 0x69, 0x71, 0xcd, 0xa4, 0x31, 0xfb, 0xa5, 0x05, 0xc6, 0xef, 0xe6, 0xe9, 0xc2, 0x93, 0x25, 0x58, - 0x71, 0x32, 0xff, 0xc5, 0x80, 0xd9, 0x95, 0xa6, 0xdb, 0xa9, 0xdf, 0xb0, 0x82, 0xda, 0x0e, 0xbf, - 0x48, 0x46, 0xcf, 0x42, 0xde, 0x76, 0x02, 0xe2, 0xed, 0x5a, 0x4d, 0xa1, 0x51, 0x4c, 0x79, 0xf9, - 0xb4, 0x26, 0xca, 0xef, 0x76, 0x8b, 0xd3, 0xab, 0x1d, 0x8f, 0x45, 0x68, 0xf2, 0xfd, 0x05, 0xab, - 0x3a, 0xe8, 0x2b, 0x06, 0xcc, 0xf1, 0xab, 0xe8, 0x55, 0x2b, 0xb0, 0xae, 0x76, 0x88, 0x67, 0x13, - 0x79, 0x19, 0x3d, 0xe2, 0xd6, 0x12, 0x97, 0x55, 0x32, 0xd8, 0x0b, 0x4d, 0xeb, 0x8d, 0x38, 0x67, - 0xdc, 0x2b, 0x8c, 0xf9, 0xc5, 0x2c, 0xdc, 0xdf, 0x97, 0x16, 0x5a, 0x84, 0x8c, 0x5d, 0x17, 0x4d, - 0x07, 0x41, 0x37, 0xb3, 0x56, 0xc7, 0x19, 0xbb, 0x8e, 0x96, 0x98, 0x95, 0xe8, 0x11, 0xdf, 0x97, - 0xf7, 0x92, 0x05, 0x65, 0xd0, 0x89, 0x52, 0xac, 0x61, 0xa0, 0x22, 0xe4, 0x9a, 0xd6, 0x16, 0x69, - 0x8a, 0x13, 0x00, 0xb3, 0x3b, 0xd7, 0x69, 0x01, 0xe6, 0xe5, 0xe8, 0x7f, 0x1a, 0x00, 0x5c, 0x40, - 0x7a, 0x7e, 0x10, 0x7a, 0x0d, 0xa7, 0xdb, 0x4d, 0x94, 0x32, 0x97, 0x32, 0xfc, 0x8f, 0x35, 0xae, - 0x68, 0x13, 0xc6, 0xa9, 0x09, 0xea, 0xd6, 0x8f, 0xac, 0xc6, 0xd8, 0xb5, 0x48, 0x85, 0xd1, 0xc0, - 0x82, 0x16, 0xed, 0x2b, 0x8f, 0x04, 0x1d, 0xcf, 0xa1, 0x5d, 0xcb, 0x14, 0x57, 0x9e, 0x4b, 0x81, - 0x55, 0x29, 0xd6, 0x30, 0xcc, 0x3f, 0xca, 0xc0, 0x7c, 0x92, 0xe8, 0x54, 0x3f, 0x8c, 0x73, 0x69, - 0xc5, 0x61, 0xf6, 0x83, 0xe9, 0xf7, 0x8f, 0x88, 0xaa, 0x50, 0xb1, 0x07, 0x22, 0xee, 0x4b, 0xf0, - 0x45, 0x1f, 0x54, 0x3d, 0x94, 0x39, 0x62, 0x0f, 0x29, 0xca, 0xb1, 0x5e, 0x7a, 0x08, 0xc6, 0x7c, - 0x3a, 0xf2, 0xd9, 0xe8, 0x95, 0x03, 0x1b, 0x23, 0x06, 0xa1, 0x18, 0x1d, 0xc7, 0x0e, 0x44, 0xd8, - 0xb4, 0xc2, 0xb8, 0xe6, 0xd8, 0x01, 0x66, 0x10, 0xf3, 0xcb, 0x19, 0x58, 0xec, 0xdf, 0x28, 0xf4, - 0x65, 0x03, 0xa0, 0x4e, 0x0f, 0x18, 0x74, 0x4a, 0xca, 0x28, 0x14, 0xeb, 0xb8, 0xfa, 0x70, 0x55, - 0x72, 0x0a, 0x43, 0x92, 0x54, 0x91, 0x8f, 0x35, 0x41, 0xd0, 0x39, 0x39, 0xf5, 0x2f, 0x5b, 0x2d, - 0x69, 0x80, 0xaa, 0x3a, 0x1b, 0x0a, 0x82, 0x35, 0x2c, 0x7a, 0x82, 0x74, 0xac, 0x16, 0xf1, 0xdb, - 0x96, 0x8a, 0x8b, 0x67, 0x27, 0xc8, 0xcb, 0xb2, 0x10, 0x87, 0x70, 0xb3, 0x09, 0x0f, 0x0f, 0x20, - 0x67, 0x4a, 0x31, 0xca, 0xe6, 0x3f, 0x1b, 0x70, 0x7a, 0xa5, 0xd9, 0xf1, 0x03, 0xe2, 0xfd, 0x87, - 0x89, 0xf0, 0xfa, 0x57, 0x03, 0x1e, 0xe8, 0xd3, 0xe6, 0x7b, 0x10, 0xe8, 0xf5, 0x52, 0x34, 0xd0, - 0xeb, 0xda, 0xa8, 0x53, 0x3a, 0xb1, 0x1d, 0x7d, 0xe2, 0xbd, 0x02, 0x38, 0x41, 0x77, 0xad, 0xba, - 0xdb, 0x48, 0x49, 0x6f, 0x3e, 0x0c, 0xb9, 0x4f, 0x50, 0xfd, 0x13, 0x9f, 0x63, 0x4c, 0x29, 0x61, - 0x0e, 0x33, 0x9f, 0x01, 0x11, 0x15, 0x15, 0x5b, 0x3c, 0xc6, 0x20, 0x8b, 0xc7, 0xfc, 0xeb, 0x0c, - 0x68, 0x9e, 0x87, 0x7b, 0x30, 0x29, 0x9d, 0xc8, 0xa4, 0x1c, 0xf1, 0xd4, 0xac, 0xf9, 0x51, 0xfa, - 0x3d, 0x7f, 0xd8, 0x8d, 0x3d, 0x7f, 0xb8, 0x9c, 0x1a, 0xc7, 0x83, 0x5f, 0x3f, 0xfc, 0xc0, 0x80, - 0x07, 0x42, 0xe4, 0x5e, 0xa7, 0xe0, 0xe1, 0x3b, 0xcc, 0x93, 0x30, 0x69, 0x85, 0xd5, 0xc4, 0x1c, - 0x50, 0x2f, 0x7e, 0x34, 0x8a, 0x58, 0xc7, 0x0b, 0x83, 0xad, 0xb3, 0x47, 0x0c, 0xb6, 0x1e, 0x3b, - 0x38, 0xd8, 0xda, 0xfc, 0x79, 0x06, 0xce, 0xf4, 0xb6, 0x4c, 0xae, 0x8d, 0xc1, 0xee, 0xcc, 0x9f, - 0x82, 0xa9, 0x40, 0x54, 0xd0, 0x76, 0x7a, 0xf5, 0x5e, 0x6d, 0x53, 0x83, 0xe1, 0x08, 0x26, 0xad, - 0x59, 0xe3, 0xab, 0xb2, 0x5a, 0x73, 0xdb, 0x32, 0x54, 0x5f, 0xd5, 0x5c, 0xd1, 0x60, 0x38, 0x82, - 0xa9, 0x82, 0x20, 0xc7, 0x8e, 0x3d, 0x08, 0xb2, 0x0a, 0xa7, 0x64, 0xd8, 0xd7, 0x05, 0xd7, 0x5b, - 0x71, 0x5b, 0xed, 0x26, 0x11, 0xc1, 0xfa, 0x54, 0xd8, 0x33, 0xa2, 0xca, 0x29, 0x9c, 0x84, 0x84, - 0x93, 0xeb, 0x9a, 0x3f, 0xc8, 0xc2, 0xc9, 0xb0, 0xdb, 0x57, 0x5c, 0xa7, 0x6e, 0xb3, 0xe0, 0xb9, - 0xa7, 0x61, 0x2c, 0xd8, 0x6b, 0xcb, 0xce, 0xfe, 0x4f, 0x52, 0x9c, 0xcd, 0xbd, 0x36, 0x1d, 0xed, - 0xd3, 0x09, 0x55, 0x98, 0x5b, 0x96, 0x55, 0x42, 0xeb, 0x6a, 0x75, 0xf0, 0x11, 0x78, 0x22, 0x3a, - 0x9b, 0xef, 0x76, 0x8b, 0x09, 0xcf, 0x35, 0x97, 0x14, 0xa5, 0xe8, 0x9c, 0x47, 0x37, 0x61, 0xba, - 0x69, 0xf9, 0xc1, 0xb5, 0x76, 0xdd, 0x0a, 0xc8, 0xa6, 0xdd, 0x22, 0x62, 0xcd, 0x0d, 0x13, 0x01, - 0xaf, 0xee, 0x91, 0xd7, 0x23, 0x94, 0x70, 0x8c, 0x32, 0xda, 0x05, 0x44, 0x4b, 0x36, 0x3d, 0xcb, - 0xf1, 0x79, 0xab, 0x28, 0xbf, 0xe1, 0x23, 0xee, 0xd5, 0xb1, 0x6c, 0xbd, 0x87, 0x1a, 0x4e, 0xe0, - 0x80, 0x1e, 0x81, 0x71, 0x8f, 0x58, 0xbe, 0x18, 0xcc, 0x42, 0xb8, 0xfe, 0x31, 0x2b, 0xc5, 0x02, - 0xaa, 0x2f, 0xa8, 0xf1, 0x43, 0x16, 0xd4, 0x4f, 0x0c, 0x98, 0x0e, 0x87, 0xe9, 0x1e, 0x28, 0xc9, - 0x56, 0x54, 0x49, 0x5e, 0x4c, 0x6b, 0x4b, 0xec, 0xa3, 0x17, 0xff, 0x6c, 0x5c, 0x6f, 0x1f, 0x8b, - 0x80, 0xfe, 0x24, 0x14, 0xe4, 0xaa, 0x96, 0xd6, 0xe7, 0x88, 0xa7, 0xdb, 0x88, 0x5d, 0xa2, 0xbd, - 0xdc, 0x11, 0x4c, 0x70, 0xc8, 0x8f, 0xaa, 0xe5, 0xba, 0x50, 0xb9, 0x62, 0xda, 0x2b, 0xb5, 0x2c, - 0x55, 0x71, 0x92, 0x5a, 0x96, 0x75, 0xd0, 0x35, 0x38, 0xdd, 0xf6, 0x5c, 0xf6, 0x9a, 0x73, 0x95, - 0x58, 0xf5, 0xa6, 0xed, 0x10, 0xe9, 0x42, 0xe0, 0x61, 0x0c, 0x0f, 0xec, 0x77, 0x8b, 0xa7, 0x2b, - 0xc9, 0x28, 0xb8, 0x5f, 0xdd, 0xe8, 0x0b, 0xa4, 0xb1, 0x01, 0x5e, 0x20, 0xfd, 0x6f, 0xe5, 0xa8, - 0x23, 0xbe, 0x78, 0x07, 0xf4, 0xe1, 0xb4, 0x86, 0x32, 0x61, 0x5b, 0x0f, 0xa7, 0x54, 0x49, 0x30, - 0xc5, 0x8a, 0x7d, 0x7f, 0x6f, 0xd0, 0xf8, 0x11, 0xbd, 0x41, 0x61, 0x20, 0xf9, 0xc4, 0x2f, 0x33, - 0x90, 0x3c, 0xff, 0xb6, 0x0a, 0x24, 0x7f, 0x2d, 0x07, 0xb3, 0x71, 0x0b, 0xe4, 0xf8, 0x5f, 0x57, - 0xfd, 0x3f, 0x03, 0x66, 0xe5, 0xea, 0xe1, 0x3c, 0x89, 0xf4, 0xf3, 0xaf, 0xa7, 0xb4, 0x68, 0xb9, - 0x2d, 0xa5, 0xde, 0xff, 0x6e, 0xc6, 0xb8, 0xe1, 0x1e, 0xfe, 0xe8, 0x45, 0x98, 0x54, 0xee, 0xf0, - 0x23, 0x3d, 0xb5, 0x9a, 0x61, 0x56, 0x54, 0x48, 0x02, 0xeb, 0xf4, 0xd0, 0x6b, 0x06, 0x40, 0x4d, - 0xaa, 0x39, 0xb9, 0xba, 0xae, 0xa6, 0xb5, 0xba, 0x94, 0x02, 0x0d, 0x8d, 0x65, 0x55, 0xe4, 0x63, - 0x8d, 0x31, 0xfa, 0x22, 0x73, 0x84, 0x2b, 0xeb, 0x8e, 0xae, 0xa7, 0xec, 0xe8, 0xa1, 0xb8, 0x07, - 0x18, 0xa6, 0xa1, 0x29, 0xa5, 0x81, 0x7c, 0x1c, 0x11, 0xc2, 0x7c, 0x1a, 0x54, 0xf0, 0x24, 0xdd, - 0xb6, 0x58, 0xf8, 0x64, 0xc5, 0x0a, 0x76, 0xc4, 0x14, 0x54, 0xdb, 0xd6, 0x05, 0x09, 0xc0, 0x21, - 0x8e, 0xf9, 0x71, 0x98, 0x7e, 0xce, 0xb3, 0xda, 0x3b, 0x36, 0x73, 0x38, 0xd3, 0x73, 0xd2, 0xbb, - 0x61, 0xc2, 0xaa, 0xd7, 0x93, 0x5e, 0xcf, 0x97, 0x78, 0x31, 0x96, 0xf0, 0xc1, 0x8e, 0x44, 0xdf, - 0x36, 0x00, 0x85, 0x97, 0x76, 0xb6, 0xd3, 0xd8, 0xa0, 0xa7, 0x7d, 0x7a, 0x3e, 0xda, 0x61, 0xa5, - 0x49, 0xe7, 0xa3, 0x8b, 0x0a, 0x82, 0x35, 0x2c, 0xf4, 0x32, 0x4c, 0xf2, 0x7f, 0xd7, 0xd5, 0x61, - 0x7f, 0xe4, 0xb7, 0xb7, 0x5c, 0xa1, 0x30, 0x99, 0xf8, 0x2c, 0xbc, 0x18, 0x72, 0xc0, 0x3a, 0x3b, - 0xda, 0x55, 0x6b, 0xce, 0x76, 0xb3, 0x73, 0xa7, 0xbe, 0x15, 0x76, 0x55, 0xdb, 0x73, 0xb7, 0xed, - 0x26, 0x89, 0x77, 0x55, 0x85, 0x17, 0x63, 0x09, 0x1f, 0xac, 0xab, 0xbe, 0x69, 0xc0, 0xfc, 0x9a, - 0x1f, 0xd8, 0xee, 0x2a, 0xf1, 0x03, 0xaa, 0x56, 0xe8, 0xe6, 0xd3, 0x69, 0x0e, 0x12, 0x07, 0xbd, - 0x0a, 0xb3, 0xe2, 0x02, 0xb1, 0xb3, 0xe5, 0x93, 0x40, 0xb3, 0xe3, 0xd5, 0x3a, 0x5e, 0x89, 0xc1, - 0x71, 0x4f, 0x0d, 0x4a, 0x45, 0xdc, 0x24, 0x86, 0x54, 0xb2, 0x51, 0x2a, 0xd5, 0x18, 0x1c, 0xf7, - 0xd4, 0x30, 0xbf, 0x97, 0x85, 0x93, 0xac, 0x19, 0xb1, 0x37, 0x0c, 0x9f, 0xef, 0xf7, 0x86, 0x61, - 0xc4, 0xa5, 0xcc, 0x78, 0x1d, 0xe1, 0x05, 0xc3, 0xff, 0x35, 0x60, 0xa6, 0x1e, 0xed, 0xe9, 0x74, - 0xdc, 0x33, 0x49, 0x63, 0xc8, 0xe3, 0xa5, 0x62, 0x85, 0x38, 0xce, 0x1f, 0x7d, 0xc9, 0x80, 0x99, - 0xa8, 0x98, 0x72, 0x77, 0x3f, 0x86, 0x4e, 0x52, 0x01, 0xce, 0xd1, 0x72, 0x1f, 0xc7, 0x45, 0x30, - 0xbf, 0x9b, 0x11, 0x43, 0x7a, 0x1c, 0x01, 0xfa, 0xe8, 0x36, 0x14, 0x82, 0xa6, 0xcf, 0x0b, 0x45, - 0x6b, 0x47, 0x3c, 0x11, 0x6e, 0xae, 0x57, 0xf9, 0xdd, 0x7d, 0x68, 0xb4, 0x89, 0x12, 0x6a, 0x7c, - 0x4a, 0x5e, 0x8c, 0x71, 0xad, 0x2d, 0x18, 0xa7, 0x72, 0x14, 0xdd, 0x5c, 0xa9, 0xc4, 0x19, 0x8b, - 0x12, 0xca, 0x58, 0xf2, 0x32, 0xbf, 0x6a, 0x40, 0xe1, 0x92, 0x2b, 0xf7, 0x91, 0x8f, 0xa6, 0xe0, - 0xe8, 0x51, 0xf6, 0xa0, 0xba, 0x23, 0x0c, 0x8f, 0x18, 0xcf, 0x46, 0xdc, 0x3c, 0x0f, 0x6a, 0xb4, - 0x97, 0x58, 0x66, 0x20, 0x4a, 0xea, 0x92, 0xbb, 0xd5, 0xd7, 0x8b, 0xf8, 0x5b, 0x39, 0x38, 0xf1, - 0xbc, 0xb5, 0x47, 0x9c, 0xc0, 0x1a, 0x5e, 0x49, 0x3c, 0x09, 0x93, 0x56, 0x9b, 0x05, 0x0a, 0x6b, - 0x36, 0x7e, 0xe8, 0x39, 0x09, 0x41, 0x58, 0xc7, 0x0b, 0x37, 0x34, 0x9e, 0xa8, 0x24, 0x69, 0x2b, - 0x5a, 0x89, 0xc1, 0x71, 0x4f, 0x0d, 0x74, 0x09, 0x90, 0x78, 0x76, 0x59, 0xaa, 0xd5, 0xdc, 0x8e, - 0xc3, 0xb7, 0x34, 0xee, 0x54, 0x51, 0x87, 0xcd, 0x8d, 0x1e, 0x0c, 0x9c, 0x50, 0x0b, 0x7d, 0x04, - 0x16, 0x6a, 0x8c, 0xb2, 0x38, 0x7a, 0xe8, 0x14, 0xf9, 0xf1, 0x53, 0x05, 0xe9, 0xaf, 0xf4, 0xc1, - 0xc3, 0x7d, 0x29, 0x50, 0x49, 0xfd, 0xc0, 0xf5, 0xac, 0x06, 0xd1, 0xe9, 0x8e, 0x47, 0x25, 0xad, - 0xf6, 0x60, 0xe0, 0x84, 0x5a, 0xe8, 0xd3, 0x50, 0x08, 0x76, 0x3c, 0xe2, 0xef, 0xb8, 0xcd, 0xba, - 0x08, 0x1a, 0x18, 0xd1, 0xd3, 0x26, 0x46, 0x7f, 0x53, 0x52, 0xd5, 0xa6, 0xb7, 0x2c, 0xc2, 0x21, - 0x4f, 0xe4, 0xc1, 0xb8, 0x5f, 0x73, 0xdb, 0xc4, 0x17, 0x26, 0xfb, 0xa5, 0x54, 0xb8, 0x33, 0xcf, - 0x91, 0xe6, 0xe3, 0x63, 0x1c, 0xb0, 0xe0, 0x64, 0x7e, 0x2b, 0x03, 0x53, 0x3a, 0xe2, 0x00, 0x7b, - 0xd3, 0x67, 0x0c, 0x98, 0xaa, 0xb9, 0x4e, 0xe0, 0xb9, 0x4d, 0xee, 0xbf, 0x4a, 0xc7, 0xa2, 0xa0, - 0xa4, 0x56, 0x49, 0x60, 0xd9, 0x4d, 0xcd, 0x15, 0xa6, 0xb1, 0xc1, 0x11, 0xa6, 0xe8, 0x73, 0x06, - 0xcc, 0x84, 0x31, 0x66, 0xa1, 0x23, 0x2d, 0x55, 0x41, 0xd4, 0x56, 0x7f, 0x3e, 0xca, 0x09, 0xc7, - 0x59, 0x9b, 0x5b, 0x30, 0x1b, 0x1f, 0x6d, 0xda, 0x95, 0x6d, 0x4b, 0xac, 0xf5, 0x6c, 0xd8, 0x95, - 0x15, 0xcb, 0xf7, 0x31, 0x83, 0xa0, 0xc7, 0x20, 0xdf, 0xb2, 0xbc, 0x86, 0xed, 0x58, 0x4d, 0xd6, - 0x8b, 0x59, 0x6d, 0x43, 0x12, 0xe5, 0x58, 0x61, 0x98, 0xef, 0x85, 0xa9, 0x0d, 0xcb, 0x69, 0x90, - 0xba, 0xd8, 0x87, 0x0f, 0x7f, 0x22, 0xf6, 0xd3, 0x31, 0x98, 0xd4, 0xce, 0x66, 0xc7, 0x7f, 0xce, - 0x8a, 0xe4, 0x8e, 0xc8, 0xa6, 0x98, 0x3b, 0xe2, 0x05, 0x80, 0x6d, 0xdb, 0xb1, 0xfd, 0x9d, 0x23, - 0x66, 0xa5, 0x60, 0x57, 0xb4, 0x17, 0x14, 0x05, 0xac, 0x51, 0x0b, 0xef, 0xc1, 0x72, 0x07, 0xe4, - 0xea, 0x79, 0xcd, 0xd0, 0xd4, 0xcd, 0x78, 0x1a, 0xf7, 0xfe, 0xda, 0xc0, 0x2c, 0x49, 0xf5, 0x73, - 0xde, 0x09, 0xbc, 0xbd, 0x03, 0xb5, 0xd2, 0x26, 0xe4, 0x3d, 0xe2, 0x77, 0x5a, 0xf4, 0xc4, 0x38, - 0x31, 0x74, 0x37, 0xb0, 0x98, 0x09, 0x2c, 0xea, 0x63, 0x45, 0x69, 0xf1, 0x69, 0x38, 0x11, 0x11, - 0x01, 0xcd, 0x42, 0xf6, 0x16, 0xd9, 0xe3, 0xf3, 0x04, 0xd3, 0x9f, 0x68, 0x3e, 0x72, 0x5b, 0x28, - 0xba, 0xe5, 0x03, 0x99, 0xa7, 0x0c, 0xd3, 0x85, 0x44, 0x07, 0xc0, 0x51, 0x2e, 0x73, 0xe8, 0x58, - 0x34, 0xb5, 0xb4, 0x14, 0x6a, 0x2c, 0x78, 0x64, 0x0c, 0x87, 0x99, 0x3f, 0x1f, 0x07, 0x71, 0x95, - 0x3d, 0xc0, 0x76, 0xa5, 0xdf, 0x60, 0x65, 0x8e, 0x70, 0x83, 0x75, 0x09, 0xa6, 0x6c, 0xc7, 0x0e, - 0x6c, 0xab, 0xc9, 0x9c, 0x3b, 0x42, 0x9d, 0xca, 0xd0, 0xe1, 0xa9, 0x35, 0x0d, 0x96, 0x40, 0x27, - 0x52, 0x17, 0x5d, 0x85, 0x1c, 0xd3, 0x37, 0x62, 0x02, 0x0f, 0x7f, 0xdf, 0xce, 0x42, 0x2d, 0xf8, - 0x7b, 0x22, 0x4e, 0x89, 0x1d, 0x3e, 0x78, 0x5e, 0x0e, 0x75, 0xfc, 0x16, 0xf3, 0x38, 0x3c, 0x7c, - 0xc4, 0xe0, 0xb8, 0xa7, 0x06, 0xa5, 0xb2, 0x6d, 0xd9, 0xcd, 0x8e, 0x47, 0x42, 0x2a, 0xe3, 0x51, - 0x2a, 0x17, 0x62, 0x70, 0xdc, 0x53, 0x03, 0x6d, 0xc3, 0x94, 0x28, 0xe3, 0xf1, 0x4e, 0x13, 0x47, - 0x6c, 0x25, 0x8b, 0x6b, 0xbb, 0xa0, 0x51, 0xc2, 0x11, 0xba, 0xa8, 0x03, 0x73, 0xb6, 0x53, 0x73, - 0x9d, 0x5a, 0xb3, 0xe3, 0xdb, 0xbb, 0x24, 0x7c, 0xcc, 0x73, 0x14, 0x66, 0xa7, 0xf6, 0xbb, 0xc5, - 0xb9, 0xb5, 0x38, 0x39, 0xdc, 0xcb, 0x01, 0xbd, 0x6a, 0xc0, 0xa9, 0x9a, 0xeb, 0xf8, 0xec, 0xa1, - 0xfb, 0x2e, 0x39, 0xef, 0x79, 0xae, 0xc7, 0x79, 0x17, 0x8e, 0xc8, 0x9b, 0xf9, 0x14, 0x57, 0x92, - 0x48, 0xe2, 0x64, 0x4e, 0xe8, 0x25, 0xc8, 0xb7, 0x3d, 0x77, 0xd7, 0xae, 0x13, 0x4f, 0xc4, 0xce, - 0xad, 0xa7, 0x91, 0x78, 0xa3, 0x22, 0x68, 0x86, 0x5b, 0x8f, 0x2c, 0xc1, 0x8a, 0x9f, 0xf9, 0x66, - 0x01, 0xa6, 0xa3, 0xe8, 0xe8, 0x53, 0x00, 0x6d, 0xcf, 0x6d, 0x91, 0x60, 0x87, 0xa8, 0x47, 0x19, - 0x97, 0x47, 0xcd, 0xef, 0x20, 0xe9, 0xc9, 0xe8, 0x15, 0xba, 0x5d, 0x84, 0xa5, 0x58, 0xe3, 0x88, - 0x3c, 0x98, 0xb8, 0xc5, 0xd5, 0xae, 0xb0, 0x42, 0x9e, 0x4f, 0xc5, 0x66, 0x12, 0x9c, 0xd9, 0x6b, - 0x02, 0x51, 0x84, 0x25, 0x23, 0xb4, 0x05, 0xd9, 0xdb, 0x64, 0x2b, 0x9d, 0x27, 0xcc, 0x37, 0x88, - 0x38, 0xcd, 0x94, 0x27, 0xf6, 0xbb, 0xc5, 0xec, 0x0d, 0xb2, 0x85, 0x29, 0x71, 0xda, 0xae, 0x3a, - 0xbf, 0x87, 0x17, 0x5b, 0xc5, 0x88, 0xed, 0x8a, 0x5c, 0xea, 0xf3, 0x76, 0x89, 0x22, 0x2c, 0x19, - 0xa1, 0x97, 0xa0, 0x70, 0xdb, 0xda, 0x25, 0xdb, 0x9e, 0xeb, 0x04, 0x22, 0x64, 0x6a, 0xc4, 0x38, - 0xfd, 0x1b, 0x92, 0x9c, 0xe0, 0xcb, 0xd4, 0xbb, 0x2a, 0xc4, 0x21, 0x3b, 0xb4, 0x0b, 0x79, 0x87, - 0xdc, 0xc6, 0xa4, 0x69, 0xd7, 0xd2, 0x89, 0x8b, 0xbf, 0x2c, 0xa8, 0x09, 0xce, 0x4c, 0xef, 0xc9, - 0x32, 0xac, 0x78, 0xd1, 0xb1, 0xbc, 0xe9, 0x6e, 0x89, 0x8d, 0x6a, 0xc4, 0xb1, 0x54, 0x27, 0x53, - 0x3e, 0x96, 0x97, 0xdc, 0x2d, 0x4c, 0x89, 0xd3, 0x35, 0x52, 0x53, 0xf1, 0x3a, 0x62, 0x9b, 0xba, - 0x9c, 0x6e, 0x9c, 0x12, 0x5f, 0x23, 0x61, 0x29, 0xd6, 0x38, 0xd2, 0xbe, 0x6d, 0x08, 0x67, 0xa5, - 0xd8, 0xa8, 0x46, 0xec, 0xdb, 0xa8, 0xeb, 0x93, 0xf7, 0xad, 0x2c, 0xc3, 0x8a, 0x17, 0xe5, 0x6b, - 0x0b, 0xcf, 0x5f, 0x3a, 0x5b, 0x55, 0xd4, 0x8f, 0xc8, 0xf9, 0xca, 0x32, 0xac, 0x78, 0x99, 0x5f, - 0x1d, 0x87, 0x29, 0x3d, 0xc1, 0xd9, 0x00, 0x36, 0x82, 0xb2, 0x8b, 0x33, 0xc3, 0xd8, 0xc5, 0xf4, - 0x20, 0xa4, 0xdd, 0x71, 0x48, 0x27, 0xcc, 0x5a, 0x6a, 0x66, 0x61, 0x78, 0x10, 0xd2, 0x0a, 0x7d, - 0x1c, 0x61, 0x3a, 0x44, 0xd8, 0x03, 0x35, 0xae, 0xb8, 0xf9, 0x91, 0x8b, 0x1a, 0x57, 0x11, 0x83, - 0xe2, 0x1c, 0x40, 0x98, 0xe8, 0x4b, 0xdc, 0x7d, 0x29, 0xab, 0x4d, 0x4b, 0x40, 0xa6, 0x61, 0xa1, - 0x47, 0x60, 0x9c, 0x2a, 0x68, 0x52, 0x17, 0x2f, 0x75, 0xd5, 0x69, 0xf3, 0x02, 0x2b, 0xc5, 0x02, - 0x8a, 0x9e, 0xa2, 0xb6, 0x54, 0xa8, 0x56, 0xc5, 0x03, 0xdc, 0xf9, 0xd0, 0x96, 0x0a, 0x61, 0x38, - 0x82, 0x49, 0x45, 0x27, 0x54, 0x0b, 0xb2, 0x19, 0xac, 0x89, 0xce, 0x54, 0x23, 0xe6, 0x30, 0xe6, - 0xfd, 0x88, 0x69, 0x4d, 0x36, 0xf3, 0x72, 0x9a, 0xf7, 0x23, 0x06, 0xc7, 0x3d, 0x35, 0x68, 0x63, - 0xc4, 0xb5, 0xdd, 0x24, 0x8f, 0xee, 0xec, 0x73, 0xe1, 0xf6, 0xba, 0x7e, 0x22, 0x98, 0x62, 0x43, - 0xff, 0xc1, 0xf4, 0x92, 0xf5, 0x0d, 0x7e, 0x24, 0x18, 0xcd, 0x78, 0xff, 0x38, 0x4c, 0x47, 0xf7, - 0xca, 0xd4, 0xfd, 0xf3, 0x7f, 0x9e, 0x85, 0x93, 0x97, 0x1b, 0xb6, 0x13, 0xcf, 0x07, 0x94, 0x94, - 0x44, 0xd7, 0x18, 0x36, 0x89, 0x6e, 0xf8, 0xe4, 0x47, 0x64, 0x29, 0x4e, 0x7e, 0xf2, 0x23, 0x53, - 0x18, 0x47, 0x71, 0xd1, 0x4f, 0x0c, 0x78, 0xd0, 0xaa, 0x73, 0xeb, 0xd5, 0x6a, 0x8a, 0xd2, 0x90, - 0xa9, 0x5c, 0xd1, 0xfe, 0x88, 0xba, 0xa8, 0xb7, 0xf1, 0x4b, 0xa5, 0x03, 0xb8, 0xf2, 0x11, 0x7f, - 0x97, 0x68, 0xc1, 0x83, 0x07, 0xa1, 0xe2, 0x03, 0xc5, 0x5f, 0xbc, 0x02, 0xef, 0x3c, 0x94, 0xd1, - 0x50, 0xb3, 0xe5, 0x33, 0x06, 0x14, 0xb8, 0xfb, 0x14, 0x93, 0x6d, 0xba, 0x55, 0x58, 0x6d, 0xfb, - 0x3a, 0xf1, 0x7c, 0x99, 0xdd, 0x4b, 0x3b, 0xe0, 0x95, 0x2a, 0x6b, 0x02, 0x82, 0x35, 0x2c, 0xba, - 0x19, 0xdf, 0xb2, 0x9d, 0xba, 0x18, 0x26, 0xb5, 0x19, 0x3f, 0x6f, 0x3b, 0x75, 0xcc, 0x20, 0x6a, - 0xbb, 0xce, 0xf6, 0x75, 0x6b, 0xbc, 0x69, 0xc0, 0x34, 0x7b, 0xe7, 0x18, 0x1e, 0x3d, 0x9e, 0x54, - 0x31, 0x2d, 0x5c, 0x8c, 0x33, 0xd1, 0x98, 0x96, 0xbb, 0xdd, 0xe2, 0x24, 0x7f, 0x19, 0x19, 0x0d, - 0x71, 0xf9, 0xb0, 0xf0, 0x57, 0xb0, 0xc8, 0x9b, 0xcc, 0xd0, 0xc7, 0x69, 0xe5, 0xcf, 0xab, 0x4a, - 0x22, 0x38, 0xa4, 0x67, 0xbe, 0x0c, 0x53, 0xfa, 0x83, 0x05, 0xf4, 0x24, 0x4c, 0xb6, 0x6d, 0xa7, - 0x11, 0x7d, 0xd8, 0xa6, 0x7c, 0xba, 0x95, 0x10, 0x84, 0x75, 0x3c, 0x56, 0xcd, 0x0d, 0xab, 0xc5, - 0x5c, 0xc1, 0x15, 0x57, 0xaf, 0x16, 0xfe, 0x31, 0xff, 0x20, 0x0b, 0x27, 0x13, 0x1e, 0xc6, 0xa0, - 0xd7, 0x0c, 0x18, 0x67, 0x51, 0xfa, 0x32, 0x6a, 0xe5, 0xc5, 0xd4, 0x1f, 0xdf, 0x2c, 0xb1, 0xc7, - 0x00, 0x62, 0x1e, 0xab, 0xed, 0x93, 0x17, 0x62, 0xc1, 0x1c, 0xfd, 0x9a, 0x01, 0x93, 0x96, 0xb6, - 0xd4, 0x78, 0x20, 0xcf, 0x56, 0xfa, 0xc2, 0xf4, 0xac, 0x2c, 0x2d, 0x00, 0x31, 0x5c, 0x48, 0xba, - 0x2c, 0x8b, 0xef, 0x87, 0x49, 0xad, 0x09, 0xc3, 0xac, 0x90, 0xc5, 0x67, 0x61, 0x76, 0xa4, 0x15, - 0xf6, 0x21, 0x18, 0x36, 0x59, 0x1d, 0x55, 0x58, 0xb7, 0xf5, 0xc7, 0xc7, 0xaa, 0xc7, 0xc5, 0xeb, - 0x63, 0x01, 0x35, 0xb7, 0x60, 0x36, 0x7e, 0xb8, 0x4a, 0xfd, 0xde, 0xfa, 0xbd, 0x30, 0x64, 0x7a, - 0x39, 0xf3, 0xbb, 0x19, 0x98, 0x10, 0xaf, 0xeb, 0xee, 0x41, 0xec, 0xee, 0xad, 0xc8, 0xa5, 0xce, - 0x5a, 0x2a, 0x8f, 0x02, 0xfb, 0x06, 0xee, 0xfa, 0xb1, 0xc0, 0xdd, 0xe7, 0xd3, 0x61, 0x77, 0x70, - 0xd4, 0xee, 0x9b, 0x63, 0x30, 0x13, 0x7b, 0xad, 0x48, 0x4d, 0x95, 0x9e, 0x60, 0xb5, 0x6b, 0xa9, - 0x3e, 0x88, 0x54, 0x71, 0xe5, 0x07, 0xc7, 0xad, 0xf9, 0x91, 0x2c, 0x9e, 0x57, 0x53, 0x4b, 0x00, - 0xfe, 0xab, 0x84, 0x9e, 0xc3, 0xc6, 0x61, 0xfd, 0x9d, 0x01, 0xf7, 0xf7, 0x7d, 0xd4, 0xca, 0x72, - 0xa2, 0x78, 0x51, 0xa8, 0x58, 0x90, 0x29, 0x3f, 0xdd, 0x57, 0x37, 0x2c, 0xf1, 0x34, 0x16, 0x71, - 0xf6, 0xe8, 0x09, 0x98, 0x62, 0xaa, 0x95, 0xee, 0x29, 0x01, 0x69, 0x0b, 0x07, 0x31, 0x73, 0x15, - 0x56, 0xb5, 0x72, 0x1c, 0xc1, 0x32, 0xbf, 0x62, 0xc0, 0x42, 0xbf, 0x0c, 0x19, 0x03, 0x1c, 0x0c, - 0xff, 0x5b, 0x2c, 0xb8, 0xb8, 0xd8, 0x13, 0x5c, 0x1c, 0x3b, 0x1a, 0xca, 0x38, 0x62, 0xed, 0x54, - 0x96, 0x3d, 0x24, 0x76, 0xf6, 0xf3, 0x06, 0x9c, 0xee, 0xb3, 0x9a, 0x7a, 0x82, 0xcc, 0x8d, 0x23, - 0x07, 0x99, 0x67, 0x06, 0x0d, 0x32, 0x37, 0xbf, 0x9f, 0x85, 0x59, 0x21, 0x4f, 0x68, 0x5f, 0x3d, - 0x15, 0x09, 0xd1, 0x7e, 0x57, 0x2c, 0x44, 0x7b, 0x3e, 0x8e, 0xff, 0xab, 0xf8, 0xec, 0xb7, 0x57, - 0x7c, 0xf6, 0x2f, 0x32, 0x70, 0x2a, 0x31, 0x71, 0x07, 0xfa, 0x6c, 0x82, 0x6a, 0xb8, 0x91, 0x72, - 0x86, 0x90, 0x01, 0x95, 0xc3, 0xa8, 0x41, 0xcd, 0x5f, 0xd2, 0x83, 0x89, 0xf9, 0x56, 0xbf, 0x7d, - 0x0c, 0xb9, 0x4e, 0x86, 0x8c, 0x2b, 0x36, 0xff, 0x4f, 0x16, 0x1e, 0x1d, 0x94, 0xd0, 0xdb, 0xf4, - 0xdd, 0x89, 0x1f, 0x79, 0x77, 0x72, 0x8f, 0xd4, 0xf6, 0xb1, 0x3c, 0x41, 0xf9, 0x6a, 0x56, 0xa9, - 0xbd, 0xde, 0xf9, 0x39, 0xd0, 0x6d, 0xe2, 0x04, 0x35, 0xed, 0xc2, 0xb4, 0xc4, 0x72, 0x2b, 0x9c, - 0xa8, 0xf2, 0xe2, 0xbb, 0xdd, 0xe2, 0x9c, 0x48, 0xf1, 0x57, 0x25, 0x81, 0x28, 0xc4, 0xb2, 0x12, - 0x7a, 0x14, 0xf2, 0x1e, 0x87, 0xca, 0x48, 0x7b, 0x71, 0x25, 0xcb, 0xcb, 0xb0, 0x82, 0xa2, 0x4f, - 0x6b, 0xb6, 0xf0, 0xd8, 0x71, 0x65, 0x49, 0x38, 0xe8, 0xa6, 0xf9, 0x45, 0xc8, 0xfb, 0x32, 0x31, - 0x27, 0xbf, 0x0e, 0x78, 0x7c, 0xc0, 0x07, 0x1c, 0xf4, 0xe8, 0x24, 0xb3, 0x74, 0xf2, 0xf6, 0xa9, - 0x1c, 0x9e, 0x8a, 0x24, 0x32, 0xd5, 0xa9, 0x85, 0xfb, 0x18, 0x21, 0xe1, 0xc4, 0xf2, 0x03, 0x03, - 0x26, 0xc5, 0x68, 0xdd, 0x83, 0x37, 0x25, 0x37, 0xa3, 0x6f, 0x4a, 0xce, 0xa7, 0xb2, 0x77, 0xf4, - 0x79, 0x50, 0x72, 0x13, 0xa6, 0xf4, 0xdc, 0x4d, 0xe8, 0x05, 0x6d, 0xef, 0x33, 0x46, 0xc9, 0x86, - 0x22, 0x77, 0xc7, 0x70, 0x5f, 0x34, 0x7f, 0x23, 0xaf, 0x7a, 0x91, 0xf9, 0x21, 0xf4, 0x39, 0x68, - 0x1c, 0x38, 0x07, 0xf5, 0x29, 0x90, 0x49, 0x7f, 0x0a, 0x5c, 0x85, 0xbc, 0xdc, 0xa0, 0x84, 0x1a, - 0x7f, 0x58, 0x8f, 0xb2, 0xa3, 0xb6, 0x00, 0x25, 0xa6, 0x4d, 0x5c, 0x76, 0xd4, 0x52, 0x63, 0xa8, - 0x36, 0x4e, 0x45, 0x06, 0xbd, 0x04, 0x93, 0xb7, 0x5d, 0xef, 0x56, 0xd3, 0xb5, 0x58, 0xca, 0x5d, - 0x48, 0xe3, 0x62, 0x47, 0x39, 0xbc, 0x78, 0xa8, 0xf3, 0x8d, 0x90, 0x3e, 0xd6, 0x99, 0xa1, 0x12, - 0xcc, 0xb4, 0x6c, 0x07, 0x13, 0xab, 0xae, 0x9e, 0x8e, 0x8c, 0xf1, 0x9c, 0xa0, 0xd2, 0xc8, 0xdd, - 0x88, 0x82, 0x71, 0x1c, 0x1f, 0x7d, 0x12, 0xf2, 0xbe, 0xc8, 0x84, 0x94, 0xce, 0x15, 0x9c, 0x3a, - 0x33, 0x72, 0xa2, 0x61, 0xdf, 0xc9, 0x12, 0xac, 0x18, 0xa2, 0x75, 0x98, 0xf7, 0x44, 0xae, 0x91, - 0xc8, 0x17, 0x42, 0xf8, 0xfa, 0x64, 0xa9, 0x27, 0x71, 0x02, 0x1c, 0x27, 0xd6, 0xa2, 0x56, 0x0c, - 0x4b, 0x42, 0xc6, 0xef, 0x04, 0x34, 0x37, 0x3a, 0x9b, 0xf0, 0x75, 0x2c, 0xa0, 0x07, 0x3d, 0x45, - 0xca, 0x8f, 0xf0, 0x14, 0xa9, 0x0a, 0xa7, 0xe2, 0x20, 0x96, 0x11, 0x85, 0x25, 0x61, 0xd1, 0xb4, - 0x47, 0x25, 0x09, 0x09, 0x27, 0xd7, 0x45, 0x37, 0xa0, 0xe0, 0x11, 0x76, 0xbe, 0x28, 0xc9, 0x4b, - 0xff, 0xa1, 0xc3, 0x9b, 0xb0, 0x24, 0x80, 0x43, 0x5a, 0x74, 0xdc, 0xad, 0x68, 0x5a, 0xcc, 0xab, - 0x29, 0x7e, 0xe3, 0x4c, 0x8c, 0x7d, 0x9f, 0x4c, 0x45, 0xe6, 0x5b, 0xd3, 0x70, 0x22, 0xe2, 0x5b, - 0x40, 0x0f, 0x43, 0x8e, 0xa5, 0x88, 0x61, 0xdb, 0x43, 0x3e, 0xdc, 0xc2, 0x78, 0xe7, 0x70, 0x18, - 0xfa, 0x82, 0x01, 0x33, 0xed, 0x88, 0x17, 0x56, 0xee, 0x9c, 0x23, 0xde, 0xf3, 0x45, 0x5d, 0xbb, - 0x5a, 0x42, 0xe9, 0x28, 0x33, 0x1c, 0xe7, 0x4e, 0x17, 0xa0, 0x88, 0x11, 0x6c, 0x12, 0x8f, 0x61, - 0x0b, 0x1b, 0x47, 0x91, 0x58, 0x89, 0x82, 0x71, 0x1c, 0x9f, 0x8e, 0x30, 0x6b, 0xdd, 0x28, 0x1f, - 0x3f, 0x2a, 0x49, 0x02, 0x38, 0xa4, 0x85, 0x9e, 0x85, 0x69, 0x91, 0x0d, 0xb1, 0xe2, 0xd6, 0x2f, - 0x5a, 0xfe, 0x8e, 0x30, 0xee, 0xd5, 0x61, 0x64, 0x25, 0x02, 0xc5, 0x31, 0x6c, 0xd6, 0xb6, 0x30, - 0xe5, 0x24, 0x23, 0x30, 0x1e, 0xcd, 0xb7, 0xbd, 0x12, 0x05, 0xe3, 0x38, 0x3e, 0xfb, 0x00, 0x83, - 0xdc, 0xf7, 0xf9, 0x3d, 0x5d, 0xf8, 0x01, 0x86, 0xde, 0xbd, 0xbf, 0x04, 0x33, 0x1d, 0x76, 0x16, - 0xaa, 0x4b, 0xa0, 0x58, 0x8f, 0x8a, 0xe1, 0xb5, 0x28, 0x18, 0xc7, 0xf1, 0xd1, 0xd3, 0x70, 0xc2, - 0xa3, 0xbb, 0x9b, 0x22, 0xc0, 0x2f, 0xef, 0xd4, 0xdd, 0x0c, 0xd6, 0x81, 0x38, 0x8a, 0x8b, 0x9e, - 0x83, 0xb9, 0x30, 0x79, 0x98, 0x24, 0xc0, 0x6f, 0xf3, 0x54, 0x5e, 0x9c, 0x52, 0x1c, 0x01, 0xf7, - 0xd6, 0x41, 0xff, 0x03, 0x66, 0xb5, 0x9e, 0x58, 0x73, 0xea, 0xe4, 0x8e, 0x48, 0xf0, 0xc4, 0x3e, - 0x8d, 0xb0, 0x12, 0x83, 0xe1, 0x1e, 0x6c, 0xf4, 0x01, 0x98, 0xae, 0xb9, 0xcd, 0x26, 0xdb, 0xe3, - 0x78, 0xae, 0x67, 0x9e, 0xc9, 0x89, 0xe7, 0xbc, 0x8a, 0x40, 0x70, 0x0c, 0x13, 0x5d, 0x02, 0xe4, - 0x6e, 0xf9, 0xc4, 0xdb, 0x25, 0xf5, 0xe7, 0xf8, 0xe7, 0x54, 0xa9, 0x8a, 0x3f, 0x11, 0x8d, 0x50, - 0xbe, 0xd2, 0x83, 0x81, 0x13, 0x6a, 0xb1, 0xb4, 0x3a, 0xda, 0x8b, 0xae, 0xe9, 0x34, 0x3e, 0x04, - 0x14, 0x3f, 0xb9, 0x1f, 0xfa, 0x9c, 0xcb, 0x83, 0x71, 0x1e, 0x30, 0x9e, 0x4e, 0x4a, 0x27, 0x3d, - 0xed, 0x6b, 0xa8, 0x23, 0x78, 0x29, 0x16, 0x9c, 0xd0, 0xa7, 0xa0, 0xb0, 0x25, 0x73, 0x80, 0x2f, - 0xcc, 0xa6, 0xa1, 0x17, 0x63, 0xe9, 0xec, 0xc3, 0x93, 0xa9, 0x02, 0xe0, 0x90, 0x25, 0x7a, 0x04, - 0x26, 0x2f, 0x56, 0x4a, 0x6a, 0x16, 0xce, 0xb1, 0xd1, 0x1f, 0xa3, 0x55, 0xb0, 0x0e, 0xa0, 0x2b, - 0x4c, 0xd9, 0x4b, 0x28, 0xfa, 0x89, 0x93, 0x04, 0xf3, 0x87, 0x62, 0xb3, 0xeb, 0x48, 0x5c, 0x5d, - 0x38, 0x19, 0xc3, 0x16, 0xe5, 0x58, 0x61, 0xa0, 0x17, 0x61, 0x52, 0xe8, 0x0b, 0xb6, 0x37, 0xcd, - 0x1f, 0xed, 0xb5, 0x20, 0x0e, 0x49, 0x60, 0x9d, 0x1e, 0xbb, 0x65, 0x62, 0xa9, 0x91, 0xc9, 0x85, - 0x4e, 0xb3, 0xb9, 0x70, 0x8a, 0xed, 0x9b, 0xe1, 0x2d, 0x53, 0x08, 0xc2, 0x3a, 0x1e, 0x7a, 0x5c, - 0x46, 0x4e, 0xbc, 0x23, 0x72, 0xed, 0xa6, 0x22, 0x27, 0x94, 0x95, 0xdb, 0x27, 0xa0, 0xf8, 0xf4, - 0x21, 0x21, 0x0b, 0x5b, 0xb0, 0x28, 0x4d, 0xac, 0xde, 0x45, 0xb2, 0xb0, 0x10, 0xf1, 0x12, 0x2c, - 0xde, 0xe8, 0x8b, 0x89, 0x0f, 0xa0, 0x82, 0xb6, 0x20, 0x6b, 0x35, 0xb7, 0x16, 0xee, 0x4f, 0xc3, - 0x56, 0x54, 0x9f, 0x47, 0xe6, 0x41, 0x40, 0xa5, 0xf5, 0x32, 0xa6, 0xc4, 0xcd, 0x57, 0x33, 0xca, - 0x2b, 0xaf, 0x52, 0x5d, 0xbe, 0xac, 0xcf, 0x6a, 0x23, 0x8d, 0xcf, 0x7f, 0xf6, 0x24, 0xca, 0xe7, - 0x0a, 0x29, 0x71, 0x4e, 0xb7, 0xd5, 0x3a, 0x4e, 0x25, 0x8f, 0x49, 0x34, 0x8d, 0x27, 0x3f, 0xcd, - 0x45, 0x57, 0xb1, 0xf9, 0xe3, 0xbc, 0x72, 0x42, 0xc5, 0x42, 0x01, 0x3c, 0xc8, 0xd9, 0x7e, 0x60, - 0xbb, 0x29, 0xbe, 0x6c, 0x8b, 0xe5, 0xbf, 0x64, 0x81, 0xb3, 0x0c, 0x80, 0x39, 0x2b, 0xca, 0xd3, - 0x69, 0xd8, 0xce, 0x1d, 0xd1, 0xfc, 0xab, 0xa9, 0xdf, 0xf1, 0x73, 0x9e, 0x0c, 0x80, 0x39, 0x2b, - 0x74, 0x93, 0xcf, 0xb4, 0x74, 0x3e, 0xf5, 0x1a, 0xff, 0x82, 0x73, 0x74, 0xc6, 0x51, 0x5e, 0x7e, - 0xcb, 0x16, 0x36, 0xcc, 0x88, 0xbc, 0xaa, 0x1b, 0x6b, 0x49, 0xbc, 0xaa, 0x1b, 0x6b, 0x98, 0x32, - 0x41, 0xaf, 0x1b, 0x00, 0x96, 0xfa, 0x94, 0x71, 0x3a, 0x5f, 0x95, 0xe8, 0xf7, 0x69, 0x64, 0x1e, - 0xeb, 0x16, 0x42, 0xb1, 0xc6, 0x19, 0xbd, 0x04, 0x13, 0x16, 0xff, 0x26, 0x8e, 0x08, 0x23, 0x4c, - 0xe7, 0x43, 0x4f, 0x31, 0x09, 0x58, 0xfc, 0xa4, 0x00, 0x61, 0xc9, 0x90, 0xf2, 0x0e, 0x3c, 0x8b, - 0x6c, 0xdb, 0xb7, 0x44, 0x3c, 0x61, 0x75, 0xe4, 0xd4, 0xd6, 0x94, 0x58, 0x12, 0x6f, 0x01, 0xc2, - 0x92, 0x21, 0xff, 0x7a, 0xa8, 0xe5, 0x58, 0xea, 0x71, 0x48, 0x3a, 0x4f, 0x88, 0xf4, 0xe7, 0x26, - 0xda, 0xd7, 0x43, 0x75, 0x46, 0x38, 0xca, 0x17, 0xed, 0xc2, 0xb8, 0xc5, 0xbe, 0xfe, 0x25, 0xce, - 0x47, 0xa3, 0xe6, 0xec, 0x4a, 0xf8, 0x92, 0x18, 0xdf, 0x5c, 0x38, 0x04, 0x0b, 0x6e, 0xe6, 0xcf, - 0xb2, 0x00, 0x4c, 0x04, 0xfe, 0x50, 0xba, 0xc5, 0x92, 0xeb, 0xed, 0xb8, 0x75, 0xb1, 0xa5, 0xa4, - 0xf8, 0xde, 0x19, 0x44, 0x26, 0xbd, 0x1d, 0xb7, 0x8e, 0x05, 0x13, 0xd4, 0x80, 0xb1, 0xb6, 0x15, - 0xec, 0xa4, 0xff, 0xb8, 0x3a, 0xcf, 0x5f, 0x0c, 0x05, 0x3b, 0x98, 0x31, 0x40, 0xaf, 0x18, 0x30, - 0xc1, 0x9f, 0x57, 0x4b, 0x17, 0xf7, 0xc8, 0xf7, 0xb8, 0xb2, 0xcf, 0x96, 0xf8, 0x1b, 0x6e, 0x11, - 0x24, 0xa1, 0x54, 0xb2, 0x28, 0xc5, 0x92, 0xed, 0xe2, 0x6b, 0x06, 0x4c, 0xe9, 0xa8, 0x09, 0xe1, - 0x0d, 0x1f, 0xd3, 0xc3, 0x1b, 0xd2, 0xec, 0x0f, 0x3d, 0x52, 0xe2, 0x1f, 0x0d, 0xd0, 0xbe, 0xf5, - 0x1a, 0x06, 0x37, 0x1a, 0x03, 0x07, 0x37, 0x66, 0x86, 0x0c, 0x6e, 0xcc, 0x0e, 0x15, 0xdc, 0x38, - 0x36, 0x7c, 0x70, 0x63, 0xae, 0x7f, 0x70, 0xa3, 0xf9, 0x86, 0x01, 0x73, 0x3d, 0xfb, 0x70, 0xfc, - 0x9b, 0xfa, 0xc6, 0x80, 0xdf, 0xd4, 0x5f, 0x85, 0x59, 0x91, 0xfc, 0xb9, 0xda, 0x6e, 0xda, 0x89, - 0x0f, 0xdf, 0x37, 0x63, 0x70, 0xdc, 0x53, 0xc3, 0xfc, 0x13, 0x03, 0x26, 0xb5, 0xe7, 0x72, 0xb4, - 0x1d, 0xec, 0x59, 0xa1, 0x10, 0x23, 0xcc, 0x7b, 0xcd, 0xae, 0x14, 0x38, 0x8c, 0xdf, 0x6e, 0x35, - 0xb4, 0x44, 0xa3, 0xe1, 0xed, 0x16, 0x2d, 0xc5, 0x02, 0xca, 0x53, 0x48, 0x92, 0x36, 0xeb, 0xf4, - 0xac, 0x9e, 0x42, 0x92, 0xb4, 0x31, 0x83, 0x30, 0x76, 0xd4, 0x7e, 0x15, 0x71, 0xaf, 0x5a, 0x9a, - 0x6d, 0xcb, 0x0b, 0x30, 0x87, 0xa1, 0x33, 0x90, 0x25, 0x4e, 0x5d, 0x1c, 0xb6, 0xd5, 0xa7, 0xad, - 0xce, 0x3b, 0x75, 0x4c, 0xcb, 0xcd, 0x2b, 0x30, 0x55, 0x25, 0x35, 0x8f, 0x04, 0xcf, 0x93, 0xbd, - 0x81, 0xbf, 0x95, 0x45, 0x67, 0x7b, 0xec, 0x5b, 0x59, 0xb4, 0x3a, 0x2d, 0x37, 0x7f, 0xcf, 0x80, - 0x58, 0x2e, 0x78, 0xcd, 0xd3, 0x6d, 0xf4, 0xf3, 0x74, 0x47, 0x7c, 0xb2, 0x99, 0x03, 0x7d, 0xb2, - 0x97, 0x00, 0xb5, 0xe8, 0x52, 0x88, 0x7c, 0xf9, 0x40, 0xf8, 0x39, 0xc2, 0xc7, 0xb9, 0x3d, 0x18, - 0x38, 0xa1, 0x96, 0xf9, 0xbb, 0x5c, 0x58, 0x3d, 0x3b, 0xfc, 0xe1, 0x1d, 0xd0, 0x81, 0x1c, 0x23, - 0x25, 0x9c, 0x3d, 0x95, 0xd1, 0x16, 0x77, 0x6f, 0x92, 0x8b, 0x70, 0x20, 0xc5, 0x92, 0x67, 0xdc, - 0xcc, 0xef, 0x73, 0x59, 0xb5, 0xf4, 0xf1, 0x03, 0xc8, 0xda, 0x8a, 0xca, 0x7a, 0x31, 0xad, 0xbd, - 0x32, 0x59, 0x46, 0xb4, 0x04, 0xd0, 0x26, 0x5e, 0x8d, 0x38, 0x81, 0x0c, 0xc7, 0xce, 0x89, 0xe7, - 0x2b, 0xaa, 0x14, 0x6b, 0x18, 0xe6, 0x2b, 0x06, 0xcc, 0x56, 0x03, 0xbb, 0x76, 0xcb, 0x76, 0xf8, - 0x73, 0xac, 0x6d, 0xbb, 0x41, 0x4f, 0x47, 0x44, 0x7c, 0x06, 0x8a, 0xbb, 0xdf, 0xd4, 0x56, 0x2c, - 0xbf, 0xfe, 0x24, 0xe1, 0xa8, 0x04, 0x33, 0xd2, 0xcb, 0x2f, 0x7d, 0xa6, 0xfc, 0x19, 0xa9, 0xf2, - 0xd1, 0xac, 0x46, 0xc1, 0x38, 0x8e, 0x6f, 0x7e, 0x1a, 0x26, 0xb5, 0xfd, 0x95, 0x6d, 0x45, 0x77, - 0xac, 0x5a, 0x10, 0x5f, 0xc2, 0xe7, 0x69, 0x21, 0xe6, 0x30, 0xe6, 0xda, 0xe5, 0xf1, 0xba, 0xb1, - 0x25, 0x2c, 0xa2, 0x74, 0x05, 0x94, 0x12, 0xf3, 0x48, 0x83, 0xdc, 0x91, 0x29, 0x4d, 0x25, 0x31, - 0x4c, 0x0b, 0x31, 0x87, 0x99, 0x8f, 0x41, 0x5e, 0x3e, 0xf6, 0x67, 0x2f, 0x66, 0xa5, 0xdb, 0x51, - 0x7f, 0x31, 0xeb, 0x7a, 0x01, 0x66, 0x10, 0xf3, 0x3a, 0xe4, 0x65, 0x4e, 0x82, 0xc3, 0xb1, 0xe9, - 0xaa, 0xf2, 0x1d, 0xfb, 0xa2, 0xeb, 0x07, 0x32, 0x91, 0x02, 0xbf, 0x8a, 0xb8, 0xbc, 0xc6, 0xca, - 0xb0, 0x82, 0x9a, 0x73, 0x30, 0xa3, 0xee, 0x18, 0x44, 0x00, 0xe5, 0xb7, 0xb2, 0x30, 0x15, 0xf9, - 0xe6, 0xf1, 0xe1, 0xd3, 0x6d, 0xf0, 0x55, 0x9c, 0x70, 0x57, 0x90, 0x1d, 0xf2, 0xae, 0x40, 0xbf, - 0x9c, 0x19, 0x3b, 0xde, 0xcb, 0x99, 0x5c, 0x3a, 0x97, 0x33, 0x01, 0x4c, 0xf8, 0x42, 0x51, 0x8d, - 0xa7, 0xe1, 0xc4, 0x89, 0x8d, 0x18, 0xb7, 0x8d, 0xa5, 0xbe, 0x93, 0xac, 0xcc, 0xaf, 0xe7, 0x60, - 0x3a, 0x9a, 0x8d, 0x69, 0x80, 0x91, 0x7c, 0xac, 0x67, 0x24, 0x87, 0xf4, 0x95, 0x66, 0x47, 0xf5, - 0x95, 0x8e, 0x8d, 0xea, 0x2b, 0xcd, 0x1d, 0xc1, 0x57, 0xda, 0xeb, 0xe9, 0x1c, 0x1f, 0xd8, 0xd3, - 0xf9, 0x8c, 0x0a, 0xf4, 0x99, 0x88, 0xdc, 0x8c, 0x87, 0x81, 0x3e, 0x28, 0x3a, 0x0c, 0x2b, 0x6e, - 0x3d, 0x31, 0x60, 0x2a, 0x7f, 0x88, 0x4f, 0xc8, 0x4b, 0x8c, 0xcb, 0x19, 0xfe, 0x3a, 0xe6, 0x1d, - 0x43, 0xc4, 0xe4, 0x3c, 0x09, 0x93, 0x62, 0x3e, 0x31, 0x5b, 0x09, 0xa2, 0x76, 0x56, 0x35, 0x04, - 0x61, 0x1d, 0x8f, 0x7d, 0x25, 0x33, 0xfa, 0x59, 0x50, 0xe6, 0x7a, 0xd6, 0xbf, 0x92, 0x19, 0xfb, - 0x8c, 0x68, 0x1c, 0xdf, 0xfc, 0x24, 0x9c, 0x4a, 0x3c, 0x09, 0x32, 0xd7, 0x18, 0x53, 0xe3, 0xa4, - 0x2e, 0x10, 0x34, 0x31, 0x62, 0xc9, 0x7a, 0x17, 0x6f, 0xf4, 0xc5, 0xc4, 0x07, 0x50, 0x31, 0xbf, - 0x96, 0x85, 0xe9, 0xe8, 0x27, 0x96, 0xd0, 0x6d, 0xe5, 0x37, 0x4a, 0xc5, 0x65, 0xc5, 0xc9, 0x6a, - 0x19, 0x7e, 0xfa, 0x3a, 0x81, 0x6f, 0xb3, 0xf9, 0xb5, 0xa5, 0xd2, 0x0d, 0x1d, 0x1f, 0x63, 0xe1, - 0x7d, 0x15, 0xec, 0xd8, 0x57, 0x94, 0xc2, 0x67, 0x16, 0xe2, 0xd8, 0x95, 0x3a, 0xf7, 0xf0, 0xe1, - 0x84, 0x62, 0x85, 0x35, 0xb6, 0x54, 0xb7, 0xec, 0x12, 0xcf, 0xde, 0xb6, 0xd5, 0xe7, 0x21, 0xd9, - 0xce, 0x7d, 0x5d, 0x94, 0x61, 0x05, 0x35, 0x5f, 0xc9, 0x40, 0xf8, 0x31, 0x5c, 0xf6, 0x1d, 0x12, - 0x5f, 0x33, 0x71, 0xc5, 0xb0, 0x5d, 0x1a, 0xf5, 0x63, 0x3f, 0x21, 0x45, 0x11, 0x84, 0xa9, 0x95, - 0xe0, 0x08, 0xc7, 0x5f, 0xc2, 0x47, 0x70, 0x2d, 0x98, 0x89, 0x3d, 0x3e, 0x4d, 0x3d, 0xd2, 0xfd, - 0xa7, 0x59, 0x28, 0xa8, 0xe7, 0xbb, 0xe8, 0xfd, 0x11, 0x7f, 0x43, 0xa1, 0xfc, 0x4e, 0x2d, 0xe5, - 0xfe, 0x8e, 0x5b, 0xbf, 0xdb, 0x2d, 0xce, 0x28, 0xe4, 0x98, 0xef, 0xe0, 0x0c, 0x64, 0x3b, 0x5e, - 0x33, 0x7e, 0xa0, 0xb8, 0x86, 0xd7, 0x31, 0x2d, 0x47, 0x77, 0xe2, 0x07, 0xfe, 0x8d, 0x94, 0x9e, - 0x1c, 0x73, 0xcb, 0xbb, 0xff, 0x41, 0x9f, 0x6a, 0xc9, 0x2d, 0xb7, 0xbe, 0x17, 0x4f, 0xd1, 0x5f, - 0x76, 0xeb, 0x7b, 0x98, 0x41, 0xd0, 0xb3, 0x30, 0x1d, 0xd8, 0x2d, 0xe2, 0x76, 0x02, 0xfd, 0x53, - 0xa3, 0xd9, 0xf0, 0x52, 0x73, 0x33, 0x02, 0xc5, 0x31, 0x6c, 0xaa, 0x65, 0x6f, 0xfa, 0xae, 0xc3, - 0xf2, 0xee, 0x8d, 0x47, 0x6f, 0x40, 0x2e, 0x55, 0xaf, 0x5c, 0x66, 0x7e, 0x0f, 0x85, 0x41, 0xb1, - 0x6d, 0xf6, 0x56, 0xcf, 0x23, 0x22, 0xa6, 0x60, 0x36, 0xcc, 0xe4, 0xc0, 0xcb, 0xb1, 0xc2, 0x40, - 0xab, 0x9c, 0x36, 0x95, 0x96, 0x69, 0x94, 0xa9, 0xf2, 0xa3, 0x92, 0x2e, 0x2d, 0xbb, 0xdb, 0x2d, - 0x2e, 0x10, 0xa7, 0xe6, 0xd6, 0x6d, 0xa7, 0xb1, 0x4c, 0x11, 0x97, 0xb0, 0x75, 0x5b, 0xaa, 0x1a, - 0x55, 0xd3, 0xbc, 0x06, 0x33, 0xb1, 0x0e, 0x93, 0x07, 0x40, 0x23, 0xf9, 0x00, 0x38, 0x58, 0x56, - 0xfd, 0x3f, 0x34, 0x60, 0xae, 0x67, 0x0b, 0x18, 0xf4, 0x21, 0x47, 0x5c, 0x19, 0x65, 0x8e, 0xae, - 0x8c, 0xb2, 0xc3, 0x29, 0xa3, 0xf2, 0xd6, 0x77, 0xde, 0x3a, 0x7b, 0xdf, 0xf7, 0xde, 0x3a, 0x7b, - 0xdf, 0x0f, 0xdf, 0x3a, 0x7b, 0xdf, 0x2b, 0xfb, 0x67, 0x8d, 0xef, 0xec, 0x9f, 0x35, 0xbe, 0xb7, - 0x7f, 0xd6, 0xf8, 0xe1, 0xfe, 0x59, 0xe3, 0x6f, 0xf7, 0xcf, 0x1a, 0x6f, 0xfc, 0xf4, 0xec, 0x7d, - 0x2f, 0x3c, 0x13, 0x4e, 0xd0, 0x65, 0x39, 0x41, 0xd9, 0x8f, 0xf7, 0xc8, 0xe9, 0xb8, 0xdc, 0xbe, - 0xd5, 0x58, 0xa6, 0x13, 0x74, 0x59, 0x95, 0xc8, 0x09, 0xfa, 0x6f, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x66, 0x81, 0x50, 0xfb, 0x3e, 0x94, 0x00, 0x00, + // 7736 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x6c, 0x24, 0xd9, + 0x71, 0xd8, 0xf5, 0x0c, 0x3f, 0x66, 0x8a, 0x5c, 0x7e, 0xbc, 0xe5, 0x6a, 0x79, 0x7b, 0xb7, 0x3b, + 0xa7, 0x3e, 0xe3, 0x72, 0x4e, 0x24, 0x52, 0x3a, 0xdd, 0x25, 0x67, 0x9f, 0x70, 0xc9, 0x0c, 0xb9, + 0x7b, 0xcb, 0x3d, 0x72, 0x8f, 0x5b, 0xc3, 0xbd, 0x95, 0x25, 0x9d, 0xad, 0xe6, 0xcc, 0xe3, 0xb0, + 0x8f, 0x33, 0xdd, 0xe3, 0xee, 0x1e, 0x72, 0x79, 0x3a, 0x58, 0xa7, 0x08, 0xa7, 0x28, 0x81, 0x04, + 0x2b, 0xb1, 0x85, 0x20, 0x08, 0x10, 0x18, 0x81, 0x80, 0x7c, 0xc8, 0xbf, 0x8c, 0x04, 0xf9, 0x63, + 0x20, 0x41, 0xfc, 0x11, 0xe5, 0x87, 0x03, 0x39, 0x40, 0x22, 0xdb, 0x80, 0x27, 0x11, 0x95, 0x3f, + 0x09, 0x12, 0x18, 0x01, 0x1c, 0x04, 0xde, 0x5f, 0xc1, 0xfb, 0xec, 0xd7, 0x3d, 0x3d, 0xdc, 0x21, + 0xa7, 0xb9, 0x3a, 0xc4, 0xfe, 0x37, 0xf3, 0xaa, 0x5e, 0x55, 0xbd, 0xcf, 0xaa, 0x57, 0xaf, 0x5e, + 0x35, 0x6c, 0xb6, 0xdc, 0x68, 0xbf, 0xb7, 0xbb, 0xd2, 0xf0, 0x3b, 0xab, 0x4e, 0xd0, 0xf2, 0xbb, + 0x81, 0xff, 0x2e, 0xff, 0xf1, 0xc9, 0xc0, 0x6f, 0xb7, 0xfd, 0x5e, 0x14, 0xae, 0x76, 0x0f, 0x5a, + 0xab, 0x4e, 0xd7, 0x0d, 0x57, 0x75, 0xc9, 0xe1, 0xa7, 0x9d, 0x76, 0x77, 0xdf, 0xf9, 0xf4, 0x6a, + 0x8b, 0x7a, 0x34, 0x70, 0x22, 0xda, 0x5c, 0xe9, 0x06, 0x7e, 0xe4, 0x93, 0xcf, 0xc6, 0xd4, 0x56, + 0x14, 0x35, 0xfe, 0xe3, 0x17, 0x54, 0xdd, 0x95, 0xee, 0x41, 0x6b, 0x85, 0x51, 0x5b, 0xd1, 0x25, + 0x8a, 0xda, 0xb5, 0x4f, 0x1a, 0xb2, 0xb4, 0xfc, 0x96, 0xbf, 0xca, 0x89, 0xee, 0xf6, 0xf6, 0xf8, + 0x3f, 0xfe, 0x87, 0xff, 0x12, 0xcc, 0xae, 0x3d, 0x7f, 0xf0, 0x6a, 0xb8, 0xe2, 0xfa, 0x4c, 0xb6, + 0xd5, 0x5d, 0x27, 0x6a, 0xec, 0xaf, 0x1e, 0x0e, 0x48, 0x74, 0xcd, 0x36, 0x90, 0x1a, 0x7e, 0x40, + 0xb3, 0x70, 0x5e, 0x8e, 0x71, 0x3a, 0x4e, 0x63, 0xdf, 0xf5, 0x68, 0x70, 0x1c, 0xb7, 0xba, 0x43, + 0x23, 0x27, 0xab, 0xd6, 0xea, 0xb0, 0x5a, 0x41, 0xcf, 0x8b, 0xdc, 0x0e, 0x1d, 0xa8, 0xf0, 0x57, + 0x1f, 0x57, 0x21, 0x6c, 0xec, 0xd3, 0x8e, 0x33, 0x50, 0xef, 0x33, 0xc3, 0xea, 0xf5, 0x22, 0xb7, + 0xbd, 0xea, 0x7a, 0x51, 0x18, 0x05, 0xe9, 0x4a, 0xf6, 0x6f, 0x17, 0xa1, 0x5c, 0xdd, 0xac, 0xd5, + 0x23, 0x27, 0xea, 0x85, 0xe4, 0xeb, 0x16, 0xcc, 0xb6, 0x7d, 0xa7, 0x59, 0x73, 0xda, 0x8e, 0xd7, + 0xa0, 0xc1, 0xb2, 0xf5, 0x9c, 0xf5, 0xe2, 0xcc, 0x4b, 0x9b, 0x2b, 0xe3, 0x8c, 0xd7, 0x4a, 0xf5, + 0x28, 0x44, 0x1a, 0xfa, 0xbd, 0xa0, 0x41, 0x91, 0xee, 0xd5, 0x96, 0xbe, 0xdf, 0xaf, 0x3c, 0x75, + 0xd2, 0xaf, 0xcc, 0x6e, 0x1a, 0x9c, 0x30, 0xc1, 0x97, 0x7c, 0xc7, 0x82, 0xc5, 0x86, 0xe3, 0x39, + 0xc1, 0xf1, 0x8e, 0x13, 0xb4, 0x68, 0xf4, 0x46, 0xe0, 0xf7, 0xba, 0xcb, 0x85, 0x0b, 0x90, 0xe6, + 0x69, 0x29, 0xcd, 0xe2, 0x5a, 0x9a, 0x1d, 0x0e, 0x4a, 0xc0, 0xe5, 0x0a, 0x23, 0x67, 0xb7, 0x4d, + 0x4d, 0xb9, 0x8a, 0x17, 0x29, 0x57, 0x3d, 0xcd, 0x0e, 0x07, 0x25, 0xb0, 0x3f, 0x2c, 0xc2, 0x62, + 0x75, 0xb3, 0xb6, 0x13, 0x38, 0x7b, 0x7b, 0x6e, 0x03, 0xfd, 0x5e, 0xe4, 0x7a, 0x2d, 0xf2, 0xd3, + 0x30, 0xed, 0x7a, 0xad, 0x80, 0x86, 0x21, 0x1f, 0xc8, 0x72, 0x6d, 0x5e, 0x12, 0x9d, 0xde, 0x10, + 0xc5, 0xa8, 0xe0, 0xe4, 0x15, 0x98, 0x09, 0x69, 0x70, 0xe8, 0x36, 0xe8, 0xb6, 0x1f, 0x44, 0xbc, + 0xa7, 0x27, 0x6b, 0x97, 0x25, 0xfa, 0x4c, 0x3d, 0x06, 0xa1, 0x89, 0xc7, 0xaa, 0x05, 0xbe, 0x1f, + 0x49, 0x38, 0xef, 0x88, 0x72, 0x5c, 0x0d, 0x63, 0x10, 0x9a, 0x78, 0xe4, 0xdb, 0x16, 0x2c, 0x84, + 0x91, 0xdb, 0x38, 0x70, 0x3d, 0x1a, 0x86, 0x6b, 0xbe, 0xb7, 0xe7, 0xb6, 0x96, 0x27, 0x79, 0x2f, + 0xde, 0x1d, 0xaf, 0x17, 0xeb, 0x29, 0xaa, 0xb5, 0xa5, 0x93, 0x7e, 0x65, 0x21, 0x5d, 0x8a, 0x03, + 0xdc, 0xc9, 0x3a, 0x2c, 0x38, 0x9e, 0xe7, 0x47, 0x4e, 0xe4, 0xfa, 0xde, 0x76, 0x40, 0xf7, 0xdc, + 0x87, 0xcb, 0x13, 0xbc, 0x39, 0xcb, 0xb2, 0x39, 0x0b, 0xd5, 0x14, 0x1c, 0x07, 0x6a, 0xd8, 0xeb, + 0xb0, 0x5c, 0xed, 0xec, 0x3a, 0x61, 0xe8, 0x34, 0xfd, 0x20, 0x35, 0x1a, 0x2f, 0x42, 0xa9, 0xe3, + 0x74, 0xbb, 0xae, 0xd7, 0x62, 0xc3, 0x51, 0x7c, 0xb1, 0x5c, 0x9b, 0x3d, 0xe9, 0x57, 0x4a, 0x5b, + 0xb2, 0x0c, 0x35, 0xd4, 0xfe, 0xc3, 0x02, 0xcc, 0x54, 0x3d, 0xa7, 0x7d, 0x1c, 0xba, 0x21, 0xf6, + 0x3c, 0xf2, 0x25, 0x28, 0xb1, 0xdd, 0xa5, 0xe9, 0x44, 0x8e, 0x5c, 0x91, 0x9f, 0x5a, 0x11, 0x8b, + 0x7d, 0xc5, 0x5c, 0xec, 0x71, 0xbf, 0x30, 0xec, 0x95, 0xc3, 0x4f, 0xaf, 0xbc, 0xb5, 0xfb, 0x2e, + 0x6d, 0x44, 0x5b, 0x34, 0x72, 0x6a, 0x44, 0xb6, 0x02, 0xe2, 0x32, 0xd4, 0x54, 0x89, 0x0f, 0x13, + 0x61, 0x97, 0x36, 0xe4, 0x0a, 0xdb, 0x1a, 0x73, 0x26, 0xc7, 0xa2, 0xd7, 0xbb, 0xb4, 0x51, 0x9b, + 0x95, 0xac, 0x27, 0xd8, 0x3f, 0xe4, 0x8c, 0xc8, 0x11, 0x4c, 0x85, 0x7c, 0xcf, 0x91, 0x8b, 0xe7, + 0xad, 0xfc, 0x58, 0x72, 0xb2, 0xb5, 0x39, 0xc9, 0x74, 0x4a, 0xfc, 0x47, 0xc9, 0xce, 0xfe, 0x23, + 0x0b, 0x2e, 0x1b, 0xd8, 0xd5, 0xa0, 0xd5, 0xeb, 0x50, 0x2f, 0x22, 0xcf, 0xc1, 0x84, 0xe7, 0x74, + 0xa8, 0x5c, 0x28, 0x5a, 0xe4, 0xbb, 0x4e, 0x87, 0x22, 0x87, 0x90, 0xe7, 0x61, 0xf2, 0xd0, 0x69, + 0xf7, 0x28, 0xef, 0xa4, 0x72, 0xed, 0x92, 0x44, 0x99, 0x7c, 0x9b, 0x15, 0xa2, 0x80, 0x91, 0xf7, + 0xa1, 0xcc, 0x7f, 0xdc, 0x0a, 0xfc, 0x4e, 0x4e, 0x4d, 0x93, 0x12, 0xbe, 0xad, 0xc8, 0xd6, 0x2e, + 0x9d, 0xf4, 0x2b, 0x65, 0xfd, 0x17, 0x63, 0x86, 0xf6, 0x7f, 0xb1, 0x60, 0xde, 0x68, 0xdc, 0xa6, + 0x1b, 0x46, 0xe4, 0x8b, 0x03, 0x93, 0x67, 0x65, 0xb4, 0xc9, 0xc3, 0x6a, 0xf3, 0xa9, 0xb3, 0x20, + 0x5b, 0x5a, 0x52, 0x25, 0xc6, 0xc4, 0xf1, 0x60, 0xd2, 0x8d, 0x68, 0x27, 0x5c, 0x2e, 0x3c, 0x57, + 0x7c, 0x71, 0xe6, 0xa5, 0x8d, 0xdc, 0x86, 0x31, 0xee, 0xdf, 0x0d, 0x46, 0x1f, 0x05, 0x1b, 0xfb, + 0x37, 0x26, 0x12, 0x2d, 0x64, 0x33, 0x8a, 0xf8, 0x30, 0xdd, 0xa1, 0x51, 0xe0, 0x36, 0xc4, 0xba, + 0x9a, 0x79, 0x69, 0x7d, 0x3c, 0x29, 0xb6, 0x38, 0xb1, 0x78, 0xb3, 0x14, 0xff, 0x43, 0x54, 0x5c, + 0xc8, 0x3e, 0x4c, 0x38, 0x41, 0x4b, 0xb5, 0xf9, 0x56, 0x3e, 0xe3, 0x1b, 0xcf, 0xb9, 0x6a, 0xd0, + 0x0a, 0x91, 0x73, 0x20, 0xab, 0x50, 0x8e, 0x68, 0xd0, 0x71, 0x3d, 0x27, 0x12, 0xbb, 0x6b, 0xa9, + 0xb6, 0x28, 0xd1, 0xca, 0x3b, 0x0a, 0x80, 0x31, 0x0e, 0x69, 0xc3, 0x54, 0x33, 0x38, 0xc6, 0x9e, + 0xb7, 0x3c, 0x91, 0x47, 0x57, 0xac, 0x73, 0x5a, 0xf1, 0x62, 0x12, 0xff, 0x51, 0xf2, 0x20, 0xdf, + 0xb5, 0x60, 0xa9, 0x43, 0x9d, 0xb0, 0x17, 0x50, 0xd6, 0x04, 0xa4, 0x11, 0xf5, 0xd8, 0x6e, 0xb8, + 0x3c, 0xc9, 0x99, 0xe3, 0xb8, 0xe3, 0x30, 0x48, 0xb9, 0xf6, 0xac, 0x14, 0x65, 0x29, 0x0b, 0x8a, + 0x99, 0xd2, 0xd8, 0x7f, 0x38, 0x01, 0x8b, 0x03, 0x3b, 0x04, 0x79, 0x19, 0x26, 0xbb, 0xfb, 0x4e, + 0xa8, 0x96, 0xfc, 0x0d, 0x35, 0xdf, 0xb6, 0x59, 0xe1, 0xa3, 0x7e, 0xe5, 0x92, 0xaa, 0xc2, 0x0b, + 0x50, 0x20, 0x33, 0x9d, 0xda, 0xa1, 0x61, 0xe8, 0xb4, 0xd4, 0x3e, 0x60, 0x4c, 0x13, 0x5e, 0x8c, + 0x0a, 0x4e, 0xfe, 0x96, 0x05, 0x97, 0xc4, 0x94, 0x41, 0x1a, 0xf6, 0xda, 0x11, 0xdb, 0xeb, 0x58, + 0xb7, 0xdc, 0xc9, 0x63, 0x7a, 0x0a, 0x92, 0xb5, 0x2b, 0x92, 0xfb, 0x25, 0xb3, 0x34, 0xc4, 0x24, + 0x5f, 0xf2, 0x00, 0xca, 0x61, 0xe4, 0x04, 0x11, 0x6d, 0x56, 0x23, 0xae, 0xd5, 0x66, 0x5e, 0xfa, + 0xcb, 0xa3, 0x6d, 0x02, 0x3b, 0x6e, 0x87, 0x8a, 0x0d, 0xa7, 0xae, 0x08, 0x60, 0x4c, 0x8b, 0xbc, + 0x0f, 0x10, 0xf4, 0xbc, 0x7a, 0xaf, 0xd3, 0x71, 0x82, 0x63, 0xa9, 0xc1, 0x6f, 0x8f, 0xd7, 0x3c, + 0xd4, 0xf4, 0x62, 0x9d, 0x15, 0x97, 0xa1, 0xc1, 0x8f, 0x7c, 0xd5, 0x82, 0x4b, 0x62, 0x26, 0x2a, + 0x09, 0xa6, 0x72, 0x96, 0x60, 0x91, 0x75, 0xed, 0xba, 0xc9, 0x02, 0x93, 0x1c, 0xed, 0xff, 0x94, + 0xd4, 0x27, 0xf5, 0x88, 0x59, 0xd7, 0xad, 0x63, 0xf2, 0x05, 0x78, 0x3a, 0xec, 0x35, 0x1a, 0x34, + 0x0c, 0xf7, 0x7a, 0x6d, 0xec, 0x79, 0xb7, 0xdd, 0x30, 0xf2, 0x83, 0xe3, 0x4d, 0xb7, 0xe3, 0x46, + 0x7c, 0xc6, 0x4d, 0xd6, 0xae, 0x9f, 0xf4, 0x2b, 0x4f, 0xd7, 0x87, 0x21, 0xe1, 0xf0, 0xfa, 0xc4, + 0x81, 0x67, 0x7a, 0xde, 0x70, 0xf2, 0xc2, 0x7a, 0xab, 0x9c, 0xf4, 0x2b, 0xcf, 0xdc, 0x1f, 0x8e, + 0x86, 0xa7, 0xd1, 0xb0, 0xff, 0x87, 0x05, 0x0b, 0xaa, 0x5d, 0x3b, 0xb4, 0xd3, 0x6d, 0xb3, 0xdd, + 0xe5, 0xe2, 0x0d, 0x91, 0x28, 0x61, 0x88, 0x60, 0x3e, 0xea, 0x44, 0xc9, 0x3f, 0xcc, 0x1a, 0xb1, + 0xff, 0xbb, 0x05, 0x4b, 0x69, 0xe4, 0x27, 0xa0, 0x3c, 0xc3, 0xa4, 0xf2, 0xbc, 0x9b, 0x6f, 0x6b, + 0x87, 0x68, 0xd0, 0xaf, 0x4f, 0x0c, 0xb6, 0xf5, 0xff, 0x77, 0x35, 0x1a, 0x6b, 0xc5, 0xe2, 0x4f, + 0x52, 0x2b, 0x4e, 0x7c, 0xa4, 0xb4, 0xe2, 0x3f, 0x9d, 0x80, 0xd9, 0xaa, 0x17, 0xb9, 0xd5, 0xbd, + 0x3d, 0xd7, 0x73, 0xa3, 0x63, 0xf2, 0xcd, 0x02, 0xac, 0x76, 0x03, 0xba, 0x47, 0x83, 0x80, 0x36, + 0xd7, 0x7b, 0x81, 0xeb, 0xb5, 0xea, 0x8d, 0x7d, 0xda, 0xec, 0xb5, 0x5d, 0xaf, 0xb5, 0xd1, 0xf2, + 0x7c, 0x5d, 0x7c, 0xf3, 0x21, 0x6d, 0xf4, 0x78, 0x93, 0xc4, 0xa2, 0xe8, 0x8c, 0xd7, 0xa4, 0xed, + 0xb3, 0x31, 0xad, 0x7d, 0xe6, 0xa4, 0x5f, 0x59, 0x3d, 0x63, 0x25, 0x3c, 0x6b, 0xd3, 0xc8, 0x37, + 0x0a, 0xb0, 0x12, 0xd0, 0x5f, 0xec, 0xb9, 0xa3, 0xf7, 0x86, 0xd8, 0xb5, 0xda, 0x63, 0xaa, 0x9f, + 0x33, 0xf1, 0xac, 0xbd, 0x74, 0xd2, 0xaf, 0x9c, 0xb1, 0x0e, 0x9e, 0xb1, 0x5d, 0xb6, 0x0f, 0x4b, + 0xd5, 0xae, 0x1b, 0xba, 0x0f, 0x53, 0x47, 0xda, 0x4f, 0x40, 0x29, 0xf0, 0x7b, 0x11, 0x45, 0xba, + 0x27, 0xad, 0x28, 0xbd, 0xdd, 0xa1, 0x2c, 0x47, 0x8d, 0xc1, 0x4c, 0xa7, 0xa0, 0xd7, 0xe6, 0xc8, + 0x29, 0xd3, 0x09, 0x45, 0x31, 0x2a, 0xb8, 0xfd, 0x5b, 0x05, 0xb8, 0x52, 0xed, 0x76, 0xb7, 0x68, + 0xb8, 0x9f, 0x62, 0xf9, 0xcb, 0x16, 0xcc, 0x1d, 0xba, 0x41, 0xd4, 0x73, 0xda, 0xca, 0xeb, 0x20, + 0xe6, 0x60, 0x7d, 0xcc, 0xfd, 0x43, 0x70, 0x7b, 0x3b, 0x41, 0xba, 0x46, 0x4e, 0xfa, 0x95, 0xb9, + 0x64, 0x19, 0xa6, 0xd8, 0x93, 0xbf, 0x6f, 0xc1, 0x82, 0x2c, 0xba, 0xeb, 0x37, 0xa9, 0xe9, 0xaa, + 0xba, 0x9f, 0xa7, 0x4c, 0x9a, 0xb8, 0xf0, 0x69, 0xa4, 0x4b, 0x71, 0x40, 0x08, 0xfb, 0x7f, 0x15, + 0xe0, 0xea, 0x10, 0x1a, 0xe4, 0x9f, 0x58, 0xb0, 0x24, 0xfc, 0x5b, 0x06, 0x48, 0x8d, 0xe3, 0xcc, + 0x4b, 0x3f, 0x97, 0xb7, 0xe4, 0xc8, 0x16, 0x1f, 0xf5, 0x1a, 0xb4, 0xb6, 0xcc, 0xf6, 0xa9, 0xb5, + 0x0c, 0xd6, 0x98, 0x29, 0x10, 0x97, 0x54, 0x78, 0xbc, 0x52, 0x92, 0x16, 0x9e, 0x88, 0xa4, 0xf5, + 0x0c, 0xd6, 0x98, 0x29, 0x90, 0xfd, 0xd7, 0xe1, 0x99, 0x53, 0xc8, 0x3d, 0xde, 0xc5, 0x60, 0xbf, + 0xa3, 0x67, 0x7d, 0x72, 0xce, 0x8d, 0xe0, 0x9d, 0xb0, 0x61, 0x8a, 0x2f, 0x34, 0xa1, 0x4e, 0xcb, + 0x35, 0x60, 0x8a, 0x89, 0x2f, 0xc2, 0x10, 0x25, 0xc4, 0xfe, 0x2d, 0x0b, 0x4a, 0x67, 0x70, 0x78, + 0x54, 0x92, 0x0e, 0x8f, 0xf2, 0x80, 0xb3, 0x23, 0x1a, 0x74, 0x76, 0xbc, 0x31, 0xde, 0x68, 0x8c, + 0xe2, 0xe4, 0xf8, 0x13, 0x0b, 0x16, 0x07, 0x9c, 0x22, 0x64, 0x1f, 0x96, 0xba, 0x7e, 0x53, 0x19, + 0x34, 0xb7, 0x9d, 0x70, 0x9f, 0xc3, 0x64, 0xf3, 0x5e, 0x66, 0x23, 0xb9, 0x9d, 0x01, 0x7f, 0xd4, + 0xaf, 0x2c, 0x6b, 0x22, 0x29, 0x04, 0xcc, 0xa4, 0x48, 0xba, 0x50, 0xda, 0x73, 0x69, 0xbb, 0x19, + 0x4f, 0xc1, 0x31, 0x4d, 0x97, 0x5b, 0x92, 0x9a, 0xf0, 0x07, 0xaa, 0x7f, 0xa8, 0xb9, 0xd8, 0xf7, + 0x60, 0x2e, 0xe9, 0x1d, 0x1e, 0x61, 0xf0, 0xae, 0x43, 0xd1, 0x09, 0x3c, 0x39, 0x74, 0x33, 0x12, + 0xa1, 0x58, 0xc5, 0xbb, 0xc8, 0xca, 0xed, 0x3f, 0x9b, 0x80, 0xf9, 0x5a, 0xbb, 0x47, 0xdf, 0x08, + 0x28, 0x55, 0x07, 0xe2, 0x2a, 0xcc, 0x77, 0x03, 0x7a, 0xe8, 0xd2, 0xa3, 0x3a, 0x6d, 0xd3, 0x46, + 0xe4, 0x07, 0x92, 0xfe, 0x55, 0x59, 0x7d, 0x7e, 0x3b, 0x09, 0xc6, 0x34, 0x3e, 0x79, 0x1d, 0xe6, + 0x9c, 0x46, 0xe4, 0x1e, 0x52, 0x4d, 0x41, 0x08, 0xf0, 0x31, 0x49, 0x61, 0xae, 0x9a, 0x80, 0x62, + 0x0a, 0x9b, 0x7c, 0x11, 0x96, 0xc3, 0x86, 0xd3, 0xa6, 0xf7, 0xbb, 0x92, 0xd5, 0xda, 0x3e, 0x6d, + 0x1c, 0x6c, 0xfb, 0xae, 0x17, 0x49, 0xf7, 0xc7, 0x73, 0x92, 0xd2, 0x72, 0x7d, 0x08, 0x1e, 0x0e, + 0xa5, 0x40, 0xfe, 0xb5, 0x05, 0xd7, 0xbb, 0x01, 0xdd, 0x0e, 0xfc, 0x8e, 0xcf, 0xf4, 0xda, 0x80, + 0x4f, 0x40, 0x9e, 0x8d, 0xdf, 0x1e, 0x53, 0x81, 0x8b, 0x92, 0x41, 0x9f, 0xe4, 0xc7, 0x4f, 0xfa, + 0x95, 0xeb, 0xdb, 0xa7, 0x09, 0x80, 0xa7, 0xcb, 0x47, 0xfe, 0xad, 0x05, 0x37, 0xba, 0x7e, 0x18, + 0x9d, 0xd2, 0x84, 0xc9, 0x0b, 0x6d, 0x82, 0x7d, 0xd2, 0xaf, 0xdc, 0xd8, 0x3e, 0x55, 0x02, 0x7c, + 0x8c, 0x84, 0xf6, 0xc9, 0x0c, 0x2c, 0x1a, 0x73, 0x4f, 0x1e, 0x98, 0x5f, 0x83, 0x4b, 0x6a, 0x32, + 0xc4, 0x6a, 0xbd, 0x1c, 0x3b, 0x38, 0xaa, 0x26, 0x10, 0x93, 0xb8, 0x6c, 0xde, 0xe9, 0xa9, 0x28, + 0x6a, 0xa7, 0xe6, 0xdd, 0x76, 0x02, 0x8a, 0x29, 0x6c, 0xb2, 0x01, 0x97, 0x65, 0x09, 0xd2, 0x6e, + 0xdb, 0x6d, 0x38, 0x6b, 0x7e, 0x4f, 0x4e, 0xb9, 0xc9, 0xda, 0xd5, 0x93, 0x7e, 0xe5, 0xf2, 0xf6, + 0x20, 0x18, 0xb3, 0xea, 0x90, 0x4d, 0x58, 0x72, 0x7a, 0x91, 0xaf, 0xdb, 0x7f, 0xd3, 0x63, 0x9a, + 0xa2, 0xc9, 0xa7, 0x56, 0x49, 0xa8, 0x94, 0x6a, 0x06, 0x1c, 0x33, 0x6b, 0x91, 0xed, 0x14, 0xb5, + 0x3a, 0x6d, 0xf8, 0x5e, 0x53, 0x8c, 0xf2, 0x64, 0x6c, 0xf6, 0x57, 0x33, 0x70, 0x30, 0xb3, 0x26, + 0x69, 0xc3, 0x5c, 0xc7, 0x79, 0x78, 0xdf, 0x73, 0x0e, 0x1d, 0xb7, 0xcd, 0x98, 0x48, 0xa7, 0xc9, + 0xf0, 0x93, 0x7c, 0x2f, 0x72, 0xdb, 0x2b, 0xe2, 0xfe, 0x70, 0x65, 0xc3, 0x8b, 0xde, 0x0a, 0xea, + 0x11, 0x33, 0x0f, 0x85, 0x71, 0xb4, 0x95, 0xa0, 0x85, 0x29, 0xda, 0xe4, 0x2d, 0xb8, 0xc2, 0x97, + 0xe3, 0xba, 0x7f, 0xe4, 0xad, 0xd3, 0xb6, 0x73, 0xac, 0x1a, 0x30, 0xcd, 0x1b, 0xf0, 0xf4, 0x49, + 0xbf, 0x72, 0xa5, 0x9e, 0x85, 0x80, 0xd9, 0xf5, 0x88, 0x03, 0xcf, 0x24, 0x01, 0x48, 0x0f, 0xdd, + 0xd0, 0xf5, 0x3d, 0xe1, 0xfa, 0x28, 0xc5, 0xae, 0x8f, 0xfa, 0x70, 0x34, 0x3c, 0x8d, 0x06, 0xf9, + 0x87, 0x16, 0x2c, 0x65, 0x2d, 0xc3, 0xe5, 0x72, 0x1e, 0xb7, 0x23, 0xa9, 0xa5, 0x25, 0x66, 0x44, + 0xe6, 0xa6, 0x90, 0x29, 0x04, 0xf9, 0xc0, 0x82, 0x59, 0xc7, 0x38, 0xb6, 0x2d, 0x03, 0x97, 0xea, + 0xce, 0xb8, 0xce, 0x83, 0x98, 0x62, 0x6d, 0xe1, 0xa4, 0x5f, 0x49, 0x1c, 0x0d, 0x31, 0xc1, 0x91, + 0xfc, 0x23, 0x0b, 0xae, 0x64, 0xae, 0xf1, 0xe5, 0x99, 0x8b, 0xe8, 0x21, 0x3e, 0x49, 0xb2, 0xf7, + 0x9c, 0x6c, 0x31, 0xc8, 0xb7, 0x2d, 0xad, 0xca, 0xb6, 0x94, 0xfb, 0x66, 0x96, 0x8b, 0x76, 0x6f, + 0xcc, 0x93, 0x6a, 0x6c, 0x10, 0x28, 0xc2, 0xb5, 0xcb, 0x86, 0x66, 0x54, 0x85, 0x98, 0x66, 0x4f, + 0xbe, 0x65, 0x29, 0xd5, 0xa8, 0x25, 0xba, 0x74, 0x51, 0x12, 0x91, 0x58, 0xd3, 0x6a, 0x81, 0x52, + 0xcc, 0xc9, 0xcf, 0xc3, 0x35, 0x67, 0xd7, 0x0f, 0xa2, 0xcc, 0xc5, 0xb7, 0x3c, 0xc7, 0x97, 0xd1, + 0x8d, 0x93, 0x7e, 0xe5, 0x5a, 0x75, 0x28, 0x16, 0x9e, 0x42, 0xc1, 0xfe, 0xf5, 0x49, 0x98, 0x15, + 0x46, 0xbe, 0x54, 0x5d, 0xbf, 0x69, 0xc1, 0xb3, 0x8d, 0x5e, 0x10, 0x50, 0x2f, 0xaa, 0x47, 0xb4, + 0x3b, 0xa8, 0xb8, 0xac, 0x0b, 0x55, 0x5c, 0xcf, 0x9d, 0xf4, 0x2b, 0xcf, 0xae, 0x9d, 0xc2, 0x1f, + 0x4f, 0x95, 0x8e, 0xfc, 0x07, 0x0b, 0x6c, 0x89, 0x50, 0x73, 0x1a, 0x07, 0xad, 0xc0, 0xef, 0x79, + 0xcd, 0xc1, 0x46, 0x14, 0x2e, 0xb4, 0x11, 0x2f, 0x9c, 0xf4, 0x2b, 0xf6, 0xda, 0x63, 0xa5, 0xc0, + 0x11, 0x24, 0x25, 0x6f, 0xc0, 0xa2, 0xc4, 0xba, 0xf9, 0xb0, 0x4b, 0x03, 0x97, 0x99, 0xd3, 0xf2, + 0x02, 0x3f, 0x8e, 0x89, 0x48, 0x23, 0xe0, 0x60, 0x1d, 0x12, 0xc2, 0xf4, 0x11, 0x75, 0x5b, 0xfb, + 0x91, 0x32, 0x9f, 0xc6, 0x0c, 0x84, 0x90, 0x07, 0xfe, 0x07, 0x82, 0x66, 0x6d, 0xe6, 0xa4, 0x5f, + 0x99, 0x96, 0x7f, 0x50, 0x71, 0x22, 0x77, 0x61, 0x4e, 0x1c, 0xc1, 0xb6, 0x5d, 0xaf, 0xb5, 0xed, + 0x7b, 0x22, 0x7c, 0xa0, 0x5c, 0x7b, 0x41, 0x29, 0xfc, 0x7a, 0x02, 0xfa, 0xa8, 0x5f, 0x99, 0x55, + 0xbf, 0x77, 0x8e, 0xbb, 0x14, 0x53, 0xb5, 0xed, 0xdf, 0x9d, 0x02, 0x50, 0xd3, 0x95, 0x76, 0xc9, + 0x5f, 0x81, 0x72, 0x48, 0x23, 0xc1, 0x55, 0x7a, 0xeb, 0xc5, 0x25, 0x88, 0x2a, 0xc4, 0x18, 0x4e, + 0x0e, 0x60, 0xb2, 0xeb, 0xf4, 0x42, 0x2a, 0x07, 0xff, 0x4e, 0x2e, 0x83, 0xbf, 0xcd, 0x28, 0x8a, + 0x33, 0x17, 0xff, 0x89, 0x82, 0x07, 0xf9, 0x9a, 0x05, 0x40, 0x93, 0x03, 0x36, 0xb6, 0xef, 0x43, + 0xb2, 0x8c, 0xc7, 0x94, 0xf5, 0x41, 0x6d, 0xee, 0xa4, 0x5f, 0x01, 0x63, 0xe8, 0x0d, 0xb6, 0xe4, + 0x08, 0x4a, 0x8e, 0xda, 0xf3, 0x27, 0x2e, 0x62, 0xcf, 0xe7, 0x47, 0x21, 0x3d, 0x69, 0x35, 0x33, + 0xf2, 0x0d, 0x0b, 0xe6, 0x42, 0x1a, 0xc9, 0xa1, 0x62, 0x3b, 0x8f, 0x34, 0x78, 0xc7, 0x9c, 0x74, + 0xf5, 0x04, 0x4d, 0xb1, 0x83, 0x26, 0xcb, 0x30, 0xc5, 0x57, 0x89, 0x72, 0x9b, 0x3a, 0x4d, 0x1a, + 0xf0, 0x93, 0xb6, 0xb4, 0xa4, 0xc6, 0x17, 0xc5, 0xa0, 0xa9, 0x45, 0x31, 0xca, 0x30, 0xc5, 0x57, + 0x89, 0xb2, 0xe5, 0x06, 0x81, 0x2f, 0x45, 0x29, 0xe5, 0x24, 0x8a, 0x41, 0x53, 0x8b, 0x62, 0x94, + 0x61, 0x8a, 0xaf, 0xfd, 0x1f, 0x67, 0x61, 0x4e, 0x2d, 0xa4, 0xd8, 0xb2, 0x17, 0x8e, 0x9d, 0x21, + 0x96, 0xfd, 0x9a, 0x09, 0xc4, 0x24, 0x2e, 0xab, 0x2c, 0x96, 0x6a, 0xd2, 0xb0, 0xd7, 0x95, 0xeb, + 0x26, 0x10, 0x93, 0xb8, 0xa4, 0x03, 0x93, 0x61, 0x44, 0xbb, 0xea, 0xe2, 0x75, 0xcc, 0x7b, 0xc1, + 0x78, 0x7f, 0x88, 0xaf, 0x56, 0xd8, 0xbf, 0x10, 0x05, 0x17, 0xee, 0x9b, 0x8c, 0x12, 0xee, 0x4a, + 0xb9, 0x38, 0xf2, 0x59, 0x9f, 0x49, 0x4f, 0xa8, 0x18, 0x8d, 0x64, 0x19, 0xa6, 0xd8, 0x67, 0x18, + 0xfb, 0x93, 0x17, 0x68, 0xec, 0x7f, 0x1e, 0x4a, 0x1d, 0xe7, 0x61, 0xbd, 0x17, 0xb4, 0xce, 0x7f, + 0xa8, 0x90, 0x31, 0x51, 0x82, 0x0a, 0x6a, 0x7a, 0xe4, 0xab, 0x96, 0xb1, 0xe5, 0x4c, 0x73, 0xe2, + 0x0f, 0xf2, 0xdd, 0x72, 0xb4, 0xae, 0x1c, 0xba, 0xf9, 0x0c, 0x98, 0xde, 0xa5, 0x27, 0x6e, 0x7a, + 0x33, 0x33, 0x52, 0x2c, 0x10, 0x6d, 0x46, 0x96, 0x2f, 0xd4, 0x8c, 0x5c, 0x4b, 0x30, 0xc3, 0x14, + 0x73, 0x2e, 0x8f, 0x58, 0x73, 0x5a, 0x1e, 0xb8, 0x50, 0x79, 0xea, 0x09, 0x66, 0x98, 0x62, 0x3e, + 0xfc, 0xbc, 0x39, 0x73, 0x31, 0xe7, 0xcd, 0xd9, 0x1c, 0xce, 0x9b, 0xa7, 0x9b, 0xe2, 0x97, 0xc6, + 0x35, 0xc5, 0xc9, 0x1d, 0x20, 0xcd, 0x63, 0xcf, 0xe9, 0xb8, 0x0d, 0xb9, 0x59, 0x72, 0xb5, 0x39, + 0xc7, 0xfd, 0x11, 0xd7, 0xe4, 0x46, 0x46, 0xd6, 0x07, 0x30, 0x30, 0xa3, 0x16, 0x89, 0xa0, 0xd4, + 0x55, 0x16, 0xd7, 0x7c, 0x1e, 0xb3, 0x5f, 0x59, 0x60, 0xe2, 0x6e, 0x9e, 0x2d, 0x3c, 0x55, 0x82, + 0x9a, 0x93, 0xfd, 0x7f, 0x2c, 0x58, 0x58, 0x6b, 0xfb, 0xbd, 0xe6, 0x03, 0x27, 0x6a, 0xec, 0x8b, + 0x8b, 0x64, 0xf2, 0x3a, 0x94, 0x5c, 0x2f, 0xa2, 0xc1, 0xa1, 0xd3, 0x96, 0x1a, 0xc5, 0x56, 0x97, + 0x4f, 0x1b, 0xb2, 0xfc, 0x51, 0xbf, 0x32, 0xb7, 0xde, 0x0b, 0x78, 0x84, 0xa6, 0xd8, 0x5f, 0x50, + 0xd7, 0x21, 0xbf, 0x66, 0xc1, 0xa2, 0xb8, 0x8a, 0x5e, 0x77, 0x22, 0xe7, 0x5e, 0x8f, 0x06, 0x2e, + 0x55, 0x97, 0xd1, 0x63, 0x6e, 0x2d, 0x69, 0x59, 0x15, 0x83, 0xe3, 0xd8, 0xb4, 0xde, 0x4a, 0x73, + 0xc6, 0x41, 0x61, 0xec, 0x5f, 0x29, 0xc2, 0xd3, 0x43, 0x69, 0x91, 0x6b, 0x50, 0x70, 0x9b, 0xb2, + 0xe9, 0x20, 0xe9, 0x16, 0x36, 0x9a, 0x58, 0x70, 0x9b, 0x64, 0x85, 0x5b, 0x89, 0x01, 0x0d, 0x43, + 0x75, 0x2f, 0x59, 0xd6, 0x06, 0x9d, 0x2c, 0x45, 0x03, 0x83, 0x54, 0x60, 0xb2, 0xed, 0xec, 0xd2, + 0xb6, 0x3c, 0x01, 0x70, 0xbb, 0x73, 0x93, 0x15, 0xa0, 0x28, 0x27, 0x7f, 0xd3, 0x02, 0x10, 0x02, + 0xb2, 0xf3, 0x83, 0xd4, 0x6b, 0x98, 0x6f, 0x37, 0x31, 0xca, 0x42, 0xca, 0xf8, 0x3f, 0x1a, 0x5c, + 0xc9, 0x0e, 0x4c, 0x31, 0x13, 0xd4, 0x6f, 0x9e, 0x5b, 0x8d, 0xf1, 0x6b, 0x91, 0x6d, 0x4e, 0x03, + 0x25, 0x2d, 0xd6, 0x57, 0x01, 0x8d, 0x7a, 0x81, 0xc7, 0xba, 0x96, 0x2b, 0xae, 0x92, 0x90, 0x02, + 0x75, 0x29, 0x1a, 0x18, 0xf6, 0xbf, 0x2a, 0xc0, 0x52, 0x96, 0xe8, 0x4c, 0x3f, 0x4c, 0x09, 0x69, + 0xe5, 0x61, 0xf6, 0x73, 0xf9, 0xf7, 0x8f, 0x8c, 0xaa, 0xd0, 0xb1, 0x07, 0x32, 0xee, 0x4b, 0xf2, + 0x25, 0x9f, 0xd3, 0x3d, 0x54, 0x38, 0x67, 0x0f, 0x69, 0xca, 0xa9, 0x5e, 0x7a, 0x0e, 0x26, 0x42, + 0x36, 0xf2, 0xc5, 0xe4, 0x95, 0x03, 0x1f, 0x23, 0x0e, 0x61, 0x18, 0x3d, 0xcf, 0x8d, 0x64, 0xd8, + 0xb4, 0xc6, 0xb8, 0xef, 0xb9, 0x11, 0x72, 0x88, 0xfd, 0x9d, 0x02, 0x5c, 0x1b, 0xde, 0x28, 0xf2, + 0x1d, 0x0b, 0xa0, 0xc9, 0x0e, 0x18, 0x6c, 0x4a, 0xaa, 0x28, 0x14, 0xe7, 0xa2, 0xfa, 0x70, 0x5d, + 0x71, 0x8a, 0x43, 0x92, 0x74, 0x51, 0x88, 0x86, 0x20, 0xe4, 0x25, 0x35, 0xf5, 0xef, 0x3a, 0x1d, + 0x65, 0x80, 0xea, 0x3a, 0x5b, 0x1a, 0x82, 0x06, 0x16, 0x3b, 0x41, 0x7a, 0x4e, 0x87, 0x86, 0x5d, + 0x47, 0xc7, 0xc5, 0xf3, 0x13, 0xe4, 0x5d, 0x55, 0x88, 0x31, 0xdc, 0x6e, 0xc3, 0xf3, 0x23, 0xc8, + 0x99, 0x53, 0x8c, 0xb2, 0xfd, 0xbf, 0x2d, 0xb8, 0xba, 0xd6, 0xee, 0x85, 0x11, 0x0d, 0xfe, 0xdc, + 0x44, 0x78, 0xfd, 0x5f, 0x0b, 0x9e, 0x19, 0xd2, 0xe6, 0x27, 0x10, 0xe8, 0xf5, 0x5e, 0x32, 0xd0, + 0xeb, 0xfe, 0xb8, 0x53, 0x3a, 0xb3, 0x1d, 0x43, 0xe2, 0xbd, 0x22, 0xb8, 0xc4, 0x76, 0xad, 0xa6, + 0xdf, 0xca, 0x49, 0x6f, 0x3e, 0x0f, 0x93, 0xbf, 0xc8, 0xf4, 0x4f, 0x7a, 0x8e, 0x71, 0xa5, 0x84, + 0x02, 0x66, 0x7f, 0x16, 0x64, 0x54, 0x54, 0x6a, 0xf1, 0x58, 0xa3, 0x2c, 0x1e, 0xfb, 0x3f, 0x17, + 0xc0, 0xf0, 0x3c, 0x3c, 0x81, 0x49, 0xe9, 0x25, 0x26, 0xe5, 0x98, 0xa7, 0x66, 0xc3, 0x8f, 0x32, + 0xec, 0xf9, 0xc3, 0x61, 0xea, 0xf9, 0xc3, 0xdd, 0xdc, 0x38, 0x9e, 0xfe, 0xfa, 0xe1, 0x87, 0x16, + 0x3c, 0x13, 0x23, 0x0f, 0x3a, 0x05, 0x1f, 0xbf, 0xc3, 0xbc, 0x02, 0x33, 0x4e, 0x5c, 0x4d, 0xce, + 0x01, 0xfd, 0xe2, 0xc7, 0xa0, 0x88, 0x26, 0x5e, 0x1c, 0x6c, 0x5d, 0x3c, 0x67, 0xb0, 0xf5, 0xc4, + 0xe9, 0xc1, 0xd6, 0xf6, 0x9f, 0x16, 0xe0, 0xfa, 0x60, 0xcb, 0xd4, 0xda, 0x18, 0xed, 0xce, 0xfc, + 0x55, 0x98, 0x8d, 0x64, 0x05, 0x63, 0xa7, 0xd7, 0xef, 0xd5, 0x76, 0x0c, 0x18, 0x26, 0x30, 0x59, + 0xcd, 0x86, 0x58, 0x95, 0xf5, 0x86, 0xdf, 0x55, 0xa1, 0xfa, 0xba, 0xe6, 0x9a, 0x01, 0xc3, 0x04, + 0xa6, 0x0e, 0x82, 0x9c, 0xb8, 0xf0, 0x20, 0xc8, 0x3a, 0x5c, 0x51, 0x61, 0x5f, 0xb7, 0xfc, 0x60, + 0xcd, 0xef, 0x74, 0xdb, 0x54, 0x06, 0xeb, 0x33, 0x61, 0xaf, 0xcb, 0x2a, 0x57, 0x30, 0x0b, 0x09, + 0xb3, 0xeb, 0xda, 0x3f, 0x2c, 0xc2, 0xe5, 0xb8, 0xdb, 0xd7, 0x7c, 0xaf, 0xe9, 0xf2, 0xe0, 0xb9, + 0xd7, 0x60, 0x22, 0x3a, 0xee, 0xaa, 0xce, 0xfe, 0x4b, 0x4a, 0x9c, 0x9d, 0xe3, 0x2e, 0x1b, 0xed, + 0xab, 0x19, 0x55, 0xb8, 0x5b, 0x96, 0x57, 0x22, 0x9b, 0x7a, 0x75, 0x88, 0x11, 0x78, 0x39, 0x39, + 0x9b, 0x1f, 0xf5, 0x2b, 0x19, 0xcf, 0x35, 0x57, 0x34, 0xa5, 0xe4, 0x9c, 0x27, 0xef, 0xc2, 0x5c, + 0xdb, 0x09, 0xa3, 0xfb, 0xdd, 0xa6, 0x13, 0xd1, 0x1d, 0xb7, 0x43, 0xe5, 0x9a, 0x3b, 0x4b, 0x04, + 0xbc, 0xbe, 0x47, 0xde, 0x4c, 0x50, 0xc2, 0x14, 0x65, 0x72, 0x08, 0x84, 0x95, 0xec, 0x04, 0x8e, + 0x17, 0x8a, 0x56, 0x31, 0x7e, 0x67, 0x8f, 0xb8, 0xd7, 0xc7, 0xb2, 0xcd, 0x01, 0x6a, 0x98, 0xc1, + 0x81, 0xbc, 0x00, 0x53, 0x01, 0x75, 0x42, 0x39, 0x98, 0xe5, 0x78, 0xfd, 0x23, 0x2f, 0x45, 0x09, + 0x35, 0x17, 0xd4, 0xd4, 0x63, 0x16, 0xd4, 0x1f, 0x5b, 0x30, 0x17, 0x0f, 0xd3, 0x13, 0x50, 0x92, + 0x9d, 0xa4, 0x92, 0xbc, 0x9d, 0xd7, 0x96, 0x38, 0x44, 0x2f, 0xfe, 0xbb, 0x29, 0xb3, 0x7d, 0x3c, + 0x02, 0xfa, 0xcb, 0x50, 0x56, 0xab, 0x5a, 0x59, 0x9f, 0x63, 0x9e, 0x6e, 0x13, 0x76, 0x89, 0xf1, + 0x72, 0x47, 0x32, 0xc1, 0x98, 0x1f, 0x53, 0xcb, 0x4d, 0xa9, 0x72, 0xe5, 0xb4, 0xd7, 0x6a, 0x59, + 0xa9, 0xe2, 0x2c, 0xb5, 0xac, 0xea, 0x90, 0xfb, 0x70, 0xb5, 0x1b, 0xf8, 0xfc, 0x35, 0xe7, 0x3a, + 0x75, 0x9a, 0x6d, 0xd7, 0xa3, 0xca, 0x85, 0x20, 0xc2, 0x18, 0x9e, 0x39, 0xe9, 0x57, 0xae, 0x6e, + 0x67, 0xa3, 0xe0, 0xb0, 0xba, 0xc9, 0x17, 0x48, 0x13, 0x23, 0xbc, 0x40, 0xfa, 0xdb, 0xda, 0x51, + 0x47, 0x43, 0xf9, 0x0e, 0xe8, 0x0b, 0x79, 0x0d, 0x65, 0xc6, 0xb6, 0x1e, 0x4f, 0xa9, 0xaa, 0x64, + 0x8a, 0x9a, 0xfd, 0x70, 0x6f, 0xd0, 0xd4, 0x39, 0xbd, 0x41, 0x71, 0x20, 0xf9, 0xf4, 0x4f, 0x32, + 0x90, 0xbc, 0xf4, 0x91, 0x0a, 0x24, 0xff, 0x70, 0x12, 0x16, 0xd2, 0x16, 0xc8, 0xc5, 0xbf, 0xae, + 0xfa, 0x7b, 0x16, 0x2c, 0xa8, 0xd5, 0x23, 0x78, 0x52, 0xe5, 0xe7, 0xdf, 0xcc, 0x69, 0xd1, 0x0a, + 0x5b, 0x4a, 0xbf, 0xff, 0xdd, 0x49, 0x71, 0xc3, 0x01, 0xfe, 0xe4, 0x1d, 0x98, 0xd1, 0xee, 0xf0, + 0x73, 0x3d, 0xb5, 0x9a, 0xe7, 0x56, 0x54, 0x4c, 0x02, 0x4d, 0x7a, 0xe4, 0x43, 0x0b, 0xa0, 0xa1, + 0xd4, 0x9c, 0x5a, 0x5d, 0xf7, 0xf2, 0x5a, 0x5d, 0x5a, 0x81, 0xc6, 0xc6, 0xb2, 0x2e, 0x0a, 0xd1, + 0x60, 0x4c, 0x7e, 0x85, 0x3b, 0xc2, 0xb5, 0x75, 0xc7, 0xd6, 0x53, 0x71, 0xfc, 0x50, 0xdc, 0x53, + 0x0c, 0xd3, 0xd8, 0x94, 0x32, 0x40, 0x21, 0x26, 0x84, 0xb0, 0x5f, 0x03, 0x1d, 0x3c, 0xc9, 0xb6, + 0x2d, 0x1e, 0x3e, 0xb9, 0xed, 0x44, 0xfb, 0x72, 0x0a, 0xea, 0x6d, 0xeb, 0x96, 0x02, 0x60, 0x8c, + 0x63, 0x7f, 0x09, 0xe6, 0xde, 0x08, 0x9c, 0xee, 0xbe, 0xcb, 0x1d, 0xce, 0xec, 0x9c, 0xf4, 0xd3, + 0x30, 0xed, 0x34, 0x9b, 0x59, 0xaf, 0xe7, 0xab, 0xa2, 0x18, 0x15, 0x7c, 0xb4, 0x23, 0xd1, 0xef, + 0x5a, 0x40, 0xe2, 0x4b, 0x3b, 0xd7, 0x6b, 0x6d, 0xb1, 0xd3, 0x3e, 0x3b, 0x1f, 0xed, 0xf3, 0xd2, + 0xac, 0xf3, 0xd1, 0x6d, 0x0d, 0x41, 0x03, 0x8b, 0xbc, 0x0f, 0x33, 0xe2, 0xdf, 0xdb, 0xfa, 0xb0, + 0x3f, 0xf6, 0xdb, 0x5b, 0xa1, 0x50, 0xb8, 0x4c, 0x62, 0x16, 0xde, 0x8e, 0x39, 0xa0, 0xc9, 0x8e, + 0x75, 0xd5, 0x86, 0xb7, 0xd7, 0xee, 0x3d, 0x6c, 0xee, 0xc6, 0x5d, 0xd5, 0x0d, 0xfc, 0x3d, 0xb7, + 0x4d, 0xd3, 0x5d, 0xb5, 0x2d, 0x8a, 0x51, 0xc1, 0x47, 0xeb, 0xaa, 0xdf, 0xb6, 0x60, 0x69, 0x23, + 0x8c, 0x5c, 0x7f, 0x9d, 0x86, 0x11, 0x53, 0x2b, 0x6c, 0xf3, 0xe9, 0xb5, 0x47, 0x89, 0x83, 0x5e, + 0x87, 0x05, 0x79, 0x81, 0xd8, 0xdb, 0x0d, 0x69, 0x64, 0xd8, 0xf1, 0x7a, 0x1d, 0xaf, 0xa5, 0xe0, + 0x38, 0x50, 0x83, 0x51, 0x91, 0x37, 0x89, 0x31, 0x95, 0x62, 0x92, 0x4a, 0x3d, 0x05, 0xc7, 0x81, + 0x1a, 0xf6, 0x0f, 0x8a, 0x70, 0x99, 0x37, 0x23, 0xf5, 0x86, 0xe1, 0x5b, 0xc3, 0xde, 0x30, 0x8c, + 0xb9, 0x94, 0x39, 0xaf, 0x73, 0xbc, 0x60, 0xf8, 0xbb, 0x16, 0xcc, 0x37, 0x93, 0x3d, 0x9d, 0x8f, + 0x7b, 0x26, 0x6b, 0x0c, 0x45, 0xbc, 0x54, 0xaa, 0x10, 0xd3, 0xfc, 0xc9, 0xaf, 0x5a, 0x30, 0x9f, + 0x14, 0x53, 0xed, 0xee, 0x17, 0xd0, 0x49, 0x3a, 0xc0, 0x39, 0x59, 0x1e, 0x62, 0x5a, 0x04, 0xfb, + 0xf7, 0x0a, 0x72, 0x48, 0x2f, 0x22, 0x40, 0x9f, 0x1c, 0x41, 0x39, 0x6a, 0x87, 0xa2, 0x50, 0xb6, + 0x76, 0xcc, 0x13, 0xe1, 0xce, 0x66, 0x5d, 0xdc, 0xdd, 0xc7, 0x46, 0x9b, 0x2c, 0x61, 0xc6, 0xa7, + 0xe2, 0xc5, 0x19, 0x37, 0xba, 0x92, 0x71, 0x2e, 0x47, 0xd1, 0x9d, 0xb5, 0xed, 0x34, 0x63, 0x59, + 0xc2, 0x18, 0x2b, 0x5e, 0xf6, 0xf7, 0x2c, 0x28, 0xdf, 0xf1, 0xd5, 0x3e, 0xf2, 0xf3, 0x39, 0x38, + 0x7a, 0xb4, 0x3d, 0xa8, 0xef, 0x08, 0xe3, 0x23, 0xc6, 0xeb, 0x09, 0x37, 0xcf, 0xb3, 0x06, 0xed, + 0x15, 0x9e, 0x19, 0x88, 0x91, 0xba, 0xe3, 0xef, 0x0e, 0xf5, 0x22, 0xfe, 0xe3, 0x49, 0xb8, 0xf4, + 0xa6, 0x73, 0x4c, 0xbd, 0xc8, 0x39, 0xbb, 0x92, 0x78, 0x05, 0x66, 0x9c, 0x2e, 0x0f, 0x14, 0x36, + 0x6c, 0xfc, 0xd8, 0x73, 0x12, 0x83, 0xd0, 0xc4, 0x8b, 0x37, 0x34, 0x91, 0xa8, 0x24, 0x6b, 0x2b, + 0x5a, 0x4b, 0xc1, 0x71, 0xa0, 0x06, 0xb9, 0x03, 0x44, 0x3e, 0xbb, 0xac, 0x36, 0x1a, 0x7e, 0xcf, + 0x13, 0x5b, 0x9a, 0x70, 0xaa, 0xe8, 0xc3, 0xe6, 0xd6, 0x00, 0x06, 0x66, 0xd4, 0x22, 0x5f, 0x84, + 0xe5, 0x06, 0xa7, 0x2c, 0x8f, 0x1e, 0x26, 0x45, 0x71, 0xfc, 0xd4, 0x41, 0xfa, 0x6b, 0x43, 0xf0, + 0x70, 0x28, 0x05, 0x26, 0x69, 0x18, 0xf9, 0x81, 0xd3, 0xa2, 0x26, 0xdd, 0xa9, 0xa4, 0xa4, 0xf5, + 0x01, 0x0c, 0xcc, 0xa8, 0x45, 0xbe, 0x02, 0xe5, 0x68, 0x3f, 0xa0, 0xe1, 0xbe, 0xdf, 0x6e, 0xca, + 0xa0, 0x81, 0x31, 0x3d, 0x6d, 0x72, 0xf4, 0x77, 0x14, 0x55, 0x63, 0x7a, 0xab, 0x22, 0x8c, 0x79, + 0x92, 0x00, 0xa6, 0xc2, 0x86, 0xdf, 0xa5, 0xa1, 0x34, 0xd9, 0xef, 0xe4, 0xc2, 0x9d, 0x7b, 0x8e, + 0x0c, 0x1f, 0x1f, 0xe7, 0x80, 0x92, 0x93, 0xfd, 0x3b, 0x05, 0x98, 0x35, 0x11, 0x47, 0xd8, 0x9b, + 0xbe, 0x66, 0xc1, 0x6c, 0xc3, 0xf7, 0xa2, 0xc0, 0x6f, 0x0b, 0xff, 0x55, 0x3e, 0x16, 0x05, 0x23, + 0xb5, 0x4e, 0x23, 0xc7, 0x6d, 0x1b, 0xae, 0x30, 0x83, 0x0d, 0x26, 0x98, 0x92, 0x6f, 0x5a, 0x30, + 0x1f, 0xc7, 0x98, 0xc5, 0x8e, 0xb4, 0x5c, 0x05, 0xd1, 0x5b, 0xfd, 0xcd, 0x24, 0x27, 0x4c, 0xb3, + 0xb6, 0x77, 0x61, 0x21, 0x3d, 0xda, 0xac, 0x2b, 0xbb, 0x8e, 0x5c, 0xeb, 0xc5, 0xb8, 0x2b, 0xb7, + 0x9d, 0x30, 0x44, 0x0e, 0x21, 0x9f, 0x80, 0x52, 0xc7, 0x09, 0x5a, 0xae, 0xe7, 0xb4, 0x79, 0x2f, + 0x16, 0x8d, 0x0d, 0x49, 0x96, 0xa3, 0xc6, 0xb0, 0x3f, 0x05, 0xb3, 0x5b, 0x8e, 0xd7, 0xa2, 0x4d, + 0xb9, 0x0f, 0x3f, 0xfe, 0x89, 0xd8, 0x8f, 0x27, 0x60, 0xc6, 0x38, 0x9b, 0x5d, 0xfc, 0x39, 0x2b, + 0x91, 0x3b, 0xa2, 0x98, 0x63, 0xee, 0x88, 0xcf, 0x03, 0xec, 0xb9, 0x9e, 0x1b, 0xee, 0x9f, 0x33, + 0x2b, 0x05, 0xbf, 0xa2, 0xbd, 0xa5, 0x29, 0xa0, 0x41, 0x2d, 0xbe, 0x07, 0x9b, 0x3c, 0x25, 0x57, + 0xcf, 0x87, 0x96, 0xa1, 0x6e, 0xa6, 0xf2, 0xb8, 0xf7, 0x37, 0x06, 0x66, 0x45, 0xa9, 0x9f, 0x9b, + 0x5e, 0x14, 0x1c, 0x9f, 0xaa, 0x95, 0x76, 0xa0, 0x14, 0xd0, 0xb0, 0xd7, 0x61, 0x27, 0xc6, 0xe9, + 0x33, 0x77, 0x03, 0x8f, 0x99, 0x40, 0x59, 0x1f, 0x35, 0xa5, 0x6b, 0xaf, 0xc1, 0xa5, 0x84, 0x08, + 0x64, 0x01, 0x8a, 0x07, 0xf4, 0x58, 0xcc, 0x13, 0x64, 0x3f, 0xc9, 0x52, 0xe2, 0xb6, 0x50, 0x76, + 0xcb, 0xcf, 0x16, 0x5e, 0xb5, 0x6c, 0x1f, 0x32, 0x1d, 0x00, 0xe7, 0xb9, 0xcc, 0x61, 0x63, 0xd1, + 0x36, 0xd2, 0x52, 0xe8, 0xb1, 0x10, 0x91, 0x31, 0x02, 0x66, 0xff, 0xe9, 0x14, 0xc8, 0xab, 0xec, + 0x11, 0xb6, 0x2b, 0xf3, 0x06, 0xab, 0x70, 0x8e, 0x1b, 0xac, 0x3b, 0x30, 0xeb, 0x7a, 0x6e, 0xe4, + 0x3a, 0x6d, 0xee, 0xdc, 0x91, 0xea, 0x54, 0x85, 0x0e, 0xcf, 0x6e, 0x18, 0xb0, 0x0c, 0x3a, 0x89, + 0xba, 0xe4, 0x1e, 0x4c, 0x72, 0x7d, 0x23, 0x27, 0xf0, 0xd9, 0xef, 0xdb, 0x79, 0xa8, 0x85, 0x78, + 0x4f, 0x24, 0x28, 0xf1, 0xc3, 0x87, 0xc8, 0xcb, 0xa1, 0x8f, 0xdf, 0x72, 0x1e, 0xc7, 0x87, 0x8f, + 0x14, 0x1c, 0x07, 0x6a, 0x30, 0x2a, 0x7b, 0x8e, 0xdb, 0xee, 0x05, 0x34, 0xa6, 0x32, 0x95, 0xa4, + 0x72, 0x2b, 0x05, 0xc7, 0x81, 0x1a, 0x64, 0x0f, 0x66, 0x65, 0x99, 0x88, 0x77, 0x9a, 0x3e, 0x67, + 0x2b, 0x79, 0x5c, 0xdb, 0x2d, 0x83, 0x12, 0x26, 0xe8, 0x92, 0x1e, 0x2c, 0xba, 0x5e, 0xc3, 0xf7, + 0x1a, 0xed, 0x5e, 0xe8, 0x1e, 0xd2, 0xf8, 0x31, 0xcf, 0x79, 0x98, 0x5d, 0x39, 0xe9, 0x57, 0x16, + 0x37, 0xd2, 0xe4, 0x70, 0x90, 0x03, 0xf9, 0xaa, 0x05, 0x57, 0x1a, 0xbe, 0x17, 0xf2, 0x87, 0xee, + 0x87, 0xf4, 0x66, 0x10, 0xf8, 0x81, 0xe0, 0x5d, 0x3e, 0x27, 0x6f, 0xee, 0x53, 0x5c, 0xcb, 0x22, + 0x89, 0xd9, 0x9c, 0xc8, 0x7b, 0x50, 0xea, 0x06, 0xfe, 0xa1, 0xdb, 0xa4, 0x81, 0x8c, 0x9d, 0xdb, + 0xcc, 0x23, 0xf1, 0xc6, 0xb6, 0xa4, 0x19, 0x6f, 0x3d, 0xaa, 0x04, 0x35, 0x3f, 0xfb, 0xbb, 0x65, + 0x98, 0x4b, 0xa2, 0x93, 0x5f, 0x02, 0xe8, 0x06, 0x7e, 0x87, 0x46, 0xfb, 0x54, 0x3f, 0xca, 0xb8, + 0x3b, 0x6e, 0x7e, 0x07, 0x45, 0x4f, 0x45, 0xaf, 0xb0, 0xed, 0x22, 0x2e, 0x45, 0x83, 0x23, 0x09, + 0x60, 0xfa, 0x40, 0xa8, 0x5d, 0x69, 0x85, 0xbc, 0x99, 0x8b, 0xcd, 0x24, 0x39, 0xf3, 0xd7, 0x04, + 0xb2, 0x08, 0x15, 0x23, 0xb2, 0x0b, 0xc5, 0x23, 0xba, 0x9b, 0xcf, 0x13, 0xe6, 0x07, 0x54, 0x9e, + 0x66, 0x6a, 0xd3, 0x27, 0xfd, 0x4a, 0xf1, 0x01, 0xdd, 0x45, 0x46, 0x9c, 0xb5, 0xab, 0x29, 0xee, + 0xe1, 0xe5, 0x56, 0x31, 0x66, 0xbb, 0x12, 0x97, 0xfa, 0xa2, 0x5d, 0xb2, 0x08, 0x15, 0x23, 0xf2, + 0x1e, 0x94, 0x8f, 0x9c, 0x43, 0xba, 0x17, 0xf8, 0x5e, 0x24, 0x43, 0xa6, 0xc6, 0x8c, 0xd3, 0x7f, + 0xa0, 0xc8, 0x49, 0xbe, 0x5c, 0xbd, 0xeb, 0x42, 0x8c, 0xd9, 0x91, 0x43, 0x28, 0x79, 0xf4, 0x08, + 0x69, 0xdb, 0x6d, 0xe4, 0x13, 0x17, 0x7f, 0x57, 0x52, 0x93, 0x9c, 0xb9, 0xde, 0x53, 0x65, 0xa8, + 0x79, 0xb1, 0xb1, 0x7c, 0xd7, 0xdf, 0x95, 0x1b, 0xd5, 0x98, 0x63, 0xa9, 0x4f, 0xa6, 0x62, 0x2c, + 0xef, 0xf8, 0xbb, 0xc8, 0x88, 0xb3, 0x35, 0xd2, 0xd0, 0xf1, 0x3a, 0x72, 0x9b, 0xba, 0x9b, 0x6f, + 0x9c, 0x92, 0x58, 0x23, 0x71, 0x29, 0x1a, 0x1c, 0x59, 0xdf, 0xb6, 0xa4, 0xb3, 0x52, 0x6e, 0x54, + 0x63, 0xf6, 0x6d, 0xd2, 0xf5, 0x29, 0xfa, 0x56, 0x95, 0xa1, 0xe6, 0xc5, 0xf8, 0xba, 0xd2, 0xf3, + 0x97, 0xcf, 0x56, 0x95, 0xf4, 0x23, 0x0a, 0xbe, 0xaa, 0x0c, 0x35, 0x2f, 0xfb, 0x7b, 0x53, 0x30, + 0x6b, 0x26, 0x38, 0x1b, 0xc1, 0x46, 0xd0, 0x76, 0x71, 0xe1, 0x2c, 0x76, 0x31, 0x3b, 0x08, 0x19, + 0x77, 0x1c, 0xca, 0x09, 0xb3, 0x91, 0x9b, 0x59, 0x18, 0x1f, 0x84, 0x8c, 0xc2, 0x10, 0x13, 0x4c, + 0xcf, 0x10, 0xf6, 0xc0, 0x8c, 0x2b, 0x61, 0x7e, 0x4c, 0x26, 0x8d, 0xab, 0x84, 0x41, 0xf1, 0x12, + 0x40, 0x9c, 0xe8, 0x4b, 0xde, 0x7d, 0x69, 0xab, 0xcd, 0x48, 0x40, 0x66, 0x60, 0x91, 0x17, 0x60, + 0x8a, 0x29, 0x68, 0xda, 0x94, 0x2f, 0x75, 0xf5, 0x69, 0xf3, 0x16, 0x2f, 0x45, 0x09, 0x25, 0xaf, + 0x32, 0x5b, 0x2a, 0x56, 0xab, 0xf2, 0x01, 0xee, 0x52, 0x6c, 0x4b, 0xc5, 0x30, 0x4c, 0x60, 0x32, + 0xd1, 0x29, 0xd3, 0x82, 0x7c, 0x06, 0x1b, 0xa2, 0x73, 0xd5, 0x88, 0x02, 0xc6, 0xbd, 0x1f, 0x29, + 0xad, 0xc9, 0x67, 0xde, 0xa4, 0xe1, 0xfd, 0x48, 0xc1, 0x71, 0xa0, 0x06, 0x6b, 0x8c, 0xbc, 0xb6, + 0x9b, 0x11, 0xd1, 0x9d, 0x43, 0x2e, 0xdc, 0xbe, 0x6e, 0x9e, 0x08, 0x66, 0xf9, 0xd0, 0x7f, 0x2e, + 0xbf, 0x64, 0x7d, 0xa3, 0x1f, 0x09, 0xc6, 0x33, 0xde, 0xbf, 0x04, 0x73, 0xc9, 0xbd, 0x32, 0x77, + 0xff, 0xfc, 0xbf, 0x2f, 0xc2, 0xe5, 0xbb, 0x2d, 0xd7, 0x4b, 0xe7, 0x03, 0xca, 0x4a, 0xa2, 0x6b, + 0x9d, 0x35, 0x89, 0x6e, 0xfc, 0xe4, 0x47, 0x66, 0x29, 0xce, 0x7e, 0xf2, 0xa3, 0x52, 0x18, 0x27, + 0x71, 0xc9, 0x1f, 0x5b, 0xf0, 0xac, 0xd3, 0x14, 0xd6, 0xab, 0xd3, 0x96, 0xa5, 0x31, 0x53, 0xb5, + 0xa2, 0xc3, 0x31, 0x75, 0xd1, 0x60, 0xe3, 0x57, 0xaa, 0xa7, 0x70, 0x15, 0x23, 0xfe, 0x53, 0xb2, + 0x05, 0xcf, 0x9e, 0x86, 0x8a, 0xa7, 0x8a, 0x7f, 0xed, 0x2d, 0xf8, 0xf8, 0x63, 0x19, 0x9d, 0x69, + 0xb6, 0x7c, 0xcd, 0x82, 0xb2, 0x70, 0x9f, 0x22, 0xdd, 0x63, 0x5b, 0x85, 0xd3, 0x75, 0xdf, 0xa6, + 0x41, 0xa8, 0xb2, 0x7b, 0x19, 0x07, 0xbc, 0xea, 0xf6, 0x86, 0x84, 0xa0, 0x81, 0xc5, 0x36, 0xe3, + 0x03, 0xd7, 0x6b, 0xca, 0x61, 0xd2, 0x9b, 0xf1, 0x9b, 0xae, 0xd7, 0x44, 0x0e, 0xd1, 0xdb, 0x75, + 0x71, 0xa8, 0x5b, 0xe3, 0xbb, 0x16, 0xcc, 0xf1, 0x77, 0x8e, 0xf1, 0xd1, 0xe3, 0x15, 0x1d, 0xd3, + 0x22, 0xc4, 0xb8, 0x9e, 0x8c, 0x69, 0x79, 0xd4, 0xaf, 0xcc, 0x88, 0x97, 0x91, 0xc9, 0x10, 0x97, + 0x2f, 0x48, 0x7f, 0x05, 0x8f, 0xbc, 0x29, 0x9c, 0xf9, 0x38, 0xad, 0xfd, 0x79, 0x75, 0x45, 0x04, + 0x63, 0x7a, 0xf6, 0xfb, 0x30, 0x6b, 0x3e, 0x58, 0x20, 0xaf, 0xc0, 0x4c, 0xd7, 0xf5, 0x5a, 0xc9, + 0x87, 0x6d, 0xda, 0xa7, 0xbb, 0x1d, 0x83, 0xd0, 0xc4, 0xe3, 0xd5, 0xfc, 0xb8, 0x5a, 0xca, 0x15, + 0xbc, 0xed, 0x9b, 0xd5, 0xe2, 0x3f, 0xf6, 0xbf, 0x28, 0xc2, 0xe5, 0x8c, 0x87, 0x31, 0xe4, 0x43, + 0x0b, 0xa6, 0x78, 0x94, 0xbe, 0x8a, 0x5a, 0x79, 0x27, 0xf7, 0xc7, 0x37, 0x2b, 0xfc, 0x31, 0x80, + 0x9c, 0xc7, 0x7a, 0xfb, 0x14, 0x85, 0x28, 0x99, 0x93, 0x7f, 0x60, 0xc1, 0x8c, 0x63, 0x2c, 0x35, + 0x11, 0xc8, 0xb3, 0x9b, 0xbf, 0x30, 0x03, 0x2b, 0xcb, 0x08, 0x40, 0x8c, 0x17, 0x92, 0x29, 0xcb, + 0xb5, 0x9f, 0x81, 0x19, 0xa3, 0x09, 0x67, 0x59, 0x21, 0xd7, 0x5e, 0x87, 0x85, 0xb1, 0x56, 0xd8, + 0xcf, 0xc1, 0x59, 0x93, 0xd5, 0x31, 0x85, 0x75, 0x64, 0x3e, 0x3e, 0xd6, 0x3d, 0x2e, 0x5f, 0x1f, + 0x4b, 0xa8, 0xbd, 0x0b, 0x0b, 0xe9, 0xc3, 0x55, 0xee, 0xf7, 0xd6, 0x9f, 0x82, 0x33, 0xa6, 0x97, + 0xb3, 0x6f, 0x02, 0x41, 0xbf, 0xdd, 0xde, 0x75, 0x1a, 0x07, 0x0f, 0x5c, 0xaf, 0xe9, 0x1f, 0xf1, + 0xb5, 0xb2, 0x0a, 0xe5, 0x40, 0xbe, 0x7b, 0x0a, 0x65, 0xb3, 0xf4, 0x62, 0x53, 0x0f, 0xa2, 0x42, + 0x8c, 0x71, 0xec, 0xdf, 0x2b, 0xc0, 0xb4, 0x7c, 0xa4, 0xf7, 0x04, 0x42, 0x80, 0x0f, 0x12, 0x77, + 0x43, 0x1b, 0xb9, 0xbc, 0x2d, 0x1c, 0x1a, 0xff, 0x1b, 0xa6, 0xe2, 0x7f, 0xdf, 0xcc, 0x87, 0xdd, + 0xe9, 0xc1, 0xbf, 0xdf, 0x9d, 0x80, 0xf9, 0xd4, 0xa3, 0x47, 0x66, 0xf1, 0x0c, 0xc4, 0xbc, 0xdd, + 0xcf, 0xf5, 0x5d, 0xa5, 0x0e, 0x4f, 0x3f, 0x3d, 0xfc, 0x2d, 0x4c, 0x24, 0x03, 0xbd, 0x97, 0x5b, + 0x1e, 0xf1, 0xbf, 0xc8, 0x0b, 0x7a, 0xd6, 0x70, 0xae, 0xff, 0x66, 0xc1, 0xd3, 0x43, 0xdf, 0xc6, + 0xf2, 0xd4, 0x2a, 0x41, 0x12, 0x2a, 0x17, 0x64, 0xce, 0x19, 0x00, 0xf4, 0x45, 0x4d, 0x3a, 0x1b, + 0x46, 0x9a, 0x3d, 0x79, 0x19, 0x66, 0xb9, 0x86, 0x66, 0x5b, 0x53, 0x44, 0xbb, 0xd2, 0xcf, 0xcc, + 0x3d, 0x8e, 0x75, 0xa3, 0x1c, 0x13, 0x58, 0xf6, 0xaf, 0x59, 0xb0, 0x3c, 0x2c, 0xd1, 0xc6, 0x08, + 0xe7, 0xcb, 0xbf, 0x96, 0x8a, 0x51, 0xae, 0x0c, 0xc4, 0x28, 0xa7, 0x4e, 0x98, 0x2a, 0x1c, 0xd9, + 0x38, 0xdc, 0x15, 0x1f, 0x13, 0x82, 0xfb, 0x2d, 0x0b, 0xae, 0x0e, 0x59, 0x4d, 0x03, 0xb1, 0xea, + 0xd6, 0xb9, 0x63, 0xd5, 0x0b, 0xa3, 0xc6, 0xaa, 0xdb, 0xbf, 0x5f, 0x84, 0x05, 0x29, 0x4f, 0x6c, + 0xa6, 0xbd, 0x9a, 0x88, 0xf4, 0xfe, 0xa9, 0x54, 0xa4, 0xf7, 0x52, 0x1a, 0xff, 0x2f, 0xc2, 0xbc, + 0x3f, 0x5a, 0x61, 0xde, 0x7f, 0x56, 0x80, 0x2b, 0x99, 0xf9, 0x3f, 0xc8, 0x37, 0x32, 0x54, 0xc3, + 0x83, 0x9c, 0x13, 0x8d, 0x8c, 0xa8, 0x1c, 0xc6, 0x8d, 0x8d, 0xfe, 0x55, 0x33, 0x26, 0x59, 0x6c, + 0xf5, 0x7b, 0x17, 0x90, 0x32, 0xe5, 0x8c, 0xe1, 0xc9, 0xf6, 0xdf, 0x29, 0xc2, 0x8b, 0xa3, 0x12, + 0xfa, 0x88, 0x3e, 0x5f, 0x09, 0x13, 0xcf, 0x57, 0x9e, 0x90, 0xda, 0xbe, 0x90, 0x97, 0x2c, 0xdf, + 0x2b, 0x6a, 0xb5, 0x37, 0x38, 0x3f, 0x47, 0xba, 0x94, 0x9c, 0x66, 0xa6, 0x5d, 0x9c, 0xdd, 0x58, + 0x6d, 0x85, 0xd3, 0x75, 0x51, 0xfc, 0xa8, 0x5f, 0x59, 0x94, 0x99, 0x02, 0xeb, 0x34, 0x92, 0x85, + 0xa8, 0x2a, 0x91, 0x17, 0xa1, 0x14, 0x08, 0xa8, 0x0a, 0xd8, 0x97, 0x37, 0xbb, 0xa2, 0x0c, 0x35, + 0x94, 0x7c, 0xc5, 0xb0, 0x85, 0x27, 0x2e, 0x2a, 0xd9, 0xc2, 0x69, 0x17, 0xd6, 0xef, 0x40, 0x29, + 0x54, 0xf9, 0x3d, 0xc5, 0xad, 0xc2, 0x67, 0x46, 0x7c, 0x07, 0xc2, 0x4e, 0x60, 0x2a, 0xd9, 0xa7, + 0x68, 0x9f, 0x4e, 0x05, 0xaa, 0x49, 0x12, 0x5b, 0x1f, 0x7e, 0x84, 0xab, 0x12, 0x32, 0x0e, 0x3e, + 0x3f, 0xb4, 0x60, 0x46, 0x8e, 0xd6, 0x13, 0x78, 0x9a, 0xf2, 0x6e, 0xf2, 0x69, 0xca, 0xcd, 0x5c, + 0xf6, 0x8e, 0x21, 0xef, 0x52, 0xde, 0x85, 0x59, 0x33, 0x05, 0x14, 0xf9, 0xbc, 0xb1, 0xf7, 0x59, + 0xe3, 0x24, 0x55, 0x51, 0xbb, 0x63, 0xbc, 0x2f, 0xda, 0xbf, 0x5e, 0xd6, 0xbd, 0xc8, 0x8f, 0x68, + 0xe6, 0x1c, 0xb4, 0x4e, 0x9d, 0x83, 0xe6, 0x14, 0x28, 0xe4, 0x3f, 0x05, 0xee, 0x41, 0x49, 0x6d, + 0x50, 0x52, 0x8d, 0x3f, 0x6f, 0x06, 0xeb, 0x31, 0x5b, 0x80, 0x11, 0x33, 0x26, 0x2e, 0x3f, 0x6a, + 0xe9, 0x31, 0xd4, 0x1b, 0xa7, 0x26, 0x43, 0xde, 0x83, 0x99, 0x23, 0x3f, 0x38, 0x68, 0xfb, 0x0e, + 0xcf, 0xdc, 0x0b, 0x79, 0xdc, 0x0f, 0x69, 0xbf, 0x99, 0x88, 0x98, 0x7e, 0x10, 0xd3, 0x47, 0x93, + 0x19, 0xa9, 0xc2, 0x7c, 0xc7, 0xf5, 0x90, 0x3a, 0x4d, 0xfd, 0x02, 0x65, 0x42, 0xa4, 0x16, 0x55, + 0x46, 0xee, 0x56, 0x12, 0x8c, 0x69, 0x7c, 0xf2, 0x4d, 0x0b, 0xe6, 0x82, 0xc4, 0xa1, 0x5a, 0xe6, + 0x0f, 0xdc, 0x1e, 0x7f, 0x32, 0x26, 0x0f, 0xea, 0x22, 0x64, 0x38, 0x59, 0x8e, 0x29, 0xde, 0xe4, + 0xcb, 0x50, 0x0a, 0x65, 0x7e, 0xa7, 0x7c, 0x2e, 0x16, 0xf5, 0x11, 0x56, 0x10, 0x8d, 0x87, 0x52, + 0x95, 0xa0, 0x66, 0x48, 0x36, 0x61, 0x49, 0x79, 0x09, 0x12, 0xdf, 0x3d, 0x11, 0xdb, 0x05, 0x4f, + 0xa8, 0x89, 0x19, 0x70, 0xcc, 0xac, 0xc5, 0x8c, 0x2a, 0x9e, 0x5a, 0x4d, 0xdc, 0x74, 0x18, 0x97, + 0x03, 0x7c, 0xfd, 0x35, 0x51, 0x42, 0x4f, 0x7b, 0x60, 0x55, 0x1a, 0xe3, 0x81, 0x55, 0x1d, 0xae, + 0xa4, 0x41, 0x3c, 0xcf, 0x0b, 0x4f, 0x2d, 0x63, 0x28, 0xb3, 0xed, 0x2c, 0x24, 0xcc, 0xae, 0x4b, + 0x1e, 0x40, 0x39, 0xa0, 0xfc, 0xb8, 0x53, 0x55, 0xa1, 0x0c, 0x67, 0x0e, 0xda, 0x42, 0x45, 0x00, + 0x63, 0x5a, 0x6c, 0xdc, 0x9d, 0x64, 0xb2, 0xcf, 0x7b, 0x39, 0x7e, 0xb9, 0x4d, 0x8e, 0xfd, 0x90, + 0xfc, 0x4b, 0xf6, 0x8f, 0xe6, 0xe0, 0x52, 0xc2, 0xd5, 0x41, 0x9e, 0x87, 0x49, 0x9e, 0xf8, 0x86, + 0xef, 0x56, 0xa5, 0x78, 0x47, 0x15, 0x9d, 0x23, 0x60, 0xe4, 0x97, 0x2d, 0x98, 0xef, 0x26, 0x7c, + 0xcb, 0x6a, 0x23, 0x1f, 0xf3, 0xf6, 0x32, 0xe9, 0xb0, 0x36, 0xd2, 0x64, 0x27, 0x99, 0x61, 0x9a, + 0x3b, 0xdb, 0x0f, 0x64, 0xe4, 0x63, 0x9b, 0x06, 0x1c, 0x5b, 0x9a, 0x5c, 0x9a, 0xc4, 0x5a, 0x12, + 0x8c, 0x69, 0x7c, 0x36, 0xc2, 0xbc, 0x75, 0xe3, 0x7c, 0xd2, 0xa9, 0xaa, 0x08, 0x60, 0x4c, 0x8b, + 0xbc, 0x0e, 0x73, 0x32, 0xc7, 0xe3, 0xb6, 0xdf, 0xbc, 0xed, 0x84, 0xfb, 0xf2, 0xac, 0xa1, 0xcf, + 0x46, 0x6b, 0x09, 0x28, 0xa6, 0xb0, 0x79, 0xdb, 0xe2, 0x44, 0x9a, 0x9c, 0xc0, 0x54, 0x32, 0x8b, + 0xf8, 0x5a, 0x12, 0x8c, 0x69, 0x7c, 0xfe, 0x59, 0x09, 0xa5, 0x86, 0xc4, 0xed, 0x63, 0xfc, 0x59, + 0x89, 0x41, 0x55, 0x54, 0x85, 0xf9, 0x1e, 0x3f, 0x9a, 0x35, 0x15, 0x50, 0xae, 0x47, 0xcd, 0xf0, + 0x7e, 0x12, 0x8c, 0x69, 0x7c, 0xf2, 0x1a, 0x5c, 0x0a, 0xd8, 0x66, 0xab, 0x09, 0x88, 0x2b, 0x49, + 0x7d, 0xe3, 0x84, 0x26, 0x10, 0x93, 0xb8, 0xe4, 0x0d, 0x58, 0x8c, 0x53, 0xa2, 0x29, 0x02, 0xe2, + 0x8e, 0x52, 0x67, 0xfb, 0xa9, 0xa6, 0x11, 0x70, 0xb0, 0x0e, 0xf9, 0x1b, 0xb0, 0x60, 0xf4, 0xc4, + 0x86, 0xd7, 0xa4, 0x0f, 0x65, 0xda, 0x2a, 0xfe, 0xc1, 0x87, 0xb5, 0x14, 0x0c, 0x07, 0xb0, 0xc9, + 0xcf, 0xc2, 0x5c, 0xc3, 0x6f, 0xb7, 0xf9, 0x1e, 0x27, 0x32, 0x58, 0x8b, 0xfc, 0x54, 0x22, 0x93, + 0x57, 0x02, 0x82, 0x29, 0x4c, 0x72, 0x07, 0x88, 0xbf, 0x1b, 0xd2, 0xe0, 0x90, 0x36, 0xdf, 0x10, + 0x1f, 0x89, 0x65, 0x16, 0xc7, 0xa5, 0x64, 0xdc, 0xf5, 0x5b, 0x03, 0x18, 0x98, 0x51, 0x8b, 0x27, + 0x0b, 0x32, 0xde, 0xa9, 0xcd, 0xe5, 0xf1, 0x79, 0xa3, 0xb4, 0x23, 0xe1, 0xb1, 0x8f, 0xd4, 0x02, + 0x98, 0x12, 0x61, 0xf0, 0xf9, 0x24, 0xaa, 0x32, 0x93, 0xd9, 0xc6, 0x3a, 0x42, 0x94, 0xa2, 0xe4, + 0x44, 0x7e, 0x09, 0xca, 0xbb, 0x2a, 0xb3, 0xf9, 0xf2, 0x42, 0x1e, 0x7a, 0x31, 0x95, 0xa4, 0x3f, + 0x3e, 0x28, 0x6b, 0x00, 0xc6, 0x2c, 0xc9, 0x0b, 0x30, 0x73, 0x7b, 0xbb, 0xaa, 0x67, 0xe1, 0x22, + 0x1f, 0xfd, 0x09, 0x56, 0x05, 0x4d, 0x00, 0x5b, 0x61, 0xda, 0x7c, 0x23, 0xc9, 0x0f, 0xb7, 0x64, + 0x58, 0x63, 0x0c, 0x9b, 0x5f, 0xb2, 0x62, 0x7d, 0xf9, 0x72, 0x0a, 0x5b, 0x96, 0xa3, 0xc6, 0x20, + 0xef, 0xc0, 0x8c, 0xd4, 0x17, 0x7c, 0x6f, 0x5a, 0x3a, 0xdf, 0x1b, 0x48, 0x8c, 0x49, 0xa0, 0x49, + 0x8f, 0xdf, 0x9d, 0xf1, 0x84, 0xcf, 0xf4, 0x56, 0xaf, 0xdd, 0x5e, 0xbe, 0xc2, 0xf7, 0xcd, 0xf8, + 0xee, 0x2c, 0x06, 0xa1, 0x89, 0x47, 0x3e, 0xa3, 0xe2, 0x41, 0x3e, 0x96, 0xb8, 0x4c, 0xd4, 0xf1, + 0x20, 0xda, 0xe8, 0x1e, 0x12, 0x26, 0x7d, 0xf5, 0x31, 0x81, 0x18, 0xbb, 0x70, 0x4d, 0x59, 0x7c, + 0x83, 0x8b, 0x64, 0x79, 0x39, 0xe1, 0xb4, 0xb8, 0xf6, 0x60, 0x28, 0x26, 0x9e, 0x42, 0x85, 0xec, + 0x42, 0xd1, 0x69, 0xef, 0x2e, 0x3f, 0x9d, 0x87, 0xe9, 0xaa, 0x3f, 0xfa, 0x2c, 0x42, 0x9b, 0xaa, + 0x9b, 0x35, 0x64, 0xc4, 0xed, 0xaf, 0x16, 0xf4, 0x25, 0x81, 0x4e, 0xe0, 0xf9, 0xbe, 0x39, 0xab, + 0xad, 0x3c, 0x3e, 0x6a, 0x3a, 0x90, 0xfe, 0x5f, 0x28, 0xa4, 0xcc, 0x39, 0xdd, 0xd5, 0xeb, 0x38, + 0x97, 0xec, 0x2c, 0xc9, 0xe4, 0xa4, 0xe2, 0x70, 0x99, 0x5c, 0xc5, 0xf6, 0x1f, 0x95, 0xb4, 0x4f, + 0x2c, 0x15, 0xe0, 0x10, 0xc0, 0xa4, 0x1b, 0x46, 0xae, 0x9f, 0xe3, 0x7b, 0xbd, 0x54, 0x56, 0x4f, + 0x1e, 0x0e, 0xcc, 0x01, 0x28, 0x58, 0x31, 0x9e, 0x5e, 0xcb, 0xf5, 0x1e, 0xca, 0xe6, 0xdf, 0xcb, + 0x3d, 0x72, 0x41, 0xf0, 0xe4, 0x00, 0x14, 0xac, 0xc8, 0xbb, 0x62, 0xa6, 0xe5, 0xf3, 0x01, 0xdb, + 0xf4, 0x77, 0xa9, 0x93, 0x33, 0x8e, 0xf1, 0x0a, 0x3b, 0xae, 0xb4, 0x61, 0xc6, 0xe4, 0x55, 0xdf, + 0xda, 0xc8, 0xe2, 0x55, 0xdf, 0xda, 0x40, 0xc6, 0x84, 0x7c, 0xdd, 0x02, 0x70, 0xf4, 0x07, 0x9a, + 0xf3, 0xf9, 0x56, 0xc6, 0xb0, 0x0f, 0x3e, 0x8b, 0x08, 0xbe, 0x18, 0x8a, 0x06, 0x67, 0xf2, 0x1e, + 0x4c, 0x3b, 0xe2, 0x4b, 0x3f, 0x32, 0x38, 0x32, 0x9f, 0xcf, 0x57, 0xa5, 0x24, 0xe0, 0x51, 0xa1, + 0x12, 0x84, 0x8a, 0x21, 0xe3, 0x1d, 0x05, 0x0e, 0xdd, 0x73, 0x0f, 0x64, 0x94, 0x64, 0x7d, 0xec, + 0x84, 0xdd, 0x8c, 0x58, 0x16, 0x6f, 0x09, 0x42, 0xc5, 0x50, 0x7c, 0x13, 0xd5, 0xf1, 0x1c, 0xfd, + 0xe4, 0x25, 0x9f, 0x87, 0x51, 0xe6, 0x23, 0x1a, 0xe3, 0x9b, 0xa8, 0x26, 0x23, 0x4c, 0xf2, 0x25, + 0x87, 0x30, 0xe5, 0xf0, 0x6f, 0x9a, 0xc9, 0xf3, 0xd1, 0xb8, 0x99, 0xc8, 0x32, 0xbe, 0x8f, 0x26, + 0x36, 0x17, 0x01, 0x41, 0xc9, 0xcd, 0xfe, 0x93, 0x22, 0x00, 0x17, 0x41, 0x3c, 0xff, 0xee, 0xf0, + 0x94, 0x81, 0xfb, 0x7e, 0x53, 0x6e, 0x29, 0x39, 0xbe, 0xe2, 0x06, 0x99, 0x1f, 0x70, 0xdf, 0x6f, + 0xa2, 0x64, 0x42, 0x5a, 0x30, 0xd1, 0x75, 0xa2, 0xfd, 0xfc, 0x9f, 0x8c, 0x97, 0xc4, 0x3b, 0xa8, + 0x68, 0x1f, 0x39, 0x03, 0xf2, 0x81, 0x05, 0xd3, 0xe2, 0xd1, 0xb8, 0xf2, 0xb8, 0x8f, 0x7d, 0xad, + 0xac, 0xfa, 0x6c, 0x45, 0xbc, 0x4c, 0x97, 0xa1, 0x1f, 0x5a, 0x25, 0xcb, 0x52, 0x54, 0x6c, 0xaf, + 0x7d, 0x68, 0xc1, 0xac, 0x89, 0x9a, 0x11, 0xb4, 0xf1, 0x0b, 0x66, 0xd0, 0x46, 0x9e, 0xfd, 0x61, + 0xc6, 0x7f, 0xfc, 0x4f, 0x0b, 0x8c, 0x2f, 0xd8, 0xc6, 0x21, 0x9b, 0xd6, 0xc8, 0x21, 0x9b, 0x85, + 0x33, 0x86, 0x6c, 0x16, 0xcf, 0x14, 0xb2, 0x39, 0x71, 0xf6, 0x90, 0xcd, 0xc9, 0xe1, 0x21, 0x9b, + 0xf6, 0xb7, 0x2d, 0x58, 0x1c, 0xd8, 0x87, 0x99, 0xd9, 0x16, 0xf8, 0x7e, 0x34, 0x24, 0x52, 0x0a, + 0x63, 0x10, 0x9a, 0x78, 0x64, 0x1d, 0x16, 0x64, 0x4a, 0xeb, 0x7a, 0xb7, 0xed, 0x66, 0x3e, 0xe7, + 0xdf, 0x49, 0xc1, 0x71, 0xa0, 0x86, 0xfd, 0x6f, 0x2c, 0x98, 0x31, 0x1e, 0x01, 0xb2, 0x76, 0xf0, + 0xc7, 0x92, 0x52, 0x8c, 0x38, 0x9b, 0x37, 0xbf, 0xe1, 0x10, 0x30, 0x71, 0xd9, 0xd6, 0x32, 0xd2, + 0xa7, 0xc6, 0x97, 0x6d, 0xac, 0x14, 0x25, 0x54, 0x24, 0xc6, 0xa4, 0x5d, 0xde, 0xe9, 0x45, 0x33, + 0x31, 0x26, 0xed, 0x22, 0x87, 0x70, 0x76, 0xcc, 0x7e, 0x95, 0xd1, 0xbc, 0x46, 0xf2, 0x70, 0x27, + 0x88, 0x50, 0xc0, 0xc8, 0x75, 0x28, 0x52, 0xaf, 0x29, 0x0f, 0xdb, 0xfa, 0x83, 0x5d, 0x37, 0xbd, + 0x26, 0xb2, 0x72, 0xfb, 0x2d, 0x98, 0xad, 0xd3, 0x46, 0x40, 0xa3, 0x37, 0xe9, 0xf1, 0xc8, 0x5f, + 0x00, 0x63, 0xb3, 0x3d, 0xf5, 0x05, 0x30, 0x56, 0x9d, 0x95, 0xdb, 0xff, 0xdc, 0x82, 0x54, 0x86, + 0x7b, 0xc3, 0xf1, 0x6e, 0x0d, 0x73, 0xbc, 0x27, 0x5c, 0xc4, 0x85, 0x53, 0x5d, 0xc4, 0x77, 0x80, + 0x74, 0xd8, 0x52, 0x48, 0x7c, 0xcf, 0x41, 0xfa, 0x39, 0xe2, 0x27, 0xc7, 0x03, 0x18, 0x98, 0x51, + 0xcb, 0xfe, 0x67, 0x42, 0x58, 0x33, 0xe7, 0xfd, 0xe3, 0x3b, 0xa0, 0x07, 0x93, 0x9c, 0x94, 0x74, + 0xf6, 0x8c, 0xe9, 0x28, 0x1d, 0x4c, 0xdd, 0x11, 0x0f, 0xa4, 0x5c, 0xf2, 0x9c, 0x9b, 0xfd, 0xfb, + 0x42, 0x56, 0x23, 0x29, 0xfe, 0x08, 0xb2, 0x76, 0x92, 0xb2, 0xde, 0xce, 0x6b, 0xaf, 0xcc, 0x96, + 0x91, 0xac, 0x00, 0x74, 0x69, 0xd0, 0xa0, 0x5e, 0xa4, 0x82, 0xcc, 0x27, 0xe5, 0xa3, 0x1c, 0x5d, + 0x8a, 0x06, 0x86, 0xfd, 0x81, 0x05, 0x0b, 0xf5, 0xc8, 0x6d, 0x1c, 0xb8, 0x9e, 0x78, 0x64, 0xb6, + 0xe7, 0xb6, 0xd8, 0xe9, 0x88, 0xca, 0x8f, 0x5b, 0x09, 0xf7, 0x9b, 0xde, 0x8a, 0xd5, 0x37, 0xad, + 0x14, 0x9c, 0x54, 0x61, 0x5e, 0x5d, 0x3a, 0x28, 0x9f, 0xa9, 0x78, 0x1c, 0xab, 0x7d, 0x34, 0xeb, + 0x49, 0x30, 0xa6, 0xf1, 0xed, 0xaf, 0xc0, 0x8c, 0xb1, 0xbf, 0xf2, 0xad, 0xe8, 0xa1, 0xd3, 0x88, + 0xd2, 0x4b, 0xf8, 0x26, 0x2b, 0x44, 0x01, 0xe3, 0xae, 0x5d, 0x11, 0x85, 0x9c, 0x5a, 0xc2, 0x32, + 0xf6, 0x58, 0x42, 0x19, 0xb1, 0x80, 0xb6, 0xe8, 0x43, 0x95, 0xa8, 0x55, 0x11, 0x43, 0x56, 0x88, + 0x02, 0x66, 0x7f, 0x02, 0x4a, 0x2a, 0x85, 0x01, 0x7f, 0x07, 0xac, 0xdc, 0x8e, 0xe6, 0x3b, 0x60, + 0x3f, 0x88, 0x90, 0x43, 0xec, 0xb7, 0xa1, 0xa4, 0x32, 0x2d, 0x3c, 0x1e, 0x9b, 0xad, 0xaa, 0xd0, + 0x73, 0x6f, 0xfb, 0x61, 0xa4, 0xd2, 0x43, 0x88, 0x9b, 0x91, 0xbb, 0x1b, 0xbc, 0x0c, 0x35, 0xd4, + 0x5e, 0x84, 0x79, 0x7d, 0xe5, 0x21, 0xc3, 0x42, 0x7f, 0xa7, 0x08, 0xb3, 0x89, 0x2f, 0x39, 0x3f, + 0x7e, 0xba, 0x8d, 0xbe, 0x8a, 0x33, 0xae, 0x2e, 0x8a, 0x67, 0xbc, 0xba, 0x30, 0xef, 0x8a, 0x26, + 0x2e, 0xf6, 0xae, 0x68, 0x32, 0x9f, 0xbb, 0xa2, 0x08, 0xa6, 0x43, 0xa9, 0xa8, 0xa6, 0xf2, 0x70, + 0xe2, 0xa4, 0x46, 0x4c, 0xd8, 0xc6, 0x4a, 0xdf, 0x29, 0x56, 0xf6, 0x6f, 0x4e, 0xc2, 0x5c, 0x32, + 0xc7, 0xd4, 0x08, 0x23, 0xf9, 0x89, 0x81, 0x91, 0x3c, 0xa3, 0xaf, 0xb4, 0x38, 0xae, 0xaf, 0x74, + 0x62, 0x5c, 0x5f, 0xe9, 0xe4, 0x39, 0x7c, 0xa5, 0x83, 0x9e, 0xce, 0xa9, 0x91, 0x3d, 0x9d, 0x9f, + 0xd5, 0x71, 0x47, 0xd3, 0x89, 0x8b, 0xfa, 0x38, 0xee, 0x88, 0x24, 0x87, 0x61, 0xcd, 0x6f, 0x66, + 0xc6, 0x6f, 0x95, 0x1e, 0xe3, 0x13, 0x0a, 0x32, 0xc3, 0x84, 0xce, 0x7e, 0x1d, 0xf3, 0xb1, 0x33, + 0x84, 0x08, 0xbd, 0x02, 0x33, 0x72, 0x3e, 0x71, 0x5b, 0x09, 0x92, 0x76, 0x56, 0x3d, 0x06, 0xa1, + 0x89, 0xc7, 0xbf, 0xfd, 0x99, 0xfc, 0xd8, 0x29, 0x77, 0x3d, 0x9b, 0xdf, 0xfe, 0x4c, 0x7d, 0x1c, + 0x35, 0x8d, 0x6f, 0x7f, 0x19, 0xae, 0x64, 0x9e, 0x04, 0xb9, 0x6b, 0x8c, 0xab, 0x71, 0xda, 0x94, + 0x08, 0x86, 0x18, 0xa9, 0x14, 0xc4, 0xd7, 0x1e, 0x0c, 0xc5, 0xc4, 0x53, 0xa8, 0xd8, 0xbf, 0x51, + 0x84, 0xb9, 0xe4, 0x87, 0xa3, 0xc8, 0x91, 0xf6, 0x1b, 0xe5, 0xe2, 0xb2, 0x12, 0x64, 0x8d, 0xbc, + 0x45, 0x43, 0x9d, 0xc0, 0x47, 0x7c, 0x7e, 0xed, 0xea, 0x24, 0x4a, 0x17, 0xc7, 0x58, 0x7a, 0x5f, + 0x25, 0x3b, 0xfe, 0x6d, 0xa8, 0xf8, 0xf1, 0x88, 0x3c, 0x76, 0xe5, 0xce, 0x3d, 0x7e, 0x0e, 0xa2, + 0x59, 0xa1, 0xc1, 0x96, 0xe9, 0x96, 0x43, 0x1a, 0xb8, 0x7b, 0xae, 0xfe, 0xe8, 0x25, 0xdf, 0xb9, + 0xdf, 0x96, 0x65, 0xa8, 0xa1, 0xf6, 0x07, 0x05, 0x88, 0x3f, 0xf1, 0xcb, 0xbf, 0xae, 0x12, 0x1a, + 0x26, 0xae, 0x1c, 0xb6, 0x3b, 0xe3, 0x7e, 0xc2, 0x28, 0xa6, 0x28, 0x63, 0x42, 0x8d, 0x12, 0x4c, + 0x70, 0xfc, 0x09, 0x7c, 0xda, 0xd7, 0x81, 0xf9, 0xd4, 0x93, 0xda, 0xdc, 0xe3, 0xf7, 0x7f, 0x5c, + 0x84, 0xb2, 0x7e, 0x94, 0x4c, 0x7e, 0x26, 0xe1, 0x6f, 0x28, 0xd7, 0x3e, 0x6e, 0x7c, 0x48, 0x60, + 0xdf, 0x6f, 0x3e, 0xea, 0x57, 0xe6, 0x35, 0x72, 0xca, 0x77, 0x70, 0x1d, 0x8a, 0xbd, 0xa0, 0x9d, + 0x3e, 0x50, 0xdc, 0xc7, 0x4d, 0x64, 0xe5, 0xe4, 0x61, 0xfa, 0xc0, 0xbf, 0x95, 0xd3, 0x43, 0x6a, + 0x61, 0x79, 0x0f, 0x3f, 0xe8, 0x33, 0x2d, 0xb9, 0xeb, 0x37, 0x8f, 0xd3, 0x1f, 0x1e, 0xa8, 0xf9, + 0xcd, 0x63, 0xe4, 0x10, 0xf2, 0x3a, 0xcc, 0x45, 0x6e, 0x87, 0xfa, 0xbd, 0xc8, 0xfc, 0x80, 0x6a, + 0x31, 0xbe, 0xd4, 0xdc, 0x49, 0x40, 0x31, 0x85, 0xcd, 0xb4, 0xec, 0xbb, 0xa1, 0xef, 0xf1, 0x6c, + 0x82, 0x53, 0xc9, 0x1b, 0x90, 0x3b, 0xf5, 0xb7, 0xee, 0x72, 0xbf, 0x87, 0xc6, 0x60, 0xd8, 0x2e, + 0x7f, 0x81, 0x18, 0x50, 0x19, 0x53, 0xb0, 0x10, 0xe7, 0xa7, 0x10, 0xe5, 0xa8, 0x31, 0xc8, 0xba, + 0xa0, 0xcd, 0xa4, 0xe5, 0x1a, 0x65, 0xb6, 0xf6, 0xa2, 0xa2, 0xcb, 0xca, 0x1e, 0xf5, 0x2b, 0xcb, + 0xd4, 0x6b, 0xf8, 0x4d, 0xd7, 0x6b, 0xad, 0x32, 0xc4, 0x15, 0x74, 0x8e, 0x94, 0xaa, 0xd1, 0x35, + 0xed, 0xfb, 0x30, 0x9f, 0xea, 0x30, 0x75, 0x00, 0xb4, 0xb2, 0x0f, 0x80, 0xa3, 0x7d, 0x2b, 0xe0, + 0x5f, 0x5a, 0xb0, 0x38, 0xb0, 0x05, 0x8c, 0xfa, 0x3c, 0x25, 0xad, 0x8c, 0x0a, 0xe7, 0x57, 0x46, + 0xc5, 0xb3, 0x29, 0xa3, 0xda, 0xee, 0xf7, 0x7f, 0x74, 0xe3, 0xa9, 0x1f, 0xfc, 0xe8, 0xc6, 0x53, + 0x7f, 0xf0, 0xa3, 0x1b, 0x4f, 0x7d, 0x70, 0x72, 0xc3, 0xfa, 0xfe, 0xc9, 0x0d, 0xeb, 0x07, 0x27, + 0x37, 0xac, 0x3f, 0x38, 0xb9, 0x61, 0xfd, 0xd7, 0x93, 0x1b, 0xd6, 0xb7, 0x7f, 0x7c, 0xe3, 0xa9, + 0xcf, 0x7f, 0x36, 0x9e, 0xa0, 0xab, 0x6a, 0x82, 0xf2, 0x1f, 0x9f, 0x54, 0xd3, 0x71, 0xb5, 0x7b, + 0xd0, 0x5a, 0x65, 0x13, 0x74, 0x55, 0x97, 0xa8, 0x09, 0xfa, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, + 0xb9, 0xdc, 0xb4, 0x6a, 0x14, 0x95, 0x00, 0x00, } func (m *ALBStatus) Marshal() (dAtA []byte, err error) { @@ -7365,6 +7398,32 @@ func (m *RequiredDuringSchedulingIgnoredDuringExecution) MarshalToSizedBuffer(dA return len(dAtA) - i, nil } +func (m *RollbackWindowSpec) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *RollbackWindowSpec) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *RollbackWindowSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + i = encodeVarintGenerated(dAtA, i, uint64(m.Revisions)) + i-- + dAtA[i] = 0x8 + return len(dAtA) - i, nil +} + func (m *Rollout) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -7958,6 +8017,18 @@ func (m *RolloutSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.RollbackWindow != nil { + { + size, err := m.RollbackWindow.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x6a + } i-- if m.ProgressDeadlineAbort { dAtA[i] = 1 @@ -10845,6 +10916,16 @@ func (m *RequiredDuringSchedulingIgnoredDuringExecution) Size() (n int) { return n } +func (m *RollbackWindowSpec) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + n += 1 + sovGenerated(uint64(m.Revisions)) + return n +} + func (m *Rollout) Size() (n int) { if m == nil { return 0 @@ -11092,6 +11173,10 @@ func (m *RolloutSpec) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) } n += 2 + if m.RollbackWindow != nil { + l = m.RollbackWindow.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -12662,6 +12747,16 @@ func (this *RequiredDuringSchedulingIgnoredDuringExecution) String() string { }, "") return s } +func (this *RollbackWindowSpec) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&RollbackWindowSpec{`, + `Revisions:` + fmt.Sprintf("%v", this.Revisions) + `,`, + `}`, + }, "") + return s +} func (this *Rollout) String() string { if this == nil { return "nil" @@ -12855,6 +12950,7 @@ func (this *RolloutSpec) String() string { `WorkloadRef:` + strings.Replace(this.WorkloadRef.String(), "ObjectRef", "ObjectRef", 1) + `,`, `Analysis:` + strings.Replace(this.Analysis.String(), "AnalysisRunStrategy", "AnalysisRunStrategy", 1) + `,`, `ProgressDeadlineAbort:` + fmt.Sprintf("%v", this.ProgressDeadlineAbort) + `,`, + `RollbackWindow:` + strings.Replace(this.RollbackWindow.String(), "RollbackWindowSpec", "RollbackWindowSpec", 1) + `,`, `}`, }, "") return s @@ -25078,6 +25174,75 @@ func (m *RequiredDuringSchedulingIgnoredDuringExecution) Unmarshal(dAtA []byte) } return nil } +func (m *RollbackWindowSpec) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: RollbackWindowSpec: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: RollbackWindowSpec: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Revisions", wireType) + } + m.Revisions = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Revisions |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *Rollout) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -27130,6 +27295,42 @@ func (m *RolloutSpec) Unmarshal(dAtA []byte) error { } } m.ProgressDeadlineAbort = bool(v != 0) + case 13: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RollbackWindow", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.RollbackWindow == nil { + m.RollbackWindow = &RollbackWindowSpec{} + } + if err := m.RollbackWindow.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/pkg/apis/rollouts/v1alpha1/generated.proto b/pkg/apis/rollouts/v1alpha1/generated.proto index 44fdce070d..03a26b37fd 100644 --- a/pkg/apis/rollouts/v1alpha1/generated.proto +++ b/pkg/apis/rollouts/v1alpha1/generated.proto @@ -1092,6 +1092,10 @@ message PrometheusMetric { message RequiredDuringSchedulingIgnoredDuringExecution { } +message RollbackWindowSpec { + optional int32 revisions = 1; +} + // Rollout is a specification for a Rollout resource message Rollout { optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; @@ -1275,6 +1279,10 @@ message RolloutSpec { // +optional optional int32 minReadySeconds = 4; + // The window in which a rollback will be fast tracked (fully promoted) + // +optional + optional RollbackWindowSpec rollbackWindow = 13; + // The deployment strategy to use to replace existing pods with new ones. // +optional optional RolloutStrategy strategy = 5; diff --git a/pkg/apis/rollouts/v1alpha1/openapi_generated.go b/pkg/apis/rollouts/v1alpha1/openapi_generated.go index a57f829ad6..d422e1aa21 100644 --- a/pkg/apis/rollouts/v1alpha1/openapi_generated.go +++ b/pkg/apis/rollouts/v1alpha1/openapi_generated.go @@ -98,6 +98,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.PreferredDuringSchedulingIgnoredDuringExecution": schema_pkg_apis_rollouts_v1alpha1_PreferredDuringSchedulingIgnoredDuringExecution(ref), "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.PrometheusMetric": schema_pkg_apis_rollouts_v1alpha1_PrometheusMetric(ref), "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RequiredDuringSchedulingIgnoredDuringExecution": schema_pkg_apis_rollouts_v1alpha1_RequiredDuringSchedulingIgnoredDuringExecution(ref), + "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RollbackWindowSpec": schema_pkg_apis_rollouts_v1alpha1_RollbackWindowSpec(ref), "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.Rollout": schema_pkg_apis_rollouts_v1alpha1_Rollout(ref), "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RolloutAnalysis": schema_pkg_apis_rollouts_v1alpha1_RolloutAnalysis(ref), "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RolloutAnalysisBackground": schema_pkg_apis_rollouts_v1alpha1_RolloutAnalysisBackground(ref), @@ -3285,6 +3286,24 @@ func schema_pkg_apis_rollouts_v1alpha1_RequiredDuringSchedulingIgnoredDuringExec } } +func schema_pkg_apis_rollouts_v1alpha1_RollbackWindowSpec(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "revisions": { + SchemaProps: spec.SchemaProps{ + Type: []string{"integer"}, + Format: "int32", + }, + }, + }, + }, + }, + } +} + func schema_pkg_apis_rollouts_v1alpha1_Rollout(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ @@ -3937,6 +3956,12 @@ func schema_pkg_apis_rollouts_v1alpha1_RolloutSpec(ref common.ReferenceCallback) Format: "int32", }, }, + "rollbackWindow": { + SchemaProps: spec.SchemaProps{ + Description: "The window in which a rollback will be fast tracked (fully promoted)", + Ref: ref("github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RollbackWindowSpec"), + }, + }, "strategy": { SchemaProps: spec.SchemaProps{ Description: "The deployment strategy to use to replace existing pods with new ones.", @@ -3988,7 +4013,7 @@ func schema_pkg_apis_rollouts_v1alpha1_RolloutSpec(ref common.ReferenceCallback) }, }, Dependencies: []string{ - "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.AnalysisRunStrategy", "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.ObjectRef", "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RolloutStrategy", "k8s.io/api/core/v1.PodTemplateSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, + "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.AnalysisRunStrategy", "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.ObjectRef", "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RollbackWindowSpec", "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1.RolloutStrategy", "k8s.io/api/core/v1.PodTemplateSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.LabelSelector", "k8s.io/apimachinery/pkg/apis/meta/v1.Time"}, } } diff --git a/pkg/apis/rollouts/v1alpha1/types.go b/pkg/apis/rollouts/v1alpha1/types.go index 14bf6a904c..4c1a240428 100644 --- a/pkg/apis/rollouts/v1alpha1/types.go +++ b/pkg/apis/rollouts/v1alpha1/types.go @@ -56,6 +56,9 @@ type RolloutSpec struct { // Defaults to 0 (pod will be considered available as soon as it is ready) // +optional MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,4,opt,name=minReadySeconds"` + // The window in which a rollback will be fast tracked (fully promoted) + // +optional + RollbackWindow *RollbackWindowSpec `json:"rollbackWindow,omtempty" protobuf:"bytes,13,opt,name=rollbackWindow"` // The deployment strategy to use to replace existing pods with new ones. // +optional Strategy RolloutStrategy `json:"strategy" protobuf:"bytes,5,opt,name=strategy"` @@ -1031,3 +1034,7 @@ type RolloutList struct { Items []Rollout `json:"items" protobuf:"bytes,2,rep,name=items"` } + +type RollbackWindowSpec struct { + Revisions int32 `json:"revisions,omitempty" protobuf:"varint,1,opt,name=revisions"` +} diff --git a/pkg/apis/rollouts/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/rollouts/v1alpha1/zz_generated.deepcopy.go index 000973207b..f1a743e80a 100644 --- a/pkg/apis/rollouts/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/rollouts/v1alpha1/zz_generated.deepcopy.go @@ -1841,6 +1841,22 @@ func (in *RequiredDuringSchedulingIgnoredDuringExecution) DeepCopy() *RequiredDu return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *RollbackWindowSpec) DeepCopyInto(out *RollbackWindowSpec) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RollbackWindowSpec. +func (in *RollbackWindowSpec) DeepCopy() *RollbackWindowSpec { + if in == nil { + return nil + } + out := new(RollbackWindowSpec) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Rollout) DeepCopyInto(out *Rollout) { *out = *in @@ -2137,6 +2153,11 @@ func (in *RolloutSpec) DeepCopyInto(out *RolloutSpec) { *out = new(ObjectRef) **out = **in } + if in.RollbackWindow != nil { + in, out := &in.RollbackWindow, &out.RollbackWindow + *out = new(RollbackWindowSpec) + **out = **in + } in.Strategy.DeepCopyInto(&out.Strategy) if in.RevisionHistoryLimit != nil { in, out := &in.RevisionHistoryLimit, &out.RevisionHistoryLimit diff --git a/rollout/bluegreen.go b/rollout/bluegreen.go index afcad812eb..887e022e28 100644 --- a/rollout/bluegreen.go +++ b/rollout/bluegreen.go @@ -273,7 +273,7 @@ func (c *rolloutContext) syncRolloutStatusBlueGreen(previewSvc *corev1.Service, if replicasetutil.CheckPodSpecChange(c.rollout, c.newRS) { c.resetRolloutStatus(&newStatus) } - if c.rollout.Status.PromoteFull { + if c.rollout.Status.PromoteFull || c.isRollbackWithinWindow() { c.pauseContext.ClearPauseConditions() c.pauseContext.RemoveAbort() } diff --git a/rollout/canary.go b/rollout/canary.go index 87228499ab..7c31506a82 100644 --- a/rollout/canary.go +++ b/rollout/canary.go @@ -370,7 +370,7 @@ func (c *rolloutContext) syncRolloutStatusCanary() error { return c.persistRolloutStatus(&newStatus) } - if c.rollout.Status.PromoteFull { + if c.rollout.Status.PromoteFull || c.isRollbackWithinWindow() { c.pauseContext.ClearPauseConditions() c.pauseContext.RemoveAbort() if stepCount > 0 { diff --git a/rollout/sync.go b/rollout/sync.go index 8300cdfccc..98990b4596 100644 --- a/rollout/sync.go +++ b/rollout/sync.go @@ -857,6 +857,38 @@ func (c *rolloutContext) resetRolloutStatus(newStatus *v1alpha1.RolloutStatus) { newStatus.CurrentStepIndex = replicasetutil.ResetCurrentStepIndex(c.rollout) } +func (c *rolloutContext) isRollbackWithinWindow() bool { + if c.newRS == nil || c.stableRS == nil { + return false + } + // first check if this is a rollback + if c.newRS.CreationTimestamp.Before(&c.stableRS.CreationTimestamp) { + // then check if we are within window + if c.rollout.Spec.RollbackWindow != nil { + if c.rollout.Spec.RollbackWindow.Revisions > 0 { + var windowSize int32 + for _, rs := range c.allRSs { + if rs.Annotations != nil && rs.Annotations[v1alpha1.ExperimentNameAnnotationKey] != "" { + continue + } + + // is newRS < rs < stableRS ? then it's part of the window + if rs.CreationTimestamp.Before(&c.stableRS.CreationTimestamp) && + c.newRS.CreationTimestamp.Before(&rs.CreationTimestamp) { + windowSize = windowSize + 1 + } + } + if windowSize < c.rollout.Spec.RollbackWindow.Revisions { + c.log.Infof("Rollback within the window: %d (%v)", windowSize, c.rollout.Spec.RollbackWindow.Revisions) + return true + } + c.log.Infof("Rollback outside the window: %d (%v)", windowSize, c.rollout.Spec.RollbackWindow.Revisions) + } + } + } + return false +} + // shouldFullPromote returns a reason string explaining why a rollout should fully promote, marking // the desired ReplicaSet as stable. Returns empty string if the rollout is in middle of update func (c *rolloutContext) shouldFullPromote(newStatus v1alpha1.RolloutStatus) string { @@ -873,6 +905,9 @@ func (c *rolloutContext) shouldFullPromote(newStatus v1alpha1.RolloutStatus) str if c.rollout.Status.PromoteFull { return "Full promotion requested" } + if c.isRollbackWithinWindow() { + return "Rollback within window" + } _, currentStepIndex := replicasetutil.GetCurrentCanaryStep(c.rollout) stepCount := len(c.rollout.Spec.Strategy.Canary.Steps) completedAllSteps := stepCount == 0 || (currentStepIndex != nil && *currentStepIndex == int32(stepCount)) @@ -897,6 +932,9 @@ func (c *rolloutContext) shouldFullPromote(newStatus v1alpha1.RolloutStatus) str if c.rollout.Status.PromoteFull { return "Full promotion requested" } + if c.isRollbackWithinWindow() { + return "Rollback within window" + } if c.pauseContext.IsAborted() { return "" } diff --git a/rollout/sync_test.go b/rollout/sync_test.go index 77205db2c6..5748bba0ec 100644 --- a/rollout/sync_test.go +++ b/rollout/sync_test.go @@ -7,6 +7,7 @@ import ( "github.com/stretchr/testify/assert" appsv1 "k8s.io/api/apps/v1" + v1 "k8s.io/api/apps/v1" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/intstr" @@ -453,3 +454,159 @@ func TestSendStateChangeEvents(t *testing.T) { assert.Equal(t, test.expectedEventReasons, recorder.Events) } } + +// TestRollbackWindow verifies the rollback window conditions +func TestRollbackWindow(t *testing.T) { + now := timeutil.MetaNow() + + replicaSets := []*appsv1.ReplicaSet{ + { + ObjectMeta: metav1.ObjectMeta{ + Name: "foo-4", + CreationTimestamp: metav1.Time{Time: now.Add(-time.Minute * 5)}, + }, + }, + { + ObjectMeta: metav1.ObjectMeta{ + Name: "foo-3", + CreationTimestamp: metav1.Time{Time: now.Add(-time.Minute * 4)}, + }, + }, + { + ObjectMeta: metav1.ObjectMeta{ + Name: "foo-2", + CreationTimestamp: metav1.Time{Time: now.Add(-time.Minute * 3)}, + }, + }, + { + ObjectMeta: metav1.ObjectMeta{ + Name: "foo-1", + CreationTimestamp: metav1.Time{Time: now.Add(-time.Minute * 2)}, + }, + }, + { + ObjectMeta: metav1.ObjectMeta{ + Name: "foo-experiment", + CreationTimestamp: metav1.Time{Time: now.Add(-time.Minute)}, + Annotations: map[string]string{ + v1alpha1.ExperimentNameAnnotationKey: "my-experiment", + }, + }, + }, + { + ObjectMeta: metav1.ObjectMeta{ + Name: "foo", + CreationTimestamp: now, + }, + }, + } + testRuns := []struct { + stableRS *appsv1.ReplicaSet + newRS *appsv1.ReplicaSet + revisionWindow int32 + expectedWithin bool + }{ + { + replicaSets[0], nil, 1, false, + }, + { + replicaSets[0], replicaSets[1], 1, false, + }, + { + replicaSets[1], replicaSets[0], 1, true, + }, + { + replicaSets[2], replicaSets[0], 2, true, + }, + { + replicaSets[3], replicaSets[0], 2, false, + }, + // from 5->3 the window is 1 because experiments are excluded + { + replicaSets[5], replicaSets[3], 1, true, + }, + } + for _, test := range testRuns { + ctx := &rolloutContext{ + allRSs: replicaSets, + newRS: test.newRS, + stableRS: test.stableRS, + } + + ctx.rollout = &v1alpha1.Rollout{ + ObjectMeta: metav1.ObjectMeta{ + Name: "foo", + Namespace: "default", + }, + Spec: v1alpha1.RolloutSpec{ + RollbackWindow: &v1alpha1.RollbackWindowSpec{ + Revisions: test.revisionWindow, + }, + }, + } + ctx.log = logutil.WithRollout(ctx.rollout) + if test.expectedWithin { + assert.True(t, ctx.isRollbackWithinWindow()) + } else { + assert.False(t, ctx.isRollbackWithinWindow()) + } + } +} + +func Test_shouldFullPromote(t *testing.T) { + now := timeutil.MetaNow() + before1m := metav1.Time{Time: now.Add(-time.Minute)} + replicaSets := []*appsv1.ReplicaSet{ + { + ObjectMeta: metav1.ObjectMeta{ + Name: "foo", + CreationTimestamp: now, + }, + }, + { + ObjectMeta: metav1.ObjectMeta{ + Name: "bar", + CreationTimestamp: before1m, + }, + Status: v1.ReplicaSetStatus{ + AvailableReplicas: int32(1), + }, + }, + } + // test canary + ctx := &rolloutContext{ + allRSs: replicaSets, + stableRS: replicaSets[0], + newRS: replicaSets[1], + rollout: &v1alpha1.Rollout{ + ObjectMeta: metav1.ObjectMeta{ + Name: "foo", + Namespace: "default", + }, + Spec: v1alpha1.RolloutSpec{ + RollbackWindow: &v1alpha1.RollbackWindowSpec{ + Revisions: 1, + }, + Strategy: v1alpha1.RolloutStrategy{ + Canary: &v1alpha1.CanaryStrategy{}, + }, + }, + }, + } + ctx.pauseContext = &pauseContext{rollout: ctx.rollout} + ctx.log = logutil.WithRollout(ctx.rollout) + newStatus := v1alpha1.RolloutStatus{} + + result := ctx.shouldFullPromote(newStatus) + assert.Equal(t, result, "Rollback within window") + + // test bluegreen + podHash := "xxx" + ctx.rollout.Spec.Strategy.Canary = nil + ctx.rollout.Spec.Strategy.BlueGreen = &v1alpha1.BlueGreenStrategy{} + newStatus.BlueGreen = v1alpha1.BlueGreenStatus{ActiveSelector: podHash} + newStatus.CurrentPodHash = podHash + + result = ctx.shouldFullPromote(newStatus) + assert.Equal(t, result, "Rollback within window") +} diff --git a/test/e2e/functional/analysistemplate-sleep-job.yaml b/test/e2e/functional/analysistemplate-sleep-job.yaml index 39b242af99..86faa2c877 100644 --- a/test/e2e/functional/analysistemplate-sleep-job.yaml +++ b/test/e2e/functional/analysistemplate-sleep-job.yaml @@ -11,6 +11,8 @@ spec: value: "0" - name: count value: "1" + - name: rev + value: "notset" metrics: - name: sleep-job count: "{{args.count}}" @@ -18,6 +20,9 @@ spec: job: spec: template: + metadata: + labels: + rev: "{{ args.rev }}" spec: containers: - name: sleep-job diff --git a/test/e2e/functional/rollout-rollback-window.yaml b/test/e2e/functional/rollout-rollback-window.yaml new file mode 100644 index 0000000000..2cc1ac17e7 --- /dev/null +++ b/test/e2e/functional/rollout-rollback-window.yaml @@ -0,0 +1,36 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Rollout +metadata: + name: window +spec: + replicas: 2 + rollbackWindow: + revisions: 2 + strategy: + canary: + steps: + - setWeight: 50 + - analysis: + templates: + - templateName: sleep-job + args: + - name: rev + valueFrom: + fieldRef: + fieldPath: metadata.labels['rev'] + selector: + matchLabels: + app: window + template: + metadata: + labels: + app: window + rev: initial + spec: + containers: + - name: basic + image: nginx:1.19-alpine + resources: + requests: + memory: 16Mi + cpu: 1m \ No newline at end of file diff --git a/test/e2e/rollback_window_test.go b/test/e2e/rollback_window_test.go new file mode 100644 index 0000000000..94bed1def9 --- /dev/null +++ b/test/e2e/rollback_window_test.go @@ -0,0 +1,154 @@ +//go:build e2e +// +build e2e + +package e2e + +import ( + "testing" + + "github.com/stretchr/testify/suite" + + "github.com/argoproj/argo-rollouts/test/fixtures" +) + +type RollbackSuite struct { + fixtures.E2ESuite +} + +func TestRollbackSuite(t *testing.T) { + suite.Run(t, new(RollbackSuite)) +} + +func (s *RollbackSuite) SetupSuite() { + s.E2ESuite.SetupSuite() + // shared analysis templates for suite + s.ApplyManifests("@functional/analysistemplate-sleep-job.yaml") + s.ApplyManifests("@functional/rollout-rollback-window.yaml") +} + +func (s *RollbackSuite) TestRollbackAnalysisWithinWindow() { + s.Given(). + HealthyRollout("@functional/rollout-rollback-window.yaml"). + When(). + UpdateSpec(` +metadata: + labels: + rev: two +spec: + template: + metadata: + labels: + rev: two`). // update to revision 2 + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(1). + When(). + UpdateSpec(` +metadata: + labels: + rev: three +spec: + template: + metadata: + labels: + rev: three`). // update to revision 3 + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(2). + When(). + UpdateSpec(` +metadata: + labels: + rev: four +spec: + template: + metadata: + labels: + rev: four`). // update to revision 4 + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(3). + When(). + UpdateSpec(` +metadata: + labels: + rev: two +spec: + template: + metadata: + labels: + rev: two`). // rollback to revision 2 (update to revision 5) + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(3) // fast rollback, no analysis run +} + +func (s *RollbackSuite) TestRollbackAnalysisOutsideWindow() { + s.Given(). + HealthyRollout("@functional/rollout-rollback-window.yaml"). + When(). + UpdateSpec(` +metadata: + labels: + rev: two +spec: + template: + metadata: + labels: + rev: two`). // update to revision 2 + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(1). + When(). + UpdateSpec(` +metadata: + labels: + rev: three +spec: + template: + metadata: + labels: + rev: three`). // update to revision 3 + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(2). + When(). + UpdateSpec(` +metadata: + labels: + rev: four +spec: + template: + metadata: + labels: + rev: four`). // update to revision 4 + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(3). + When(). + UpdateSpec(` +metadata: + labels: + rev: five +spec: + template: + metadata: + labels: + rev: five`). // update to revision 5 + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(4). + When(). + UpdateSpec(` +metadata: + labels: + rev: two +spec: + template: + metadata: + labels: + rev: two`). // rollback to revision 2 (update to revision 7) + WaitForRolloutStatus("Healthy"). + Then(). + ExpectAnalysisRunCount(5) // regular rollback, no fast track (outside window) +} diff --git a/ui/src/models/rollout/generated/api.ts b/ui/src/models/rollout/generated/api.ts index 243bfd582e..9140d3e422 100644 --- a/ui/src/models/rollout/generated/api.ts +++ b/ui/src/models/rollout/generated/api.ts @@ -938,6 +938,19 @@ export interface GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1PreferredDu */ export interface GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RequiredDuringSchedulingIgnoredDuringExecution { } +/** + * + * @export + * @interface GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RollbackWindowSpec + */ +export interface GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RollbackWindowSpec { + /** + * + * @type {number} + * @memberof GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RollbackWindowSpec + */ + revisions?: number; +} /** * * @export @@ -1254,6 +1267,12 @@ export interface GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutSpec * @memberof GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutSpec */ minReadySeconds?: number; + /** + * + * @type {GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RollbackWindowSpec} + * @memberof GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutSpec + */ + rollbackWindow?: GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RollbackWindowSpec; /** * * @type {GithubComArgoprojArgoRolloutsPkgApisRolloutsV1alpha1RolloutStrategy}