See <https://builds.apache.org/job/beam_PostCommit_Website_Test/3653/display/redirect?page=changes>
Changes: [github] [BEAM-8280] Document Python 3 annotations support (#11232) ------------------------------------------ Started by GitHub push by udim Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/> No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/apache/beam.git > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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/* > 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}/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision ac003b6250f8b6e7dd8455fd5ffea7ded3b85bcd (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f ac003b6250f8b6e7dd8455fd5ffea7ded3b85bcd Commit message: "[BEAM-8280] Document Python 3 annotations support (#11232)" > git rev-list --no-walk 2b8f4d9eb3ccf702ef4a9beaf79cb230439950a0 # 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://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false 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:setupBuildDir > Task :website:buildDockerImage Sending build context to Docker daemon 27.48MB Step 1/7 : FROM ruby:2.5 2.5: Pulling from library/ruby f15005b0235f: Pulling fs layer 41ebfd3d2fd0: Pulling fs layer b998346ba308: Pulling fs layer f01ec562c947: Pulling fs layer 2447a2c11907: Pulling fs layer 1915e6344d7f: Pulling fs layer 1f04fa4c23bc: Pulling fs layer 0b0c0b1f1d17: Pulling fs layer f01ec562c947: Waiting 1f04fa4c23bc: Waiting 1915e6344d7f: Waiting 0b0c0b1f1d17: Waiting 2447a2c11907: Waiting 41ebfd3d2fd0: Verifying Checksum 41ebfd3d2fd0: Download complete f15005b0235f: Verifying Checksum f15005b0235f: Download complete b998346ba308: Verifying Checksum b998346ba308: Download complete 1915e6344d7f: Verifying Checksum 1915e6344d7f: Download complete f01ec562c947: Verifying Checksum f01ec562c947: Download complete 0b0c0b1f1d17: Verifying Checksum 0b0c0b1f1d17: Download complete 1f04fa4c23bc: Verifying Checksum 1f04fa4c23bc: Download complete f15005b0235f: Pull complete 2447a2c11907: Verifying Checksum 2447a2c11907: Download complete 41ebfd3d2fd0: Pull complete b998346ba308: Pull complete f01ec562c947: Pull complete 2447a2c11907: Pull complete 1915e6344d7f: Pull complete 1f04fa4c23bc: Pull complete 0b0c0b1f1d17: Pull complete Digest: sha256:73361f23da296d1d60b3e42ca7826deb22091981001756892aed012f4b7d6601 Status: Image is up to date for ruby:2.5 ---> 813c262b2373 Step 2/7 : WORKDIR /ruby ---> Running in a5a47ab313ff Removing intermediate container a5a47ab313ff ---> 5a456fcd2b6c Step 3/7 : RUN gem install bundler ---> Running in c2cd24371e02 Successfully installed bundler-2.1.4 1 gem installed Removing intermediate container c2cd24371e02 ---> f6c6087749fb Step 4/7 : ADD Gemfile Gemfile.lock /ruby/ ---> b53cc74da9dd Step 5/7 : RUN bundle install --deployment --path $GEM_HOME ---> Running in fdd690faceb7 Fetching gem metadata from https://rubygems.org/......... Fetching rake 12.3.0 Installing rake 12.3.0 Fetching concurrent-ruby 1.1.4 Installing concurrent-ruby 1.1.4 Fetching i18n 0.9.5 Installing i18n 0.9.5 Fetching minitest 5.11.3 Installing minitest 5.11.3 Fetching thread_safe 0.3.6 Installing thread_safe 0.3.6 Fetching tzinfo 1.2.5 Installing tzinfo 1.2.5 Fetching activesupport 4.2.11 Installing activesupport 4.2.11 Fetching public_suffix 3.0.3 Installing public_suffix 3.0.3 Fetching addressable 2.5.2 Installing addressable 2.5.2 Using bundler 1.17.3 Fetching colorator 1.1.0 Installing colorator 1.1.0 Fetching colorize 0.8.1 Installing colorize 0.8.1 Fetching ffi 1.11.1 Installing ffi 1.11.1 with native extensions Fetching ethon 0.11.0 Installing ethon 0.11.0 Fetching forwardable-extended 2.6.0 Installing forwardable-extended 2.6.0 Fetching mercenary 0.3.6 Installing mercenary 0.3.6 Fetching mini_portile2 2.3.0 Installing mini_portile2 2.3.0 Fetching nokogiri 1.8.5 Installing nokogiri 1.8.5 with native extensions Fetching parallel 1.12.1 Installing parallel 1.12.1 Fetching typhoeus 1.3.1 Installing typhoeus 1.3.1 Fetching yell 2.0.7 Installing yell 2.0.7 Fetching html-proofer 3.9.3 Installing html-proofer 3.9.3 Fetching rb-fsevent 0.10.3 Installing rb-fsevent 0.10.3 Fetching rb-inotify 0.10.0 Installing rb-inotify 0.10.0 Fetching sass-listen 4.0.0 Installing sass-listen 4.0.0 Fetching sass 3.7.4 Installing sass 3.7.4 Fetching jekyll-sass-converter 1.5.2 Installing jekyll-sass-converter 1.5.2 Fetching listen 3.2.0 Installing listen 3.2.0 Fetching jekyll-watch 1.5.1 Installing jekyll-watch 1.5.1 Fetching kramdown 1.17.0 Installing kramdown 1.17.0 Fetching liquid 4.0.3 Installing liquid 4.0.3 Fetching pathutil 0.16.2 Installing pathutil 0.16.2 Fetching rouge 2.2.1 Installing rouge 2.2.1 Fetching safe_yaml 1.0.5 Installing safe_yaml 1.0.5 Fetching jekyll 3.6.3 Installing jekyll 3.6.3 Fetching jekyll-redirect-from 0.11.0 Installing jekyll-redirect-from 0.11.0 Fetching jekyll_github_sample 0.3.1 Installing jekyll_github_sample 0.3.1 Bundle complete! 7 Gemfile dependencies, 37 gems now installed. Bundled gems are installed into `/usr/local/bundle` Post-install message from sass: Ruby Sass has reached end-of-life and should no longer be used. * If you use Sass as a command-line tool, we recommend using Dart Sass, the new primary implementation: https://sass-lang.com/install * If you use Sass as a plug-in for a Ruby web framework, we recommend using the sassc gem: https://github.com/sass/sassc-ruby#readme * For more details, please refer to the Sass blog: https://sass-lang.com/blog/posts/7828841 Removing intermediate container fdd690faceb7 ---> d438b28112f9 Step 6/7 : ENV LC_ALL C.UTF-8 ---> Running in 6956217ca1a8 Removing intermediate container 6956217ca1a8 ---> cc482e946d2d Step 7/7 : CMD sleep 3600 ---> Running in b23e7b0dd390 Removing intermediate container b23e7b0dd390 ---> cf05f5167eca Successfully built cf05f5167eca Successfully tagged beam-website:latest > Task :website:createDockerContainer > Task :website:startDockerContainer FAILED Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused \"rootfs_linux.go:58: mounting \\\"<https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src\\\"> to rootfs \\\"/var/lib/docker/165536.165536/overlay2/a72e7350bac28dec464951ed1919c1384928dc57dd8645514ef2a5fee46dc01f/merged\\\" at \\\"/repo\\\" caused \\\"stat <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src>: permission denied\\\"\"": unknown Error: failed to start containers: 73f7bfd8af17c2328b2fc40435e8af9bbdf04b9ab10e9c3364146a08b94f935c FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':website:startDockerContainer'. > 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. * 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 2m 45s 4 actionable tasks: 4 executed Publishing build scan... https://gradle.com/s/n4ni3sppu4tq6 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]
