See <https://ci-beam.apache.org/job/beam_PostCommit_Sickbay_Python310/4/display/redirect?page=changes>
Changes: [git] BEAM-13592 Add getOrderingKey in [git] Add CHANGES entry [git] Rename transform name according to review comment [git] Update to pass ordering key [egalpin] Adds ordering key to OutgoingMessage builder, adds new coders to pubsub [egalpin] Fixes pubsub bounded writer allowing for orderingKey [egalpin] Alters order of pubsub message support in registrar [egalpin] Removed publishTime and messageId in grpc pubsub client publish [egalpin] Attempts to allow different pubsub root url for PubsubIO.Write [egalpin] Fixes pubsub tests root url [egalpin] Puts PubsubMessageCoder last in registrar [egalpin] Uses MoreObjects over Objects [egalpin] Renames PubsubMessageCoder to [Kiley Sok] Add agent to open modules [Kiley Sok] check for empty [Kiley Sok] limit to jamm and update comments [Kiley Sok] reuse options, pr comments [Robert Bradshaw] Add a multi-process shared utility. [Robert Bradshaw] Add fastener dependency. [rszper] Added content: The direct runner is not suited to production pipelines [Moritz Mack] Downgrade Scala version in Spark job-server to prevent Scala [Robert Bradshaw] Refactor to have an explicit acquire/release API. [Robert Bradshaw] Drop a TODO about deferred construction parameterization. [Robert Bradshaw] Fix unused import/var. [Moritz Mack] Replace website references to deprecated aws / kinesis modules with more [noreply] fix distribution example in golang guide (#23567) [Alexey Romanenko] [website][adhoc] Fix spellcheck errors and typos [noreply] Add database role to SpannerConfig for role-based access control. [yixiaoshen] Remove artificial timeout in FirestoreV1IT, Dataflow runner is very slow [noreply] Remove obsolete and deprecated bigquery native read. (#23557) [noreply] Feature/name all java threads (#23387) [noreply] [Go SDK] Don't construct plans in lock section. (#23583) [noreply] Remove obsolete and deprecated bigquery native write. #23557 (#23558) [noreply] Increase Python PostCommit timeout. (#23595) [noreply] Migrate GcsOptions#getExecutorService to an unbounded [noreply] (BQ Java) Explicitly set coder for multi-partition batch load writes [noreply] Fix typo in bootstrap_beam_venv.py (#23574) [noreply] Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 in /sdks (#23591) [noreply] [Playground][Tour Of Beam] Datastore entities split by origin (#23088) [noreply] use write schema only for read api (#23594) [noreply] [Go SDK]: SingleFlight bundle descriptor requests (#23589) [noreply] Extend a timeout to create a bt cluster. (#23617) [Moritz Mack] Minor improvements to the tpcds gradle build for Spark [Moritz Mack] Fix SparkSessionFactory to not fail when using Spark master local[*] [Moritz Mack] Align translation logging for Spark dataset runner with rdd runner for [noreply] Use new github output format (#23624) [noreply] Tour of Beam frontend state management (#23420) (#23572) [noreply] Update [noreply] Merge pull request #23524: Adding beam blog info to the Community page [noreply] Update publish_release_notes to generate PR list (#23630) [noreply] Bump Legacy dataflow container image tag (#23625) [Moritz Mack] [Spark dataset runner] Add direct translation of Reshuffle and ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on apache-beam-jenkins-12 (beam) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Sickbay_Python310/ws/> The recommended git tool is: NONE 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_Sickbay_Python310/ws/src> # > timeout=10 Fetching upstream changes from https://github.com/apache/beam.git > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --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 --force --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 45cc0854be553b5138753cf649fa863a80ff2b04 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 45cc0854be553b5138753cf649fa863a80ff2b04 # timeout=10 Commit message: "Merge pull request #23638: [Spark dataset runner] Add direct translation of Reshuffle and Reshuffle.ViaRandomKey transforms." > git rev-list --no-walk 08b8f87634f39b8f9284d77bc14961ef5765e97d # 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 SETUPTOOLS_USE_DISTUTILS=stdlib SPARK_LOCAL_IP=127.0.0.1 [EnvInject] - Variables injected successfully. [Gradle] - Launching build. [src] $ <https://ci-beam.apache.org/job/beam_PostCommit_Sickbay_Python310/ws/src/gradlew> --continue --max-workers=8 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx6g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses :python310SickbayPostCommit Configuration on demand is an incubating feature. > 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 FROM-CACHE > Task :buildSrc:spotlessGroovyCheck UP-TO-DATE > Task :buildSrc:spotlessGroovyGradle FROM-CACHE > Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE > Task :buildSrc:spotlessCheck UP-TO-DATE > 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:validatePlugins FROM-CACHE > Task :buildSrc:check UP-TO-DATE > Task :buildSrc:build FAILURE: Build failed with an exception. * What went wrong: Task 'python310SickbayPostCommit' not found in root project 'beam'. Some candidates are: 'python37SickbayPostCommit', 'python38SickbayPostCommit', 'python39SickbayPostCommit'. * Try: > Run gradlew tasks to get a list of available tasks. > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. * Get more help at https://help.gradle.org BUILD FAILED in 1s 10 actionable tasks: 4 executed, 4 from cache, 2 up-to-date Publishing build scan... https://gradle.com/s/v7imqnhpinbig 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]
