Bill Farner created AURORA-1487:
-----------------------------------
Summary: hello_docker.aurora fails due to missing native
dependencies
Key: AURORA-1487
URL: https://issues.apache.org/jira/browse/AURORA-1487
Project: Aurora
Issue Type: Bug
Components: Documentation, Usability
Reporter: Bill Farner
Our repo contains
[hello_docker.aurora|https://github.com/apache/aurora/blob/8bcb2baaeba04c7e9abbd04142c7ad001dc71f76/examples/jobs/docker/hello_docker.aurora#L35],
which currently doesn't work since we upgraded to mesos 0.23.0. When
launching a task, it fails silently (only cause is found in the executor's
stderr):
{noformat}
thermos_executor.pex: error: Could not load MesosExecutorDriver!
{noformat}
The problem is that the image lacks a new libmesos dependency on libcurl, which
we [set
up|https://github.com/apache/aurora/blob/22f9cbb7e6b82ba6e0154bbe47d78f7a22cd3115/src/test/sh/org/apache/aurora/e2e/Dockerfile#L18]
in our integration tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)