~/zuul/doc/source/examples$ sudo -E docker-compose -p zuul-jsq up WARNING: The no_proxy variable is not set. Defaulting to a blank string. WARNING: The http_proxy variable is not set. Defaulting to a blank string. Creating network "zuul-jsq_default" with the default driver Creating volume "zuul-jsq_sshkey" with default driver Creating volume "zuul-jsq_nodessh" with default driver Creating volume "zuul-jsq_logs" with default driver Creating volume "zuul-jsq_certs" with default driver Building node Step 1/7 : FROM ubuntu:20.04 ---> c29284518f49 Step 2/7 : RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get -y install git openssh-server rsync && rm -rf /var/lib/apt/lists/* ---> Using cache ---> ea9324eda2ef Step 3/7 : RUN set -e ; mkdir /var/run/sshd ; mkdir -p -m 0700 ~/.ssh; if [ -n "${http_proxy}" ]; then sed -ri 's/#PermitUserEnvironment no/PermitUserEnvironment yes/g' /etc/ssh/sshd_config; echo "http_proxy=${http_proxy}" > ~/.ssh/environment; echo "https_proxy=${https_proxy}" >> ~/.ssh/environment; echo "no_proxy=${no_proxy}" >> ~/.ssh/environment; fi ; ---> Using cache ---> ebc037fce9c3 Step 4/7 : COPY --chown=root:root ./ssh_host_ed25519_key /etc/ssh/ssh_host_ed25519_key ---> Using cache ---> 7da2d8f0df15 Step 5/7 : RUN chmod 0600 /etc/ssh/ssh_host_ed25519_key ---> Using cache ---> a9e01cd7551b Step 6/7 : EXPOSE 22 ---> Using cache ---> 979daa8c44a9 Step 7/7 : ENTRYPOINT ["/usr/sbin/sshd", "-D" ] ---> Using cache ---> 53b39e16d448 Successfully built 53b39e16d448 Successfully tagged zuul-jsq_node:latest WARNING: Image for service node was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Building logs Step 1/2 : FROM httpd:alpine ---> ed6336e5a92b Step 2/2 : COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf ---> Using cache ---> 07d300ee57f6 Successfully built 07d300ee57f6 Successfully tagged zuul-jsq_logs:latest WARNING: Image for service logs was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Creating zuul-jsq_mysql_1 ... Creating zuul-jsq_logs_1 ... Creating zuul-jsq_zk_1 ... Creating zuul-jsq_gerrit_1 ... Creating zuul-jsq_node_1 ... ERROR: for zuul-jsq_logs_1 a bytes-like object is required, not 'str' ERROR: for zuul-jsq_gerrit_1 a bytes-like object is required, not 'str' Killed