See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/6653/display/redirect?page=changes>
Changes: [noreply] Merge pull request #12653 from [BEAM-10758] Centralized Glob Translation ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/> No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/apache/beam.git > git init > <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src> # > timeout=10 Fetching upstream changes from https://github.com/apache/beam.git > git --version # timeout=10 > git fetch --tags --progress -- https://github.com/apache/beam.git > +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10 Fetching upstream changes from https://github.com/apache/beam.git > git fetch --tags --progress -- https://github.com/apache/beam.git > +refs/heads/*:refs/remotes/origin/* > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # > timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 4172ce2eac2c603e8fe6b352857285293df0985c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4172ce2eac2c603e8fe6b352857285293df0985c # timeout=10 Commit message: "Merge pull request #12653 from [BEAM-10758] Centralized Glob Translation Method" > git rev-list --no-walk 10361a3e138532cffd086c98016235c4cd2abcf8 # timeout=10 No emails were triggered. [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content SPARK_LOCAL_IP=127.0.0.1 [EnvInject] - Variables injected successfully. [Gradle] - Launching build. [src] $ <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing > Task :buildSrc:compileJava NO-SOURCE > Task :buildSrc:compileGroovy FROM-CACHE > Task :buildSrc:pluginDescriptors > Task :buildSrc:processResources > Task :buildSrc:classes > Task :buildSrc:jar > Task :buildSrc:assemble > Task :buildSrc:spotlessGroovy > Task :buildSrc:spotlessGroovyCheck > Task :buildSrc:spotlessGroovyGradle > Task :buildSrc:spotlessGroovyGradleCheck > Task :buildSrc:spotlessCheck > Task :buildSrc:pluginUnderTestMetadata > Task :buildSrc:compileTestJava NO-SOURCE > Task :buildSrc:compileTestGroovy NO-SOURCE > Task :buildSrc:processTestResources NO-SOURCE > Task :buildSrc:testClasses UP-TO-DATE > Task :buildSrc:test NO-SOURCE > Task :buildSrc:validateTaskProperties FROM-CACHE > Task :buildSrc:check > Task :buildSrc:build Configuration on demand is an incubating feature. > Task :website:cleanWebsite UP-TO-DATE > Task :website:clean UP-TO-DATE > Task :website:buildDockerImage Sending build context to Docker daemon 48.35MB Step 1/8 : FROM debian:stretch-slim stretch-slim: Pulling from library/debian Digest: sha256:c4052b51588fc32fe0c25a984a34cad5dc5990b9c12744073a9c409a6d0737cf Status: Downloaded newer image for debian:stretch-slim ---> 8ff748cdd6b1 Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"] ---> Using cache ---> d133e66c9c57 Step 3/8 : ENV DEBIAN_FRONTEND=noninteractive LANGUAGE=C.UTF-8 LANG=C.UTF-8 LC_ALL=C.UTF-8 LC_CTYPE=C.UTF-8 LC_MESSAGES=C.UTF-8 ---> Using cache ---> a2b4c1866e24 Step 4/8 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git gnupg2 gosu lynx && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 31bea9d298b5 Step 5/8 : RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && apt-get update && apt-get install -y --no-install-recommends nodejs && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 65e26af631fe Step 6/8 : RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && apt-get update && apt-get install -y --no-install-recommends yarn && apt-get autoremove -yqq --purge && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 026dac6d2d34 Step 7/8 : RUN HUGOHOME="$(mktemp -d)" && export HUGOHOME && curl -sL https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Linux-64bit.tar.gz > "${HUGOHOME}/hugo.tar.gz" && tar -xzvf "${HUGOHOME}/hugo.tar.gz" hugo && mv hugo /usr/local/bin/hugo && chmod +x /usr/local/bin/hugo && rm -r "${HUGOHOME}" ---> Using cache ---> d1b8f6f7124a Step 8/8 : WORKDIR /opt/ ---> Using cache ---> 04d1500c7140 Successfully built 04d1500c7140 Successfully tagged beam-website:latest > Task :website:createDockerContainer > Task :website:startDockerContainer 2073d550cb5742f0b6470ac331112df31714dcc9eba4878d394270462c28bbb1 > Task :website:setupDockerContainer > Task :website:installDependencies yarn install v1.22.4 warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-910". [1/4] Resolving packages... [2/4] Fetching packages... info [email protected]: The platform "linux" is incompatible with this module. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. error Could not write file "/opt/website/www/yarn-error.log": "EACCES: permission denied, open '/opt/website/www/yarn-error.log'" error An unexpected error occurred: "EACCES: permission denied, mkdir '/opt/website/www/node_modules'". > Task :website:installDependencies FAILED > Task :website:initGitSubmodules FAILED error: could not lock config file .git/config: Permission denied fatal: Failed to register url for submodule path 'website/www/site/themes/docsy' > Task :website:buildCodeSamples FAILED yarn run v1.22.4 warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-910". $ ./build_code_samples.sh warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn" Working directory: /opt/website/www Dist directory: ./site/code_samples mkdir: cannot create directory ‘./site/code_samples’: Permission denied error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. > Task :website:buildApacheWebsite FAILED yarn run v1.22.4 warning Skipping preferred cache folder "/.cache/yarn" because it is not writable. warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-910". $ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn" /bin/sh: 1: cross-env: not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. > Task :website:stopAndRemoveDockerContainer 2073d550cb5742f0b6470ac331112df31714dcc9eba4878d394270462c28bbb1 FAILURE: Build completed with 4 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':website:installDependencies'. > Process 'command 'docker'' finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':website:initGitSubmodules'. > Process 'command 'docker'' finished with non-zero exit value 128 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':website:buildCodeSamples'. > Process 'command 'docker'' finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':website:buildApacheWebsite'. > Process 'command 'docker'' finished with non-zero exit value 127 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 57s 11 actionable tasks: 9 executed, 2 up-to-date Publishing build scan... https://gradle.com/s/fav5rkqflag5c Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
