[
https://issues.apache.org/jira/browse/MESOS-5139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370746#comment-15370746
]
Alexander Rojas commented on MESOS-5139:
----------------------------------------
It occur again:
{noformat}
[12:04:09] : [Step 10/10] [ RUN ]
ProvisionerDockerLocalStoreTest.MetadataManagerInitialization
[12:04:09]W: [Step 10/10] E0711 12:04:09.909461 22891 shell.hpp:106]
Command 'hadoop version 2>&1' failed; this is the output:
[12:04:09]W: [Step 10/10] sh: 1: hadoop: not found
[12:04:09]W: [Step 10/10] I0711 12:04:09.909502 22891 fetcher.cpp:62]
Skipping URI fetcher plugin 'hadoop' as it could not be created: Failed to
create HDFS client: Failed to execute 'hadoop version 2>&1'; the command was
either not found or exited with a non-zero exit status: 127
[12:04:09]W: [Step 10/10] I0711 12:04:09.909587 22891 local_puller.cpp:90]
Creating local puller with docker registry '/tmp/K0CuvY/images'
[12:04:09]W: [Step 10/10] I0711 12:04:09.910228 22908
metadata_manager.cpp:167] Looking for image 'abc'
[12:04:09]W: [Step 10/10] I0711 12:04:09.910400 22906 local_puller.cpp:142]
Untarring image 'abc' from '/tmp/K0CuvY/images/abc.tar' to
'/tmp/K0CuvY/store/staging/Kk7Qc5'
[12:04:09]W: [Step 10/10] I0711 12:04:09.991353 22908 local_puller.cpp:162]
The repositories JSON file for image 'abc' is '{"abc":{"latest":"456"}}'
[12:04:09]W: [Step 10/10] I0711 12:04:09.991488 22908 local_puller.cpp:290]
Extracting layer tar ball '/tmp/K0CuvY/store/staging/Kk7Qc5/123/layer.tar to
rootfs '/tmp/K0CuvY/store/staging/Kk7Qc5/123/rootfs'
[12:04:09]W: [Step 10/10] I0711 12:04:09.993975 22908 local_puller.cpp:290]
Extracting layer tar ball '/tmp/K0CuvY/store/staging/Kk7Qc5/456/layer.tar to
rootfs '/tmp/K0CuvY/store/staging/Kk7Qc5/456/rootfs'
[12:04:10] : [Step 10/10]
../../src/tests/containerizer/provisioner_docker_tests.cpp:210: Failure
[12:04:10] : [Step 10/10] (imageInfo).failure(): Collect failed: Subprocess
'tar, tar, -x, -f, /tmp/K0CuvY/store/staging/Kk7Qc5/456/layer.tar, -C,
/tmp/K0CuvY/store/staging/Kk7Qc5/456/rootfs' failed: tar: This does not look
like a tar archive
[12:04:10] : [Step 10/10] tar: Exiting with failure status due to previous
errors
[12:04:10] : [Step 10/10]
[12:04:10] : [Step 10/10] [ FAILED ]
ProvisionerDockerLocalStoreTest.MetadataManagerInitialization (201 ms)
{noformat}
> ProvisionerDockerLocalStoreTest.LocalStoreTestWithTar is flaky
> --------------------------------------------------------------
>
> Key: MESOS-5139
> URL: https://issues.apache.org/jira/browse/MESOS-5139
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.28.0
> Environment: Ubuntu14.04
> Reporter: Vinod Kone
> Assignee: Gilbert Song
> Labels: mesosphere
>
> Found this on ASF CI while testing 0.28.1-rc2
> {code}
> [ RUN ] ProvisionerDockerLocalStoreTest.LocalStoreTestWithTar
> E0406 18:29:30.870481 520 shell.hpp:93] Command 'hadoop version 2>&1'
> failed; this is the output:
> sh: 1: hadoop: not found
> E0406 18:29:30.870576 520 fetcher.cpp:59] Failed to create URI fetcher
> plugin 'hadoop': Failed to create HDFS client: Failed to execute 'hadoop
> version 2>&1'; the command was either not found or exited with a non-zero
> exit status: 127
> I0406 18:29:30.871052 520 local_puller.cpp:90] Creating local puller with
> docker registry '/tmp/3l8ZBv/images'
> I0406 18:29:30.873325 539 metadata_manager.cpp:159] Looking for image 'abc'
> I0406 18:29:30.874438 539 local_puller.cpp:142] Untarring image 'abc' from
> '/tmp/3l8ZBv/images/abc.tar' to '/tmp/3l8ZBv/store/staging/5tw8bD'
> I0406 18:29:30.901916 547 local_puller.cpp:162] The repositories JSON file
> for image 'abc' is '{"abc":{"latest":"456"}}'
> I0406 18:29:30.902304 547 local_puller.cpp:290] Extracting layer tar ball
> '/tmp/3l8ZBv/store/staging/5tw8bD/123/layer.tar to rootfs
> '/tmp/3l8ZBv/store/staging/5tw8bD/123/rootfs'
> I0406 18:29:30.909144 547 local_puller.cpp:290] Extracting layer tar ball
> '/tmp/3l8ZBv/store/staging/5tw8bD/456/layer.tar to rootfs
> '/tmp/3l8ZBv/store/staging/5tw8bD/456/rootfs'
> ../../src/tests/containerizer/provisioner_docker_tests.cpp:183: Failure
> (imageInfo).failure(): Collect failed: Subprocess 'tar, tar, -x, -f,
> /tmp/3l8ZBv/store/staging/5tw8bD/456/layer.tar, -C,
> /tmp/3l8ZBv/store/staging/5tw8bD/456/rootfs' failed: tar: This does not look
> like a tar archive
> tar: Exiting with failure status due to previous errors
> [ FAILED ] ProvisionerDockerLocalStoreTest.LocalStoreTestWithTar (243 ms)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)