#2955 closed defect (fixed)

Fedora 28 builder is failing

Reported by: exarkun Owned by: exarkun
Priority: supercritical Milestone: undecided
Component: dev-infrastructure Version: 1.12.1
Keywords: Cc:
Launchpad Bug:

Description

#!/bin/bash -eo pipefail
/tmp/project/.circleci/setup-virtualenv.sh \
    "${TAHOE_LAFS_TOX_ENVIRONMENT}" \
    "${TAHOE_LAFS_TOX_ARGS}"
sudo: virtualenv: command not found
Exited with code 1

https://circleci.com/gh/tahoe-lafs/tahoe-lafs/1649

Change History (3)

comment:1 Changed at 2019-01-23T15:43:02Z by exarkun

  • Owner set to exarkun
  • Status changed from new to assigned

comment:2 Changed at 2019-01-23T16:20:10Z by exarkun

This is because the Fedora 28 builder didn't pin the Fedora image and when Fedora 29 came out it silently switched to Fedora 29. On Fedora 29, virtualenv is provided by a different package.

comment:3 Changed at 2019-01-23T17:31:24Z by exarkun

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.