[ https://issues.apache.org/jira/browse/HBASE-29476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter Somogyi resolved HBASE-29476. ----------------------------------- Fix Version/s: hbase-connectors-1.1.0 Resolution: Fixed Merged to master. Thanks for the reviews, [~nihaljain.cs] and [~paksyd]! > [hbase-connectors] Docker Image Creation fails during precommit > --------------------------------------------------------------- > > Key: HBASE-29476 > URL: https://issues.apache.org/jira/browse/HBASE-29476 > Project: HBase > Issue Type: Task > Components: hbase-connectors > Reporter: Peter Somogyi > Assignee: Peter Somogyi > Priority: Major > Labels: pull-request-available > Fix For: hbase-connectors-1.1.0 > > > The precommit job fails in the hbase-connectors repository. > {noformat} > 13:25:00 #5 [2/2] RUN apt-get -q update && apt-get -q install > --no-install-recommends -y git rsync shellcheck > wget && apt-get clean && rm -rf /var/lib/apt/lists/* > 13:25:02 #5 0.863 Ign:1 http://deb.debian.org/debian buster InRelease > 13:25:02 #5 0.864 Ign:2 http://security.debian.org/debian-security > buster/updates InRelease > 13:25:02 #5 0.870 Ign:3 http://deb.debian.org/debian buster-updates InRelease > 13:25:02 #5 0.872 Err:4 http://security.debian.org/debian-security > buster/updates Release > 13:25:02 #5 0.872 404 Not Found [IP: 151.101.22.132 80] > 13:25:02 #5 0.877 Err:5 http://deb.debian.org/debian buster Release > 13:25:02 #5 0.877 404 Not Found [IP: 151.101.22.132 80] > 13:25:02 #5 0.883 Err:6 http://deb.debian.org/debian buster-updates Release > 13:25:02 #5 0.883 404 Not Found [IP: 151.101.22.132 80] > 13:25:02 #5 0.888 Reading package lists... > 13:25:02 #5 0.897 E: The repository > 'http://security.debian.org/debian-security buster/updates Release' does not > have a Release file. > 13:25:02 #5 0.897 E: The repository 'http://deb.debian.org/debian buster > Release' does not have a Release file. > 13:25:02 #5 0.897 E: The repository 'http://deb.debian.org/debian > buster-updates Release' does not have a Release file. > 13:25:27 #5 ERROR: process "/bin/sh -c apt-get -q update && apt-get -q > install --no-install-recommends -y git rsync shellcheck > wget && apt-get clean && rm -rf /var/lib/apt/lists/*" did not > complete successfully: exit code: 100 > 13:25:27 ------ > 13:25:27 > [2/2] RUN apt-get -q update && apt-get -q install > --no-install-recommends -y git rsync shellcheck > wget && apt-get clean && rm -rf /var/lib/apt/lists/*: > 13:25:27 #5 0.872 Err:4 http://security.debian.org/debian-security > buster/updates Release > 13:25:27 #5 0.872 404 Not Found [IP: 151.101.22.132 80] > 13:25:27 #5 0.877 Err:5 http://deb.debian.org/debian buster Release > 13:25:27 #5 0.877 404 Not Found [IP: 151.101.22.132 80] > 13:25:27 #5 0.883 Err:6 http://deb.debian.org/debian buster-updates Release > 13:25:27 #5 0.883 404 Not Found [IP: 151.101.22.132 80] > 13:25:27 #5 0.888 Reading package lists... > 13:25:27 #5 0.897 E: The repository > 'http://security.debian.org/debian-security buster/updates Release' does not > have a Release file. > 13:25:27 #5 0.897 E: The repository 'http://deb.debian.org/debian buster > Release' does not have a Release file. > 13:25:27 #5 0.897 E: The repository 'http://deb.debian.org/debian > buster-updates Release' does not have a Release file. > 13:25:27 ------ > 13:25:27 Dockerfile:23 > 13:25:27 -------------------- > 13:25:27 22 | # hadolint ignore=DL3008 > 13:25:27 23 | >>> RUN apt-get -q update && apt-get -q install > --no-install-recommends -y \ > 13:25:27 24 | >>> git \ > 13:25:27 25 | >>> rsync \ > 13:25:27 26 | >>> shellcheck \ > 13:25:27 27 | >>> wget && \ > 13:25:27 28 | >>> apt-get clean && \ > 13:25:27 29 | >>> rm -rf /var/lib/apt/lists/* > 13:25:27 30 | > 13:25:27 -------------------- > 13:25:27 ERROR: failed to solve: process "/bin/sh -c apt-get -q update && > apt-get -q install --no-install-recommends -y git rsync > shellcheck wget && apt-get clean && rm -rf > /var/lib/apt/lists/*" did not complete successfully: exit code: 100 {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)