redpanda icon indicating copy to clipboard operation
redpanda copied to clipboard

CI Failure (failed to download redpanda release) in `UpgradeToLicenseChecks.test_basic_upgrade`

Open ztlpn opened this issue 1 year ago • 1 comments

https://buildkite.com/redpanda/redpanda/builds/39601

Module: rptest.tests.license_upgrade_test
Class: UpgradeToLicenseChecks
Method: test_basic_upgrade
Arguments: {
    "cloud_storage_type": 1
}
test_id:    UpgradeToLicenseChecks.test_basic_upgrade
status:     FAIL
run time:   91.594 seconds

RemoteCommandError({'ssh_config': {'host': 'docker-rp-1', 'hostname': 'docker-rp-1', 'user': 'root', 'port': 22, 'password': 'UNUSED', 'identityfile': '/root/.ssh/id_rsa'}, 'hostname': 'docker-rp-1', 'ssh_hostname': 'docker-rp-1', 'user': 'root', 'externally_routable_ip': 'docker-rp-1', '_logger': <Logger rptest.tests.license_upgrade_test.UpgradeToLicenseChecks.test_basic_upgrade.cloud_storage_type=CloudStorageType.S3-275 (DEBUG)>, 'os': 'linux', '_ssh_client': <paramiko.client.SSHClient object at 0x7fc207252920>, '_sftp_client': <paramiko.sftp_client.SFTPClient object at 0x7fc28823f5b0>, '_custom_ssh_exception_checks': None}, 'curl -fsSL https://vectorized-public.s3.us-west-2.amazonaws.com/releases/redpanda/22.2.13/redpanda-22.2.13-amd64.tar.gz --create-dir --output-dir /opt/redpanda_installs/v22.2.13 -o redpanda.tar.gz && gunzip -c /opt/redpanda_installs/v22.2.13/redpanda.tar.gz | tar -xf - -C /opt/redpanda_installs/v22.2.13 && rm /opt/redpanda_installs/v22.2.13/redpanda.tar.gz', 56, b'')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 269, in run_test
    return self.test_context.function(self.test)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/mark/_mark.py", line 481, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
  File "/root/tests/rptest/services/cluster.py", line 82, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/license_upgrade_test.py", line 75, in test_basic_upgrade
    self.installer.install([self.redpanda.nodes[0]], (22, 2))
  File "/root/tests/rptest/services/redpanda_installer.py", line 598, in install
    self._install_unlocked(nodes, install_target)
  File "/root/tests/rptest/services/redpanda_installer.py", line 646, in _install_unlocked
    raise e
  File "/root/tests/rptest/services/redpanda_installer.py", line 626, in _install_unlocked
    self.wait_for_async_ssh(self._redpanda.logger,
  File "/root/tests/rptest/services/redpanda_installer.py", line 158, in wait_for_async_ssh
    for l in ssh_out_per_node[node]:
  File "/usr/local/lib/python3.10/dist-packages/ducktape/cluster/remoteaccount.py", line 687, in next
    return next(self.iter_obj)
  File "/usr/local/lib/python3.10/dist-packages/ducktape/cluster/remoteaccount.py", line 354, in output_generator
    raise RemoteCommandError(self, cmd, exit_status, stderr.read())
ducktape.cluster.remoteaccount.RemoteCommandError: root@docker-rp-1: Command 'curl -fsSL https://vectorized-public.s3.us-west-2.amazonaws.com/releases/redpanda/22.2.13/redpanda-22.2.13-amd64.tar.gz --create-dir --output-dir /opt/redpanda_installs/v22.2.13 -o redpanda.tar.gz && gunzip -c /opt/redpanda_installs/v22.2.13/redpanda.tar.gz | tar -xf - -C /opt/redpanda_installs/v22.2.13 && rm /opt/redpanda_installs/v22.2.13/redpanda.tar.gz' returned non-zero exit status 56.

JIRA Link: CORE-1530

ztlpn avatar Oct 25 '23 20:10 ztlpn

Looks like infra issue

dotnwat avatar Dec 16 '23 00:12 dotnwat

Duplicate of https://github.com/redpanda-data/redpanda/issues/13306

rpdevmp avatar May 16 '24 16:05 rpdevmp