debian/rules binary
dh binary --with python3 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
running build
running build_py
creating /build/reproducible-path/pysodium-0.7.18/.pybuild/cpython3_3.13_pysodium/build/pysodium
copying pysodium/__init__.py -> /build/reproducible-path/pysodium-0.7.18/.pybuild/cpython3_3.13_pysodium/build/pysodium
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /build/reproducible-path/pysodium-0.7.18/.pybuild/cpython3_3.13_pysodium/build; python3.13 -m unittest discover -v
test_AsymCrypto_With_Seeded_Keypair (test.test_pysodium.TestPySodium.test_AsymCrypto_With_Seeded_Keypair) ... ok
test_aead_aegis128l (test.test_pysodium.TestPySodium.test_aead_aegis128l) ... ok
test_aead_aegis256 (test.test_pysodium.TestPySodium.test_aead_aegis256) ... ok
test_aead_chacha20poly1305 (test.test_pysodium.TestPySodium.test_aead_chacha20poly1305) ... ok
test_aead_chacha20poly1305_detached (test.test_pysodium.TestPySodium.test_aead_chacha20poly1305_detached) ... ok
test_aead_chacha20poly1305_ietf (test.test_pysodium.TestPySodium.test_aead_chacha20poly1305_ietf) ... ok
test_aead_chacha20poly1305_ietf_detached (test.test_pysodium.TestPySodium.test_aead_chacha20poly1305_ietf_detached) ... ok
test_aead_xchacha20poly1305_ietf (test.test_pysodium.TestPySodium.test_aead_xchacha20poly1305_ietf) ... ok
test_crypto_auth (test.test_pysodium.TestPySodium.test_crypto_auth) ... ok test_crypto_auth_hmac_256_512_512256 (test.test_pysodium.TestPySodium.test_crypto_auth_hmac_256_512_512256)
Taken from https://www.rfc-editor.org/rfc/rfc4231#section-4 ... ok test_crypto_blake2b (test.test_pysodium.TestPySodium.test_crypto_blake2b) ... ok
test_crypto_box_open (test.test_pysodium.TestPySodium.test_crypto_box_open) ... ok
test_crypto_box_open_afternm (test.test_pysodium.TestPySodium.test_crypto_box_open_afternm) ... ok
test_crypto_box_open_detached (test.test_pysodium.TestPySodium.test_crypto_box_open_detached) ... ok
test_crypto_box_pk_from_sk (test.test_pysodium.TestPySodium.test_crypto_box_pk_from_sk) ... ok
test_crypto_box_seal (test.test_pysodium.TestPySodium.test_crypto_box_seal) ... ok
test_crypto_core_ristretto255_add_sub (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_add_sub) ... ok
test_crypto_core_ristretto255_from_hash (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_from_hash) ... ok
test_crypto_core_ristretto255_is_valid_point (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_is_valid_point) ... ok
test_crypto_core_ristretto255_random (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_random) ... ok
test_crypto_core_ristretto255_scalar_add_sub (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_scalar_add_sub) ... ok
test_crypto_core_ristretto255_scalar_complement (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_scalar_complement) ... ok
test_crypto_core_ristretto255_scalar_invert (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_scalar_invert) ... ok
test_crypto_core_ristretto255_scalar_mul (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_scalar_mul) ... ok
test_crypto_core_ristretto255_scalar_negate (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_scalar_negate) ... ok
test_crypto_core_ristretto255_scalar_random (test.test_pysodium.TestPySodium.test_crypto_core_ristretto255_scalar_random) ... ok
test_crypto_generichash (test.test_pysodium.TestPySodium.test_crypto_generichash) ... ok
test_crypto_hash_sha256 (test.test_pysodium.TestPySodium.test_crypto_hash_sha256) ... ok
test_crypto_hash_sha512 (test.test_pysodium.TestPySodium.test_crypto_hash_sha512) ... ok
test_crypto_hash_sha512_steps (test.test_pysodium.TestPySodium.test_crypto_hash_sha512_steps) ... ok
test_crypto_kdf_derive_from_key (test.test_pysodium.TestPySodium.test_crypto_kdf_derive_from_key) ... ok
test_crypto_kdf_hkdf_sha256 (test.test_pysodium.TestPySodium.test_crypto_kdf_hkdf_sha256) ... ok
test_crypto_kdf_hkdf_sha512 (test.test_pysodium.TestPySodium.test_crypto_kdf_hkdf_sha512) ... ok
test_crypto_kdf_keygen (test.test_pysodium.TestPySodium.test_crypto_kdf_keygen) ... ok
test_crypto_kx (test.test_pysodium.TestPySodium.test_crypto_kx) ... ok test_crypto_pwhash (test.test_pysodium.TestPySodium.test_crypto_pwhash) ... ok
test_crypto_pwhash_scryptsalsa208sha256 (test.test_pysodium.TestPySodium.test_crypto_pwhash_scryptsalsa208sha256) ... ok
test_crypto_pwhash_scryptsalsa208sha256_str (test.test_pysodium.TestPySodium.test_crypto_pwhash_scryptsalsa208sha256_str) ... ok
test_crypto_pwhash_scryptsalsa208sha256_str_verify (test.test_pysodium.TestPySodium.test_crypto_pwhash_scryptsalsa208sha256_str_verify) ... ok
test_crypto_pwhash_storage (test.test_pysodium.TestPySodium.test_crypto_pwhash_storage) ... ok
test_crypto_scalarmult_base (test.test_pysodium.TestPySodium.test_crypto_scalarmult_base) ... ok
test_crypto_scalarmult_curve25519_base (test.test_pysodium.TestPySodium.test_crypto_scalarmult_curve25519_base) ... ok
test_crypto_scalarmult_ristretto255 (test.test_pysodium.TestPySodium.test_crypto_scalarmult_ristretto255) ... ok
test_crypto_scalarmult_ristretto255_base (test.test_pysodium.TestPySodium.test_crypto_scalarmult_ristretto255_base) ... ok
test_crypto_secretbox_open (test.test_pysodium.TestPySodium.test_crypto_secretbox_open) ... ok
test_crypto_secretbox_open_detached (test.test_pysodium.TestPySodium.test_crypto_secretbox_open_detached) ... ok
test_crypto_secretstream_xchacha20poly1305_init_pull (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_init_pull) ... ok
test_crypto_secretstream_xchacha20poly1305_init_push (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_init_push) ... ok
test_crypto_secretstream_xchacha20poly1305_keygen (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_keygen) ... ok
test_crypto_secretstream_xchacha20poly1305_missing_rekey (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_missing_rekey) ... ok
test_crypto_secretstream_xchacha20poly1305_out_of_order_messeges (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_out_of_order_messeges) ... ok
test_crypto_secretstream_xchacha20poly1305_pull (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_pull) ... ok
test_crypto_secretstream_xchacha20poly1305_pull_changed_ad (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_pull_changed_ad) ... ok
test_crypto_secretstream_xchacha20poly1305_pull_corrupted (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_pull_corrupted) ... ok
test_crypto_secretstream_xchacha20poly1305_pull_incorrect_key (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_pull_incorrect_key) ... ok
test_crypto_secretstream_xchacha20poly1305_pull_multiple (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_pull_multiple) ... ok
test_crypto_secretstream_xchacha20poly1305_push (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_push) ... ok
test_crypto_secretstream_xchacha20poly1305_rekey (test.test_pysodium.TestPySodium.test_crypto_secretstream_xchacha20poly1305_rekey) ... ok
test_crypto_sign_open (test.test_pysodium.TestPySodium.test_crypto_sign_open) ... ok
test_crypto_sign_seed_keypair (test.test_pysodium.TestPySodium.test_crypto_sign_seed_keypair) ... ok
test_crypto_sign_sk_to_pk (test.test_pysodium.TestPySodium.test_crypto_sign_sk_to_pk) ... ok
test_crypto_sign_sk_to_seed (test.test_pysodium.TestPySodium.test_crypto_sign_sk_to_seed) ... ok
test_crypto_stream (test.test_pysodium.TestPySodium.test_crypto_stream) ... ok
test_crypto_stream_chacha20_ietf_xor (test.test_pysodium.TestPySodium.test_crypto_stream_chacha20_ietf_xor) ... ok
test_crypto_stream_chacha20_ietf_xor_ic (test.test_pysodium.TestPySodium.test_crypto_stream_chacha20_ietf_xor_ic) ... Segmentation fault
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=139: cd /build/reproducible-path/pysodium-0.7.18/.pybuild/cpython3_3.13_pysodium/build; python3.13 -m unittest discover -v
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit code 13
tag -1 pendingBug #1103103 [src:pysodium] pysodium: FTBFS in testing/i386: dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit code 13
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 47:48:19 |
Calls: | 10,397 |
Calls today: | 5 |
Files: | 14,066 |
Messages: | 6,417,282 |
Posted today: | 1 |