[
https://issues.apache.org/jira/browse/FLINK-10481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769076#comment-16769076
]
Congxian Qiu commented on FLINK-10481:
--------------------------------------
Is the problem relevant to this issue?
- Travis log link: [https://api.travis-ci.org/v3/job/493604030/log.txt]
- Error log:
{code:java}
Step 2/16 : RUN apk add --no-cache bash snappy libc6-compat
---> [Warning] IPv4 forwarding is disabled. Networking will not work.
---> Running in 8c5ab0903f84
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
[91mWARNING: Ignoring
http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz:
temporary error (try again later)
[0mfetch
http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
bash (missing):
required by: world[bash]
libc6-compat (missing):
required by: world[libc6-compat]
snappy (missing):
required by: world[snappy]
[91mWARNING: Ignoring
http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz:
temporary error (try again later)
ERROR: unsatisfiable constraints:
[0mThe command '/bin/sh -c apk add --no-cache bash snappy libc6-compat'
returned a non-zero code: 3
Command: build_image failed. Retrying...
Command: build_image failed 3 times.
Failed to build docker image. Aborting...
[FAIL] Test script contains errors.
Checking for errors...
No errors in log files.
Checking for exceptions...
No exceptions in log files.
Checking for non-empty .out files...
grep:
/home/travis/build/apache/flink/flink-dist/target/flink-1.8-SNAPSHOT-bin/flink-1.8-SNAPSHOT/log/*.out:
No such file or directory
No non-empty .out files.
[FAIL] 'Wordcount end-to-end test in docker env' failed after 1 minutes and 35
seconds! Test exited with exit code 1
No taskexecutor daemon to stop on host
travis-job-9baf0d81-84bb-4970-897d-6beb240d4b16.
No standalonesession daemon to stop on host
travis-job-9baf0d81-84bb-4970-897d-6beb240d4b16.
travis_time:end:12dbc4b0:start=1550211894080441746,finish=1550214946487459619,duration=3052407017873
[0K[31;1mThe command "./tools/travis_controller.sh" exited with 1.[0m
{code}
> Wordcount end-to-end test in docker env unstable
> ------------------------------------------------
>
> Key: FLINK-10481
> URL: https://issues.apache.org/jira/browse/FLINK-10481
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.7.0
> Reporter: Till Rohrmann
> Assignee: Dawid Wysakowicz
> Priority: Critical
> Labels: pull-request-available, test-stability
> Fix For: 1.6.3, 1.7.0
>
>
> The {{Wordcount end-to-end test in docker env}} fails sometimes on Travis
> with the following problem:
> {code}
> Status: Downloaded newer image for java:8-jre-alpine
> ---> fdc893b19a14
> Step 2/16 : RUN apk add --no-cache bash snappy
> ---> [Warning] IPv4 forwarding is disabled. Networking will not work.
> ---> Running in 4329ebcd8a77
> fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
> WARNING: Ignoring
> http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz:
> temporary error (try again later)
> fetch
> http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
> WARNING: Ignoring
> http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz:
> temporary error (try again later)
> ERROR: unsatisfiable constraints:
> bash (missing):
> required by: world[bash]
> snappy (missing):
> required by: world[snappy]
> The command '/bin/sh -c apk add --no-cache bash snappy' returned a non-zero
> code: 2
> {code}
> https://api.travis-ci.org/v3/job/434909395/log.txt
> It seems as if it is related to
> https://github.com/gliderlabs/docker-alpine/issues/264 and
> https://github.com/gliderlabs/docker-alpine/issues/279.
> We might want to switch to a different base image to avoid these problems in
> the future.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)