Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 866181 - dev-python/yamlpath-3.6.4 fails tests (MUSL)
Summary: dev-python/yamlpath-3.6.4 fails tests (MUSL)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: PMASKED
Depends on: 915986
Blocks:
  Show dependency tree
 
Reported: 2022-08-23 15:09 UTC by Agostino Sarubbo
Modified: 2023-12-15 19:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,561.09 KB, text/plain)
2022-08-23 15:09 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-08-23 15:09:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/yamlpath-3.6.4 fails tests (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-23 15:09:39 UTC
Created attachment 800659 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-23 15:09:40 UTC
Error(s) that match a know pattern:


'
E               subprocess.CalledProcessError: Command '['/usr/bin/eyaml', 'createkeys', '--pkcs7-private-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/new-keys0/private_key.pkcs7.pem', '--pkcs7-public-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/new-keys0/public_key.pkcs7.pem']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/usr/bin/eyaml', 'createkeys', '--pkcs7-private-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/new-keys1/private_key.pkcs7.pem', '--pkcs7-public-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/new-keys1/public_key.pkcs7.pem']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/usr/bin/eyaml', 'decrypt', '--quiet', '--stdin', '--pkcs7-public-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys4/public_key.pkcs7.pem', '--pkcs7-private-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys4/private_key.pkcs7.pem']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/usr/bin/eyaml', 'encrypt', '--quiet', '--stdin', '--output=block', '--pkcs7-public-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys4/public_key.pkcs7.pem', '--pkcs7-private-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys4/private_key.pkcs7.pem']' returned non-zero exit status 1.
E               subprocess.CalledProcessError: Command '['/usr/bin/eyaml', 'encrypt', '--quiet', '--stdin', '--output=string', '--pkcs7-public-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys4/public_key.pkcs7.pem', '--pkcs7-private-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys4/private_key.pkcs7.pem']' returned non-zero exit status 1.
E         subprocess.CalledProcessError: Command '['/usr/bin/eyaml', 'decrypt', '--quiet', '--stdin', '--pkcs7-public-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys2/public_key.pkcs7.pem', '--pkcs7-private-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys2/private_key.pkcs7.pem']' returned non-zero exit status 1.
E       AssertionError: CRITICAL:  The /usr/bin/eyaml command cannot be run due to exit code:  1
E       AssertionError: Traceback (most recent call last):
E       AssertionError: assert 'Cannot add' in 'CRITICAL:  The /usr/bin/eyaml command cannot be run due to exit code:  1
E       AssertionError: assert 'Unable to decrypt value!' in 'CRITICAL:  The /usr/bin/eyaml command cannot be run due to exit code:  1
FAILED tests/test_commands_yaml_diff.py::Test_commands_yaml_diff::test_diff_eyaml_allowed[inprocess]
FAILED tests/test_commands_yaml_paths.py::Test_yaml_paths::test_search_encrypted_values[inprocess]
FAILED tests/test_commands_yaml_set.py::Test_yaml_set::test_bad_crypt_path[inprocess]
FAILED tests/test_commands_yaml_set.py::Test_yaml_set::test_bad_decryption[inprocess]
FAILED tests/test_commands_yaml_set.py::Test_yaml_set::test_good_encryption[inprocess]
FAILED tests/test_eyaml_eyamlprocessor.py::Test_eyaml_EYAMLProcessor::test_happy_get_eyaml_values[aliases[&secretIdentity]-This is not the identity you are looking for.]
FAILED tests/test_eyaml_eyamlprocessor.py::Test_eyaml_EYAMLProcessor::test_happy_get_eyaml_values[aliases[&secretPhrase]-There is no secret phrase.]
FAILED tests/test_eyaml_eyamlprocessor.py::Test_eyaml_EYAMLProcessor::test_happy_set_eyaml_value[aliases[&brandNewEntry]-This key doesn't already exist.-False-block]
FAILED tests/test_eyaml_eyamlprocessor.py::Test_eyaml_EYAMLProcessor::test_happy_set_eyaml_value[aliases[&secretIdentity]-This is your new identity.-True-string]
FAILED tests/test_eyaml_eyamlprocessor.py::Test_eyaml_EYAMLProcessor::test_preserve_old_blockiness[/aliased::secrets/novel_values/ident-New, novel, encrypted identity in BLOCK format-block-YAMLValueFormats.FOLDED]
FAILED tests/test_eyaml_eyamlprocessor.py::Test_eyaml_EYAMLProcessor::test_preserve_old_blockiness[/aliased::secrets/string_values/ident-New, novel, encrypted identity in STRING format-string-YAMLValueFormats.BARE]
subprocess.CalledProcessError: Command '['/usr/bin/eyaml', 'decrypt', '--quiet', '--stdin', '--pkcs7-public-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys2/public_key.pkcs7.pem', '--pkcs7-private-key=/var/tmp/portage/dev-python/yamlpath-3.6.4/temp/pytest-of-portage/pytest-0/old-keys2/private_key.pkcs7.pem']' returned non-zero exit status 1.