Closed
Bug 1521985
Opened 6 years ago
Closed 6 years ago
telemetry-airflow fails on CI build
Categories
(Data Platform and Tools :: General, defect, P1)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amiyaguchi, Assigned: hwoo)
Details
(Whiteboard: [DataOps])
telemetry-airflow
is currently failing on builds on PRs.
Currently on the master branch, docker build -t app:build .
fails with the following error:
...
Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
Collecting vine>=1.1.3 (from amqp<3.0,>=2.1.4->kombu<5.0,>=4.2.0->celery>=4.0.0->apache-airflow[async,celery,crypto,datadog,github_enterprise,hdfs,hive,jdbc,password,postgres,s3,statsd]==1.9.0->-r requirements.txt (line 2))
Downloading https://files.pythonhosted.org/packages/62/dd/e30f828a39914626d67876b987d6fc47616b64de680cd0f746fc9c8aab47/vine-1.2.0-py2.py3-none-any.whl
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/pip/_internal/cli/base_command.py", line 176, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/site-packages/pip/_internal/commands/install.py", line 346, in run
session=session, autobuilding=True
File "/usr/local/lib/python2.7/site-packages/pip/_internal/wheel.py", line 848, in build
assert building_is_possible
AssertionError
The command '/bin/sh -c pip install --no-cache-dir -r requirements.txt' returned a non-zero code: 2
Reporter | ||
Updated•6 years ago
|
Assignee: nobody → hwoo
Assignee | ||
Updated•6 years ago
|
Priority: -- → P1
Assignee | ||
Updated•6 years ago
|
Whiteboard: [DataOps]
Assignee | ||
Comment 1•6 years ago
|
||
This was a transient issue. I've re-ran your build and it succeeded. master also passes
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Scheduling → General
You need to log in
before you can comment on or make changes to this bug.
Description
•