From b75f6ee91d8d25fb34bd18f53ad24aa3fa1a5690 Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Tue, 19 Nov 2019 09:22:52 -0800 Subject: [PATCH 1/5] WIP --- pkg/apis/workflow/v1alpha1/workflow_types.go | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkg/apis/workflow/v1alpha1/workflow_types.go b/pkg/apis/workflow/v1alpha1/workflow_types.go index 29f2ca2e00ff..317bb25903d0 100644 --- a/pkg/apis/workflow/v1alpha1/workflow_types.go +++ b/pkg/apis/workflow/v1alpha1/workflow_types.go @@ -4,6 +4,7 @@ import ( "encoding/json" "fmt" "hash/fnv" + "time" apiv1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -729,6 +730,12 @@ const ( RetryPolicyOnError RetryPolicy = "OnError" ) +type Backoff struct { + Duration time.Duration + Factor float64 + MaxDuration time.Duration +} + // RetryStrategy provides controls on how to retry a workflow step type RetryStrategy struct { // Limit is the maximum number of attempts when retrying a container @@ -736,6 +743,9 @@ type RetryStrategy struct { // RetryOn is a list of NodePhase statuses that will be retried RetryPolicy RetryPolicy `json:"retryPolicy,omitempty" protobuf:"bytes,2,opt,name=retryPolicy,casttype=RetryPolicy"` + + // Backoff is a backoff strategy + Backoff Backoff `json:"backoff,omitempty" protobuf:"bytes,3,opt,name=backoff,casttype=Backoff"` } // NodeStatus contains status information about an individual node in the workflow From 168a29dac40d88074a9312a38c62b887abe9a09b Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Tue, 19 Nov 2019 12:46:04 -0800 Subject: [PATCH 2/5] Done --- api/openapi-spec/swagger.json | 19 + pkg/apis/workflow/v1alpha1/generated.pb.go | 993 ++++++++++++------ pkg/apis/workflow/v1alpha1/generated.proto | 14 + .../workflow/v1alpha1/openapi_generated.go | 39 + pkg/apis/workflow/v1alpha1/workflow_types.go | 12 +- .../v1alpha1/zz_generated.deepcopy.go | 21 + workflow/controller/operator.go | 112 +- workflow/controller/operator_test.go | 18 +- 8 files changed, 854 insertions(+), 374 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 1c32f98de7f7..7ec6cefeb9c0 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -188,6 +188,21 @@ } } }, + "io.argoproj.workflow.v1alpha1.Backoff": { + "type": "object", + "properties": { + "duration": { + "type": "string" + }, + "factor": { + "type": "integer", + "format": "int32" + }, + "maxDuration": { + "type": "string" + } + } + }, "io.argoproj.workflow.v1alpha1.ContinueOn": { "description": "ContinueOn defines if a workflow should continue even if a task or step fails/errors. It can be specified if the workflow should continue when the pod errors, fails or both.", "type": "object", @@ -792,6 +807,10 @@ "description": "RetryStrategy provides controls on how to retry a workflow step", "type": "object", "properties": { + "backoff": { + "description": "Backoff is a backoff strategy", + "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Backoff" + }, "limit": { "description": "Limit is the maximum number of attempts when retrying a container", "type": "integer", diff --git a/pkg/apis/workflow/v1alpha1/generated.pb.go b/pkg/apis/workflow/v1alpha1/generated.pb.go index 64a4969d2e5a..a8da69a18076 100644 --- a/pkg/apis/workflow/v1alpha1/generated.pb.go +++ b/pkg/apis/workflow/v1alpha1/generated.pb.go @@ -227,10 +227,38 @@ func (m *ArtifactoryAuth) XXX_DiscardUnknown() { var xxx_messageInfo_ArtifactoryAuth proto.InternalMessageInfo +func (m *Backoff) Reset() { *m = Backoff{} } +func (*Backoff) ProtoMessage() {} +func (*Backoff) Descriptor() ([]byte, []int) { + return fileDescriptor_c23edafa7e7ea072, []int{7} +} +func (m *Backoff) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Backoff) 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 *Backoff) XXX_Merge(src proto.Message) { + xxx_messageInfo_Backoff.Merge(m, src) +} +func (m *Backoff) XXX_Size() int { + return m.Size() +} +func (m *Backoff) XXX_DiscardUnknown() { + xxx_messageInfo_Backoff.DiscardUnknown(m) +} + +var xxx_messageInfo_Backoff proto.InternalMessageInfo + func (m *ContinueOn) Reset() { *m = ContinueOn{} } func (*ContinueOn) ProtoMessage() {} func (*ContinueOn) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{7} + return fileDescriptor_c23edafa7e7ea072, []int{8} } func (m *ContinueOn) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -258,7 +286,7 @@ var xxx_messageInfo_ContinueOn proto.InternalMessageInfo func (m *DAGTask) Reset() { *m = DAGTask{} } func (*DAGTask) ProtoMessage() {} func (*DAGTask) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{8} + return fileDescriptor_c23edafa7e7ea072, []int{9} } func (m *DAGTask) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -286,7 +314,7 @@ var xxx_messageInfo_DAGTask proto.InternalMessageInfo func (m *DAGTemplate) Reset() { *m = DAGTemplate{} } func (*DAGTemplate) ProtoMessage() {} func (*DAGTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{9} + return fileDescriptor_c23edafa7e7ea072, []int{10} } func (m *DAGTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -314,7 +342,7 @@ var xxx_messageInfo_DAGTemplate proto.InternalMessageInfo func (m *ExecutorConfig) Reset() { *m = ExecutorConfig{} } func (*ExecutorConfig) ProtoMessage() {} func (*ExecutorConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{10} + return fileDescriptor_c23edafa7e7ea072, []int{11} } func (m *ExecutorConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -342,7 +370,7 @@ var xxx_messageInfo_ExecutorConfig proto.InternalMessageInfo func (m *GitArtifact) Reset() { *m = GitArtifact{} } func (*GitArtifact) ProtoMessage() {} func (*GitArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{11} + return fileDescriptor_c23edafa7e7ea072, []int{12} } func (m *GitArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -370,7 +398,7 @@ var xxx_messageInfo_GitArtifact proto.InternalMessageInfo func (m *HDFSArtifact) Reset() { *m = HDFSArtifact{} } func (*HDFSArtifact) ProtoMessage() {} func (*HDFSArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{12} + return fileDescriptor_c23edafa7e7ea072, []int{13} } func (m *HDFSArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -398,7 +426,7 @@ var xxx_messageInfo_HDFSArtifact proto.InternalMessageInfo func (m *HDFSConfig) Reset() { *m = HDFSConfig{} } func (*HDFSConfig) ProtoMessage() {} func (*HDFSConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{13} + return fileDescriptor_c23edafa7e7ea072, []int{14} } func (m *HDFSConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -426,7 +454,7 @@ var xxx_messageInfo_HDFSConfig proto.InternalMessageInfo func (m *HDFSKrbConfig) Reset() { *m = HDFSKrbConfig{} } func (*HDFSKrbConfig) ProtoMessage() {} func (*HDFSKrbConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{14} + return fileDescriptor_c23edafa7e7ea072, []int{15} } func (m *HDFSKrbConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -454,7 +482,7 @@ var xxx_messageInfo_HDFSKrbConfig proto.InternalMessageInfo func (m *HTTPArtifact) Reset() { *m = HTTPArtifact{} } func (*HTTPArtifact) ProtoMessage() {} func (*HTTPArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{15} + return fileDescriptor_c23edafa7e7ea072, []int{16} } func (m *HTTPArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -482,7 +510,7 @@ var xxx_messageInfo_HTTPArtifact proto.InternalMessageInfo func (m *Inputs) Reset() { *m = Inputs{} } func (*Inputs) ProtoMessage() {} func (*Inputs) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{16} + return fileDescriptor_c23edafa7e7ea072, []int{17} } func (m *Inputs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -510,7 +538,7 @@ var xxx_messageInfo_Inputs proto.InternalMessageInfo func (m *Item) Reset() { *m = Item{} } func (*Item) ProtoMessage() {} func (*Item) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{17} + return fileDescriptor_c23edafa7e7ea072, []int{18} } func (m *Item) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -538,7 +566,7 @@ var xxx_messageInfo_Item proto.InternalMessageInfo func (m *ItemValue) Reset() { *m = ItemValue{} } func (*ItemValue) ProtoMessage() {} func (*ItemValue) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{18} + return fileDescriptor_c23edafa7e7ea072, []int{19} } func (m *ItemValue) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -566,7 +594,7 @@ var xxx_messageInfo_ItemValue proto.InternalMessageInfo func (m *Metadata) Reset() { *m = Metadata{} } func (*Metadata) ProtoMessage() {} func (*Metadata) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{19} + return fileDescriptor_c23edafa7e7ea072, []int{20} } func (m *Metadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -594,7 +622,7 @@ var xxx_messageInfo_Metadata proto.InternalMessageInfo func (m *NodeStatus) Reset() { *m = NodeStatus{} } func (*NodeStatus) ProtoMessage() {} func (*NodeStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{20} + return fileDescriptor_c23edafa7e7ea072, []int{21} } func (m *NodeStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -622,7 +650,7 @@ var xxx_messageInfo_NodeStatus proto.InternalMessageInfo func (m *NoneStrategy) Reset() { *m = NoneStrategy{} } func (*NoneStrategy) ProtoMessage() {} func (*NoneStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{21} + return fileDescriptor_c23edafa7e7ea072, []int{22} } func (m *NoneStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -650,7 +678,7 @@ var xxx_messageInfo_NoneStrategy proto.InternalMessageInfo func (m *Outputs) Reset() { *m = Outputs{} } func (*Outputs) ProtoMessage() {} func (*Outputs) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{22} + return fileDescriptor_c23edafa7e7ea072, []int{23} } func (m *Outputs) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -678,7 +706,7 @@ var xxx_messageInfo_Outputs proto.InternalMessageInfo func (m *ParallelSteps) Reset() { *m = ParallelSteps{} } func (*ParallelSteps) ProtoMessage() {} func (*ParallelSteps) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{23} + return fileDescriptor_c23edafa7e7ea072, []int{24} } func (m *ParallelSteps) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -706,7 +734,7 @@ var xxx_messageInfo_ParallelSteps proto.InternalMessageInfo func (m *Parameter) Reset() { *m = Parameter{} } func (*Parameter) ProtoMessage() {} func (*Parameter) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{24} + return fileDescriptor_c23edafa7e7ea072, []int{25} } func (m *Parameter) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -734,7 +762,7 @@ var xxx_messageInfo_Parameter proto.InternalMessageInfo func (m *PodGC) Reset() { *m = PodGC{} } func (*PodGC) ProtoMessage() {} func (*PodGC) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{25} + return fileDescriptor_c23edafa7e7ea072, []int{26} } func (m *PodGC) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -762,7 +790,7 @@ var xxx_messageInfo_PodGC proto.InternalMessageInfo func (m *RawArtifact) Reset() { *m = RawArtifact{} } func (*RawArtifact) ProtoMessage() {} func (*RawArtifact) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{26} + return fileDescriptor_c23edafa7e7ea072, []int{27} } func (m *RawArtifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -790,7 +818,7 @@ var xxx_messageInfo_RawArtifact proto.InternalMessageInfo func (m *ResourceTemplate) Reset() { *m = ResourceTemplate{} } func (*ResourceTemplate) ProtoMessage() {} func (*ResourceTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{27} + return fileDescriptor_c23edafa7e7ea072, []int{28} } func (m *ResourceTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -818,7 +846,7 @@ var xxx_messageInfo_ResourceTemplate proto.InternalMessageInfo func (m *RetryStrategy) Reset() { *m = RetryStrategy{} } func (*RetryStrategy) ProtoMessage() {} func (*RetryStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{28} + return fileDescriptor_c23edafa7e7ea072, []int{29} } func (m *RetryStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -846,7 +874,7 @@ var xxx_messageInfo_RetryStrategy proto.InternalMessageInfo func (m *S3Artifact) Reset() { *m = S3Artifact{} } func (*S3Artifact) ProtoMessage() {} func (*S3Artifact) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{29} + return fileDescriptor_c23edafa7e7ea072, []int{30} } func (m *S3Artifact) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -874,7 +902,7 @@ var xxx_messageInfo_S3Artifact proto.InternalMessageInfo func (m *S3Bucket) Reset() { *m = S3Bucket{} } func (*S3Bucket) ProtoMessage() {} func (*S3Bucket) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{30} + return fileDescriptor_c23edafa7e7ea072, []int{31} } func (m *S3Bucket) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -902,7 +930,7 @@ var xxx_messageInfo_S3Bucket proto.InternalMessageInfo func (m *ScriptTemplate) Reset() { *m = ScriptTemplate{} } func (*ScriptTemplate) ProtoMessage() {} func (*ScriptTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{31} + return fileDescriptor_c23edafa7e7ea072, []int{32} } func (m *ScriptTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -930,7 +958,7 @@ var xxx_messageInfo_ScriptTemplate proto.InternalMessageInfo func (m *Sequence) Reset() { *m = Sequence{} } func (*Sequence) ProtoMessage() {} func (*Sequence) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{32} + return fileDescriptor_c23edafa7e7ea072, []int{33} } func (m *Sequence) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -958,7 +986,7 @@ var xxx_messageInfo_Sequence proto.InternalMessageInfo func (m *SuspendTemplate) Reset() { *m = SuspendTemplate{} } func (*SuspendTemplate) ProtoMessage() {} func (*SuspendTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{33} + return fileDescriptor_c23edafa7e7ea072, []int{34} } func (m *SuspendTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -986,7 +1014,7 @@ var xxx_messageInfo_SuspendTemplate proto.InternalMessageInfo func (m *TarStrategy) Reset() { *m = TarStrategy{} } func (*TarStrategy) ProtoMessage() {} func (*TarStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{34} + return fileDescriptor_c23edafa7e7ea072, []int{35} } func (m *TarStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1014,7 +1042,7 @@ var xxx_messageInfo_TarStrategy proto.InternalMessageInfo func (m *Template) Reset() { *m = Template{} } func (*Template) ProtoMessage() {} func (*Template) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{35} + return fileDescriptor_c23edafa7e7ea072, []int{36} } func (m *Template) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1042,7 +1070,7 @@ var xxx_messageInfo_Template proto.InternalMessageInfo func (m *TemplateRef) Reset() { *m = TemplateRef{} } func (*TemplateRef) ProtoMessage() {} func (*TemplateRef) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{36} + return fileDescriptor_c23edafa7e7ea072, []int{37} } func (m *TemplateRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1070,7 +1098,7 @@ var xxx_messageInfo_TemplateRef proto.InternalMessageInfo func (m *UserContainer) Reset() { *m = UserContainer{} } func (*UserContainer) ProtoMessage() {} func (*UserContainer) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{37} + return fileDescriptor_c23edafa7e7ea072, []int{38} } func (m *UserContainer) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1098,7 +1126,7 @@ var xxx_messageInfo_UserContainer proto.InternalMessageInfo func (m *ValueFrom) Reset() { *m = ValueFrom{} } func (*ValueFrom) ProtoMessage() {} func (*ValueFrom) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{38} + return fileDescriptor_c23edafa7e7ea072, []int{39} } func (m *ValueFrom) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1126,7 +1154,7 @@ var xxx_messageInfo_ValueFrom proto.InternalMessageInfo func (m *Workflow) Reset() { *m = Workflow{} } func (*Workflow) ProtoMessage() {} func (*Workflow) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{39} + return fileDescriptor_c23edafa7e7ea072, []int{40} } func (m *Workflow) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1154,7 +1182,7 @@ var xxx_messageInfo_Workflow proto.InternalMessageInfo func (m *WorkflowList) Reset() { *m = WorkflowList{} } func (*WorkflowList) ProtoMessage() {} func (*WorkflowList) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{40} + return fileDescriptor_c23edafa7e7ea072, []int{41} } func (m *WorkflowList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1182,7 +1210,7 @@ var xxx_messageInfo_WorkflowList proto.InternalMessageInfo func (m *WorkflowSpec) Reset() { *m = WorkflowSpec{} } func (*WorkflowSpec) ProtoMessage() {} func (*WorkflowSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{41} + return fileDescriptor_c23edafa7e7ea072, []int{42} } func (m *WorkflowSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1210,7 +1238,7 @@ var xxx_messageInfo_WorkflowSpec proto.InternalMessageInfo func (m *WorkflowStatus) Reset() { *m = WorkflowStatus{} } func (*WorkflowStatus) ProtoMessage() {} func (*WorkflowStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{42} + return fileDescriptor_c23edafa7e7ea072, []int{43} } func (m *WorkflowStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1238,7 +1266,7 @@ var xxx_messageInfo_WorkflowStatus proto.InternalMessageInfo func (m *WorkflowStep) Reset() { *m = WorkflowStep{} } func (*WorkflowStep) ProtoMessage() {} func (*WorkflowStep) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{43} + return fileDescriptor_c23edafa7e7ea072, []int{44} } func (m *WorkflowStep) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1266,7 +1294,7 @@ var xxx_messageInfo_WorkflowStep proto.InternalMessageInfo func (m *WorkflowTemplate) Reset() { *m = WorkflowTemplate{} } func (*WorkflowTemplate) ProtoMessage() {} func (*WorkflowTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{44} + return fileDescriptor_c23edafa7e7ea072, []int{45} } func (m *WorkflowTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1294,7 +1322,7 @@ var xxx_messageInfo_WorkflowTemplate proto.InternalMessageInfo func (m *WorkflowTemplateList) Reset() { *m = WorkflowTemplateList{} } func (*WorkflowTemplateList) ProtoMessage() {} func (*WorkflowTemplateList) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{45} + return fileDescriptor_c23edafa7e7ea072, []int{46} } func (m *WorkflowTemplateList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1322,7 +1350,7 @@ var xxx_messageInfo_WorkflowTemplateList proto.InternalMessageInfo func (m *WorkflowTemplateSpec) Reset() { *m = WorkflowTemplateSpec{} } func (*WorkflowTemplateSpec) ProtoMessage() {} func (*WorkflowTemplateSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_c23edafa7e7ea072, []int{46} + return fileDescriptor_c23edafa7e7ea072, []int{47} } func (m *WorkflowTemplateSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1355,6 +1383,7 @@ func init() { proto.RegisterType((*ArtifactRepositoryRef)(nil), "github.com.argoproj.argo.pkg.apis.workflow.v1alpha1.ArtifactRepositoryRef") proto.RegisterType((*ArtifactoryArtifact)(nil), "github.com.argoproj.argo.pkg.apis.workflow.v1alpha1.ArtifactoryArtifact") proto.RegisterType((*ArtifactoryAuth)(nil), "github.com.argoproj.argo.pkg.apis.workflow.v1alpha1.ArtifactoryAuth") + proto.RegisterType((*Backoff)(nil), "github.com.argoproj.argo.pkg.apis.workflow.v1alpha1.Backoff") proto.RegisterType((*ContinueOn)(nil), "github.com.argoproj.argo.pkg.apis.workflow.v1alpha1.ContinueOn") proto.RegisterType((*DAGTask)(nil), "github.com.argoproj.argo.pkg.apis.workflow.v1alpha1.DAGTask") proto.RegisterType((*DAGTemplate)(nil), "github.com.argoproj.argo.pkg.apis.workflow.v1alpha1.DAGTemplate") @@ -1410,300 +1439,305 @@ func init() { } var fileDescriptor_c23edafa7e7ea072 = []byte{ - // 4674 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7c, 0x4d, 0x6c, 0x1c, 0x47, - 0x76, 0xbf, 0x86, 0xe4, 0x0c, 0x67, 0xde, 0xf0, 0x4b, 0x25, 0xc9, 0x6a, 0xd3, 0x32, 0x47, 0xdb, - 0x86, 0xfd, 0xd7, 0xfe, 0x63, 0x0f, 0x6d, 0x69, 0x37, 0xf1, 0x7a, 0x63, 0x7b, 0x39, 0xfc, 0x90, - 0xa8, 0x0f, 0x8a, 0x79, 0x43, 0xc9, 0xd9, 0x78, 0x91, 0x4d, 0xb1, 0xbb, 0x38, 0xd3, 0x9a, 0x99, - 0xee, 0x76, 0x57, 0x0f, 0x69, 0xc2, 0x87, 0x38, 0x41, 0x82, 0x24, 0x08, 0x16, 0x48, 0x2e, 0xc9, - 0x22, 0x7b, 0x09, 0x72, 0x48, 0x2e, 0xb9, 0xe4, 0x1a, 0x04, 0x1b, 0x20, 0xc8, 0xc1, 0xc8, 0x25, - 0xbe, 0xc5, 0x87, 0x80, 0x58, 0x33, 0x97, 0x04, 0x09, 0x10, 0x20, 0x97, 0x00, 0x3a, 0x05, 0x55, - 0x5d, 0x5d, 0xfd, 0x31, 0x43, 0x8b, 0x9a, 0xa1, 0x14, 0x04, 0xbb, 0x27, 0xb1, 0xdf, 0x7b, 0xf5, - 0x7b, 0xf5, 0xf1, 0xea, 0xd5, 0x7b, 0xaf, 0x6a, 0x04, 0xab, 0x2d, 0x27, 0x6c, 0xf7, 0x77, 0xeb, - 0x96, 0xd7, 0x5b, 0xa6, 0x41, 0xcb, 0xf3, 0x03, 0xef, 0x91, 0xfc, 0x63, 0xd9, 0xef, 0xb4, 0x96, - 0xa9, 0xef, 0xf0, 0xe5, 0x03, 0x2f, 0xe8, 0xec, 0x75, 0xbd, 0x83, 0xe5, 0xfd, 0xb7, 0x68, 0xd7, - 0x6f, 0xd3, 0xb7, 0x96, 0x5b, 0xcc, 0x65, 0x01, 0x0d, 0x99, 0x5d, 0xf7, 0x03, 0x2f, 0xf4, 0xc8, - 0x8d, 0x04, 0xa4, 0x1e, 0x83, 0xc8, 0x3f, 0xea, 0x7e, 0xa7, 0x55, 0x17, 0x20, 0xf5, 0x18, 0xa4, - 0x1e, 0x83, 0x2c, 0xbe, 0x91, 0xd2, 0xdc, 0xf2, 0x84, 0x42, 0x81, 0xb5, 0xdb, 0xdf, 0x93, 0x5f, - 0xf2, 0x43, 0xfe, 0x15, 0xe9, 0x58, 0x34, 0x3b, 0x6f, 0xf3, 0xba, 0xe3, 0x89, 0x2e, 0x2d, 0x5b, - 0x5e, 0xc0, 0x96, 0xf7, 0x07, 0xfa, 0xb1, 0xf8, 0x8d, 0x44, 0xa6, 0x47, 0xad, 0xb6, 0xe3, 0xb2, - 0xe0, 0x30, 0x19, 0x47, 0x8f, 0x85, 0x74, 0x58, 0xab, 0xe5, 0x93, 0x5a, 0x05, 0x7d, 0x37, 0x74, - 0x7a, 0x6c, 0xa0, 0xc1, 0xcf, 0x3f, 0xa9, 0x01, 0xb7, 0xda, 0xac, 0x47, 0xf3, 0xed, 0xcc, 0x7f, - 0x2c, 0xc0, 0xfc, 0x4a, 0x60, 0xb5, 0x9d, 0x7d, 0xd6, 0x0c, 0x05, 0xa3, 0x75, 0x48, 0x3e, 0x84, - 0xc9, 0x90, 0x06, 0x46, 0xe1, 0x6a, 0xe1, 0x5a, 0xf5, 0xfa, 0x77, 0xea, 0x23, 0x4c, 0x64, 0x7d, - 0x87, 0x06, 0x31, 0x5c, 0x63, 0xfa, 0xf8, 0xa8, 0x36, 0xb9, 0x43, 0x03, 0x14, 0xa8, 0xe4, 0xfb, - 0x30, 0xe5, 0x7a, 0x2e, 0x33, 0x26, 0x24, 0xfa, 0xca, 0x48, 0xe8, 0x5b, 0x9e, 0xab, 0x7b, 0xdb, - 0x28, 0x1f, 0x1f, 0xd5, 0xa6, 0x04, 0x05, 0x25, 0xb0, 0xf9, 0x9f, 0x05, 0xa8, 0xac, 0x04, 0xad, - 0x7e, 0x8f, 0xb9, 0x21, 0x27, 0x01, 0x80, 0x4f, 0x03, 0xda, 0x63, 0x21, 0x0b, 0xb8, 0x51, 0xb8, - 0x3a, 0x79, 0xad, 0x7a, 0xfd, 0xbd, 0x91, 0x94, 0x6e, 0xc7, 0x30, 0x0d, 0xf2, 0xd9, 0x51, 0xed, - 0xdc, 0xf1, 0x51, 0x0d, 0x34, 0x89, 0x63, 0x4a, 0x0b, 0x71, 0xa1, 0x42, 0x83, 0xd0, 0xd9, 0xa3, - 0x56, 0xc8, 0x8d, 0x09, 0xa9, 0xf2, 0xdd, 0x91, 0x54, 0xae, 0x28, 0x94, 0xc6, 0x79, 0xa5, 0xb1, - 0x12, 0x53, 0x38, 0x26, 0x2a, 0xcc, 0x7f, 0x9f, 0x84, 0x72, 0xcc, 0x20, 0x57, 0x61, 0xca, 0xa5, - 0x3d, 0x26, 0x57, 0xaf, 0xd2, 0x98, 0x51, 0x0d, 0xa7, 0xb6, 0x68, 0x4f, 0x4c, 0x10, 0xed, 0x31, - 0x21, 0xe1, 0xd3, 0xb0, 0x2d, 0x57, 0x20, 0x25, 0xb1, 0x4d, 0xc3, 0x36, 0x4a, 0x0e, 0xb9, 0x02, - 0x53, 0x3d, 0xcf, 0x66, 0xc6, 0xe4, 0xd5, 0xc2, 0xb5, 0x62, 0x34, 0xc1, 0xf7, 0x3c, 0x9b, 0xa1, - 0xa4, 0x8a, 0xf6, 0x7b, 0x81, 0xd7, 0x33, 0xa6, 0xb2, 0xed, 0x37, 0x02, 0xaf, 0x87, 0x92, 0x43, - 0x7e, 0xbf, 0x00, 0x0b, 0x71, 0xf7, 0xee, 0x7a, 0x16, 0x0d, 0x1d, 0xcf, 0x35, 0x8a, 0x72, 0xc1, - 0xd7, 0xc7, 0x9a, 0x88, 0x18, 0xac, 0x61, 0x28, 0xad, 0x0b, 0x79, 0x0e, 0x0e, 0x28, 0x26, 0xd7, - 0x01, 0x5a, 0x5d, 0x6f, 0x97, 0x76, 0xc5, 0x1c, 0x18, 0x25, 0xd9, 0x6b, 0xbd, 0x84, 0x37, 0x35, - 0x07, 0x53, 0x52, 0xa4, 0x03, 0xd3, 0x34, 0xda, 0x15, 0xc6, 0xb4, 0xec, 0xf7, 0xda, 0x88, 0xfd, - 0xce, 0xec, 0xac, 0x46, 0xf5, 0xf8, 0xa8, 0x36, 0xad, 0x88, 0x18, 0x6b, 0x20, 0xaf, 0x43, 0xd9, - 0xf3, 0x45, 0x57, 0x69, 0xd7, 0x28, 0x5f, 0x2d, 0x5c, 0x2b, 0x37, 0x16, 0x54, 0xf7, 0xca, 0xf7, - 0x15, 0x1d, 0xb5, 0x84, 0xf9, 0xc7, 0x45, 0x18, 0x18, 0x35, 0x79, 0x0b, 0xaa, 0x0a, 0xed, 0xae, - 0xd7, 0xe2, 0x72, 0xf1, 0xcb, 0x8d, 0xf9, 0xe3, 0xa3, 0x5a, 0x75, 0x25, 0x21, 0x63, 0x5a, 0x86, - 0x7c, 0x00, 0x13, 0xfc, 0x86, 0xda, 0x86, 0xef, 0x8f, 0x34, 0xba, 0xe6, 0x0d, 0x6d, 0xa0, 0xa5, - 0xe3, 0xa3, 0xda, 0x44, 0xf3, 0x06, 0x4e, 0xf0, 0x1b, 0xc2, 0x7d, 0xb4, 0x9c, 0x50, 0x1a, 0xcf, - 0xa8, 0xee, 0xe3, 0xa6, 0x13, 0x6a, 0x68, 0xe9, 0x3e, 0x6e, 0x3a, 0x21, 0x0a, 0x54, 0xe1, 0x3e, - 0xda, 0x61, 0xe8, 0x4b, 0xe3, 0x1b, 0xd5, 0x7d, 0xdc, 0xda, 0xd9, 0xd9, 0xd6, 0xf0, 0xd2, 0xba, - 0x05, 0x05, 0x25, 0x30, 0xf9, 0x44, 0xcc, 0x64, 0xc4, 0xf3, 0x82, 0x43, 0x65, 0xb5, 0xb7, 0xc6, - 0xb2, 0x5a, 0x2f, 0x38, 0xd4, 0xea, 0xd4, 0x9a, 0x68, 0x06, 0xa6, 0xb5, 0xc9, 0xd1, 0xd9, 0x7b, - 0x5c, 0x1a, 0xe9, 0xc8, 0xa3, 0x5b, 0xdb, 0x68, 0xe6, 0x46, 0xb7, 0xb6, 0xd1, 0x44, 0x09, 0x2c, - 0xd6, 0x26, 0xa0, 0x07, 0xca, 0xa6, 0x47, 0x5b, 0x1b, 0xa4, 0x07, 0xd9, 0xb5, 0x41, 0x7a, 0x80, - 0x02, 0xd5, 0x6c, 0xc1, 0xa5, 0x98, 0x83, 0xcc, 0xf7, 0xb8, 0x23, 0x07, 0xc8, 0xf6, 0xc8, 0x32, - 0x54, 0x2c, 0xcf, 0xdd, 0x73, 0x5a, 0xf7, 0xa8, 0xaf, 0x1c, 0x93, 0xf6, 0x68, 0xab, 0x31, 0x03, - 0x13, 0x19, 0xf2, 0x32, 0x4c, 0x76, 0xd8, 0xa1, 0xf2, 0x50, 0x55, 0x25, 0x3a, 0x79, 0x87, 0x1d, - 0xa2, 0xa0, 0x9b, 0x3f, 0x2e, 0xc0, 0x85, 0x21, 0x93, 0x2b, 0x9a, 0xf5, 0x83, 0xae, 0xd2, 0xa0, - 0x9b, 0x3d, 0xc0, 0xbb, 0x28, 0xe8, 0xe4, 0x77, 0x0a, 0x30, 0x9f, 0x9a, 0xed, 0x95, 0xbe, 0x72, - 0x82, 0xa3, 0xef, 0xee, 0x0c, 0x56, 0xe3, 0xb2, 0xd2, 0x38, 0x9f, 0x63, 0x60, 0x5e, 0xab, 0xf9, - 0x4f, 0xf2, 0xd4, 0xcd, 0xd0, 0x08, 0x85, 0xb9, 0x3e, 0x67, 0x81, 0x70, 0xd1, 0x4d, 0x66, 0x05, - 0x2c, 0x54, 0x07, 0xf0, 0xab, 0xf5, 0xe8, 0x68, 0x17, 0xbd, 0xa8, 0x8b, 0x28, 0xa3, 0xbe, 0xff, - 0x56, 0x3d, 0x92, 0xb8, 0xc3, 0x0e, 0x9b, 0xac, 0xcb, 0x04, 0x46, 0x83, 0x1c, 0x1f, 0xd5, 0xe6, - 0x1e, 0x64, 0x00, 0x30, 0x07, 0x28, 0x54, 0xf8, 0x94, 0xf3, 0x03, 0x2f, 0xb0, 0x95, 0x8a, 0x89, - 0xa7, 0x56, 0xb1, 0x9d, 0x01, 0xc0, 0x1c, 0xa0, 0xf9, 0x5d, 0x80, 0x55, 0xcf, 0x0d, 0x1d, 0xb7, - 0xcf, 0xee, 0xbb, 0xe4, 0x15, 0x28, 0xb2, 0x20, 0xf0, 0x02, 0xe5, 0x90, 0x66, 0xd5, 0x04, 0x15, - 0xd7, 0x05, 0x11, 0x23, 0x1e, 0x79, 0x0d, 0x4a, 0x7b, 0xd4, 0xe9, 0x32, 0x5b, 0xf6, 0xa6, 0xdc, - 0x98, 0x53, 0x52, 0xa5, 0x0d, 0x49, 0x45, 0xc5, 0x35, 0xff, 0xa4, 0x04, 0xd3, 0x6b, 0x2b, 0x37, - 0x77, 0x28, 0xef, 0x9c, 0xe2, 0x94, 0x7b, 0x1d, 0xca, 0x21, 0xeb, 0xf9, 0x5d, 0x1a, 0x32, 0x65, - 0x47, 0xda, 0xa9, 0xee, 0x28, 0x3a, 0x6a, 0x09, 0xe2, 0x89, 0x23, 0x5b, 0xc5, 0x0c, 0xca, 0x73, - 0xbd, 0x37, 0xa2, 0x4d, 0x28, 0x94, 0xf4, 0x99, 0xad, 0x48, 0x98, 0xe8, 0x20, 0x1c, 0xaa, 0xb1, - 0x72, 0x64, 0x7b, 0xca, 0x9d, 0x8d, 0x18, 0x6b, 0x25, 0x38, 0x91, 0x7b, 0x49, 0x11, 0x30, 0xad, - 0x85, 0x7c, 0x03, 0x66, 0x6c, 0xe6, 0x33, 0xd7, 0x66, 0xae, 0xe5, 0x30, 0x6e, 0x14, 0xaf, 0x4e, - 0x8a, 0x79, 0x39, 0x3e, 0xaa, 0xcd, 0xac, 0xa5, 0xe8, 0x98, 0x91, 0x22, 0x8f, 0xa0, 0x72, 0xe0, - 0x84, 0xed, 0xcd, 0x90, 0xf5, 0x84, 0x67, 0x12, 0xe1, 0xcc, 0xb7, 0x46, 0xea, 0xa8, 0x40, 0x48, - 0xa6, 0xe5, 0x83, 0x18, 0x13, 0x13, 0x78, 0xe1, 0x29, 0xc4, 0x87, 0x0c, 0xac, 0xa4, 0x97, 0xaa, - 0x64, 0x1b, 0x48, 0x06, 0x26, 0x32, 0x84, 0xc3, 0x8c, 0xf8, 0x68, 0xb2, 0x8f, 0xfa, 0xcc, 0xb5, - 0x98, 0x3c, 0x3f, 0x47, 0x0d, 0xb7, 0x62, 0x90, 0x68, 0x46, 0x3e, 0x48, 0xc1, 0x62, 0x46, 0x89, - 0xb0, 0xbe, 0x83, 0x36, 0x73, 0x8d, 0x4a, 0xd6, 0xfa, 0x3e, 0x68, 0x33, 0x17, 0x25, 0x87, 0x78, - 0x00, 0x96, 0xde, 0x06, 0x06, 0x8c, 0x71, 0xc8, 0x26, 0xbb, 0xa9, 0x31, 0x27, 0x02, 0x96, 0xe4, - 0x1b, 0x53, 0x2a, 0xcc, 0xbf, 0x2b, 0x40, 0x55, 0x6c, 0x8e, 0xd8, 0xa0, 0x5f, 0x83, 0x52, 0x48, - 0x83, 0x96, 0xf2, 0x22, 0x95, 0x64, 0x53, 0xed, 0x48, 0x2a, 0x2a, 0x2e, 0xa1, 0x50, 0x0c, 0x29, - 0xef, 0xc4, 0x71, 0xea, 0x2f, 0x8e, 0xd4, 0x47, 0xb5, 0x2b, 0x93, 0xfd, 0x2d, 0xbe, 0x38, 0x46, - 0xc8, 0xe4, 0x1a, 0x94, 0xc5, 0x0e, 0xde, 0xa0, 0x3c, 0x0a, 0x0a, 0xca, 0x8d, 0x19, 0xb1, 0x0b, - 0x37, 0x14, 0x0d, 0x35, 0xd7, 0xfc, 0x1e, 0xcc, 0xad, 0x7f, 0xcc, 0xac, 0x7e, 0xe8, 0x05, 0xd1, - 0xb1, 0x40, 0x6e, 0x03, 0xe1, 0x2c, 0xd8, 0x77, 0x2c, 0xb6, 0x62, 0x59, 0x5e, 0xdf, 0x0d, 0xb7, - 0x92, 0x5d, 0xbf, 0xa8, 0xb4, 0x91, 0xe6, 0x80, 0x04, 0x0e, 0x69, 0x65, 0xfe, 0xe5, 0x14, 0x54, - 0x53, 0x81, 0x85, 0x58, 0xc5, 0x80, 0xf9, 0x5e, 0xde, 0x87, 0x88, 0xa3, 0x0b, 0x25, 0x47, 0xf8, - 0x90, 0x80, 0xed, 0x3b, 0x5c, 0x84, 0xaf, 0x39, 0x1f, 0x82, 0x8a, 0x8e, 0x5a, 0x82, 0xd4, 0xa0, - 0x68, 0x33, 0x3f, 0x6c, 0xcb, 0x41, 0x4e, 0x35, 0x2a, 0x62, 0x22, 0xd6, 0x04, 0x01, 0x23, 0xba, - 0x10, 0xd8, 0x63, 0xa1, 0xd5, 0x36, 0xa6, 0xe4, 0xbe, 0x93, 0x02, 0x1b, 0x82, 0x80, 0x11, 0x7d, - 0xc8, 0x11, 0x50, 0x7c, 0xf6, 0x47, 0x40, 0xe9, 0x8c, 0x8f, 0x00, 0xe2, 0xc3, 0x05, 0xce, 0xdb, - 0xdb, 0x81, 0xb3, 0x4f, 0x43, 0x26, 0x1b, 0x4b, 0x3d, 0xd3, 0x4f, 0xa3, 0xe7, 0xf2, 0xf1, 0x51, - 0xed, 0x42, 0xb3, 0x79, 0x2b, 0x8f, 0x82, 0xc3, 0xa0, 0x49, 0x13, 0x2e, 0x39, 0x2e, 0x67, 0x56, - 0x3f, 0x60, 0x9b, 0x2d, 0xd7, 0x0b, 0xd8, 0x2d, 0x8f, 0x0b, 0x38, 0x15, 0x4d, 0xbf, 0xac, 0x16, - 0xed, 0xd2, 0xe6, 0x30, 0x21, 0x1c, 0xde, 0xd6, 0xfc, 0x87, 0x02, 0xcc, 0xa4, 0x63, 0x29, 0xc2, - 0x01, 0xda, 0x6b, 0x1b, 0xcd, 0xc8, 0x32, 0xd5, 0xe1, 0xfc, 0xfe, 0xc8, 0x21, 0x5a, 0x04, 0x93, - 0x24, 0x22, 0x09, 0x0d, 0x53, 0x6a, 0x4e, 0x91, 0xac, 0xbd, 0x02, 0xc5, 0x3d, 0x2f, 0xb0, 0x98, - 0xda, 0x5b, 0x7a, 0x0f, 0x6e, 0x08, 0x22, 0x46, 0x3c, 0xf3, 0x5f, 0x0b, 0x90, 0xd2, 0x40, 0x7e, - 0x1d, 0x66, 0x85, 0x8e, 0x3b, 0xc1, 0x6e, 0x66, 0x34, 0x8d, 0x91, 0x47, 0xa3, 0x91, 0x1a, 0x97, - 0x94, 0xfe, 0xd9, 0x0c, 0x19, 0xb3, 0xfa, 0xc8, 0xcf, 0x41, 0x85, 0xda, 0x76, 0xc0, 0x38, 0x67, - 0x91, 0xeb, 0xa9, 0x34, 0x66, 0xe5, 0x59, 0x19, 0x13, 0x31, 0xe1, 0x8b, 0x6d, 0x28, 0x82, 0x57, - 0x61, 0xd9, 0x72, 0x90, 0xa9, 0x6d, 0x28, 0x94, 0x08, 0x3a, 0x6a, 0x09, 0xf3, 0x07, 0x53, 0x90, - 0xd5, 0x4d, 0x6c, 0x98, 0xef, 0x04, 0xbb, 0xab, 0xab, 0xd4, 0x6a, 0x8f, 0x14, 0x5a, 0x5d, 0x10, - 0x31, 0xdd, 0x9d, 0x2c, 0x02, 0xe6, 0x21, 0x95, 0x96, 0x3b, 0xec, 0x30, 0xa4, 0xbb, 0xa3, 0x44, - 0x57, 0xb1, 0x96, 0x34, 0x02, 0xe6, 0x21, 0xc9, 0x37, 0xa1, 0xda, 0x09, 0x76, 0xe3, 0x4d, 0xae, - 0xa6, 0xe3, 0x82, 0x9a, 0x8e, 0xea, 0x9d, 0x84, 0x85, 0x69, 0x39, 0x31, 0x85, 0x9d, 0x60, 0x17, - 0x19, 0xed, 0xc6, 0x79, 0xbb, 0x9e, 0xc2, 0x3b, 0x8a, 0x8e, 0x5a, 0x82, 0xf8, 0x40, 0x3a, 0xf1, - 0xec, 0xe9, 0xf8, 0x5c, 0xf9, 0xa2, 0x6b, 0xc3, 0x46, 0xa3, 0x85, 0xd2, 0x03, 0x7a, 0x41, 0xf8, - 0xe6, 0x3b, 0x03, 0x38, 0x38, 0x04, 0x9b, 0x7c, 0x17, 0x2e, 0x77, 0x82, 0x5d, 0xe5, 0xc8, 0xb7, - 0x03, 0xc7, 0xb5, 0x1c, 0x3f, 0x93, 0xb0, 0xd7, 0x54, 0x77, 0x2f, 0xdf, 0x19, 0x2e, 0x86, 0x27, - 0xb5, 0x37, 0xdf, 0x80, 0x99, 0x74, 0xc2, 0xf7, 0x84, 0x24, 0xc1, 0xfc, 0x8f, 0x02, 0x94, 0x36, - 0x5d, 0xbf, 0xff, 0x53, 0x52, 0x3b, 0xfa, 0xb3, 0x29, 0x98, 0x12, 0xa1, 0x17, 0xb9, 0x06, 0x53, - 0xe1, 0xa1, 0x1f, 0x9d, 0xad, 0x93, 0x8d, 0x8b, 0xb1, 0xa3, 0xd9, 0x39, 0xf4, 0xd9, 0x63, 0xf5, - 0x2f, 0x4a, 0x09, 0xf2, 0x1e, 0x94, 0xdc, 0x7e, 0xef, 0x21, 0xed, 0x2a, 0xa7, 0xf4, 0x5a, 0x1c, - 0x5a, 0x6c, 0x49, 0xea, 0xe3, 0xa3, 0xda, 0x45, 0xe6, 0x5a, 0x9e, 0xed, 0xb8, 0xad, 0xe5, 0x47, - 0xdc, 0x73, 0xeb, 0x5b, 0xfd, 0xde, 0x2e, 0x0b, 0x50, 0xb5, 0x22, 0x5f, 0x87, 0xe9, 0x5d, 0xcf, - 0xeb, 0x0a, 0x80, 0xc8, 0x65, 0xcd, 0x2b, 0x80, 0xe9, 0x46, 0x44, 0xc6, 0x98, 0x2f, 0xa2, 0x18, - 0x1e, 0x06, 0x42, 0x72, 0x2a, 0x1b, 0xc5, 0x34, 0x25, 0x15, 0x15, 0x97, 0xf4, 0xa0, 0xd4, 0xa3, - 0xbe, 0x90, 0x2b, 0xca, 0x29, 0x5b, 0x1f, 0x39, 0x3e, 0xad, 0xdf, 0x93, 0x38, 0xeb, 0x6e, 0x18, - 0x1c, 0x26, 0xea, 0x22, 0x22, 0x2a, 0x25, 0xc4, 0x81, 0xe9, 0xae, 0xc3, 0x43, 0xa1, 0xaf, 0x34, - 0x86, 0x55, 0x08, 0x7d, 0x0f, 0x69, 0xb7, 0xcf, 0x92, 0x19, 0xb8, 0x1b, 0xc1, 0x62, 0x8c, 0xbf, - 0x78, 0x08, 0xd5, 0x54, 0x8f, 0xc8, 0x42, 0x94, 0x18, 0x4b, 0xe3, 0x95, 0xb9, 0x30, 0xd9, 0x81, - 0xe2, 0xbe, 0xc0, 0x50, 0xce, 0x66, 0xcc, 0x9e, 0x60, 0x04, 0xf6, 0xce, 0xc4, 0xdb, 0x85, 0x77, - 0xca, 0x3f, 0xfc, 0xd3, 0xda, 0xb9, 0x4f, 0xff, 0xf9, 0xea, 0x39, 0xf3, 0xef, 0x27, 0xa1, 0xa2, - 0x45, 0xfe, 0x6f, 0x5b, 0x4a, 0x90, 0xb3, 0x94, 0xdb, 0xe3, 0xcd, 0xd7, 0xa9, 0xcc, 0x65, 0x25, - 0x6b, 0x2e, 0x33, 0x8d, 0xff, 0x97, 0x5a, 0xea, 0xc7, 0x47, 0x35, 0x23, 0x3b, 0x09, 0x48, 0x0f, - 0xee, 0x31, 0xce, 0x69, 0x8b, 0x25, 0x66, 0xf0, 0xad, 0x27, 0x99, 0xc1, 0xc5, 0xb4, 0x19, 0x54, - 0x86, 0x2f, 0xe3, 0xa7, 0x93, 0x50, 0xbe, 0xc7, 0x42, 0x6a, 0xd3, 0x90, 0x92, 0xdf, 0x2e, 0x40, - 0x95, 0xba, 0xae, 0x17, 0xca, 0x02, 0x62, 0xec, 0xde, 0xb6, 0x46, 0x9a, 0x8e, 0x18, 0xb4, 0xbe, - 0x92, 0x00, 0x46, 0x53, 0xa2, 0x4f, 0xa6, 0x14, 0x07, 0xd3, 0x7a, 0xc9, 0x47, 0x50, 0xea, 0xd2, - 0x5d, 0xd6, 0x8d, 0xbd, 0xdd, 0xe6, 0x78, 0x3d, 0xb8, 0x2b, 0xb1, 0x72, 0xeb, 0x11, 0x11, 0x51, - 0x29, 0x5a, 0x7c, 0x0f, 0x16, 0xf2, 0x1d, 0x7d, 0x9a, 0x19, 0x15, 0x8b, 0x91, 0x52, 0xf3, 0x34, - 0x4d, 0xcd, 0xbf, 0xa9, 0x00, 0x6c, 0x79, 0x36, 0x6b, 0x86, 0x34, 0xec, 0x73, 0xb2, 0x08, 0x13, - 0x8e, 0xad, 0x8e, 0x22, 0x50, 0xbd, 0x9d, 0xd8, 0x5c, 0xc3, 0x09, 0xc7, 0xd6, 0x25, 0x8e, 0x89, - 0x13, 0x4b, 0x1c, 0xdf, 0x84, 0xaa, 0xed, 0x70, 0xbf, 0x4b, 0x0f, 0xb7, 0x86, 0xc4, 0x02, 0x6b, - 0x09, 0x0b, 0xd3, 0x72, 0xe4, 0x75, 0xb5, 0x7f, 0xa3, 0x8d, 0x62, 0xe4, 0xf6, 0x6f, 0x59, 0x74, - 0x2f, 0xb5, 0x87, 0xdf, 0x86, 0x99, 0xb8, 0x84, 0x20, 0xb5, 0x14, 0x65, 0xab, 0x78, 0xd7, 0xcf, - 0xec, 0xa4, 0x78, 0x98, 0x91, 0xcc, 0x97, 0x38, 0x4a, 0xcf, 0xa5, 0xc4, 0xb1, 0x06, 0x0b, 0x3c, - 0xf4, 0x02, 0x66, 0xc7, 0x12, 0x9b, 0x6b, 0x06, 0xc9, 0x0c, 0x74, 0xa1, 0x99, 0xe3, 0xe3, 0x40, - 0x0b, 0xb2, 0x0d, 0x17, 0xe3, 0x4e, 0xa4, 0x07, 0x68, 0x5c, 0x90, 0x48, 0x57, 0x14, 0xd2, 0xc5, - 0x0f, 0x86, 0xc8, 0xe0, 0xd0, 0x96, 0xe4, 0x4d, 0x28, 0xfa, 0x6d, 0xca, 0x99, 0x2a, 0x6a, 0xc4, - 0xb9, 0x6b, 0x71, 0x5b, 0x10, 0x1f, 0x1f, 0xd5, 0x2a, 0x62, 0xda, 0xe5, 0x07, 0x46, 0x82, 0xe4, - 0x3a, 0xc0, 0xae, 0xd7, 0x77, 0x6d, 0x1a, 0x1c, 0x6e, 0xae, 0xc9, 0x4c, 0x26, 0x75, 0x6d, 0xd1, - 0xd0, 0x1c, 0x4c, 0x49, 0x09, 0x87, 0xd9, 0x8b, 0x5c, 0x87, 0xaa, 0x4d, 0x68, 0x87, 0xa9, 0x3d, - 0x8a, 0xe2, 0x93, 0x0f, 0xa1, 0xc2, 0x43, 0x1a, 0x84, 0xcc, 0x5e, 0x09, 0x55, 0x81, 0xe2, 0xff, - 0xa7, 0x42, 0x3b, 0x7d, 0x89, 0x98, 0x2c, 0x4b, 0x8f, 0x85, 0x54, 0x04, 0x7b, 0x3b, 0x4e, 0x8f, - 0x25, 0x51, 0x45, 0x33, 0x06, 0xc1, 0x04, 0x8f, 0xfc, 0x2a, 0xc0, 0x9e, 0xe3, 0x3a, 0xbc, 0x2d, - 0xd1, 0xab, 0x4f, 0x8d, 0xae, 0xc7, 0xb9, 0xa1, 0x51, 0x30, 0x85, 0x28, 0x72, 0x1e, 0xdf, 0xb3, - 0x37, 0xb7, 0x8d, 0x19, 0x39, 0x4a, 0x9d, 0xf3, 0x6c, 0x0b, 0x22, 0x46, 0x3c, 0x72, 0x0d, 0xca, - 0x36, 0x65, 0x3d, 0xcf, 0x65, 0xb6, 0x31, 0x9b, 0xd4, 0x1d, 0xd6, 0x14, 0x0d, 0x35, 0x97, 0x7c, - 0x1f, 0x4a, 0x8e, 0x0c, 0xf9, 0x8c, 0x39, 0xd9, 0xd5, 0x6f, 0x8f, 0x76, 0x28, 0x48, 0x88, 0x06, - 0x08, 0x8f, 0x13, 0xfd, 0x8d, 0x0a, 0x96, 0x58, 0x30, 0xed, 0xf5, 0x43, 0xa9, 0x61, 0x5e, 0x6a, - 0x18, 0xad, 0xce, 0x72, 0x3f, 0xc2, 0x88, 0xae, 0x91, 0xd4, 0x07, 0xc6, 0xc8, 0x62, 0xbc, 0x56, - 0xdb, 0xe9, 0xda, 0x01, 0x73, 0x8d, 0x05, 0x99, 0x52, 0xc9, 0xf1, 0xae, 0x2a, 0x1a, 0x6a, 0x2e, - 0xf9, 0x05, 0x98, 0xf5, 0xfa, 0xa1, 0xb4, 0x1b, 0x61, 0x76, 0xdc, 0x38, 0x2f, 0xc5, 0xcf, 0x8b, - 0xb4, 0xed, 0x7e, 0x9a, 0x81, 0x59, 0x39, 0x73, 0x0e, 0x66, 0xd2, 0x77, 0xaf, 0xe6, 0x1f, 0x4e, - 0x40, 0xdc, 0x8f, 0x9f, 0x86, 0x68, 0x99, 0x98, 0x50, 0x0a, 0x18, 0xef, 0x77, 0x43, 0xe5, 0x6c, - 0xe5, 0x5a, 0xa3, 0xa4, 0xa0, 0xe2, 0x98, 0x07, 0x30, 0x2b, 0x7a, 0xdb, 0xed, 0xb2, 0x6e, 0x33, - 0x64, 0x3e, 0x27, 0x7b, 0x50, 0xe4, 0xe2, 0x0f, 0x35, 0x27, 0xa3, 0xdd, 0xea, 0xc4, 0xae, 0x46, - 0x40, 0x26, 0xf6, 0x2e, 0x15, 0x60, 0x04, 0x6f, 0xfe, 0xd1, 0x04, 0x54, 0xf4, 0x3c, 0x9d, 0xa2, - 0x42, 0xfe, 0x2a, 0x4c, 0xdb, 0x6c, 0x8f, 0x8a, 0xd1, 0xa8, 0x8b, 0x16, 0x61, 0x56, 0x6b, 0x11, - 0x09, 0x63, 0x1e, 0xa9, 0xc5, 0x87, 0x59, 0x34, 0x64, 0x59, 0xb5, 0x4a, 0xc7, 0x8a, 0xa4, 0x03, - 0x15, 0xf9, 0xc7, 0x46, 0x7c, 0x29, 0x3c, 0xea, 0xba, 0x3f, 0x8c, 0x51, 0xa2, 0x5a, 0x80, 0xfe, - 0xc4, 0x04, 0x3f, 0x77, 0x99, 0x5b, 0x3c, 0xcd, 0x65, 0xae, 0xb9, 0x01, 0xc2, 0x31, 0xdc, 0x5c, - 0x25, 0xef, 0x42, 0x99, 0x2b, 0xd3, 0x55, 0xf3, 0xf2, 0xb5, 0x38, 0x0b, 0x8e, 0x4d, 0xfa, 0xf1, - 0x51, 0x6d, 0x56, 0x0a, 0xc7, 0x04, 0xd4, 0x4d, 0xcc, 0x65, 0xa8, 0xa6, 0x2e, 0xbf, 0xc4, 0x0c, - 0x8b, 0x90, 0x23, 0x3f, 0xc3, 0x6b, 0x34, 0xa4, 0x28, 0x39, 0xe6, 0xe3, 0x09, 0x58, 0x40, 0xc6, - 0xbd, 0x7e, 0x60, 0xb1, 0x74, 0x65, 0x96, 0x5a, 0xf2, 0x46, 0x3c, 0x57, 0x99, 0x5d, 0x91, 0x54, - 0x54, 0x5c, 0xf2, 0x6d, 0x98, 0xed, 0xb1, 0xa0, 0xa5, 0x37, 0x9b, 0x5a, 0x24, 0x5d, 0x5f, 0xb9, - 0x97, 0x66, 0x62, 0x56, 0x56, 0xe4, 0xfb, 0x3d, 0xea, 0x3a, 0x7b, 0x8c, 0x87, 0xf9, 0x92, 0xc9, - 0x3d, 0x45, 0x47, 0x2d, 0x41, 0x6e, 0xc2, 0x79, 0xce, 0xc2, 0xfb, 0x07, 0x2e, 0x0b, 0x90, 0xed, - 0xb1, 0x40, 0x56, 0xd2, 0xa7, 0xa4, 0xcb, 0x7c, 0x51, 0x35, 0x3b, 0xdf, 0xcc, 0x0b, 0xe0, 0x60, - 0x1b, 0x79, 0xfa, 0xf6, 0x2d, 0x8b, 0x71, 0xbe, 0xea, 0xb9, 0xb6, 0xa3, 0xef, 0xfd, 0xd3, 0xa7, - 0x6f, 0x8e, 0x8f, 0x03, 0x2d, 0x04, 0xca, 0x1e, 0x75, 0xba, 0xfd, 0x80, 0x25, 0x28, 0xa5, 0x2c, - 0xca, 0x46, 0x8e, 0x8f, 0x03, 0x2d, 0xcc, 0x37, 0x61, 0x16, 0x59, 0x18, 0x1c, 0xea, 0x39, 0xa9, - 0x41, 0xb1, 0xeb, 0xf4, 0x9c, 0xa8, 0xf8, 0x53, 0x8c, 0x0c, 0xf9, 0xae, 0x20, 0x60, 0x44, 0x37, - 0x7f, 0x58, 0x00, 0x48, 0xee, 0xb4, 0x49, 0x07, 0xca, 0xfc, 0x46, 0xa3, 0x6f, 0x75, 0x74, 0xbd, - 0x68, 0xc4, 0x6b, 0x05, 0x05, 0x92, 0x2c, 0x41, 0x4c, 0x41, 0xad, 0xe0, 0x49, 0x37, 0x9e, 0x7f, - 0x35, 0x09, 0xba, 0x95, 0x58, 0x5c, 0xe6, 0xda, 0xbe, 0xe7, 0xb8, 0x71, 0x75, 0x5f, 0x23, 0xaf, - 0x2b, 0x3a, 0x6a, 0x09, 0x61, 0x6f, 0xbb, 0xd1, 0x20, 0x26, 0xb2, 0xf6, 0xa6, 0xfa, 0xa0, 0xb8, - 0x42, 0x2e, 0x60, 0x2d, 0x31, 0xd7, 0x93, 0x59, 0x39, 0x94, 0x54, 0x54, 0x5c, 0x71, 0xcc, 0xc4, - 0x05, 0x53, 0x65, 0x23, 0xf2, 0x98, 0x89, 0x6b, 0xab, 0xa8, 0xb9, 0xa4, 0x0d, 0xf3, 0x54, 0x2e, - 0x6d, 0x52, 0x04, 0x7e, 0xaa, 0x7a, 0x76, 0x72, 0x9f, 0x9a, 0x45, 0xc1, 0x3c, 0xac, 0xd0, 0xc4, - 0x93, 0xe6, 0x4f, 0x5f, 0xd6, 0xd6, 0x9a, 0x9a, 0x59, 0x14, 0xcc, 0xc3, 0x8a, 0x08, 0x2b, 0xf0, - 0xba, 0x6c, 0x05, 0xb7, 0x54, 0x24, 0xa7, 0x23, 0x2c, 0x8c, 0xc8, 0x18, 0xf3, 0xcd, 0xdf, 0x2d, - 0xc0, 0x5c, 0xd3, 0x0a, 0x1c, 0x3f, 0xd4, 0x7b, 0x7f, 0x4b, 0x5e, 0x84, 0x87, 0x54, 0xc4, 0x3e, - 0xca, 0xa6, 0x5e, 0x3e, 0xa1, 0x9e, 0x16, 0x09, 0x65, 0xee, 0xc9, 0x23, 0x12, 0x26, 0x10, 0x32, - 0xeb, 0x95, 0xde, 0x25, 0xbf, 0xb6, 0x4d, 0x49, 0x45, 0xc5, 0x35, 0x7f, 0x54, 0x80, 0xb2, 0xbe, - 0xbd, 0x7a, 0x05, 0x8a, 0xf2, 0x52, 0x44, 0xd9, 0x8e, 0x3e, 0x4c, 0x56, 0x05, 0x11, 0x23, 0x9e, - 0x10, 0x92, 0xe1, 0x9c, 0x02, 0x4e, 0x9d, 0x38, 0x34, 0x08, 0x31, 0xe2, 0x09, 0xa3, 0x65, 0xae, - 0xad, 0xec, 0x45, 0x1b, 0xed, 0xba, 0x6b, 0xa3, 0xa0, 0xcb, 0x8b, 0x5d, 0x2f, 0xe8, 0xd1, 0x30, - 0x9f, 0x93, 0x6f, 0x48, 0x2a, 0x2a, 0xae, 0xf9, 0x3e, 0xcc, 0x37, 0xfb, 0xdc, 0x67, 0xae, 0x0e, - 0xc1, 0x85, 0x89, 0xdb, 0xfd, 0x80, 0xa6, 0xdc, 0xa4, 0x36, 0xf1, 0x35, 0x45, 0x47, 0x2d, 0x61, - 0xce, 0x42, 0x35, 0xf5, 0xe0, 0xcc, 0xfc, 0xaf, 0xcb, 0xa0, 0xef, 0x78, 0x7f, 0x76, 0x53, 0x3c, - 0x52, 0x1a, 0x65, 0xe9, 0x88, 0xb8, 0x38, 0x7e, 0x44, 0xac, 0xd7, 0x3d, 0x17, 0x15, 0xb7, 0x92, - 0xa8, 0xb8, 0x74, 0x06, 0x51, 0xb1, 0xde, 0x89, 0x03, 0x91, 0xf1, 0xef, 0x15, 0x60, 0xc6, 0x15, - 0x59, 0xb7, 0xda, 0xef, 0xc6, 0xb4, 0x8c, 0xc4, 0xee, 0x8f, 0x35, 0x89, 0xf5, 0xad, 0x14, 0x62, - 0x54, 0x70, 0xd0, 0x59, 0x71, 0x9a, 0x85, 0x19, 0xd5, 0x64, 0x03, 0xca, 0x74, 0x4f, 0xa4, 0x32, - 0xe1, 0xa1, 0xba, 0xac, 0xbe, 0x32, 0xcc, 0x03, 0xac, 0x28, 0x99, 0xc8, 0xb9, 0xc6, 0x5f, 0xa8, - 0xdb, 0x8a, 0xd3, 0xa9, 0xa7, 0x8a, 0x1e, 0x32, 0xd7, 0x1b, 0xf5, 0x74, 0x8a, 0x2b, 0x27, 0xa9, - 0x00, 0x41, 0x51, 0x50, 0x2b, 0x10, 0x71, 0x6f, 0x94, 0x2c, 0xc9, 0x4c, 0xb1, 0x1c, 0xc5, 0xbd, - 0x51, 0x22, 0x85, 0x8a, 0x43, 0x5a, 0x71, 0x98, 0x5b, 0x95, 0x93, 0xdb, 0x18, 0x39, 0xf4, 0xd7, - 0x91, 0xf3, 0xf0, 0x38, 0x97, 0xdc, 0x4e, 0x3b, 0xd1, 0x99, 0xd3, 0x38, 0xd1, 0xd9, 0x13, 0x1d, - 0x68, 0x0b, 0x4a, 0x5c, 0xba, 0x68, 0x99, 0x21, 0x56, 0xaf, 0xaf, 0x8e, 0x76, 0xc2, 0x67, 0xbc, - 0x7c, 0x34, 0x3b, 0x11, 0x0d, 0x15, 0x3c, 0xf1, 0xa0, 0x1c, 0xa8, 0x48, 0x50, 0x25, 0x99, 0xa3, - 0xd5, 0xa8, 0xf3, 0xe1, 0x64, 0x64, 0x1f, 0x31, 0x15, 0xb5, 0x12, 0xf2, 0x21, 0x4c, 0xda, 0xb4, - 0xa5, 0xd2, 0xcd, 0xef, 0x8c, 0x7c, 0xad, 0x1f, 0xab, 0x91, 0x2f, 0xbd, 0xd6, 0x56, 0x6e, 0xa2, - 0x40, 0x25, 0x1d, 0x98, 0xe6, 0x91, 0xc7, 0x36, 0x16, 0xc6, 0x78, 0x40, 0x95, 0xf3, 0xfa, 0x51, - 0x02, 0xa2, 0x88, 0x18, 0x6b, 0x20, 0xeb, 0x30, 0xbd, 0xef, 0x75, 0xfb, 0x3d, 0x95, 0xa7, 0x56, - 0xaf, 0x2f, 0x0e, 0x5b, 0xed, 0x87, 0x52, 0x24, 0x71, 0x02, 0xd1, 0x37, 0xc7, 0xb8, 0x2d, 0xf9, - 0xcd, 0x02, 0xcc, 0x89, 0xad, 0xa3, 0xed, 0x80, 0x1b, 0x64, 0x0c, 0x4b, 0x7d, 0xc0, 0x59, 0x90, - 0x58, 0xd8, 0x0b, 0x4a, 0xed, 0xdc, 0x66, 0x46, 0x03, 0xe6, 0x34, 0x12, 0x1f, 0xca, 0xdc, 0xb1, - 0x99, 0x45, 0x03, 0x6e, 0x5c, 0x38, 0x33, 0xed, 0x49, 0x60, 0xa9, 0xb0, 0x51, 0x6b, 0x21, 0xbf, - 0x25, 0x1f, 0xbd, 0xa9, 0x67, 0x9f, 0xea, 0x29, 0xee, 0xc5, 0xb3, 0x7c, 0x8a, 0x7b, 0x21, 0x7a, - 0xf1, 0x96, 0xd1, 0x80, 0x79, 0x95, 0xe4, 0x3e, 0x5c, 0x12, 0x79, 0xcd, 0x3e, 0x5b, 0x63, 0xd4, - 0xee, 0x3a, 0x2e, 0x6b, 0x32, 0xcb, 0x73, 0x6d, 0x6e, 0x5c, 0x92, 0xb7, 0x08, 0x2f, 0x1e, 0x1f, - 0xd5, 0x2e, 0xad, 0x0c, 0x13, 0xc0, 0xe1, 0xed, 0xc8, 0x27, 0x30, 0x1b, 0xa4, 0xc3, 0x7b, 0xe3, - 0x85, 0x31, 0xae, 0xb0, 0x33, 0x89, 0x42, 0x54, 0x07, 0xc9, 0x90, 0x30, 0xab, 0x8b, 0xbc, 0x05, - 0x55, 0x5f, 0x79, 0x2a, 0x87, 0xf7, 0x8c, 0xcb, 0x72, 0x0c, 0xf2, 0x44, 0xdd, 0x4e, 0xc8, 0x98, - 0x96, 0x21, 0x0f, 0xa0, 0x1a, 0x7a, 0x5d, 0x16, 0xa8, 0x72, 0xbb, 0x21, 0x17, 0x7f, 0x69, 0x98, - 0x25, 0xef, 0x68, 0xb1, 0xa4, 0x98, 0x9b, 0xd0, 0x38, 0xa6, 0x71, 0x44, 0x96, 0xc8, 0xad, 0x36, - 0xb3, 0xfb, 0x5d, 0x16, 0xc8, 0x94, 0xf8, 0xc5, 0x6c, 0x96, 0xd8, 0x4c, 0x33, 0x31, 0x2b, 0x2b, - 0xf2, 0x3e, 0x3f, 0x70, 0xbc, 0xc0, 0x09, 0x0f, 0x57, 0xbb, 0x94, 0x73, 0x09, 0xb0, 0x28, 0x01, - 0x74, 0xde, 0xb7, 0x9d, 0x17, 0xc0, 0xc1, 0x36, 0x22, 0x27, 0x88, 0x89, 0xc6, 0x4b, 0x32, 0xbb, - 0x92, 0x6e, 0x29, 0x6e, 0x8b, 0x9a, 0x7b, 0xc2, 0x83, 0x9e, 0x2b, 0xa3, 0x3c, 0xe8, 0x21, 0x36, - 0x5c, 0xa1, 0xfd, 0xd0, 0xeb, 0x09, 0x42, 0xb6, 0xc9, 0x8e, 0xd7, 0x61, 0xae, 0x71, 0x55, 0x9e, - 0x55, 0x57, 0x8f, 0x8f, 0x6a, 0x57, 0x56, 0xbe, 0x42, 0x0e, 0xbf, 0x12, 0x85, 0xf4, 0xa0, 0xcc, - 0xd4, 0xa3, 0x24, 0xe3, 0x6b, 0x63, 0x1c, 0x12, 0xd9, 0x97, 0x4d, 0xd1, 0x04, 0xc5, 0x34, 0xd4, - 0x2a, 0xc8, 0x0e, 0x54, 0xdb, 0x1e, 0x0f, 0x57, 0xba, 0x0e, 0xe5, 0x8c, 0x1b, 0x2f, 0x4b, 0x3b, - 0x19, 0x7a, 0xbe, 0xdd, 0x8a, 0xc5, 0x12, 0x33, 0xb9, 0x95, 0xb4, 0xc4, 0x34, 0x0c, 0x61, 0x32, - 0x41, 0xea, 0xcb, 0x55, 0xf3, 0xdc, 0x90, 0x7d, 0x1c, 0x1a, 0x4b, 0x72, 0x2c, 0xaf, 0x0d, 0x43, - 0xde, 0xf6, 0xec, 0x66, 0x56, 0x3a, 0xda, 0xe5, 0x39, 0x22, 0xe6, 0x31, 0xc9, 0xdb, 0x30, 0xe3, - 0x7b, 0x76, 0xd3, 0x67, 0xd6, 0x36, 0x0d, 0xad, 0xb6, 0x51, 0xcb, 0x5e, 0x16, 0x6c, 0xa7, 0x78, - 0x98, 0x91, 0x5c, 0x7c, 0x1f, 0xce, 0x0f, 0xc4, 0x53, 0x4f, 0x75, 0xb3, 0xf2, 0xe7, 0x05, 0x48, - 0x87, 0xb3, 0x67, 0x1e, 0xf7, 0xdf, 0x84, 0xf3, 0xea, 0xa7, 0x34, 0xe2, 0xb0, 0xed, 0xf6, 0xc3, - 0x38, 0x53, 0x4e, 0xd5, 0x48, 0x30, 0x2f, 0x80, 0x83, 0x6d, 0xcc, 0xbf, 0x28, 0xc0, 0x6c, 0xc6, - 0x7d, 0x9f, 0x79, 0x56, 0xb8, 0x01, 0xa4, 0xe7, 0x04, 0x81, 0x17, 0x44, 0x67, 0xe0, 0x3d, 0x61, - 0xcb, 0x5c, 0x3d, 0xae, 0x95, 0x8f, 0x32, 0xee, 0x0d, 0x70, 0x71, 0x48, 0x0b, 0xf3, 0xaf, 0x0b, - 0x90, 0x14, 0xe1, 0xf4, 0x4b, 0xa4, 0xc2, 0x89, 0x2f, 0x91, 0x5e, 0x87, 0xf2, 0x23, 0xee, 0xb9, - 0xdb, 0xc9, 0x7b, 0x25, 0x3d, 0xa1, 0xb7, 0x9b, 0xf7, 0xb7, 0xa4, 0xa4, 0x96, 0x90, 0xd2, 0x1f, - 0x6d, 0x38, 0xdd, 0x70, 0xf0, 0x55, 0xcf, 0xed, 0x5f, 0x8a, 0xe8, 0xa8, 0x25, 0xc8, 0x32, 0x54, - 0x74, 0xdd, 0x57, 0xa5, 0x93, 0x7a, 0x12, 0x74, 0xd1, 0x13, 0x13, 0x19, 0xf3, 0xc7, 0x13, 0x50, - 0x8e, 0x8b, 0xa6, 0xe4, 0xd7, 0x52, 0xc1, 0x72, 0x34, 0xc1, 0x6f, 0x9e, 0xee, 0x36, 0xe2, 0xfe, - 0xee, 0x23, 0x66, 0x85, 0x22, 0x22, 0x4e, 0xaa, 0x8c, 0x09, 0x2d, 0x15, 0x21, 0x5b, 0x30, 0xc5, - 0x7d, 0x66, 0x8d, 0xf5, 0xb3, 0x26, 0x5d, 0xe3, 0xf5, 0x99, 0x95, 0x4c, 0xb0, 0xf8, 0x42, 0x09, - 0x4e, 0x3a, 0x50, 0xe2, 0xf2, 0xe2, 0x50, 0x25, 0x9e, 0xab, 0x63, 0x96, 0x92, 0x05, 0x54, 0xfa, - 0xa6, 0x5c, 0x7c, 0xa3, 0x52, 0x61, 0x7e, 0x5e, 0x80, 0x99, 0x58, 0xf4, 0xae, 0xc3, 0x43, 0xf2, - 0xbd, 0x81, 0x49, 0xac, 0x9f, 0x6e, 0x12, 0x45, 0x6b, 0x39, 0x85, 0x7a, 0x81, 0x63, 0x4a, 0x6a, - 0x02, 0x77, 0xa1, 0xe8, 0xc8, 0x17, 0xc6, 0xe3, 0x94, 0xf1, 0xe3, 0xfe, 0x26, 0x99, 0x43, 0xf4, - 0xc2, 0x38, 0x82, 0x36, 0xff, 0xf6, 0x42, 0x32, 0x24, 0x31, 0xad, 0xc4, 0x85, 0x4a, 0xbc, 0xc1, - 0xe3, 0xf2, 0xfc, 0xbb, 0x63, 0x25, 0x85, 0x89, 0x51, 0xc6, 0x14, 0x8e, 0x89, 0x0a, 0x72, 0x1d, - 0x80, 0x09, 0xcf, 0x16, 0xd5, 0xee, 0x26, 0xb2, 0xd5, 0xeb, 0x75, 0xcd, 0xc1, 0x94, 0xd4, 0xf3, - 0x2f, 0x38, 0x0c, 0x3f, 0xa2, 0xa7, 0x9e, 0xc9, 0x11, 0x7d, 0xe5, 0xcc, 0x8f, 0xe8, 0x97, 0x9f, - 0xfd, 0x11, 0x9d, 0x4a, 0x48, 0x8a, 0x63, 0x24, 0x24, 0x9f, 0xc0, 0xc5, 0xe8, 0xcf, 0xd5, 0x2e, - 0x75, 0x7a, 0xda, 0x5e, 0xd4, 0x93, 0xa2, 0xaf, 0x0f, 0x3d, 0x98, 0x59, 0xc0, 0x1d, 0x1e, 0x32, - 0x37, 0x7c, 0x98, 0xb4, 0x4c, 0xee, 0xa3, 0x1f, 0x0e, 0x81, 0xc3, 0xa1, 0x4a, 0xf2, 0x11, 0xec, - 0xf4, 0x29, 0x22, 0xd8, 0x1f, 0x15, 0xe0, 0x12, 0x1d, 0xf6, 0xfb, 0x1e, 0x55, 0xc7, 0xb8, 0x3d, - 0x56, 0x3e, 0x91, 0x41, 0x54, 0xf9, 0xc0, 0x30, 0x16, 0x0e, 0xef, 0x03, 0x79, 0x35, 0x49, 0x49, - 0x2b, 0xd2, 0xa8, 0x86, 0x27, 0x93, 0x3f, 0xc8, 0x97, 0x82, 0x40, 0xce, 0x76, 0x73, 0x6c, 0x87, - 0x7d, 0x06, 0xe5, 0xa0, 0xea, 0x18, 0xe5, 0xa0, 0x5c, 0x7a, 0x31, 0x73, 0x46, 0xe9, 0x85, 0x0b, - 0x0b, 0x4e, 0x8f, 0xb6, 0xd8, 0x76, 0xbf, 0xdb, 0x8d, 0x2a, 0xe0, 0xdc, 0x98, 0x95, 0xd8, 0x43, - 0xdf, 0x81, 0x8a, 0x74, 0xaf, 0x1b, 0x9d, 0x8f, 0xfa, 0x52, 0x28, 0xb9, 0xb4, 0xd9, 0xcc, 0x21, - 0xe1, 0x00, 0xb6, 0x30, 0x4b, 0x11, 0xb6, 0x6e, 0xb1, 0x50, 0xcc, 0xb6, 0xac, 0x94, 0xa8, 0xdf, - 0x31, 0xde, 0x4a, 0xc8, 0x98, 0x96, 0x21, 0x77, 0xa0, 0x62, 0xbb, 0x7c, 0xdb, 0xeb, 0x3a, 0xd6, - 0xa1, 0x2c, 0x77, 0x54, 0x1a, 0x6f, 0x08, 0xdf, 0xb6, 0xb6, 0xd5, 0x8c, 0x88, 0x8f, 0x8f, 0x6a, - 0x57, 0x06, 0x7f, 0xa8, 0x5d, 0xd7, 0x7c, 0x4c, 0xda, 0x93, 0x7b, 0x12, 0x4c, 0x3d, 0x8a, 0x8e, - 0x4a, 0x1b, 0x57, 0x4f, 0x88, 0x90, 0xd7, 0xb6, 0xe2, 0x37, 0xdc, 0xb3, 0x4a, 0x9d, 0x7a, 0xea, - 0x9c, 0x20, 0x90, 0xd7, 0xa0, 0xe4, 0xb9, 0xeb, 0x1f, 0x3b, 0xa1, 0x71, 0x3e, 0x5b, 0x01, 0xbf, - 0x2f, 0xa9, 0xa8, 0xb8, 0xe4, 0x01, 0x5c, 0x0e, 0xc3, 0xae, 0x4a, 0x6d, 0x57, 0xf6, 0x42, 0x16, - 0xc4, 0x0f, 0x1f, 0xe4, 0xe3, 0x95, 0x62, 0xe3, 0xa5, 0xe3, 0xa3, 0xda, 0xe5, 0x9d, 0x9d, 0xbb, - 0xc3, 0x44, 0xf0, 0xa4, 0xb6, 0x27, 0x27, 0xdd, 0x17, 0x46, 0x4c, 0xba, 0xd3, 0x79, 0xde, 0xc5, - 0xaf, 0xcc, 0xf3, 0x06, 0xf2, 0xd2, 0x4b, 0x4f, 0x91, 0x97, 0x7e, 0x28, 0x9f, 0x77, 0xdc, 0x5c, - 0x55, 0x39, 0xfd, 0x3b, 0xa3, 0x95, 0x12, 0x05, 0x42, 0x74, 0xcb, 0x27, 0xff, 0xc4, 0x08, 0x93, - 0x6c, 0xc3, 0x45, 0xdf, 0xb3, 0x07, 0xd2, 0x5a, 0x99, 0xc4, 0xa7, 0xde, 0xf6, 0x6c, 0x0f, 0x91, - 0xc1, 0xa1, 0x2d, 0xa5, 0x2f, 0x4d, 0xe8, 0x86, 0x21, 0x27, 0x26, 0xf2, 0xa5, 0x09, 0x19, 0xd3, - 0x32, 0xf9, 0x2c, 0xef, 0xc5, 0x67, 0x96, 0xe5, 0x2d, 0x3e, 0x87, 0x2c, 0xef, 0xa5, 0xe7, 0x97, - 0xe5, 0x7d, 0x51, 0x86, 0xb9, 0x6c, 0xfc, 0x9a, 0xbc, 0xac, 0x2a, 0x9c, 0xf6, 0x65, 0x55, 0xe6, - 0xe9, 0xd3, 0xc4, 0x33, 0x7d, 0xfa, 0x34, 0x79, 0xe6, 0x4f, 0x9f, 0x52, 0x4f, 0xbc, 0xa6, 0x9e, - 0xf0, 0xc4, 0x6b, 0x05, 0xe6, 0x2d, 0xaf, 0xe7, 0xcb, 0x5f, 0x51, 0xa8, 0x87, 0x3e, 0xd1, 0x65, - 0xbc, 0xbe, 0xee, 0x5c, 0xcd, 0xb2, 0x31, 0x2f, 0x4f, 0x38, 0x14, 0x5d, 0xd9, 0xb0, 0x34, 0xc6, - 0xf3, 0xd0, 0xec, 0x82, 0xc9, 0x83, 0x52, 0xbd, 0xd0, 0xd4, 0x61, 0x7a, 0xa4, 0x3e, 0xd2, 0x25, - 0x02, 0x8d, 0xf9, 0xec, 0x93, 0x3c, 0x6e, 0x54, 0xa4, 0xfe, 0x5f, 0x3e, 0x0b, 0xfd, 0xd9, 0xf7, - 0x7f, 0xaa, 0x27, 0xc9, 0x0d, 0x70, 0x96, 0x8b, 0xf9, 0x9e, 0x90, 0x00, 0x5e, 0xf0, 0x87, 0x85, - 0x61, 0x5c, 0xdd, 0x2a, 0x7d, 0x55, 0x30, 0xb8, 0xa4, 0xb4, 0xbc, 0x30, 0x34, 0x90, 0xe3, 0x78, - 0x02, 0x72, 0xfa, 0xfd, 0x58, 0xf9, 0x59, 0xbd, 0x1f, 0x5b, 0x3c, 0x8c, 0x9e, 0xa6, 0x9e, 0xf8, - 0xaa, 0xf5, 0x41, 0xf6, 0xa5, 0xf9, 0xfb, 0x23, 0xfe, 0xd7, 0x1d, 0xf1, 0xe3, 0xd7, 0xf4, 0x8b, - 0xda, 0xdf, 0x28, 0xc0, 0xc5, 0x61, 0xcb, 0x32, 0xa4, 0x17, 0xcd, 0x6c, 0x2f, 0xc6, 0x4b, 0xd7, - 0xd2, 0xae, 0xe5, 0xdf, 0x8a, 0xa9, 0xe4, 0x30, 0x64, 0xfe, 0xcf, 0x6e, 0x8e, 0x47, 0xba, 0x39, - 0xce, 0xfc, 0x5a, 0xb8, 0xf8, 0x1c, 0x7f, 0x2d, 0x5c, 0x1a, 0xe1, 0xd7, 0xc2, 0xd3, 0xcf, 0xf3, - 0xd7, 0xc2, 0xe5, 0x53, 0xfe, 0x5a, 0xb8, 0xf2, 0xec, 0x7f, 0x2d, 0xfc, 0x65, 0x01, 0x16, 0xf2, - 0x8f, 0x97, 0x9f, 0x43, 0x91, 0xac, 0x93, 0x29, 0x92, 0x6d, 0x8e, 0xe5, 0xcc, 0xe3, 0x6e, 0x9f, - 0x54, 0x2c, 0x33, 0x7f, 0x52, 0x80, 0x81, 0x07, 0xda, 0xcf, 0xa1, 0x8e, 0xf5, 0x28, 0x5b, 0xc7, - 0x5a, 0x3f, 0x93, 0x41, 0x9e, 0x50, 0xcf, 0xfa, 0xef, 0x21, 0x43, 0xfc, 0x5f, 0xa9, 0x6b, 0x65, - 0x5c, 0xdb, 0xc4, 0xb3, 0x77, 0x6d, 0x8d, 0xfa, 0x67, 0x5f, 0x2e, 0x9d, 0xfb, 0xfc, 0xcb, 0xa5, - 0x73, 0x5f, 0x7c, 0xb9, 0x74, 0xee, 0xd3, 0xe3, 0xa5, 0xc2, 0x67, 0xc7, 0x4b, 0x85, 0xcf, 0x8f, - 0x97, 0x0a, 0x5f, 0x1c, 0x2f, 0x15, 0x7e, 0x72, 0xbc, 0x54, 0xf8, 0x83, 0x7f, 0x59, 0x3a, 0xf7, - 0x2b, 0xe5, 0x18, 0xf7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x6b, 0x54, 0xf9, 0xbe, 0x53, 0x4c, - 0x00, 0x00, + // 4758 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7c, 0x4d, 0x6c, 0x1c, 0x57, + 0x72, 0xbf, 0x86, 0xe4, 0x0c, 0x67, 0x6a, 0xf8, 0xa5, 0x27, 0xc9, 0x6a, 0xd3, 0x32, 0x47, 0xdb, + 0x86, 0xfd, 0xd7, 0xfe, 0x63, 0x93, 0x6b, 0x69, 0x37, 0xf1, 0x7a, 0x63, 0x7b, 0x39, 0x1c, 0x52, + 0xa2, 0x24, 0x52, 0x4c, 0x0d, 0x25, 0x67, 0xe3, 0x45, 0x36, 0xcd, 0xee, 0xc7, 0x99, 0xd6, 0xcc, + 0x74, 0xb7, 0xfb, 0xf5, 0x88, 0x26, 0x7c, 0x88, 0x13, 0x24, 0x48, 0x82, 0x60, 0x81, 0xe4, 0xb2, + 0x59, 0x64, 0x2f, 0x41, 0x0e, 0xc9, 0x25, 0x97, 0x5c, 0x83, 0x60, 0x03, 0x04, 0x39, 0x18, 0xb9, + 0xc4, 0xb7, 0xf8, 0x10, 0x10, 0x6b, 0x06, 0x08, 0x12, 0x24, 0x40, 0x80, 0x5c, 0x02, 0xe8, 0x14, + 0xbc, 0x8f, 0x7e, 0xfd, 0x31, 0x43, 0x8b, 0x9a, 0xa1, 0x14, 0x04, 0xbb, 0x27, 0xb1, 0xab, 0xea, + 0xfd, 0xea, 0x7d, 0xd6, 0xab, 0xaa, 0x57, 0x23, 0x58, 0x6b, 0xb9, 0x51, 0xbb, 0xbf, 0xb7, 0x6c, + 0xfb, 0xbd, 0x15, 0x2b, 0x6c, 0xf9, 0x41, 0xe8, 0x3f, 0x14, 0x7f, 0xac, 0x04, 0x9d, 0xd6, 0x8a, + 0x15, 0xb8, 0x6c, 0xe5, 0xc0, 0x0f, 0x3b, 0xfb, 0x5d, 0xff, 0x60, 0xe5, 0xd1, 0x9b, 0x56, 0x37, + 0x68, 0x5b, 0x6f, 0xae, 0xb4, 0xa8, 0x47, 0x43, 0x2b, 0xa2, 0xce, 0x72, 0x10, 0xfa, 0x91, 0x4f, + 0x6e, 0x24, 0x20, 0xcb, 0x31, 0x88, 0xf8, 0x63, 0x39, 0xe8, 0xb4, 0x96, 0x39, 0xc8, 0x72, 0x0c, + 0xb2, 0x1c, 0x83, 0x2c, 0xbe, 0x91, 0xd2, 0xdc, 0xf2, 0xb9, 0x42, 0x8e, 0xb5, 0xd7, 0xdf, 0x17, + 0x5f, 0xe2, 0x43, 0xfc, 0x25, 0x75, 0x2c, 0x9a, 0x9d, 0xb7, 0xd8, 0xb2, 0xeb, 0xf3, 0x2e, 0xad, + 0xd8, 0x7e, 0x48, 0x57, 0x1e, 0x0d, 0xf4, 0x63, 0xf1, 0xeb, 0x89, 0x4c, 0xcf, 0xb2, 0xdb, 0xae, + 0x47, 0xc3, 0xc3, 0x64, 0x1c, 0x3d, 0x1a, 0x59, 0xc3, 0x5a, 0xad, 0x9c, 0xd4, 0x2a, 0xec, 0x7b, + 0x91, 0xdb, 0xa3, 0x03, 0x0d, 0x7e, 0xfe, 0x49, 0x0d, 0x98, 0xdd, 0xa6, 0x3d, 0x2b, 0xdf, 0xce, + 0xfc, 0x87, 0x02, 0xcc, 0xaf, 0x86, 0x76, 0xdb, 0x7d, 0x44, 0x9b, 0x11, 0x67, 0xb4, 0x0e, 0xc9, + 0x07, 0x30, 0x19, 0x59, 0xa1, 0x51, 0xb8, 0x5a, 0xb8, 0x56, 0xbd, 0xfe, 0xed, 0xe5, 0x11, 0x26, + 0x72, 0x79, 0xd7, 0x0a, 0x63, 0xb8, 0xfa, 0xf4, 0xf1, 0x51, 0x6d, 0x72, 0xd7, 0x0a, 0x91, 0xa3, + 0x92, 0xef, 0xc1, 0x94, 0xe7, 0x7b, 0xd4, 0x98, 0x10, 0xe8, 0xab, 0x23, 0xa1, 0x6f, 0xfb, 0x9e, + 0xee, 0x6d, 0xbd, 0x7c, 0x7c, 0x54, 0x9b, 0xe2, 0x14, 0x14, 0xc0, 0xe6, 0x7f, 0x16, 0xa0, 0xb2, + 0x1a, 0xb6, 0xfa, 0x3d, 0xea, 0x45, 0x8c, 0x84, 0x00, 0x81, 0x15, 0x5a, 0x3d, 0x1a, 0xd1, 0x90, + 0x19, 0x85, 0xab, 0x93, 0xd7, 0xaa, 0xd7, 0xdf, 0x1d, 0x49, 0xe9, 0x4e, 0x0c, 0x53, 0x27, 0x9f, + 0x1e, 0xd5, 0xce, 0x1d, 0x1f, 0xd5, 0x40, 0x93, 0x18, 0xa6, 0xb4, 0x10, 0x0f, 0x2a, 0x56, 0x18, + 0xb9, 0xfb, 0x96, 0x1d, 0x31, 0x63, 0x42, 0xa8, 0x7c, 0x67, 0x24, 0x95, 0xab, 0x0a, 0xa5, 0x7e, + 0x5e, 0x69, 0xac, 0xc4, 0x14, 0x86, 0x89, 0x0a, 0xf3, 0xdf, 0x27, 0xa1, 0x1c, 0x33, 0xc8, 0x55, + 0x98, 0xf2, 0xac, 0x1e, 0x15, 0xab, 0x57, 0xa9, 0xcf, 0xa8, 0x86, 0x53, 0xdb, 0x56, 0x8f, 0x4f, + 0x90, 0xd5, 0xa3, 0x5c, 0x22, 0xb0, 0xa2, 0xb6, 0x58, 0x81, 0x94, 0xc4, 0x8e, 0x15, 0xb5, 0x51, + 0x70, 0xc8, 0x15, 0x98, 0xea, 0xf9, 0x0e, 0x35, 0x26, 0xaf, 0x16, 0xae, 0x15, 0xe5, 0x04, 0x6f, + 0xf9, 0x0e, 0x45, 0x41, 0xe5, 0xed, 0xf7, 0x43, 0xbf, 0x67, 0x4c, 0x65, 0xdb, 0x6f, 0x84, 0x7e, + 0x0f, 0x05, 0x87, 0xfc, 0x7e, 0x01, 0x16, 0xe2, 0xee, 0xdd, 0xf5, 0x6d, 0x2b, 0x72, 0x7d, 0xcf, + 0x28, 0x8a, 0x05, 0x5f, 0x1f, 0x6b, 0x22, 0x62, 0xb0, 0xba, 0xa1, 0xb4, 0x2e, 0xe4, 0x39, 0x38, + 0xa0, 0x98, 0x5c, 0x07, 0x68, 0x75, 0xfd, 0x3d, 0xab, 0xcb, 0xe7, 0xc0, 0x28, 0x89, 0x5e, 0xeb, + 0x25, 0xbc, 0xa9, 0x39, 0x98, 0x92, 0x22, 0x1d, 0x98, 0xb6, 0xe4, 0xa9, 0x30, 0xa6, 0x45, 0xbf, + 0x1b, 0x23, 0xf6, 0x3b, 0x73, 0xb2, 0xea, 0xd5, 0xe3, 0xa3, 0xda, 0xb4, 0x22, 0x62, 0xac, 0x81, + 0xbc, 0x0e, 0x65, 0x3f, 0xe0, 0x5d, 0xb5, 0xba, 0x46, 0xf9, 0x6a, 0xe1, 0x5a, 0xb9, 0xbe, 0xa0, + 0xba, 0x57, 0xbe, 0xa7, 0xe8, 0xa8, 0x25, 0xcc, 0x3f, 0x2a, 0xc2, 0xc0, 0xa8, 0xc9, 0x9b, 0x50, + 0x55, 0x68, 0x77, 0xfd, 0x16, 0x13, 0x8b, 0x5f, 0xae, 0xcf, 0x1f, 0x1f, 0xd5, 0xaa, 0xab, 0x09, + 0x19, 0xd3, 0x32, 0xe4, 0x7d, 0x98, 0x60, 0x37, 0xd4, 0x31, 0x7c, 0x6f, 0xa4, 0xd1, 0x35, 0x6f, + 0xe8, 0x0d, 0x5a, 0x3a, 0x3e, 0xaa, 0x4d, 0x34, 0x6f, 0xe0, 0x04, 0xbb, 0xc1, 0xcd, 0x47, 0xcb, + 0x8d, 0xc4, 0xe6, 0x19, 0xd5, 0x7c, 0xdc, 0x74, 0x23, 0x0d, 0x2d, 0xcc, 0xc7, 0x4d, 0x37, 0x42, + 0x8e, 0xca, 0xcd, 0x47, 0x3b, 0x8a, 0x02, 0xb1, 0xf9, 0x46, 0x35, 0x1f, 0xb7, 0x76, 0x77, 0x77, + 0x34, 0xbc, 0xd8, 0xdd, 0x9c, 0x82, 0x02, 0x98, 0x7c, 0xcc, 0x67, 0x52, 0xf2, 0xfc, 0xf0, 0x50, + 0xed, 0xda, 0x5b, 0x63, 0xed, 0x5a, 0x3f, 0x3c, 0xd4, 0xea, 0xd4, 0x9a, 0x68, 0x06, 0xa6, 0xb5, + 0x89, 0xd1, 0x39, 0xfb, 0x4c, 0x6c, 0xd2, 0x91, 0x47, 0xd7, 0xd8, 0x68, 0xe6, 0x46, 0xd7, 0xd8, + 0x68, 0xa2, 0x00, 0xe6, 0x6b, 0x13, 0x5a, 0x07, 0x6a, 0x4f, 0x8f, 0xb6, 0x36, 0x68, 0x1d, 0x64, + 0xd7, 0x06, 0xad, 0x03, 0xe4, 0xa8, 0x66, 0x0b, 0x2e, 0xc5, 0x1c, 0xa4, 0x81, 0xcf, 0x5c, 0x31, + 0x40, 0xba, 0x4f, 0x56, 0xa0, 0x62, 0xfb, 0xde, 0xbe, 0xdb, 0xda, 0xb2, 0x02, 0x65, 0x98, 0xb4, + 0x45, 0x5b, 0x8b, 0x19, 0x98, 0xc8, 0x90, 0x97, 0x61, 0xb2, 0x43, 0x0f, 0x95, 0x85, 0xaa, 0x2a, + 0xd1, 0xc9, 0x3b, 0xf4, 0x10, 0x39, 0xdd, 0xfc, 0x71, 0x01, 0x2e, 0x0c, 0x99, 0x5c, 0xde, 0xac, + 0x1f, 0x76, 0x95, 0x06, 0xdd, 0xec, 0x3e, 0xde, 0x45, 0x4e, 0x27, 0xbf, 0x53, 0x80, 0xf9, 0xd4, + 0x6c, 0xaf, 0xf6, 0x95, 0x11, 0x1c, 0xfd, 0x74, 0x67, 0xb0, 0xea, 0x97, 0x95, 0xc6, 0xf9, 0x1c, + 0x03, 0xf3, 0x5a, 0xcd, 0x7f, 0x14, 0xb7, 0x6e, 0x86, 0x46, 0x2c, 0x98, 0xeb, 0x33, 0x1a, 0x72, + 0x13, 0xdd, 0xa4, 0x76, 0x48, 0x23, 0x75, 0x01, 0xbf, 0xba, 0x2c, 0xaf, 0x76, 0xde, 0x8b, 0x65, + 0xee, 0x65, 0x2c, 0x3f, 0x7a, 0x73, 0x59, 0x4a, 0xdc, 0xa1, 0x87, 0x4d, 0xda, 0xa5, 0x1c, 0xa3, + 0x4e, 0x8e, 0x8f, 0x6a, 0x73, 0xf7, 0x33, 0x00, 0x98, 0x03, 0xe4, 0x2a, 0x02, 0x8b, 0xb1, 0x03, + 0x3f, 0x74, 0x94, 0x8a, 0x89, 0xa7, 0x56, 0xb1, 0x93, 0x01, 0xc0, 0x1c, 0xa0, 0xf9, 0x83, 0x02, + 0x4c, 0xd7, 0x2d, 0xbb, 0xe3, 0xef, 0xef, 0x73, 0xbb, 0xe6, 0xf4, 0x43, 0x69, 0xfd, 0xe5, 0x9a, + 0x68, 0xbb, 0xd6, 0x50, 0x74, 0xd4, 0x12, 0xe4, 0x35, 0x28, 0xc9, 0xe9, 0x10, 0x9d, 0x2a, 0xd6, + 0xe7, 0x94, 0x6c, 0x69, 0x43, 0x50, 0x51, 0x71, 0xc9, 0x37, 0xa0, 0xda, 0xb3, 0x3e, 0x8a, 0x01, + 0x84, 0x99, 0xa9, 0xd4, 0x2f, 0x28, 0xe1, 0xea, 0x56, 0xc2, 0xc2, 0xb4, 0x9c, 0xf9, 0x1d, 0x80, + 0x35, 0xdf, 0x8b, 0x5c, 0xaf, 0x4f, 0xef, 0x79, 0xe4, 0x15, 0x28, 0xd2, 0x30, 0xf4, 0x43, 0x65, + 0x29, 0x67, 0x55, 0xf3, 0xe2, 0x3a, 0x27, 0xa2, 0xe4, 0xc9, 0x1e, 0xb9, 0x5d, 0xea, 0x88, 0x1e, + 0x95, 0xd3, 0x3d, 0xe2, 0x54, 0x54, 0x5c, 0xf3, 0x8f, 0x4b, 0x30, 0xdd, 0x58, 0xbd, 0xb9, 0x6b, + 0xb1, 0xce, 0x29, 0xae, 0xdf, 0xd7, 0xa1, 0x1c, 0xd1, 0x5e, 0xd0, 0xb5, 0x22, 0xaa, 0x36, 0xb8, + 0x9e, 0x95, 0x5d, 0x45, 0x47, 0x2d, 0x41, 0x7c, 0xee, 0x4b, 0x28, 0x67, 0x46, 0x99, 0xd4, 0x77, + 0x47, 0xdc, 0xac, 0x0a, 0x25, 0xed, 0x4c, 0x28, 0x12, 0x26, 0x3a, 0x08, 0x83, 0x6a, 0xac, 0x1c, + 0xe9, 0xbe, 0xb2, 0xb3, 0x23, 0x3a, 0x81, 0x09, 0x8e, 0xb4, 0x7b, 0x29, 0x02, 0xa6, 0xb5, 0x90, + 0xaf, 0xc3, 0x8c, 0x43, 0x03, 0xea, 0x39, 0xd4, 0xb3, 0x5d, 0xca, 0x8c, 0xe2, 0xd5, 0x49, 0x3e, + 0x2f, 0xc7, 0x47, 0xb5, 0x99, 0x46, 0x8a, 0x8e, 0x19, 0x29, 0xf2, 0x10, 0x2a, 0x07, 0x6e, 0xd4, + 0xde, 0x8c, 0x68, 0x8f, 0x9b, 0x4c, 0xee, 0x67, 0x7d, 0x73, 0xa4, 0x8e, 0x72, 0x84, 0x64, 0x5a, + 0xde, 0x8f, 0x31, 0x31, 0x81, 0xe7, 0x26, 0x8c, 0x7f, 0x08, 0x8f, 0x4f, 0x98, 0xcf, 0x4a, 0xb6, + 0x81, 0x60, 0x60, 0x22, 0x43, 0x18, 0xcc, 0xf0, 0x8f, 0x26, 0xfd, 0xb0, 0x4f, 0x3d, 0x9b, 0x8a, + 0x8b, 0x7d, 0x54, 0x3f, 0x30, 0x06, 0x91, 0x33, 0xf2, 0x7e, 0x0a, 0x16, 0x33, 0x4a, 0xf8, 0xee, + 0x3b, 0x68, 0x53, 0xcf, 0xa8, 0x64, 0x77, 0xdf, 0xfb, 0x6d, 0xea, 0xa1, 0xe0, 0x10, 0x1f, 0xc0, + 0xd6, 0xc7, 0xc0, 0x80, 0x31, 0x6e, 0xff, 0xe4, 0x34, 0xd5, 0xe7, 0xb8, 0x27, 0x95, 0x7c, 0x63, + 0x4a, 0x85, 0xf9, 0xb7, 0x05, 0xa8, 0xf2, 0xc3, 0x11, 0x6f, 0xe8, 0xd7, 0xa0, 0x14, 0x59, 0x61, + 0x4b, 0x99, 0xb7, 0x4a, 0x72, 0xa8, 0x76, 0x05, 0x15, 0x15, 0x97, 0x58, 0x50, 0x8c, 0x2c, 0xd6, + 0x89, 0x1d, 0xe8, 0x5f, 0x1c, 0xa9, 0x8f, 0xea, 0x54, 0x26, 0xe7, 0x9b, 0x7f, 0x31, 0x94, 0xc8, + 0xe4, 0x1a, 0x94, 0xf9, 0x09, 0xde, 0xb0, 0x98, 0xf4, 0x56, 0xca, 0xf5, 0x19, 0x7e, 0x0a, 0x37, + 0x14, 0x0d, 0x35, 0xd7, 0xfc, 0x2e, 0xcc, 0xad, 0x7f, 0x44, 0xed, 0x7e, 0xe4, 0x87, 0xf2, 0xbe, + 0x22, 0xb7, 0x81, 0x30, 0x1a, 0x3e, 0x72, 0x6d, 0xba, 0x6a, 0xdb, 0x7e, 0xdf, 0x8b, 0xb6, 0x93, + 0x53, 0xbf, 0xa8, 0xb4, 0x91, 0xe6, 0x80, 0x04, 0x0e, 0x69, 0x65, 0xfe, 0xc5, 0x14, 0x54, 0x53, + 0x1e, 0x0f, 0x5f, 0xc5, 0x90, 0x06, 0x7e, 0xde, 0x86, 0xf0, 0x3b, 0x15, 0x05, 0x87, 0xdb, 0x90, + 0x90, 0x3e, 0x72, 0x19, 0x37, 0x80, 0x39, 0x1b, 0x82, 0x8a, 0x8e, 0x5a, 0x82, 0xd4, 0xa0, 0xe8, + 0xd0, 0x20, 0x6a, 0x8b, 0x41, 0x4e, 0xd5, 0x2b, 0x7c, 0x22, 0x1a, 0x9c, 0x80, 0x92, 0xce, 0x05, + 0xf6, 0x69, 0x64, 0xb7, 0x8d, 0x29, 0x71, 0xee, 0x84, 0xc0, 0x06, 0x27, 0xa0, 0xa4, 0x0f, 0xb9, + 0x9b, 0x8a, 0xcf, 0xfe, 0x6e, 0x2a, 0x9d, 0xf1, 0xdd, 0x44, 0x02, 0xb8, 0xc0, 0x58, 0x7b, 0x27, + 0x74, 0x1f, 0x59, 0x11, 0x15, 0x8d, 0x85, 0x9e, 0xe9, 0xa7, 0xd1, 0x73, 0xf9, 0xf8, 0xa8, 0x76, + 0xa1, 0xd9, 0xbc, 0x95, 0x47, 0xc1, 0x61, 0xd0, 0xa4, 0x09, 0x97, 0x5c, 0x8f, 0x51, 0xbb, 0x1f, + 0xd2, 0xcd, 0x96, 0xe7, 0x87, 0xf4, 0x96, 0xcf, 0x38, 0x9c, 0x72, 0xf3, 0x5f, 0x56, 0x8b, 0x76, + 0x69, 0x73, 0x98, 0x10, 0x0e, 0x6f, 0x6b, 0xfe, 0x7d, 0x01, 0x66, 0xd2, 0x4e, 0x1e, 0x61, 0x00, + 0xed, 0xc6, 0x46, 0x53, 0xee, 0x4c, 0xe5, 0x35, 0xbc, 0x37, 0xb2, 0xef, 0x28, 0x61, 0x92, 0x08, + 0x29, 0xa1, 0x61, 0x4a, 0xcd, 0x29, 0xa2, 0xc8, 0x57, 0xa0, 0xb8, 0xef, 0x87, 0x36, 0x55, 0x67, + 0x4b, 0x9f, 0xc1, 0x0d, 0x4e, 0x44, 0xc9, 0x33, 0xff, 0xb5, 0x00, 0x29, 0x0d, 0xe4, 0xd7, 0x61, + 0x96, 0xeb, 0xb8, 0x13, 0xee, 0x65, 0x46, 0x53, 0x1f, 0x79, 0x34, 0x1a, 0xa9, 0x7e, 0x49, 0xe9, + 0x9f, 0xcd, 0x90, 0x31, 0xab, 0x8f, 0xfc, 0x1c, 0x54, 0x2c, 0xc7, 0x09, 0x29, 0x63, 0x54, 0x9a, + 0x9e, 0x4a, 0x7d, 0x56, 0xdc, 0x95, 0x31, 0x11, 0x13, 0x3e, 0x3f, 0x86, 0xdc, 0xab, 0xe6, 0x3b, + 0x5b, 0xf9, 0x21, 0xfa, 0x18, 0x72, 0x25, 0x9c, 0x8e, 0x5a, 0xc2, 0xfc, 0xfe, 0x14, 0x64, 0x75, + 0x13, 0x07, 0xe6, 0x3b, 0xe1, 0xde, 0xda, 0x9a, 0x65, 0xb7, 0x47, 0xf2, 0xf9, 0x2e, 0x70, 0x67, + 0xf3, 0x4e, 0x16, 0x01, 0xf3, 0x90, 0x4a, 0xcb, 0x1d, 0x7a, 0x18, 0x59, 0x7b, 0xa3, 0xb8, 0x7d, + 0xb1, 0x96, 0x34, 0x02, 0xe6, 0x21, 0xb9, 0x5b, 0xd6, 0x09, 0xf7, 0xe2, 0x43, 0x9e, 0x77, 0xcb, + 0xee, 0x24, 0x2c, 0x4c, 0xcb, 0xf1, 0x29, 0xec, 0x84, 0x7b, 0x48, 0xad, 0x6e, 0x9c, 0x50, 0xd0, + 0x53, 0x78, 0x47, 0xd1, 0x51, 0x4b, 0x90, 0x00, 0x48, 0x27, 0x9e, 0x3d, 0x1d, 0x38, 0x28, 0x5b, + 0x74, 0x6d, 0xd8, 0x68, 0xb4, 0x50, 0x7a, 0x40, 0x2f, 0x70, 0xdb, 0x7c, 0x67, 0x00, 0x07, 0x87, + 0x60, 0x93, 0xef, 0xc0, 0xe5, 0x4e, 0xb8, 0xa7, 0x0c, 0xf9, 0x4e, 0xe8, 0x7a, 0xb6, 0x1b, 0x64, + 0x32, 0x09, 0x35, 0xd5, 0xdd, 0xcb, 0x77, 0x86, 0x8b, 0xe1, 0x49, 0xed, 0xcd, 0x37, 0x60, 0x26, + 0x1d, 0x89, 0x3e, 0x21, 0x7a, 0x31, 0xff, 0xa3, 0x00, 0xa5, 0x4d, 0x2f, 0xe8, 0xff, 0x94, 0x24, + 0xb5, 0xfe, 0x74, 0x0a, 0xa6, 0xb8, 0xeb, 0x45, 0xae, 0xc1, 0x54, 0x74, 0x18, 0xc8, 0xbb, 0x75, + 0xb2, 0x7e, 0x31, 0x36, 0x34, 0xbb, 0x87, 0x01, 0x7d, 0xac, 0xfe, 0x45, 0x21, 0x41, 0xde, 0x85, + 0x92, 0xd7, 0xef, 0x3d, 0xb0, 0xba, 0xca, 0x28, 0xbd, 0x16, 0xbb, 0x16, 0xdb, 0x82, 0xfa, 0xf8, + 0xa8, 0x76, 0x91, 0x7a, 0xb6, 0xef, 0xb8, 0x5e, 0x6b, 0xe5, 0x21, 0xf3, 0xbd, 0xe5, 0xed, 0x7e, + 0x6f, 0x8f, 0x86, 0xa8, 0x5a, 0x91, 0xaf, 0xc2, 0xf4, 0x9e, 0xef, 0x77, 0x39, 0x80, 0x34, 0x59, + 0xf3, 0x0a, 0x60, 0xba, 0x2e, 0xc9, 0x18, 0xf3, 0xb9, 0x17, 0xc3, 0xa2, 0x90, 0x4b, 0x4e, 0x65, + 0xbd, 0x98, 0xa6, 0xa0, 0xa2, 0xe2, 0x92, 0x1e, 0x94, 0x7a, 0x56, 0xc0, 0xe5, 0x8a, 0x62, 0xca, + 0xd6, 0x47, 0xf6, 0x4f, 0x97, 0xb7, 0x04, 0xce, 0xba, 0x17, 0x85, 0x87, 0x89, 0x3a, 0x49, 0x44, + 0xa5, 0x84, 0xb8, 0x30, 0xdd, 0x75, 0x59, 0xc4, 0xf5, 0x95, 0xc6, 0xd8, 0x15, 0x5c, 0xdf, 0x03, + 0xab, 0xdb, 0xa7, 0xc9, 0x0c, 0xdc, 0x95, 0xb0, 0x18, 0xe3, 0x2f, 0x1e, 0x42, 0x35, 0xd5, 0x23, + 0xb2, 0x20, 0x23, 0x76, 0xb1, 0x79, 0x45, 0x90, 0x4e, 0x76, 0xa1, 0xf8, 0x88, 0x63, 0x28, 0x63, + 0x33, 0x66, 0x4f, 0x50, 0x82, 0xbd, 0x3d, 0xf1, 0x56, 0xe1, 0xed, 0xf2, 0x0f, 0xff, 0xa4, 0x76, + 0xee, 0x93, 0x7f, 0xba, 0x7a, 0xce, 0xfc, 0xbb, 0x49, 0xa8, 0x68, 0x91, 0xff, 0xdb, 0x3b, 0x25, + 0xcc, 0xed, 0x94, 0xdb, 0xe3, 0xcd, 0xd7, 0xa9, 0xb6, 0xcb, 0x6a, 0x76, 0xbb, 0xcc, 0xd4, 0xff, + 0x5f, 0x6a, 0xa9, 0x1f, 0x1f, 0xd5, 0x8c, 0xec, 0x24, 0xa0, 0x75, 0xb0, 0x45, 0x19, 0xb3, 0x5a, + 0x34, 0xd9, 0x06, 0xdf, 0x7c, 0xd2, 0x36, 0xb8, 0x98, 0xde, 0x06, 0x95, 0xe1, 0xcb, 0xf8, 0xc9, + 0x24, 0x94, 0xb7, 0x68, 0x64, 0x39, 0x56, 0x64, 0x91, 0xdf, 0x2e, 0x40, 0xd5, 0xf2, 0x3c, 0x3f, + 0x12, 0x71, 0x7b, 0x6c, 0xde, 0xb6, 0x47, 0x9a, 0x8e, 0x18, 0x74, 0x79, 0x35, 0x01, 0x94, 0x53, + 0xa2, 0x6f, 0xa6, 0x14, 0x07, 0xd3, 0x7a, 0xc9, 0x87, 0x50, 0xea, 0x5a, 0x7b, 0xb4, 0x1b, 0x5b, + 0xbb, 0xcd, 0xf1, 0x7a, 0x70, 0x57, 0x60, 0xe5, 0xd6, 0x43, 0x12, 0x51, 0x29, 0x5a, 0x7c, 0x17, + 0x16, 0xf2, 0x1d, 0x7d, 0x9a, 0x19, 0xe5, 0x8b, 0x91, 0x52, 0xf3, 0x34, 0x4d, 0xcd, 0xbf, 0xae, + 0x00, 0x6c, 0xfb, 0x0e, 0x6d, 0x46, 0x56, 0xd4, 0x67, 0x64, 0x11, 0x26, 0x5c, 0x47, 0x5d, 0x45, + 0xa0, 0x7a, 0x3b, 0xb1, 0xd9, 0xc0, 0x09, 0xd7, 0xd1, 0x29, 0x8e, 0x89, 0x13, 0x53, 0x1c, 0xdf, + 0x80, 0xaa, 0xe3, 0xb2, 0xa0, 0x6b, 0x1d, 0x6e, 0x0f, 0xf1, 0x05, 0x1a, 0x09, 0x0b, 0xd3, 0x72, + 0xe4, 0x75, 0x75, 0x7e, 0xe5, 0x41, 0x31, 0x72, 0xe7, 0xb7, 0xcc, 0xbb, 0x97, 0x3a, 0xc3, 0x6f, + 0xc1, 0x4c, 0x9c, 0x42, 0x10, 0x5a, 0x8a, 0xa2, 0x55, 0x7c, 0xea, 0x67, 0x76, 0x53, 0x3c, 0xcc, + 0x48, 0xe6, 0x53, 0x1c, 0xa5, 0xe7, 0x92, 0xe2, 0x68, 0xc0, 0x02, 0x8b, 0xfc, 0x90, 0x3a, 0xb1, + 0xc4, 0x66, 0xc3, 0x20, 0x99, 0x81, 0x2e, 0x34, 0x73, 0x7c, 0x1c, 0x68, 0x41, 0x76, 0xe0, 0x62, + 0xdc, 0x89, 0xf4, 0x00, 0x8d, 0x0b, 0x02, 0xe9, 0x8a, 0x42, 0xba, 0xf8, 0xfe, 0x10, 0x19, 0x1c, + 0xda, 0x92, 0x7c, 0x0d, 0x8a, 0x41, 0xdb, 0x62, 0x54, 0x25, 0x35, 0xe2, 0xd8, 0xb5, 0xb8, 0xc3, + 0x89, 0x8f, 0x8f, 0x6a, 0x15, 0x3e, 0xed, 0xe2, 0x03, 0xa5, 0x20, 0xb9, 0x0e, 0xb0, 0xe7, 0xf7, + 0x3d, 0xc7, 0x0a, 0x0f, 0x37, 0x1b, 0x22, 0x92, 0x49, 0xbd, 0xa7, 0xd4, 0x35, 0x07, 0x53, 0x52, + 0xdc, 0x60, 0xf6, 0xa4, 0xe9, 0x50, 0xb9, 0x09, 0x6d, 0x30, 0xb5, 0x45, 0x51, 0x7c, 0xf2, 0x01, + 0x54, 0x58, 0x64, 0x85, 0x11, 0x75, 0x56, 0x23, 0x95, 0xa0, 0xf8, 0xff, 0x29, 0xd7, 0x4e, 0xbf, + 0x6e, 0x26, 0xcb, 0xd2, 0xa3, 0x91, 0xc5, 0x9d, 0xbd, 0x5d, 0xb7, 0x47, 0x13, 0xaf, 0xa2, 0x19, + 0x83, 0x60, 0x82, 0x47, 0x7e, 0x15, 0x60, 0xdf, 0xf5, 0x5c, 0xd6, 0x16, 0xe8, 0xd5, 0xa7, 0x46, + 0xd7, 0xe3, 0xdc, 0xd0, 0x28, 0x98, 0x42, 0xe4, 0x31, 0x4f, 0xe0, 0x3b, 0x9b, 0x3b, 0xc6, 0x8c, + 0x18, 0xa5, 0x8e, 0x79, 0x76, 0x38, 0x11, 0x25, 0x8f, 0x5c, 0x83, 0xb2, 0x63, 0xd1, 0x9e, 0xef, + 0x51, 0xc7, 0x98, 0x4d, 0xf2, 0x0e, 0x0d, 0x45, 0x43, 0xcd, 0x25, 0xdf, 0x83, 0x92, 0x2b, 0x5c, + 0x3e, 0x63, 0x4e, 0x74, 0xf5, 0x5b, 0xa3, 0x5d, 0x0a, 0x02, 0xa2, 0x0e, 0xdc, 0xe2, 0xc8, 0xbf, + 0x51, 0xc1, 0x12, 0x1b, 0xa6, 0xfd, 0x7e, 0x24, 0x34, 0xcc, 0x0b, 0x0d, 0xa3, 0xe5, 0x59, 0xee, + 0x49, 0x0c, 0xf9, 0xbe, 0xa5, 0x3e, 0x30, 0x46, 0xe6, 0xe3, 0xb5, 0xdb, 0x6e, 0xd7, 0x09, 0xa9, + 0x67, 0x2c, 0x88, 0x90, 0x4a, 0x8c, 0x77, 0x4d, 0xd1, 0x50, 0x73, 0xc9, 0x2f, 0xc0, 0xac, 0xdf, + 0x8f, 0xc4, 0xbe, 0xe1, 0xdb, 0x8e, 0x19, 0xe7, 0x85, 0xf8, 0x79, 0x1e, 0xb6, 0xdd, 0x4b, 0x33, + 0x30, 0x2b, 0x67, 0xce, 0xc1, 0x4c, 0xfa, 0x51, 0xd8, 0xfc, 0xc3, 0x09, 0x88, 0xfb, 0xf1, 0xd3, + 0xe0, 0x2d, 0x13, 0x13, 0x4a, 0x21, 0x65, 0xfd, 0x6e, 0xa4, 0x8c, 0xad, 0x58, 0x6b, 0x14, 0x14, + 0x54, 0x1c, 0xf3, 0x00, 0x66, 0x79, 0x6f, 0xbb, 0x5d, 0xda, 0x6d, 0x46, 0x34, 0x60, 0x64, 0x1f, + 0x8a, 0x8c, 0xff, 0xa1, 0xe6, 0x64, 0xb4, 0xe7, 0xa6, 0xd8, 0xd4, 0x70, 0xc8, 0x64, 0xbf, 0x0b, + 0x05, 0x28, 0xe1, 0xcd, 0x1f, 0x4c, 0x40, 0x45, 0xcf, 0xd3, 0x29, 0x32, 0xe4, 0xaf, 0xc2, 0xb4, + 0x43, 0xf7, 0x2d, 0x3e, 0x1a, 0xf5, 0x02, 0xc4, 0xb7, 0x55, 0x43, 0x92, 0x30, 0xe6, 0x91, 0x5a, + 0x7c, 0x99, 0xc9, 0x21, 0x8b, 0xac, 0x55, 0xda, 0x57, 0x24, 0x1d, 0xa8, 0x88, 0x3f, 0x36, 0xe2, + 0xd7, 0xea, 0x51, 0xd7, 0xfd, 0x41, 0x8c, 0x22, 0x73, 0x01, 0xfa, 0x13, 0x13, 0xfc, 0xdc, 0x2b, + 0x73, 0xf1, 0x34, 0xaf, 0xcc, 0xe6, 0x06, 0x70, 0xc3, 0x70, 0x73, 0x8d, 0xbc, 0x03, 0x65, 0xa6, + 0xb6, 0xae, 0x9a, 0x97, 0xaf, 0xc4, 0x51, 0x70, 0xbc, 0xa5, 0x1f, 0x1f, 0xd5, 0x66, 0x85, 0x70, + 0x4c, 0x40, 0xdd, 0xc4, 0x5c, 0x81, 0x6a, 0xea, 0x55, 0x8e, 0xcf, 0x30, 0x77, 0x39, 0xf2, 0x33, + 0xdc, 0xb0, 0x22, 0x0b, 0x05, 0xc7, 0x7c, 0x3c, 0x01, 0x0b, 0x48, 0x99, 0xdf, 0x0f, 0x6d, 0x9a, + 0xce, 0xcc, 0x5a, 0x76, 0xea, 0xb1, 0x46, 0x7b, 0x29, 0xab, 0x82, 0x8a, 0x8a, 0x4b, 0xbe, 0x05, + 0xb3, 0x3d, 0x1a, 0xb6, 0xf4, 0x61, 0x53, 0x8b, 0xa4, 0xf3, 0x2b, 0x5b, 0x69, 0x26, 0x66, 0x65, + 0x79, 0xbc, 0xdf, 0xb3, 0x3c, 0x77, 0x9f, 0xb2, 0x28, 0x9f, 0x32, 0xd9, 0x52, 0x74, 0xd4, 0x12, + 0xe4, 0x26, 0x9c, 0x67, 0x34, 0xba, 0x77, 0xe0, 0xd1, 0x10, 0xe9, 0x3e, 0x0d, 0x45, 0x26, 0x7d, + 0x4a, 0x98, 0xcc, 0x17, 0x55, 0xb3, 0xf3, 0xcd, 0xbc, 0x00, 0x0e, 0xb6, 0x11, 0xb7, 0x6f, 0xdf, + 0xb6, 0x29, 0x63, 0x6b, 0xbe, 0xe7, 0xb8, 0xba, 0x20, 0x21, 0x7d, 0xfb, 0xe6, 0xf8, 0x38, 0xd0, + 0x82, 0xa3, 0xec, 0x5b, 0x6e, 0xb7, 0x1f, 0xd2, 0x04, 0xa5, 0x94, 0x45, 0xd9, 0xc8, 0xf1, 0x71, + 0xa0, 0x85, 0xf9, 0x2f, 0x05, 0x98, 0x45, 0x1a, 0x85, 0x87, 0x7a, 0x52, 0x6a, 0x50, 0xec, 0xba, + 0x3d, 0x57, 0x66, 0x7f, 0x8a, 0x72, 0x27, 0xdf, 0xe5, 0x04, 0x94, 0x74, 0xd2, 0x80, 0x6a, 0xc8, + 0x5b, 0xec, 0xf8, 0x5d, 0xd7, 0x8e, 0x27, 0xdc, 0x8c, 0x1d, 0x2a, 0x4c, 0x58, 0x8f, 0xb3, 0x9f, + 0x98, 0x6e, 0x46, 0x3c, 0x98, 0xde, 0x93, 0x4f, 0x73, 0xea, 0x25, 0x69, 0x34, 0x63, 0xaf, 0x9e, + 0xf7, 0x44, 0x1a, 0x25, 0x7e, 0xeb, 0x7b, 0x9c, 0xfc, 0x89, 0xb1, 0x12, 0xf3, 0x87, 0x05, 0x80, + 0xa4, 0x46, 0x80, 0x74, 0xa0, 0xcc, 0x6e, 0xd4, 0xfb, 0x76, 0x47, 0xa7, 0xb9, 0x46, 0x7c, 0x0d, + 0x51, 0x20, 0xc9, 0xce, 0x89, 0x29, 0xa8, 0x15, 0x3c, 0xe9, 0x05, 0xf9, 0x2f, 0x27, 0x41, 0xb7, + 0xe2, 0x7b, 0x92, 0x7a, 0x4e, 0xe0, 0xbb, 0x5e, 0x94, 0x7f, 0xa7, 0x5c, 0x57, 0x74, 0xd4, 0x12, + 0xfc, 0x98, 0xec, 0xc9, 0x41, 0x4c, 0x64, 0x8f, 0x89, 0xea, 0x83, 0xe2, 0x72, 0xb9, 0x90, 0xb6, + 0x92, 0x27, 0x4a, 0x2d, 0x87, 0x82, 0x8a, 0x8a, 0xcb, 0x6f, 0xc7, 0x38, 0xcf, 0xab, 0xb6, 0xb6, + 0xb8, 0x1d, 0xe3, 0x94, 0x30, 0x6a, 0x2e, 0x69, 0xc3, 0xbc, 0x25, 0x76, 0x64, 0x92, 0xbb, 0x7e, + 0xaa, 0x34, 0x7c, 0xf2, 0x3e, 0x9d, 0x45, 0xc1, 0x3c, 0x2c, 0xd7, 0xc4, 0x92, 0xe6, 0x4f, 0x9f, + 0x8d, 0xd7, 0x9a, 0x9a, 0x59, 0x14, 0xcc, 0xc3, 0x72, 0xc7, 0x30, 0xf4, 0xbb, 0x74, 0x15, 0xb7, + 0x95, 0x03, 0xaa, 0x1d, 0x43, 0x94, 0x64, 0x8c, 0xf9, 0xe6, 0xef, 0x16, 0x60, 0xae, 0x69, 0x87, + 0x6e, 0x10, 0x69, 0x93, 0xb5, 0x2d, 0x0a, 0x0b, 0x22, 0x8b, 0xbb, 0x6c, 0x6a, 0x4f, 0xbd, 0x7c, + 0x42, 0x1a, 0x50, 0x0a, 0x65, 0xea, 0x0e, 0x24, 0x09, 0x13, 0x08, 0x11, 0xac, 0x0b, 0xa3, 0x98, + 0x5f, 0xdb, 0xa6, 0xa0, 0xa2, 0xe2, 0x9a, 0x3f, 0x2a, 0x40, 0x59, 0x3f, 0xba, 0xbd, 0x02, 0x45, + 0xf1, 0x96, 0xa3, 0xf6, 0x8e, 0xbe, 0x03, 0xd7, 0x38, 0x11, 0x25, 0x8f, 0x0b, 0x09, 0x2f, 0x54, + 0x01, 0xa7, 0x2e, 0x4a, 0x2b, 0x8c, 0x50, 0xf2, 0xf8, 0xa6, 0xa5, 0x9e, 0xa3, 0xf6, 0x8b, 0xde, + 0xb4, 0xeb, 0x9e, 0x83, 0x9c, 0x2e, 0xde, 0xa3, 0xfd, 0xb0, 0x67, 0x45, 0xf9, 0x54, 0xc2, 0x86, + 0xa0, 0xa2, 0xe2, 0x9a, 0xef, 0xc1, 0x7c, 0xb3, 0xcf, 0x02, 0xea, 0xe9, 0xc8, 0xe1, 0xe9, 0x9e, + 0xe2, 0xcd, 0x59, 0xa8, 0xa6, 0x0a, 0xf8, 0xcc, 0xff, 0xba, 0x0c, 0xfa, 0x69, 0xfa, 0x67, 0x0f, + 0xdc, 0x23, 0x45, 0x7f, 0xb6, 0x76, 0xe4, 0x8b, 0xe3, 0x3b, 0xf2, 0x7a, 0xdd, 0x73, 0xce, 0x7c, + 0x2b, 0x71, 0xe6, 0x4b, 0x67, 0xe0, 0xcc, 0xeb, 0x93, 0x38, 0xe0, 0xd0, 0xff, 0x5e, 0x01, 0x66, + 0x3c, 0xdf, 0xa1, 0xf1, 0x79, 0x37, 0xa6, 0x85, 0x03, 0x79, 0x6f, 0xac, 0x49, 0x5c, 0xde, 0x4e, + 0x21, 0xca, 0x3c, 0x89, 0x0e, 0xe6, 0xd3, 0x2c, 0xcc, 0xa8, 0x26, 0x1b, 0x50, 0xb6, 0xf6, 0x79, + 0x04, 0x16, 0x1d, 0xaa, 0x37, 0xf6, 0x2b, 0xc3, 0x2c, 0xc0, 0xaa, 0x92, 0x91, 0xc6, 0x35, 0xfe, + 0x42, 0xdd, 0x96, 0xdf, 0x4e, 0x3d, 0x95, 0xab, 0x11, 0x21, 0xea, 0xa8, 0xb7, 0x53, 0x9c, 0xf0, + 0x49, 0xf9, 0x35, 0x8a, 0x82, 0x5a, 0x01, 0x77, 0xd7, 0x65, 0x8c, 0x27, 0x02, 0xdc, 0xb2, 0x74, + 0xd7, 0x65, 0xfc, 0x87, 0x8a, 0x43, 0x5a, 0xb1, 0x77, 0x5e, 0x15, 0x93, 0x5b, 0x1f, 0x39, 0x62, + 0xd1, 0x0e, 0xff, 0x70, 0xf7, 0x9c, 0xdc, 0x4e, 0x1b, 0xd1, 0x99, 0xd3, 0x18, 0xd1, 0xd9, 0x13, + 0x0d, 0x68, 0x0b, 0x4a, 0x4c, 0x98, 0x68, 0x11, 0xd8, 0x56, 0xaf, 0xaf, 0x8d, 0x76, 0xc3, 0x67, + 0xac, 0xbc, 0x9c, 0x1d, 0x49, 0x43, 0x05, 0x4f, 0x7c, 0x28, 0x87, 0xca, 0x81, 0x55, 0xb1, 0xf1, + 0x68, 0xa9, 0xf5, 0xbc, 0x17, 0x2c, 0xf7, 0x47, 0x4c, 0x45, 0xad, 0x84, 0x7c, 0x00, 0x93, 0x8e, + 0xd5, 0x52, 0x51, 0xf2, 0xb7, 0x47, 0xae, 0x46, 0x88, 0xd5, 0x88, 0xca, 0xb9, 0xc6, 0xea, 0x4d, + 0xe4, 0xa8, 0xa4, 0x03, 0xd3, 0x4c, 0x5a, 0x6c, 0x63, 0x61, 0x8c, 0x82, 0xb4, 0x9c, 0xd5, 0x97, + 0x71, 0x93, 0x22, 0x62, 0xac, 0x81, 0xac, 0xc3, 0xf4, 0x23, 0xbf, 0xdb, 0xef, 0xa9, 0xf0, 0xba, + 0x7a, 0x7d, 0x71, 0xd8, 0x6a, 0x3f, 0x10, 0x22, 0x89, 0x11, 0x90, 0xdf, 0x0c, 0xe3, 0xb6, 0xe4, + 0x37, 0x0b, 0x30, 0xc7, 0x8f, 0x8e, 0xde, 0x07, 0xcc, 0x20, 0x63, 0xec, 0xd4, 0xfb, 0x8c, 0x86, + 0xc9, 0x0e, 0x7b, 0x41, 0xa9, 0x9d, 0xdb, 0xcc, 0x68, 0xc0, 0x9c, 0x46, 0x12, 0x40, 0x99, 0xb9, + 0x0e, 0xb5, 0xad, 0x90, 0x19, 0x17, 0xce, 0x4c, 0x7b, 0xe2, 0x58, 0x2a, 0x6c, 0xd4, 0x5a, 0xc8, + 0x6f, 0x89, 0x22, 0x42, 0x55, 0x46, 0xab, 0x4a, 0x9b, 0x2f, 0x9e, 0x65, 0x69, 0xf3, 0x05, 0x59, + 0x41, 0x98, 0xd1, 0x80, 0x79, 0x95, 0xe4, 0x1e, 0x5c, 0xe2, 0xe1, 0xd8, 0x23, 0xda, 0xa0, 0x96, + 0xd3, 0x75, 0x3d, 0xda, 0xa4, 0xb6, 0xef, 0x39, 0xcc, 0xb8, 0x24, 0x1e, 0x3f, 0x5e, 0x3c, 0x3e, + 0xaa, 0x5d, 0x5a, 0x1d, 0x26, 0x80, 0xc3, 0xdb, 0x91, 0x8f, 0x61, 0x36, 0x4c, 0x07, 0x25, 0xc6, + 0x0b, 0x63, 0xbc, 0xbc, 0x67, 0xc2, 0x1b, 0x99, 0xbe, 0xc9, 0x90, 0x30, 0xab, 0x8b, 0xbc, 0x09, + 0xd5, 0x40, 0x59, 0x2a, 0x97, 0xf5, 0x8c, 0xcb, 0x62, 0x0c, 0xe2, 0x46, 0xdd, 0x49, 0xc8, 0x98, + 0x96, 0x21, 0xf7, 0xa1, 0x1a, 0xf9, 0x5d, 0x1a, 0xaa, 0x57, 0x02, 0x43, 0x2c, 0xfe, 0xd2, 0xb0, + 0x9d, 0xbc, 0xab, 0xc5, 0x92, 0x1c, 0x74, 0x42, 0x63, 0x98, 0xc6, 0xe1, 0xc1, 0x2d, 0xb3, 0xdb, + 0xd4, 0xe9, 0x77, 0x69, 0x28, 0x22, 0xf9, 0x17, 0xb3, 0xc1, 0x6d, 0x33, 0xcd, 0xc4, 0xac, 0x2c, + 0x0f, 0x57, 0x83, 0xd0, 0xf5, 0x43, 0x37, 0x3a, 0x5c, 0xeb, 0x5a, 0x8c, 0x09, 0x80, 0x45, 0x01, + 0xa0, 0xc3, 0xd5, 0x9d, 0xbc, 0x00, 0x0e, 0xb6, 0xe1, 0x31, 0x41, 0x4c, 0x34, 0x5e, 0x12, 0x31, + 0xa1, 0x30, 0x4b, 0x71, 0x5b, 0xd4, 0xdc, 0x13, 0xea, 0x90, 0xae, 0x8c, 0x52, 0x87, 0x44, 0x1c, + 0xb8, 0x62, 0xf5, 0x23, 0xbf, 0xc7, 0x09, 0xd9, 0x26, 0xbb, 0x7e, 0x87, 0x7a, 0xc6, 0x55, 0x71, + 0x57, 0x5d, 0x3d, 0x3e, 0xaa, 0x5d, 0x59, 0xfd, 0x12, 0x39, 0xfc, 0x52, 0x14, 0xd2, 0x83, 0x32, + 0x55, 0xb5, 0x54, 0xc6, 0x57, 0xc6, 0xb8, 0x24, 0xb2, 0x05, 0x59, 0x72, 0x82, 0x62, 0x1a, 0x6a, + 0x15, 0x64, 0x17, 0xaa, 0x6d, 0x9f, 0x45, 0xab, 0x5d, 0xd7, 0x62, 0x94, 0x19, 0x2f, 0x8b, 0x7d, + 0x32, 0xf4, 0x7e, 0xbb, 0x15, 0x8b, 0x25, 0xdb, 0xe4, 0x56, 0xd2, 0x12, 0xd3, 0x30, 0x84, 0x8a, + 0x00, 0xa9, 0x2f, 0x56, 0xcd, 0xf7, 0x22, 0xfa, 0x51, 0x64, 0x2c, 0x89, 0xb1, 0xbc, 0x36, 0x0c, + 0x79, 0xc7, 0x77, 0x9a, 0x59, 0x69, 0x79, 0xca, 0x73, 0x44, 0xcc, 0x63, 0x92, 0xb7, 0x60, 0x26, + 0xf0, 0x9d, 0x66, 0x40, 0xed, 0x1d, 0x2b, 0xb2, 0xdb, 0x46, 0x2d, 0xfb, 0xc6, 0xb1, 0x93, 0xe2, + 0x61, 0x46, 0x72, 0xf1, 0x3d, 0x38, 0x3f, 0xe0, 0x4f, 0x3d, 0xd5, 0x83, 0xd0, 0x9f, 0x15, 0x20, + 0xed, 0xce, 0x9e, 0xb9, 0xdf, 0x7f, 0x13, 0xce, 0xab, 0x9f, 0x26, 0xf1, 0xcb, 0xb6, 0xdb, 0xd7, + 0xc5, 0xbc, 0xa9, 0xd4, 0x0e, 0xe6, 0x05, 0x70, 0xb0, 0x8d, 0xf9, 0xe7, 0x05, 0x98, 0xcd, 0x98, + 0xef, 0x33, 0x8f, 0x0a, 0x37, 0x80, 0xf4, 0xdc, 0x30, 0xf4, 0x43, 0x79, 0x07, 0x6e, 0xf1, 0xbd, + 0xcc, 0x54, 0x4d, 0xb0, 0xa8, 0x25, 0xd9, 0x1a, 0xe0, 0xe2, 0x90, 0x16, 0xe6, 0x5f, 0x15, 0x20, + 0xc9, 0x1d, 0xea, 0x02, 0xaa, 0xc2, 0x89, 0x05, 0x54, 0xaf, 0x43, 0xf9, 0x21, 0xf3, 0xbd, 0x9d, + 0xa4, 0xcc, 0x4a, 0x4f, 0xe8, 0xed, 0xe6, 0xbd, 0x6d, 0x21, 0xa9, 0x25, 0x84, 0xf4, 0x87, 0x1b, + 0x6e, 0x37, 0x1a, 0x2c, 0x46, 0xba, 0xfd, 0x4b, 0x92, 0x8e, 0x5a, 0x82, 0xac, 0x40, 0x45, 0xa7, + 0xab, 0x55, 0x38, 0xa9, 0x27, 0x41, 0xe7, 0x6a, 0x31, 0x91, 0x31, 0x7f, 0x3c, 0x01, 0xe5, 0x38, + 0xd7, 0x4b, 0x7e, 0x2d, 0xe5, 0x2c, 0xcb, 0x09, 0xfe, 0xda, 0xe9, 0x1e, 0x51, 0xee, 0xed, 0x3d, + 0xa4, 0x76, 0xc4, 0x3d, 0xe2, 0x24, 0x39, 0x9a, 0xd0, 0x52, 0x1e, 0xb2, 0x0d, 0x53, 0x2c, 0xa0, + 0xf6, 0x58, 0x3f, 0x13, 0xd3, 0xa9, 0xe9, 0x80, 0xda, 0xc9, 0x04, 0xf3, 0x2f, 0x14, 0xe0, 0xa4, + 0x03, 0x25, 0x26, 0xde, 0x3b, 0x55, 0xe0, 0xb9, 0x36, 0x66, 0x06, 0x9c, 0x43, 0xa5, 0x1f, 0xf8, + 0xf9, 0x37, 0x2a, 0x15, 0xe6, 0x67, 0x05, 0x98, 0x89, 0x45, 0xef, 0xba, 0x2c, 0x22, 0xdf, 0x1d, + 0x98, 0xc4, 0xe5, 0xd3, 0x4d, 0x22, 0x6f, 0x2d, 0xa6, 0x50, 0x2f, 0x70, 0x4c, 0x49, 0x4d, 0xe0, + 0x1e, 0x14, 0x5d, 0x51, 0x18, 0x3d, 0xce, 0xeb, 0x43, 0xdc, 0xdf, 0x24, 0x72, 0x90, 0x85, 0xd1, + 0x12, 0xda, 0xfc, 0x9b, 0x0b, 0xc9, 0x90, 0xf8, 0xb4, 0x12, 0x0f, 0x2a, 0xf1, 0x01, 0x8f, 0x5f, + 0x15, 0xde, 0x19, 0x2b, 0x28, 0x4c, 0x36, 0x65, 0x4c, 0x61, 0x98, 0xa8, 0x20, 0xd7, 0x01, 0x28, + 0xb7, 0x6c, 0x32, 0x77, 0x37, 0x91, 0x4d, 0xba, 0xaf, 0x6b, 0x0e, 0xa6, 0xa4, 0x9e, 0x7f, 0xc2, + 0x61, 0xf8, 0x15, 0x3d, 0xf5, 0x4c, 0xae, 0xe8, 0x2b, 0x67, 0x7e, 0x45, 0xbf, 0xfc, 0xec, 0xaf, + 0xe8, 0x54, 0x40, 0x52, 0x1c, 0x23, 0x20, 0xf9, 0x18, 0x2e, 0xca, 0x3f, 0xd7, 0xba, 0x96, 0xdb, + 0xd3, 0xfb, 0x45, 0x55, 0x42, 0x7d, 0x75, 0xe8, 0xc5, 0x4c, 0x43, 0xe6, 0xb2, 0x88, 0x7a, 0xd1, + 0x83, 0xa4, 0x65, 0xf2, 0x8c, 0xfe, 0x60, 0x08, 0x1c, 0x0e, 0x55, 0x92, 0xf7, 0x60, 0xa7, 0x4f, + 0xe1, 0xc1, 0xfe, 0xa8, 0x00, 0x97, 0xac, 0x61, 0xbf, 0x97, 0x52, 0x79, 0x8c, 0xdb, 0x63, 0xc5, + 0x13, 0x19, 0x44, 0x15, 0x0f, 0x0c, 0x63, 0xe1, 0xf0, 0x3e, 0x90, 0x57, 0x93, 0x90, 0xb4, 0x22, + 0x36, 0xd5, 0xf0, 0x60, 0xf2, 0xfb, 0xf9, 0x54, 0x10, 0x88, 0xd9, 0x6e, 0x8e, 0x6d, 0xb0, 0xcf, + 0x20, 0x1d, 0x54, 0x1d, 0x23, 0x1d, 0x94, 0x0b, 0x2f, 0x66, 0xce, 0x28, 0xbc, 0xf0, 0x60, 0xc1, + 0xed, 0x59, 0x2d, 0xba, 0xd3, 0xef, 0x76, 0x65, 0x06, 0x9c, 0x19, 0xb3, 0x02, 0x7b, 0x68, 0xf9, + 0x2a, 0x0f, 0xf7, 0xba, 0xf2, 0x7e, 0xd4, 0x6f, 0x59, 0xc9, 0x5b, 0xd3, 0x66, 0x0e, 0x09, 0x07, + 0xb0, 0xf9, 0xb6, 0xe4, 0x6e, 0xeb, 0x36, 0x8d, 0xf8, 0x6c, 0x8b, 0x4c, 0x89, 0xfa, 0x5d, 0xe8, + 0xad, 0x84, 0x8c, 0x69, 0x19, 0x72, 0x07, 0x2a, 0x8e, 0xc7, 0xd4, 0x4b, 0xd3, 0xbc, 0xb0, 0x52, + 0x6f, 0x70, 0xdb, 0xd6, 0xd8, 0x6e, 0xea, 0x37, 0xa6, 0x2b, 0x83, 0x3f, 0x7c, 0x5f, 0xd6, 0x7c, + 0x4c, 0xda, 0x93, 0x2d, 0x01, 0xa6, 0x6a, 0xb9, 0x65, 0x6a, 0xe3, 0xea, 0x09, 0x1e, 0x72, 0x63, + 0x3b, 0x2e, 0x3d, 0x9f, 0x55, 0xea, 0x54, 0x85, 0x76, 0x82, 0x40, 0x5e, 0x83, 0x92, 0xef, 0xad, + 0x7f, 0xe4, 0x46, 0xc6, 0xf9, 0x6c, 0x06, 0xfc, 0x9e, 0xa0, 0xa2, 0xe2, 0x92, 0xfb, 0x70, 0x39, + 0x8a, 0xba, 0x2a, 0xb4, 0x5d, 0xdd, 0x8f, 0x68, 0x18, 0xd7, 0x6b, 0x88, 0x9a, 0x9b, 0x62, 0xfd, + 0xa5, 0xe3, 0xa3, 0xda, 0xe5, 0xdd, 0xdd, 0xbb, 0xc3, 0x44, 0xf0, 0xa4, 0xb6, 0x27, 0x07, 0xdd, + 0x17, 0x46, 0x0c, 0xba, 0xd3, 0x71, 0xde, 0xc5, 0x2f, 0x8d, 0xf3, 0x06, 0xe2, 0xd2, 0x4b, 0x4f, + 0x11, 0x97, 0x7e, 0x20, 0xaa, 0x52, 0x6e, 0xae, 0xa9, 0x98, 0xfe, 0xed, 0xd1, 0x52, 0x89, 0x1c, + 0x41, 0xbe, 0x4d, 0x8a, 0x3f, 0x51, 0x62, 0x92, 0x1d, 0xb8, 0x18, 0xf8, 0xce, 0x40, 0x58, 0x2b, + 0x82, 0xf8, 0x54, 0x49, 0xd2, 0xce, 0x10, 0x19, 0x1c, 0xda, 0x52, 0xd8, 0xd2, 0x84, 0x6e, 0x18, + 0x62, 0x62, 0xa4, 0x2d, 0x4d, 0xc8, 0x98, 0x96, 0xc9, 0x47, 0x79, 0x2f, 0x3e, 0xb3, 0x28, 0x6f, + 0xf1, 0x39, 0x44, 0x79, 0x2f, 0x3d, 0xbf, 0x28, 0xef, 0xf3, 0x32, 0xcc, 0x65, 0xfd, 0xd7, 0xa4, + 0x20, 0xac, 0x70, 0xda, 0x82, 0xb0, 0x4c, 0xc5, 0xd6, 0xc4, 0x33, 0xad, 0xd8, 0x9a, 0x3c, 0xf3, + 0x8a, 0xad, 0x54, 0x65, 0xda, 0xd4, 0x13, 0x2a, 0xd3, 0x56, 0x61, 0xde, 0xf6, 0x7b, 0x81, 0xf8, + 0xf1, 0x87, 0xaa, 0x4f, 0x92, 0x35, 0x04, 0xfa, 0xb9, 0x73, 0x2d, 0xcb, 0xc6, 0xbc, 0x3c, 0x61, + 0x50, 0xf4, 0x44, 0xc3, 0xd2, 0x18, 0x55, 0xad, 0xd9, 0x05, 0x13, 0x17, 0xa5, 0x2a, 0x2c, 0xd5, + 0x6e, 0xba, 0x54, 0x2f, 0x75, 0x71, 0x47, 0x63, 0x3e, 0x5b, 0x49, 0xc8, 0x8c, 0x8a, 0xd0, 0xff, + 0xcb, 0x67, 0xa1, 0x3f, 0x5b, 0xb6, 0xa8, 0x7a, 0x92, 0xbc, 0x00, 0x67, 0xb9, 0x98, 0xef, 0x09, + 0x09, 0xe1, 0x85, 0x60, 0x98, 0x1b, 0xc6, 0xd4, 0xab, 0xd2, 0x97, 0x39, 0x83, 0x4b, 0x4a, 0xcb, + 0x0b, 0x43, 0x1d, 0x39, 0x86, 0x27, 0x20, 0xa7, 0xcb, 0xde, 0xca, 0xcf, 0xaa, 0xec, 0x6d, 0xf1, + 0x50, 0x56, 0xd4, 0x9e, 0x58, 0x8c, 0x7b, 0x3f, 0x5b, 0x20, 0xff, 0xde, 0x88, 0xff, 0x15, 0x4a, + 0x5c, 0xb3, 0x9b, 0x2e, 0x04, 0xfe, 0x8d, 0x02, 0x5c, 0x1c, 0xb6, 0x2c, 0x43, 0x7a, 0xd1, 0xcc, + 0xf6, 0x62, 0xbc, 0x70, 0x2d, 0x6d, 0x5a, 0xfe, 0xad, 0x98, 0x0a, 0x0e, 0x23, 0x1a, 0xfc, 0xec, + 0xe5, 0x78, 0xa4, 0x97, 0xe3, 0xcc, 0x8f, 0x9c, 0x8b, 0xcf, 0xf1, 0x47, 0xce, 0xa5, 0x11, 0x7e, + 0xe4, 0x3c, 0xfd, 0x3c, 0x7f, 0xe4, 0x5c, 0x3e, 0xe5, 0x8f, 0x9c, 0x2b, 0xcf, 0xfe, 0x47, 0xce, + 0x5f, 0x14, 0x60, 0x21, 0x5f, 0x73, 0xfd, 0x1c, 0x92, 0x64, 0x9d, 0x4c, 0x92, 0x6c, 0x73, 0x2c, + 0x63, 0x1e, 0x77, 0xfb, 0xa4, 0x64, 0x99, 0xf9, 0x93, 0x02, 0x0c, 0xd4, 0x95, 0x3f, 0x87, 0x3c, + 0xd6, 0xc3, 0x6c, 0x1e, 0x6b, 0xfd, 0x4c, 0x06, 0x79, 0x42, 0x3e, 0xeb, 0xbf, 0x87, 0x0c, 0xf1, + 0x7f, 0x25, 0xaf, 0x95, 0x31, 0x6d, 0x13, 0xcf, 0xde, 0xb4, 0xd5, 0x97, 0x3f, 0xfd, 0x62, 0xe9, + 0xdc, 0x67, 0x5f, 0x2c, 0x9d, 0xfb, 0xfc, 0x8b, 0xa5, 0x73, 0x9f, 0x1c, 0x2f, 0x15, 0x3e, 0x3d, + 0x5e, 0x2a, 0x7c, 0x76, 0xbc, 0x54, 0xf8, 0xfc, 0x78, 0xa9, 0xf0, 0x93, 0xe3, 0xa5, 0xc2, 0x1f, + 0xfc, 0xf3, 0xd2, 0xb9, 0x5f, 0x29, 0xc7, 0xb8, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd8, 0x43, + 0xe7, 0xd8, 0xa3, 0x4d, 0x00, 0x00, } func (m *ArchiveStrategy) Marshal() (dAtA []byte, err error) { @@ -2105,6 +2139,42 @@ func (m *ArtifactoryAuth) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *Backoff) 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 *Backoff) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Backoff) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + i -= len(m.MaxDuration) + copy(dAtA[i:], m.MaxDuration) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.MaxDuration))) + i-- + dAtA[i] = 0x1a + i = encodeVarintGenerated(dAtA, i, uint64(m.Factor)) + i-- + dAtA[i] = 0x10 + i -= len(m.Duration) + copy(dAtA[i:], m.Duration) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.Duration))) + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *ContinueOn) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -3387,6 +3457,23 @@ func (m *RetryStrategy) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.Backoff != nil { + { + size, err := m.Backoff.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + i -= len(m.RetryPolicy) + copy(dAtA[i:], m.RetryPolicy) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.RetryPolicy))) + i-- + dAtA[i] = 0x12 if m.Limit != nil { i = encodeVarintGenerated(dAtA, i, uint64(*m.Limit)) i-- @@ -5139,6 +5226,20 @@ func (m *ArtifactoryAuth) Size() (n int) { return n } +func (m *Backoff) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Duration) + n += 1 + l + sovGenerated(uint64(l)) + n += 1 + sovGenerated(uint64(m.Factor)) + l = len(m.MaxDuration) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *ContinueOn) Size() (n int) { if m == nil { return 0 @@ -5622,6 +5723,12 @@ func (m *RetryStrategy) Size() (n int) { if m.Limit != nil { n += 1 + sovGenerated(uint64(*m.Limit)) } + l = len(m.RetryPolicy) + n += 1 + l + sovGenerated(uint64(l)) + if m.Backoff != nil { + l = m.Backoff.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -6275,6 +6382,18 @@ func (this *ArtifactoryAuth) String() string { }, "") return s } +func (this *Backoff) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&Backoff{`, + `Duration:` + fmt.Sprintf("%v", this.Duration) + `,`, + `Factor:` + fmt.Sprintf("%v", this.Factor) + `,`, + `MaxDuration:` + fmt.Sprintf("%v", this.MaxDuration) + `,`, + `}`, + }, "") + return s +} func (this *ContinueOn) String() string { if this == nil { return "nil" @@ -6584,6 +6703,8 @@ func (this *RetryStrategy) String() string { } s := strings.Join([]string{`&RetryStrategy{`, `Limit:` + valueToStringGenerated(this.Limit) + `,`, + `RetryPolicy:` + fmt.Sprintf("%v", this.RetryPolicy) + `,`, + `Backoff:` + strings.Replace(this.Backoff.String(), "Backoff", "Backoff", 1) + `,`, `}`, }, "") return s @@ -8185,6 +8306,142 @@ func (m *ArtifactoryAuth) Unmarshal(dAtA []byte) error { } return nil } +func (m *Backoff) 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: Backoff: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Backoff: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Duration", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Duration = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Factor", wireType) + } + m.Factor = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Factor |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field MaxDuration", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.MaxDuration = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *ContinueOn) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -12509,6 +12766,74 @@ func (m *RetryStrategy) Unmarshal(dAtA []byte) error { } } m.Limit = &v + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RetryPolicy", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.RetryPolicy = RetryPolicy(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Backoff", 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.Backoff == nil { + m.Backoff = &Backoff{} + } + if err := m.Backoff.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/pkg/apis/workflow/v1alpha1/generated.proto b/pkg/apis/workflow/v1alpha1/generated.proto index 668ebf1c5921..24e15b768fad 100644 --- a/pkg/apis/workflow/v1alpha1/generated.proto +++ b/pkg/apis/workflow/v1alpha1/generated.proto @@ -112,6 +112,14 @@ message ArtifactoryAuth { optional k8s.io.api.core.v1.SecretKeySelector passwordSecret = 2; } +message Backoff { + optional string duration = 1; + + optional int32 factor = 2; + + optional string maxDuration = 3; +} + // ContinueOn defines if a workflow should continue even if a task or step fails/errors. // It can be specified if the workflow should continue when the pod errors, fails or both. message ContinueOn { @@ -484,6 +492,12 @@ message ResourceTemplate { message RetryStrategy { // Limit is the maximum number of attempts when retrying a container optional int32 limit = 1; + + // RetryOn is a list of NodePhase statuses that will be retried + optional string retryPolicy = 2; + + // Backoff is a backoff strategy + optional Backoff backoff = 3; } // S3Artifact is the location of an S3 artifact diff --git a/pkg/apis/workflow/v1alpha1/openapi_generated.go b/pkg/apis/workflow/v1alpha1/openapi_generated.go index ff0241bbb2e7..10b08d9b90bf 100644 --- a/pkg/apis/workflow/v1alpha1/openapi_generated.go +++ b/pkg/apis/workflow/v1alpha1/openapi_generated.go @@ -20,6 +20,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.ArtifactRepositoryRef": schema_pkg_apis_workflow_v1alpha1_ArtifactRepositoryRef(ref), "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.ArtifactoryArtifact": schema_pkg_apis_workflow_v1alpha1_ArtifactoryArtifact(ref), "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.ArtifactoryAuth": schema_pkg_apis_workflow_v1alpha1_ArtifactoryAuth(ref), + "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.Backoff": schema_pkg_apis_workflow_v1alpha1_Backoff(ref), "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.ContinueOn": schema_pkg_apis_workflow_v1alpha1_ContinueOn(ref), "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.DAGTask": schema_pkg_apis_workflow_v1alpha1_DAGTask(ref), "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.DAGTemplate": schema_pkg_apis_workflow_v1alpha1_DAGTemplate(ref), @@ -392,6 +393,36 @@ func schema_pkg_apis_workflow_v1alpha1_ArtifactoryAuth(ref common.ReferenceCallb } } +func schema_pkg_apis_workflow_v1alpha1_Backoff(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "duration": { + SchemaProps: spec.SchemaProps{ + Type: []string{"string"}, + Format: "", + }, + }, + "factor": { + SchemaProps: spec.SchemaProps{ + Type: []string{"integer"}, + Format: "int32", + }, + }, + "maxDuration": { + SchemaProps: spec.SchemaProps{ + Type: []string{"string"}, + Format: "", + }, + }, + }, + }, + }, + } +} + func schema_pkg_apis_workflow_v1alpha1_ContinueOn(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ @@ -1491,9 +1522,17 @@ func schema_pkg_apis_workflow_v1alpha1_RetryStrategy(ref common.ReferenceCallbac Format: "", }, }, + "backoff": { + SchemaProps: spec.SchemaProps{ + Description: "Backoff is a backoff strategy", + Ref: ref("github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.Backoff"), + }, + }, }, }, }, + Dependencies: []string{ + "github.com/argoproj/argo/pkg/apis/workflow/v1alpha1.Backoff"}, } } diff --git a/pkg/apis/workflow/v1alpha1/workflow_types.go b/pkg/apis/workflow/v1alpha1/workflow_types.go index 317bb25903d0..5f6ee6dcdeb9 100644 --- a/pkg/apis/workflow/v1alpha1/workflow_types.go +++ b/pkg/apis/workflow/v1alpha1/workflow_types.go @@ -4,11 +4,9 @@ import ( "encoding/json" "fmt" "hash/fnv" - "time" - apiv1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - schema "k8s.io/apimachinery/pkg/runtime/schema" + "k8s.io/apimachinery/pkg/runtime/schema" ) // TemplateType is the type of a template @@ -731,9 +729,9 @@ const ( ) type Backoff struct { - Duration time.Duration - Factor float64 - MaxDuration time.Duration + Duration string `json:"duration,omitempty" protobuf:"varint,1,opt,name=duration"` + Factor int32 `json:"factor,omitempty" protobuf:"varint,2,opt,name=factor"` + MaxDuration string `json:"maxDuration,omitempty" protobuf:"varint,3,opt,name=maxDuration"` } // RetryStrategy provides controls on how to retry a workflow step @@ -745,7 +743,7 @@ type RetryStrategy struct { RetryPolicy RetryPolicy `json:"retryPolicy,omitempty" protobuf:"bytes,2,opt,name=retryPolicy,casttype=RetryPolicy"` // Backoff is a backoff strategy - Backoff Backoff `json:"backoff,omitempty" protobuf:"bytes,3,opt,name=backoff,casttype=Backoff"` + Backoff *Backoff `json:"backoff,omitempty" protobuf:"bytes,3,opt,name=backoff,casttype=Backoff"` } // NodeStatus contains status information about an individual node in the workflow diff --git a/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go index f162e2a09aec..63ea1b56ca8b 100644 --- a/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/workflow/v1alpha1/zz_generated.deepcopy.go @@ -204,6 +204,22 @@ func (in *ArtifactoryAuth) DeepCopy() *ArtifactoryAuth { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *Backoff) DeepCopyInto(out *Backoff) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Backoff. +func (in *Backoff) DeepCopy() *Backoff { + if in == nil { + return nil + } + out := new(Backoff) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ContinueOn) DeepCopyInto(out *ContinueOn) { *out = *in @@ -748,6 +764,11 @@ func (in *RetryStrategy) DeepCopyInto(out *RetryStrategy) { *out = new(int32) **out = **in } + if in.Backoff != nil { + in, out := &in.Backoff, &out.Backoff + *out = new(Backoff) + **out = **in + } return } diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go index 084fff07e273..53f234247f7f 100644 --- a/workflow/controller/operator.go +++ b/workflow/controller/operator.go @@ -3,6 +3,8 @@ package controller import ( "encoding/json" "fmt" + "github.com/argoproj/pkg/humanize" + "math" "reflect" "regexp" "runtime/debug" @@ -534,17 +536,55 @@ func (woc *wfOperationCtx) requeue(afterDuration time.Duration) { } // processNodeRetries updates the retry node state based on the child node state and the retry strategy and returns the node. -func (woc *wfOperationCtx) processNodeRetries(node *wfv1.NodeStatus, retryStrategy wfv1.RetryStrategy) (*wfv1.NodeStatus, error) { +func (woc *wfOperationCtx) processNodeRetries(node *wfv1.NodeStatus, retryStrategy wfv1.RetryStrategy) (*wfv1.NodeStatus, bool, error) { if node.Completed() { - return node, nil + return node, true, nil } lastChildNode, err := woc.getLastChildNode(node) if err != nil { - return nil, fmt.Errorf("Failed to find last child of node " + node.Name) + return nil, false, fmt.Errorf("Failed to find last child of node " + node.Name) } if lastChildNode == nil { - return node, nil + return node, true, nil + } + + if retryStrategy.Backoff != nil { + // Process max duration limit + if retryStrategy.Backoff.MaxDuration != "" && len(node.Children) > 0 { + maxDuration, err := parseStringToDuration(retryStrategy.Backoff.MaxDuration) + if err != nil { + return nil, false, err + } + firstChildNode, err := woc.getFirstChildNode(node) + if err != nil { + return nil, false, fmt.Errorf("Failed to find first child of node " + node.Name) + } + if time.Now().After(firstChildNode.FinishedAt.Add(maxDuration)) { + woc.log.Infoln("Max duration limit exceeded. Failing...") + return woc.markNodePhase(node.Name, lastChildNode.Phase, "Max duration limit exceeded"), true, nil + } + } + + // Max duration limit hasn't been exceeded, process back off + if retryStrategy.Backoff.Duration == "" { + return nil, false, fmt.Errorf("Failed to find first child of node " + node.Name) + } + baseDuration, err := parseStringToDuration(retryStrategy.Backoff.Duration) + if err != nil { + return nil, false, err + } + // Formula: timeToWait = duration * factor^retry_number + timeToWait := baseDuration * time.Duration(math.Pow(float64(retryStrategy.Backoff.Factor), float64(len(node.Children)))) + waitingDeadline := lastChildNode.FinishedAt.Add(timeToWait) + + // See if we have waited past the deadline + if time.Now().Before(waitingDeadline) { + retryMessage := fmt.Sprintf("Retrying in %s", humanize.Duration(time.Until(waitingDeadline))) + return woc.markNodePhase(node.Name, node.Phase, retryMessage), false, nil + } else { + node = woc.markNodePhase(node.Name, node.Phase, "") + } } var retryOnFailed bool @@ -560,37 +600,37 @@ func (woc *wfOperationCtx) processNodeRetries(node *wfv1.NodeStatus, retryStrate retryOnFailed = true retryOnError = false default: - return nil, fmt.Errorf("%s is not a valid RetryPolicy", retryStrategy.RetryPolicy) - } - - if (lastChildNode.Phase == wfv1.NodeFailed && !retryOnFailed) || (lastChildNode.Phase == wfv1.NodeError && !retryOnError) { - woc.log.Infof("Node not set to be retried after status: %s", lastChildNode.Phase) - return woc.markNodePhase(node.Name, lastChildNode.Phase, lastChildNode.Message), nil + return nil, false, fmt.Errorf("%s is not a valid RetryPolicy", retryStrategy.RetryPolicy) } if !lastChildNode.Completed() { // last child node is still running. - return node, nil + return node, true, nil } if lastChildNode.Successful() { node.Outputs = lastChildNode.Outputs.DeepCopy() woc.wf.Status.Nodes[node.ID] = *node - return woc.markNodePhase(node.Name, wfv1.NodeSucceeded), nil + return woc.markNodePhase(node.Name, wfv1.NodeSucceeded), true, nil + } + + if (lastChildNode.Phase == wfv1.NodeFailed && !retryOnFailed) || (lastChildNode.Phase == wfv1.NodeError && !retryOnError) { + woc.log.Infof("Node not set to be retried after status: %s", lastChildNode.Phase) + return woc.markNodePhase(node.Name, lastChildNode.Phase, lastChildNode.Message), true, nil } if !lastChildNode.CanRetry() { woc.log.Infof("Node cannot be retried. Marking it failed") - return woc.markNodePhase(node.Name, lastChildNode.Phase, lastChildNode.Message), nil + return woc.markNodePhase(node.Name, lastChildNode.Phase, lastChildNode.Message), true, nil } if retryStrategy.Limit != nil && int32(len(node.Children)) > *retryStrategy.Limit { woc.log.Infoln("No more retries left. Failing...") - return woc.markNodePhase(node.Name, lastChildNode.Phase, "No more retries left"), nil + return woc.markNodePhase(node.Name, lastChildNode.Phase, "No more retries left"), true, nil } woc.log.Infof("%d child nodes of %s failed. Trying again...", len(node.Children), node.Name) - return node, nil + return node, true, nil } // podReconciliation is the process by which a workflow will examine all its related @@ -1141,6 +1181,20 @@ func (woc *wfOperationCtx) getLastChildNode(node *wfv1.NodeStatus) (*wfv1.NodeSt return &lastChildNode, nil } +func (woc *wfOperationCtx) getFirstChildNode(node *wfv1.NodeStatus) (*wfv1.NodeStatus, error) { + if len(node.Children) <= 0 { + return nil, nil + } + + firstChildNodeName := node.Children[0] + firstChildNode, ok := woc.wf.Status.Nodes[firstChildNodeName] + if !ok { + return nil, fmt.Errorf("Failed to find node " + firstChildNodeName) + } + + return &firstChildNode, nil +} + // executeTemplate executes the template with the given arguments and returns the created NodeStatus // for the created node (if created). Nodes may not be created if parallelism or deadline exceeded. // nodeName is the name to be used as the name of the node, and boundaryID indicates which template @@ -1204,9 +1258,11 @@ func (woc *wfOperationCtx) executeTemplate(nodeName string, orgTmpl wfv1.Templat woc.log.Debugf("Inject a retry node for node %s", retryNodeName) retryParentNode = woc.initializeExecutableNode(retryNodeName, wfv1.NodeTypeRetry, newTmplCtx, processedTmpl, orgTmpl, boundaryID, wfv1.NodeRunning) } - processedRetryParentNode, err := woc.processNodeRetries(retryParentNode, *processedTmpl.RetryStrategy) + processedRetryParentNode, ok, err := woc.processNodeRetries(retryParentNode, *processedTmpl.RetryStrategy) if err != nil { return woc.markNodeError(retryNodeName, err), err + } else if !ok { + return retryParentNode, nil } retryParentNode = processedRetryParentNode // The retry node might have completed by now. @@ -1891,14 +1947,9 @@ func (woc *wfOperationCtx) executeSuspend(nodeName string, tmpl *wfv1.Template, if tmpl.Suspend.Duration != "" { node := woc.getNodeByName(nodeName) - var suspendDuration time.Duration - // If no units are attached, treat as seconds - if val, err := strconv.Atoi(tmpl.Suspend.Duration); err == nil { - suspendDuration = time.Duration(val) * time.Second - } else if duration, err := time.ParseDuration(tmpl.Suspend.Duration); err == nil { - suspendDuration = duration - } else { - return fmt.Errorf("unable to parse %s as a duration", tmpl.Suspend.Duration) + suspendDuration, err := parseStringToDuration(tmpl.Suspend.Duration) + if err != nil { + return err } suspendDeadline := node.StartedAt.Add(suspendDuration) requeueTime = &suspendDeadline @@ -1927,6 +1978,19 @@ func (woc *wfOperationCtx) executeSuspend(nodeName string, tmpl *wfv1.Template, return nil } +func parseStringToDuration(durationString string) (time.Duration, error) { + var suspendDuration time.Duration + // If no units are attached, treat as seconds + if val, err := strconv.Atoi(durationString); err == nil { + suspendDuration = time.Duration(val) * time.Second + } else if duration, err := time.ParseDuration(durationString); err == nil { + suspendDuration = duration + } else { + return 0, fmt.Errorf("unable to parse %s as a duration", durationString) + } + return suspendDuration, nil +} + func processItem(fstTmpl *fasttemplate.Template, name string, index int, item wfv1.Item, obj interface{}) (string, error) { replaceMap := make(map[string]string) var newName string diff --git a/workflow/controller/operator_test.go b/workflow/controller/operator_test.go index 86235437dda5..096da01cb6d1 100644 --- a/workflow/controller/operator_test.go +++ b/workflow/controller/operator_test.go @@ -153,13 +153,13 @@ func TestProcessNodesWithRetries(t *testing.T) { // Last child is still running. processNodesWithRetries() should return false since // there should be no retries at this point. - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.NoError(t, err) assert.Equal(t, n.Phase, wfv1.NodeRunning) // Mark lastChild as successful. woc.markNodePhase(lastChild.Name, wfv1.NodeSucceeded) - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.NoError(t, err) // The parent node also gets marked as Succeeded. assert.Equal(t, n.Phase, wfv1.NodeSucceeded) @@ -167,7 +167,7 @@ func TestProcessNodesWithRetries(t *testing.T) { // Mark the parent node as running again and the lastChild as failed. woc.markNodePhase(n.Name, wfv1.NodeRunning) woc.markNodePhase(lastChild.Name, wfv1.NodeFailed) - _, err = woc.processNodeRetries(n, retries) + _, _, err = woc.processNodeRetries(n, retries) assert.NoError(t, err) n = woc.getNodeByName(nodeName) assert.Equal(t, n.Phase, wfv1.NodeRunning) @@ -177,7 +177,7 @@ func TestProcessNodesWithRetries(t *testing.T) { woc.initializeNode(childNode, wfv1.NodeTypePod, &wfv1.Template{}, "", wfv1.NodeFailed) woc.addChildNode(nodeName, childNode) n = woc.getNodeByName(nodeName) - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.NoError(t, err) assert.Equal(t, n.Phase, wfv1.NodeFailed) } @@ -226,13 +226,13 @@ func TestProcessNodesWithRetriesOnErrors(t *testing.T) { // Last child is still running. processNodesWithRetries() should return false since // there should be no retries at this point. - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.Nil(t, err) assert.Equal(t, n.Phase, wfv1.NodeRunning) // Mark lastChild as successful. woc.markNodePhase(lastChild.Name, wfv1.NodeSucceeded) - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.Nil(t, err) // The parent node also gets marked as Succeeded. assert.Equal(t, n.Phase, wfv1.NodeSucceeded) @@ -249,7 +249,7 @@ func TestProcessNodesWithRetriesOnErrors(t *testing.T) { woc.initializeNode(childNode, wfv1.NodeTypePod, &wfv1.Template{}, "", wfv1.NodeError) woc.addChildNode(nodeName, childNode) n = woc.getNodeByName(nodeName) - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.Nil(t, err) assert.Equal(t, n.Phase, wfv1.NodeError) } @@ -298,13 +298,13 @@ func TestProcessNodesNoRetryWithError(t *testing.T) { // Last child is still running. processNodesWithRetries() should return false since // there should be no retries at this point. - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.Nil(t, err) assert.Equal(t, n.Phase, wfv1.NodeRunning) // Mark lastChild as successful. woc.markNodePhase(lastChild.Name, wfv1.NodeSucceeded) - n, err = woc.processNodeRetries(n, retries) + n, _, err = woc.processNodeRetries(n, retries) assert.Nil(t, err) // The parent node also gets marked as Succeeded. assert.Equal(t, n.Phase, wfv1.NodeSucceeded) From 4a19445c83da9454b8cd9f2f636d96f8285d6512 Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Tue, 19 Nov 2019 12:51:01 -0800 Subject: [PATCH 3/5] Added example --- examples/retry-backoff.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/retry-backoff.yaml diff --git a/examples/retry-backoff.yaml b/examples/retry-backoff.yaml new file mode 100644 index 000000000000..6e16929dbdf7 --- /dev/null +++ b/examples/retry-backoff.yaml @@ -0,0 +1,20 @@ +# This example demonstrates the use of retry back offs +apiVersion: argoproj.io/v1alpha1 +kind: Workflow +metadata: + generateName: retry-backoff- +spec: + entrypoint: retry-backoff + templates: + - name: retry-backoff + retryStrategy: + limit: 10 + backoff: + duration: 1 # Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h", "1d" + factor: 2 + maxDuration: "1m" # Default unit is seconds. Could also be a Duration, e.g.: "2m", "6h", "1d" + container: + image: python:alpine3.6 + command: ["python", -c] + # fail with a 66% probability + args: ["import random; import sys; exit_code = random.choice([0, 1, 1]); sys.exit(exit_code)"] From 562fd645169fa5e95bbf0006d6eace3bfa933f75 Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Wed, 4 Dec 2019 12:19:19 -0800 Subject: [PATCH 4/5] Clearer code --- workflow/controller/operator.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go index 8bcc098abc16..1b59c7a833e1 100644 --- a/workflow/controller/operator.go +++ b/workflow/controller/operator.go @@ -536,7 +536,7 @@ func (woc *wfOperationCtx) processNodeRetries(node *wfv1.NodeStatus, retryStrate // Max duration limit hasn't been exceeded, process back off if retryStrategy.Backoff.Duration == "" { - return nil, false, fmt.Errorf("Failed to find first child of node " + node.Name) + return nil, false, fmt.Errorf("no base duration specified for retryStrategy") } baseDuration, err := parseStringToDuration(retryStrategy.Backoff.Duration) if err != nil { @@ -1226,10 +1226,11 @@ func (woc *wfOperationCtx) executeTemplate(nodeName string, orgTmpl wfv1.Templat woc.log.Debugf("Inject a retry node for node %s", retryNodeName) retryParentNode = woc.initializeExecutableNode(retryNodeName, wfv1.NodeTypeRetry, newTmplCtx, processedTmpl, orgTmpl, boundaryID, wfv1.NodeRunning) } - processedRetryParentNode, ok, err := woc.processNodeRetries(retryParentNode, *processedTmpl.RetryStrategy) + processedRetryParentNode, continueExecution, err := woc.processNodeRetries(retryParentNode, *processedTmpl.RetryStrategy) if err != nil { return woc.markNodeError(retryNodeName, err), err - } else if !ok { + } else if !continueExecution { + // We are still waiting for a retry delay to finish return retryParentNode, nil } retryParentNode = processedRetryParentNode From 907734e13b4a3bdbb72ad9b80a5af27f75762a9e Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Thu, 5 Dec 2019 09:19:00 -0800 Subject: [PATCH 5/5] Fix bug where factor == 0 --- workflow/controller/operator.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/workflow/controller/operator.go b/workflow/controller/operator.go index 1b59c7a833e1..4e4e9017356a 100644 --- a/workflow/controller/operator.go +++ b/workflow/controller/operator.go @@ -542,8 +542,12 @@ func (woc *wfOperationCtx) processNodeRetries(node *wfv1.NodeStatus, retryStrate if err != nil { return nil, false, err } - // Formula: timeToWait = duration * factor^retry_number - timeToWait := baseDuration * time.Duration(math.Pow(float64(retryStrategy.Backoff.Factor), float64(len(node.Children)))) + + timeToWait := baseDuration + if retryStrategy.Backoff.Factor > 0 { + // Formula: timeToWait = duration * factor^retry_number + timeToWait = baseDuration * time.Duration(math.Pow(float64(retryStrategy.Backoff.Factor), float64(len(node.Children)))) + } waitingDeadline := lastChildNode.FinishedAt.Add(timeToWait) // See if we have waited past the deadline