You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (JIRA)" <ji...@apache.org> on 2018/11/19 16:42:00 UTC

[jira] [Closed] (FLINK-10481) Wordcount end-to-end test in docker env unstable

     [ https://issues.apache.org/jira/browse/FLINK-10481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz closed FLINK-10481.
------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.5.6)

Fixed via:
master: 868e41129639c6d109949f4c1d6d961eed98eb69
1.7.1: 571faf45d77fdc7299a18f43d3cda729be90921b
1.6.3: ac27520b39048583b4639168bc9d1cb15474f2fa

> 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.8.0, 1.7.1
>
>
> 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)