See <https://builds.apache.org/job/guacamole-server-master/65/display/redirect?page=changes>
Changes: [mjumper] GUACAMOLE-623: Add base skeleton for Kubernetes protocol support. [mjumper] GUACAMOLE-623: libwebsockets requires an integer port number. [mjumper] GUACAMOLE-623: Default to unencrypted Kubernetes connections. [mjumper] GUACAMOLE-623: Stub out implementation of WebSocket client for [mjumper] GUACAMOLE-623: Handle data received from Kubernetes. [mjumper] GUACAMOLE-623: Do not return -1 from libwebsockets callback. Doing so [mjumper] GUACAMOLE-623: Add outbound message buffer. [mjumper] GUACAMOLE-623: Send typed data to Kubernetes via the STDIN channel. [mjumper] GUACAMOLE-623: Add support for terminal resize. Redraw Kubernetes [mjumper] GUACAMOLE-623: Redirect libwebsockets logging to guacd's debug level [mjumper] GUACAMOLE-623: Generate Kubernetes API endpoint dynamically. [mjumper] GUACAMOLE-623: Add configure test for LWS_CALLBACK_CLIENT_CLOSED (only [mjumper] GUACAMOLE-623: Add warning when Kubernetes support will not be built. [mjumper] GUACAMOLE-623: Add missin includes. Remove unnecessary includes. [mjumper] GUACAMOLE-623: Add missing documentation for URL character test. [mjumper] GUACAMOLE-623: Move I/O-related functions into separate files. [mjumper] GUACAMOLE-623: Add support for SSL. [mjumper] GUACAMOLE-623: Clean up logging (libwebsockets adds newline characters). ------------------------------------------ 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/> Cloning the remote Git repository Cloning repository https://git-wip-us.apache.org/repos/asf/guacamole-server.git > git init > <https://builds.apache.org/job/guacamole-server-master/ws/guacamole-server> > # 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 config remote.origin.url > https://git-wip-us.apache.org/repos/asf/guacamole-server.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > 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 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 43db1965efdf73717900e86778750996bd49395e (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 43db1965efdf73717900e86778750996bd49395e Commit message: "GUACAMOLE-623: Merge support for terminals of containers in Kubernetes pods." > git rev-list --no-walk 54fda213666fce23db474b899512341358915fcf # timeout=10 [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins6263205777845390163.sh + cat [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins6155482957311992236.sh + cat [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins7714792924804618085.sh + cat [guacamole-server-master] $ /bin/bash -xe /tmp/jenkins5665904820167521298.sh + export TAG=guac-jenkins-guacamole-server-master-65 + TAG=guac-jenkins-guacamole-server-master-65 + trap 'docker rmi --force guac-jenkins-guacamole-server-master-65 || true' EXIT + docker build --no-cache=true --rm --tag guac-jenkins-guacamole-server-master-65 . Sending build context to Docker daemon 10.02MB Step 1/4 : FROM centos:centos7 centos7: Pulling from library/centos Digest: sha256:6f6d986d425aeabdc3a02cb61c02abb2e78e57357e92417d6d58332856024faf Status: Downloaded newer image for centos:centos7 ---> 5182e96772bf Step 2/4 : COPY . /build/ ---> c98650aba20d Removing intermediate container 56d2cf36703e Step 3/4 : RUN /bin/bash -e -x /build/install-deps.sh ---> Running in 9252469d51e8 + 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: updates/7/x86_64 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-65 Error response from daemon: No such image: guac-jenkins-guacamole-server-master-65:latest + true Build step 'Execute shell' marked build as failure
