https://git.altlinux.org/tasks/389808/logs/events.3.1.log
https://packages.altlinux.org/tasks/389808

subtask  name        aarch64    i586  x86_64
   #300  cloud-init   failed  failed  failed

2025-Jul-17 12:05:39 :: test-only task #389808 for sisyphus resumed by fedor:
#100 removed
#200 removed
#300 build 25.1.3-alt1 from /people/fedor/packages/cloud-init.git fetched at 
2025-Jul-17 12:05:27
2025-Jul-17 12:05:41 :: [x86_64] #300 cloud-init.git 25.1.3-alt1: build start
2025-Jul-17 12:05:41 :: [aarch64] #300 cloud-init.git 25.1.3-alt1: build start
2025-Jul-17 12:05:41 :: [i586] #300 cloud-init.git 25.1.3-alt1: build start
[x86_64] 
tests/unittests/test_util.py::TestEncode::test_decode_binary_plain_text_with_hex
 PASSED [ 98%]
[x86_64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_empty_msgs
 PASSED [ 98%]
[x86_64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_indent_text
 PASSED [ 98%]
[x86_64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_multi_line_msgs
 PASSED [ 98%]
[x86_64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_single_line_msgs
 PASSED [ 98%]
[x86_64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_type 
PASSED [ 98%]
[x86_64] 
tests/unittests/test_util.py::TestSystemIsSnappy::test_bad_content_in_os_release_no_effect
 PASSED [ 98%]
[x86_64] --
[x86_64] fips_enabled = True
[x86_64] E   AssertionError: assert [call('/etc/openssh/ssh_host_rsa_key'), 
call('/etc/openssh/ssh_host_ecdsa_key')] in [call('/etc/ssh/ssh_host_rsa_key'), 
call('/etc/ssh/ssh_host_ecdsa_key')]
[x86_64] E    +  where [call('/etc/ssh/ssh_host_rsa_key'), 
call('/etc/ssh/ssh_host_ecdsa_key')] = <MagicMock name='exists' 
id='140494949520480'>.call_args_list
[x86_64] --
[x86_64] fips_enabled = False
[x86_64] E   AssertionError: assert [call('/etc/openssh/ssh_host_rsa_key'), 
call('/etc/openssh/ssh_host_ecdsa_key'), 
call('/etc/openssh/ssh_host_ed25519_key')] in 
[call('/etc/ssh/ssh_host_rsa_key'),\n call('/etc/ssh/ssh_host_ecdsa_key'),\n 
call('/etc/ssh/ssh_host_ed25519_key')]
[x86_64] E    +  where [call('/etc/ssh/ssh_host_rsa_key'),\n 
call('/etc/ssh/ssh_host_ecdsa_key'),\n call('/etc/ssh/ssh_host_ed25519_key')] = 
<MagicMock name='exists' id='140494949529072'>.call_args_list
[x86_64] --
[x86_64] mocker = <pytest_mock.plugin.MockerFixture object at 0x7fc7878f9a60>
[x86_64] E   AssertionError: assert call('/etc/openssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384) in [call('/etc/ssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 
'rsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_rsa_key-cert.pub', 
'rsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key', 
'ecdsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ecdsa_key.pub', 
'ecdsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 
'ecdsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key', 
'ed25519_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ed25519_key.pub', 
'ed25519_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 
'ed25519_CERT_KEY', 420),\n call('/etc/openssh/sshd_config', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)]
[x86_64] E    +  where [call('/etc/ssh/ssh_host_rsa_key', 'rsa_PRIVATE_KEY', 
384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 'rsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_rsa_key-cert.pub', 'rsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key', 'ecdsa_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ecdsa_key.pub', 'ecdsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 'ecdsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key', 'ed25519_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ed25519_key.pub', 'ed25519_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)] = 
<MagicMock name='write_file' id='140494948062784'>.call_args_list
[x86_64] --
[x86_64] mocker = <pytest_mock.plugin.MockerFixture object at 0x7fc787792bd0>
[x86_64] E   AssertionError: assert call('/etc/openssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384) in [call('/etc/ssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 
'rsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_rsa_key-cert.pub', 
'rsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key', 
'ecdsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ecdsa_key.pub', 
'ecdsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 
'ecdsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key', 
'ed25519_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ed25519_key.pub', 
'ed25519_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 
'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', content='', omode='ab', 
mode=384, preserve_mode=False),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertifi
 cate /etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', 
preserve_mode=True)]
[x86_64] E    +  where [call('/etc/ssh/ssh_host_rsa_key', 'rsa_PRIVATE_KEY', 
384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 'rsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_rsa_key-cert.pub', 'rsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key', 'ecdsa_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ecdsa_key.pub', 'ecdsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 'ecdsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key', 'ed25519_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ed25519_key.pub', 'ed25519_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', content='', omode='ab', 
mode=384, preserve_mode=False),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True
 )] = <MagicMock name='write_file' id='140494948084976'>.call_args_list
[x86_64] --
[x86_64] =========================== short test summary info 
============================
[x86_64] FAILED 
tests/unittests/config/test_cc_ssh.py::TestHandleSsh::test_handle_no_cfg[True]
[x86_64] FAILED 
tests/unittests/config/test_cc_ssh.py::TestHandleSsh::test_handle_no_cfg[False]
2025-Jul-17 12:07:19 :: [x86_64] cloud-init.git 25.1.3-alt1: remote: build 
failed
2025-Jul-17 12:07:19 :: [x86_64] #300 cloud-init.git 25.1.3-alt1: build FAILED
2025-Jul-17 12:07:19 :: [x86_64] requesting cancellation of task processing
[i586] 
tests/unittests/test_util.py::TestEncode::test_decode_binary_plain_text_with_hex
 PASSED [ 98%]
[i586] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_empty_msgs
 PASSED [ 98%]
[i586] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_indent_text
 PASSED [ 98%]
[i586] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_multi_line_msgs
 PASSED [ 98%]
[i586] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_single_line_msgs
 PASSED [ 98%]
[i586] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_type 
PASSED [ 98%]
[i586] 
tests/unittests/test_util.py::TestSystemIsSnappy::test_bad_content_in_os_release_no_effect
 PASSED [ 98%]
[i586] --
[i586] fips_enabled = True
[i586] E   AssertionError: assert [call('/etc/openssh/ssh_host_rsa_key'), 
call('/etc/openssh/ssh_host_ecdsa_key')] in [call('/etc/ssh/ssh_host_rsa_key'), 
call('/etc/ssh/ssh_host_ecdsa_key')]
[i586] E    +  where [call('/etc/ssh/ssh_host_rsa_key'), 
call('/etc/ssh/ssh_host_ecdsa_key')] = <MagicMock name='exists' 
id='4094084296'>.call_args_list
[i586] --
[i586] fips_enabled = False
[i586] E   AssertionError: assert [call('/etc/openssh/ssh_host_rsa_key'), 
call('/etc/openssh/ssh_host_ecdsa_key'), 
call('/etc/openssh/ssh_host_ed25519_key')] in 
[call('/etc/ssh/ssh_host_rsa_key'),\n call('/etc/ssh/ssh_host_ecdsa_key'),\n 
call('/etc/ssh/ssh_host_ed25519_key')]
[i586] E    +  where [call('/etc/ssh/ssh_host_rsa_key'),\n 
call('/etc/ssh/ssh_host_ecdsa_key'),\n call('/etc/ssh/ssh_host_ed25519_key')] = 
<MagicMock name='exists' id='4099451520'>.call_args_list
[i586] --
[i586] mocker = <pytest_mock.plugin.MockerFixture object at 0xf4392798>
[i586] E   AssertionError: assert call('/etc/openssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384) in [call('/etc/ssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 
'rsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_rsa_key-cert.pub', 
'rsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key', 
'ecdsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ecdsa_key.pub', 
'ecdsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 
'ecdsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key', 
'ed25519_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ed25519_key.pub', 
'ed25519_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 
'ed25519_CERT_KEY', 420),\n call('/etc/openssh/sshd_config', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)]
[i586] E    +  where [call('/etc/ssh/ssh_host_rsa_key', 'rsa_PRIVATE_KEY', 
384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 'rsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_rsa_key-cert.pub', 'rsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key', 'ecdsa_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ecdsa_key.pub', 'ecdsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 'ecdsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key', 'ed25519_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ed25519_key.pub', 'ed25519_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)] = 
<MagicMock name='write_file' id='4103139976'>.call_args_list
[i586] --
[i586] mocker = <pytest_mock.plugin.MockerFixture object at 0xf461e870>
[i586] E   AssertionError: assert call('/etc/openssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384) in [call('/etc/ssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 
'rsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_rsa_key-cert.pub', 
'rsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key', 
'ecdsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ecdsa_key.pub', 
'ecdsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 
'ecdsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key', 
'ed25519_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ed25519_key.pub', 
'ed25519_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 
'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', content='', omode='ab', 
mode=384, preserve_mode=False),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertifica
 te /etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)]
[i586] E    +  where [call('/etc/ssh/ssh_host_rsa_key', 'rsa_PRIVATE_KEY', 
384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 'rsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_rsa_key-cert.pub', 'rsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key', 'ecdsa_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ecdsa_key.pub', 'ecdsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 'ecdsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key', 'ed25519_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ed25519_key.pub', 'ed25519_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', content='', omode='ab', 
mode=384, preserve_mode=False),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)]
  = <MagicMock name='write_file' id='4132892368'>.call_args_list
[i586] --
[i586] =========================== short test summary info 
============================
[i586] FAILED 
tests/unittests/config/test_cc_ssh.py::TestHandleSsh::test_handle_no_cfg[True]
[i586] FAILED 
tests/unittests/config/test_cc_ssh.py::TestHandleSsh::test_handle_no_cfg[False]
2025-Jul-17 12:07:27 :: [i586] cloud-init.git 25.1.3-alt1: remote: build failed
2025-Jul-17 12:07:27 :: [i586] #300 cloud-init.git 25.1.3-alt1: build FAILED
[aarch64] 
tests/unittests/test_util.py::TestEncode::test_decode_binary_plain_text_with_hex
 PASSED [ 98%]
[aarch64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_empty_msgs
 PASSED [ 98%]
[aarch64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_indent_text
 PASSED [ 98%]
[aarch64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_multi_line_msgs
 PASSED [ 98%]
[aarch64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_single_line_msgs
 PASSED [ 98%]
[aarch64] 
tests/unittests/test_util.py::TestProcessExecutionError::test_pexec_error_type 
PASSED [ 98%]
[aarch64] 
tests/unittests/test_util.py::TestSystemIsSnappy::test_bad_content_in_os_release_no_effect
 PASSED [ 98%]
[aarch64] --
[aarch64] fips_enabled = True
[aarch64] E   AssertionError: assert [call('/etc/openssh/ssh_host_rsa_key'), 
call('/etc/openssh/ssh_host_ecdsa_key')] in [call('/etc/ssh/ssh_host_rsa_key'), 
call('/etc/ssh/ssh_host_ecdsa_key')]
[aarch64] E    +  where [call('/etc/ssh/ssh_host_rsa_key'), 
call('/etc/ssh/ssh_host_ecdsa_key')] = <MagicMock name='exists' 
id='281472936075120'>.call_args_list
[aarch64] --
[aarch64] fips_enabled = False
[aarch64] E   AssertionError: assert [call('/etc/openssh/ssh_host_rsa_key'), 
call('/etc/openssh/ssh_host_ecdsa_key'), 
call('/etc/openssh/ssh_host_ed25519_key')] in 
[call('/etc/ssh/ssh_host_rsa_key'),\n call('/etc/ssh/ssh_host_ecdsa_key'),\n 
call('/etc/ssh/ssh_host_ed25519_key')]
[aarch64] E    +  where [call('/etc/ssh/ssh_host_rsa_key'),\n 
call('/etc/ssh/ssh_host_ecdsa_key'),\n call('/etc/ssh/ssh_host_ed25519_key')] = 
<MagicMock name='exists' id='281472935638992'>.call_args_list
[aarch64] --
[aarch64] mocker = <pytest_mock.plugin.MockerFixture object at 0xffff88dbbc50>
[aarch64] E   AssertionError: assert call('/etc/openssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384) in [call('/etc/ssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 
'rsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_rsa_key-cert.pub', 
'rsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key', 
'ecdsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ecdsa_key.pub', 
'ecdsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 
'ecdsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key', 
'ed25519_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ed25519_key.pub', 
'ed25519_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 
'ed25519_CERT_KEY', 420),\n call('/etc/openssh/sshd_config', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)]
[aarch64] E    +  where [call('/etc/ssh/ssh_host_rsa_key', 'rsa_PRIVATE_KEY', 
384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 'rsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_rsa_key-cert.pub', 'rsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key', 'ecdsa_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ecdsa_key.pub', 'ecdsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 'ecdsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key', 'ed25519_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ed25519_key.pub', 'ed25519_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=True)] = 
<MagicMock name='write_file' id='281472935825184'>.call_args_list
[aarch64] --
[aarch64] mocker = <pytest_mock.plugin.MockerFixture object at 0xffff8647f8f0>
[aarch64] E   AssertionError: assert call('/etc/openssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384) in [call('/etc/ssh/ssh_host_rsa_key', 
'rsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 
'rsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_rsa_key-cert.pub', 
'rsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key', 
'ecdsa_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ecdsa_key.pub', 
'ecdsa_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 
'ecdsa_CERT_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key', 
'ed25519_PRIVATE_KEY', 384),\n call('/etc/ssh/ssh_host_ed25519_key.pub', 
'ed25519_PUBLIC_KEY', 420),\n call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 
'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', content='', omode='ab', 
mode=384, preserve_mode=False),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertif
 icate /etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', 
preserve_mode=True)]
[aarch64] E    +  where [call('/etc/ssh/ssh_host_rsa_key', 'rsa_PRIVATE_KEY', 
384),\n call('/etc/ssh/ssh_host_rsa_key.pub', 'rsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_rsa_key-cert.pub', 'rsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key', 'ecdsa_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ecdsa_key.pub', 'ecdsa_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ecdsa_key-cert.pub', 'ecdsa_CERT_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key', 'ed25519_PRIVATE_KEY', 384),\n 
call('/etc/ssh/ssh_host_ed25519_key.pub', 'ed25519_PUBLIC_KEY', 420),\n 
call('/etc/ssh/ssh_host_ed25519_key-cert.pub', 'ed25519_CERT_KEY', 420),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', content='', omode='ab', 
mode=384, preserve_mode=False),\n 
call('/etc/openssh/sshd_config.d/50-cloud-init.conf', 'HostCertificate 
/etc/ssh/ssh_host_rsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ecdsa_key-cert.pub\nHostCertificate 
/etc/ssh/ssh_host_ed25519_key-cert.pub\n', omode='ab', preserve_mode=Tru
 e)] = <MagicMock name='write_file' id='281472934608000'>.call_args_list
[aarch64] --
[aarch64] =========================== short test summary info 
============================
[aarch64] FAILED 
tests/unittests/config/test_cc_ssh.py::TestHandleSsh::test_handle_no_cfg[True]
[aarch64] FAILED 
tests/unittests/config/test_cc_ssh.py::TestHandleSsh::test_handle_no_cfg[False]
2025-Jul-17 12:08:28 :: [aarch64] cloud-init.git 25.1.3-alt1: remote: build 
failed
2025-Jul-17 12:08:28 :: [aarch64] #300 cloud-init.git 25.1.3-alt1: build FAILED
2025-Jul-17 12:07:20 :: [x86_64] build FAILED
2025-Jul-17 12:07:28 :: [i586] build FAILED
2025-Jul-17 12:08:28 :: [aarch64] build FAILED
2025-Jul-17 12:08:28 :: task #389808 for sisyphus FAILED
_______________________________________________
Sisyphus-incominger mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger

Reply via email to