I am consistently hitting that error on this PR: https://github.com/apache/beam/pull/7631
On Thu, Jan 24, 2019 at 9:14 AM Alex Amato <[email protected]> wrote: > I have just seen it randomly occur on presubmits. So I don't have a > reliable repro, unfortunately. > It may be a specific environmental issue to the beam1 machine the tests > ran on? > https://builds.apache.org/job/beam_PreCommit_Java_Commit/3722/ > > > On Thu, Jan 24, 2019 at 8:16 AM Gleb Kanterov <[email protected]> wrote: > >> I'm wondering if anybody can reproduce this issue. The build has failed >> once because testcontainers didn't pull docker image. If we use caching >> proxy for docker, it could be a reason for that. I didn't find any similar >> known issue in testcontainers fixed recently, but just in case, I bumped >> testcontainers to use never docker-java. >> >> https://github.com/apache/beam/pull/7610 >> >> On Thu, Jan 24, 2019 at 12:27 AM Alex Amato <[email protected]> wrote: >> >>> Thank you Gleb, appreciate it. >>> >>> On Wed, Jan 23, 2019 at 2:40 PM Gleb Kanterov <[email protected]> wrote: >>> >>>> I'm looking into it. This image exists in docker hub [1], but for some >>>> reason, it wasn't picked up. >>>> >>>> [1] https://hub.docker.com/r/yandex/clickhouse-server/tags >>>> >>>> On Wed, Jan 23, 2019 at 10:01 PM Alex Amato <[email protected]> wrote: >>>> >>>>> >>>>> 1. >>>>> See: BEAM-6497 <https://jira.apache.org/jira/browse/BEAM-6497> >>>>> 1. This is also causing issues blocking precommits. >>>>> 2. >>>>> Seems to be caused by this failure to locate the image. Are >>>>> these stored somewhere or built by the build process? Any idea >>>>> why these >>>>> are failing? >>>>> >>>>> Caused by: >>>>> com.github.dockerjava.api.exception.NotFoundException: {"message":"No >>>>> such image: yandex/clickhouse-server:18.10.3"} >>>>> >>>>> >>>>> >>>>> >>>> >>>> -- >>>> Cheers, >>>> Gleb >>>> >>> >> >> -- >> Cheers, >> Gleb >> >
