See <https://builds.apache.org/job/guacamole-server-master/66/display/redirect?page=changes>
Changes: [mjumper] GUACAMOLE-632: Dynamically scale JPEG/WebP quality depending on measured ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H20 (ubuntu xenial) in workspace <https://builds.apache.org/job/guacamole-server-master/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/guacamole-server.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/guacamole-server.git > git --version # timeout=10 > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/guacamole-server.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 2d6ce1a5fd7d1cdb0f5fd921e89abd55af3f320a (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d6ce1a5fd7d1cdb0f5fd921e89abd55af3f320a Commit message: "GUACAMOLE-632: Merge dynamic JPEG/WebP quality scaling." > git rev-list --no-walk 43db1965efdf73717900e86778750996bd49395e # timeout=10 [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins3960871175364989617.sh + cat [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins2537448095042125003.sh + cat [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins6249273543242431700.sh + cat [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins3666006002919597106.sh + export TAG=guac-jenkins-guacamole-server-master-66 + TAG=guac-jenkins-guacamole-server-master-66 + trap 'docker rmi --force guac-jenkins-guacamole-server-master-66 || true' EXIT + docker build --no-cache=true --rm --tag guac-jenkins-guacamole-server-master-66 . Sending build context to Docker daemon 10.05MB Step 1/4 : FROM centos:centos7 ---> 5182e96772bf Step 2/4 : COPY . /build/ ---> 3b63cd39179f Removing intermediate container ecaacd1f911e Step 3/4 : RUN /bin/bash -e -x /build/install-deps.sh ---> Running in 45fba8febe0a + yum -y update Loaded plugins: fastestmirror, ovl Determining fastest mirrors One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=<repoid> ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable <repoid> or subscription-manager repos --disable=<repoid> 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true Cannot find a valid baseurl for repo: base/7/x86_64 Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 14: HTTP Error 503 - Service Unavailable The command '/bin/sh -c /bin/bash -e -x /build/install-deps.sh' returned a non-zero code: 1 + docker rmi --force guac-jenkins-guacamole-server-master-66 Error response from daemon: No such image: guac-jenkins-guacamole-server-master-66:latest + true Build step 'Execute shell' marked build as failure
