#3388 closed defect (fixed)

The Ubuntu 20.04 image builder CircleCI job fails

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: review Cc:
Launchpad Bug:

Description

From https://app.circleci.com/pipelines/github/tahoe-lafs/tahoe-lafs/670/workflows/7e3f4491-3062-480f-9135-b94a81b5c42d/jobs/26647

+ /tmp/venv/bin/pip wheel --wheel-dir /tmp/wheelhouse '/tmp/project[test]' pip wheel tox codecov python-subunit junitxml subunitreporter
Looking in links: file:///tmp/wheelhouse
Processing /tmp/project
ERROR: Package 'tahoe-lafs' requires a different Python: 3.8.2 not in '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <3.7'
The command '/bin/sh -c "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}" "python${PYTHON_VERSION}"' returned a non-zero code: 1

Change History (2)

comment:2 Changed at 2020-08-24T22:13:21Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In bce701d/trunk:

Merge pull request #786 from tahoe-lafs/3388.ubuntu-2004-image-builder

Fix the Ubuntu 20.04 image builder

Fixes: ticket:3388

Note: See TracTickets for help on using tickets.