openpgp4fpr:6D9B29537CD751F355AD30EB80F2CA665CE4BA08
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robin.opletal@mba:~/workspace/personal/osko | |
$ git diff | |
diff --git a/api/openslo/v1/slo_types.go b/api/openslo/v1/slo_types.go | |
index 223ae59..093c462 100644 | |
--- a/api/openslo/v1/slo_types.go | |
+++ b/api/openslo/v1/slo_types.go | |
@@ -27,6 +27,7 @@ type SLO struct { | |
ObjectMetaOpenSLO `json:"metadata,omitempty"` | |
Spec openslov1.SLOSpec `json:"spec,omitempty"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type RawMessage struct { | |
raw []byte `yaml:"" json:""` | |
node *yaml.Node `yaml:"" json:""` | |
} | |
func (n *RawMessage) UnmarshalYAML(node *yaml.Node) error { | |
n.node = node | |
return nil | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list. | |
WARNING Retrying dependency ... 1/3 time(s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building wheel for cryptography (PEP 517): started | |
Building wheel for cryptography (PEP 517): still running... | |
Building wheel for cryptography (PEP 517): still running... | |
Building wheel for cryptography (PEP 517): finished with status 'error' | |
Building wheel for bcrypt (PEP 517): started | |
ERROR: Command errored out with exit status 1: | |
command: /builds/QkTvrxuF/1/ansible/role-selinux/venv/bin/python3 /builds/QkTvrxuF/1/ansible/role-selinux/venv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpi_t14n76 | |
cwd: /tmp/pip-install-hf2bp963/cryptography | |
Complete output (237 lines): | |
running bdist_wheel |