See 
<https://ci-beam.apache.org/job/beam_Publish_Docker_Snapshots/608/display/redirect?page=changes>

Changes:

[kevinsijo] Setting up a basic directory

[kevinsijo] Mirroring Python SDK's directory structure

[kerrydc] Adds initial tests

[kevinsijo] 'runners' is the correct directory name

[Pablo Estrada] sketching the core API for JS SDK

[jonathanlui] add .gitignore for node/ts project

[Robert Bradshaw] Worker directory.

[Robert Bradshaw] Fix complile errors with explicit any for callables.

[Robert Bradshaw] Add worker entry point.

[Robert Bradshaw] Add proto generation code.

[Robert Bradshaw] Add generated proto files.

[Robert Bradshaw] Attempts to get ts protos to compile.

[Robert Bradshaw] Exclude ts protos for now.

[Robert Bradshaw] More changes to get ts protos working.

[Robert Bradshaw] Update scripts and config to get protos compiling.

[Robert Bradshaw] Update geenrated files.

[jonathanlui] add build and clean script to compile ts

[Robert Bradshaw] Generate server for loopback worker.

[Robert Bradshaw] Generated grpc servers for loopback.

[Robert Bradshaw] Add typescript formatter.

[Robert Bradshaw] Loopback server (that does nothing).

[Robert Bradshaw] Working server.

[Pablo Estrada] Starting expansion of primitive transforms

[Pablo Estrada] Starting to implement and support standard coders

[Robert Bradshaw] Also generate grpc clients.

[Robert Bradshaw] Basic implementation of worker harness.

[Pablo Estrada] fix the build

[Robert Bradshaw] Add some missing files for worker harness.

[Robert Bradshaw] Refactor operators to use registration.

[jonathanlui] enable ts in mocha

[jonathanlui] update readme

[jonathanlui] --save-dev @types/mocha

[jonathanlui] translate core_test.js to typescript

[Robert Bradshaw] Encapsulate worker service in a class.

[Kenneth Knowles] Port standard_coders_test to typescript (superficially)

[Pablo Estrada] Starting the proto translation of Impulse, ParDo, GBK

[Robert Bradshaw] Add some tests for the worker code.

[Robert Bradshaw] Fixing old lock file error.

[Pablo Estrada] Adding transform names and fixing GBK coder issue

[Robert Bradshaw] npx tsfmt -r src/apache_beam/base.ts 
src/apache_beam/transforms/core.ts

[Kenneth Knowles] switch to import style require() statements

[Kenneth Knowles] Add Coder interface using protobufjs classes

[Kenneth Knowles] BytesCoder with some failures

[noreply] Added GeneralObjectCoder and using it as coder for most transforms 
(#9)

[Kenneth Knowles] Fix order of arguments to deepEqual

[Kenneth Knowles] Encode expected encoding as binary

[Robert Bradshaw] Refactor API to allow for composites.

[jrmccluskey] Initial setup for automated Java expansion startup

[jrmccluskey] Update exp_service.ts

[Kenneth Knowles] Fix up coder deserialization

[Robert Bradshaw] Simplify GBK coder computation.

[Robert Bradshaw] Remove top-level PValue.

[Pablo Estrada] Make tests green

[Robert Bradshaw] Rename PValueish to PValue.

[jonathanlui] node runner

[jonathanlui] whitespaces

[Robert Bradshaw] Make Runner.run async.

[jonathanlui] bson and fast-deep-equal should not be listed as devdependency

[jrmccluskey] Add basic Dockerfile that starts ExternalWorkerPool

[Robert Bradshaw] Direct runner.

[kevinsijo] Testing expansion service communication

[Robert Bradshaw] Added flatten, assertion checkers.

[Pablo Estrada] progress on basic coders

[Robert Bradshaw] Fixing the build.

[Robert Bradshaw] Cleanup, simplify access.

[Pablo Estrada] Adding limited support for KVCoder and IterableCoder

[Robert Bradshaw] Introduce PipelineContext.

[Robert Bradshaw] Add toProto to all coders.

[Robert Bradshaw] Some work with coders.

[Robert Bradshaw] Remove debug logging.

[Robert Bradshaw] Use coders over data channel.

[Kenneth Knowles] explicitly sequence sub-coder serializations

[Kenneth Knowles] no more need to extend FakeCoder

[Kenneth Knowles] actually advance reader

[Kenneth Knowles] autoformat

[Kenneth Knowles] protobufjs already can write and read signed varints

[Kenneth Knowles] with improved test harness, kv has many more failures

[Kenneth Knowles] read bytescoder from correct position

[Kenneth Knowles] no more fake coders

[Kenneth Knowles] varint examples all work

[Kenneth Knowles] simplify coder value parsing

[Kenneth Knowles] global window coder

[Kenneth Knowles] fix swapEndian32

[Robert Bradshaw] Add P(...) operator.

[kevinsijo] Implementing RowCoder encoding.

[jrmccluskey] remove unused container dir

[kevinsijo] Corrected sorting of encoded positions to reflect an argsort 
instead.

[Robert Bradshaw] Populate environments.

[kevinsijo] Implementing RowCoder decoding.

[Kenneth Knowles] preliminary unbounded iterable coder

[Kenneth Knowles] friendlier description of standard coder test case

[Kenneth Knowles] fix test harness; iterable works

[jrmccluskey] first pass at boot.go

[jonathanlui] update package-lock.json

[jonathanlui] make NodeRunner a subclass of Runner

[jonathanlui] add waitUntilFinish interface member

[Pablo Estrada] Adding double coder

[Kenneth Knowles] scaffolding for windowed values

[Pablo Estrada] Adding type information to PColleciton and PTransform

[jonathanlui] fix direct runner

[Pablo Estrada] Adding typing information for DoFns

[Kenneth Knowles] add interval window

[Robert Bradshaw] Export PValue.

[Robert Bradshaw] Add CombineFn interface.

[Robert Bradshaw] Typed flatten.

[jonathanlui] add runAsync method to base.Runner

[Kenneth Knowles] add Long package

[Pablo Estrada] Adding more types. Making PValue typed

[Kenneth Knowles] instant coder draft

[Robert Bradshaw] Return job state from direct runner.

[Kenneth Knowles] type instant = long

[jonathanlui] implement NodeRunner.runPipeline

[Kenneth Knowles] autoformat

[kevinsijo] Completed implementation of basic row coder

[Kenneth Knowles] Fix IntervalWindowCoder, almost

[Kenneth Knowles] fix interval window coder

[Kenneth Knowles] autoformat

[Robert Bradshaw] loopback runner works

[Kenneth Knowles] move core element types into values.ts

[Kenneth Knowles] just build object directly to be cool

[Robert Bradshaw] GBK working on ULR.

[Robert Bradshaw] Async transforms.

[Robert Bradshaw] External transform grpah splicing.

[Kenneth Knowles] progress on windowed value: paneinfo encoding

[Robert Bradshaw] Fix merge.

[Robert Bradshaw] autoformat

[Kenneth Knowles] full windowed value coder

[kerrydc] Updates tests to use correct types, adds generics where needed to 
DoFns

[Robert Bradshaw] Add serialization librarires.'

[Robert Bradshaw] Add Split() PTransform, for producing multiple outputs from a 
single

[Robert Bradshaw] Schema-encoded external payloads.

[kevinsijo] Adding Schema inference from JSON

[Pablo Estrada] Removing unused directories

[Pablo Estrada] Support for finishBundle and improving typing annotations.

[Pablo Estrada] A base implementation of combiners with GBK/ParDo

[Robert Bradshaw] Fully propagate windowing information in both remote and 
direct runner.

[Robert Bradshaw] Make args and kwargs optional for python external transform.

[Robert Bradshaw] Infer schema for external transforms.

[Pablo Estrada] Implementing a custom combine fn as an example. Small fixes

[Robert Bradshaw] Fix missing windowing information in combiners.

[Robert Bradshaw] PostShuffle needn't group by key as that's already done.

[Robert Bradshaw] Guard pre-combine for global window only.

[Robert Bradshaw] WindowInto

[Robert Bradshaw] Fix optional kwargs.

[Robert Bradshaw] A couple of tweaks for js + py

[Robert Bradshaw] Add windowing file.

[Robert Bradshaw] CombineBy transform, stand-alone WordCount.

[Robert Bradshaw] cleanup

[Robert Bradshaw] Actually fix optional external kwargs.

[Robert Bradshaw] Demo2, textio read.

[Robert Bradshaw] Add command lines for starting up the servers.

[Robert Bradshaw] Run prettier on the full codebase.

[Robert Bradshaw] Update deps.

[Pablo Estrada] Adding docstrings for core.ts. Prettier dependency

[Pablo Estrada] Documenting coder interfaces

[Pablo Estrada] Added documentation for a few standard coders

[Robert Bradshaw] Unified grouping and combining.

[Robert Bradshaw] Allow PCollection ids to be lazy.

[Robert Bradshaw] Reorganize module structure.

[Robert Bradshaw] A couple more renames.

[Robert Bradshaw] Simplify.

[Robert Bradshaw] Consolidation.

[Robert Bradshaw] Fix build.

[Robert Bradshaw] Add optional context to ParDo.

[Robert Bradshaw] fixup: iterable coder endian sign issue

[Robert Bradshaw] omit context for map(console.log)

[Robert Bradshaw] Fix ReadFromText coders.

[Robert Bradshaw] Flesh out README with overview and current state.

[noreply] Readme typo

[Robert Bradshaw] Two more TODOs.

[noreply] Add a pointer to the example wordcount to the readme.

[Pablo Estrada] Documenting coders and implementing unknown-length method

[Robert Bradshaw] UIID dependency.

[Robert Bradshaw] Artifact handling.

[Robert Bradshaw] Properly wait on data channel for bundle completion.

[Robert Bradshaw] Automatic java expansion service startup.

[Robert Bradshaw] Process promises.

[Robert Bradshaw] Implement side inputs.

[Robert Bradshaw] Cleanup.

[Robert Bradshaw] Put complex constext stuff in its own file.

[Robert Bradshaw] Rename BoundedWindow to just Window.

[Robert Bradshaw] Alternative splitter class.

[Pablo Estrada] Documenting internal functions

[Robert Bradshaw] Take a pass clarifying the TODOs.

[Robert Bradshaw] Sql transform wrapper.

[Robert Bradshaw] Incorporate some feedback into the TODOs.

[Robert Bradshaw] More TODOs.

[Robert Bradshaw] Remove app placeholder.

[Robert Bradshaw] Apache license headers.

[Robert Bradshaw] More TODOs

[jankuehle] Suggestions for TypeScript todos

[dannymccormick] Add actions for typescript sdk

[dannymccormick] Fix test command

[noreply] Add missing version

[dannymccormick] Fix codecovTest command

[noreply] Only do prettier check on linux

[noreply] Only get codecov on linux

[Robert Bradshaw] Resolve some comments.

[Robert Bradshaw] Fix compile errors.

[Robert Bradshaw] Prettier.

[Robert Bradshaw] Re-order expandInternal arguments pending unification.

[Robert Bradshaw] More consistent and stricter PTransform naming.

[Robert Bradshaw] Notes on explicit, if less idiomatic, use of classes.

[Robert Bradshaw] Let DoFn be an interface rather than a class.

[Robert Bradshaw] Provide DoFn context to start and finish bundle.

[Robert Bradshaw] Optional promise code simplification.

[Robert Bradshaw] Cleanup todos.

[Robert Bradshaw] Avoid any type where not needed.

[Robert Bradshaw] Apache RAT excludes for typescript.

[Robert Bradshaw] Remove empty READMEs.

[Robert Bradshaw] Add licences statement to readme files.

[Robert Bradshaw] More RAT fixes.

[Robert Bradshaw] Another unsupported coder.

[Robert Bradshaw] Remove debugging code.

[noreply] Fix automatic naming with code coverage.

[Robert Bradshaw] Coders cleanup.

[Robert Bradshaw] Add tests for RowCoder.

[Robert Bradshaw] Normalize capitalization, comments.

[Robert Bradshaw] Install typescript closure packages.

[Robert Bradshaw] npm audit fix

[Robert Bradshaw] Move more imports out of base.

[Robert Bradshaw] Changes needed to compile with ts closure plugin.

[Robert Bradshaw] Use ttsc and ts-closure-transform plugin.

[Robert Bradshaw] Serialization registration to actually get serialization 
working.

[Robert Bradshaw] Container images working on local runner.

[Robert Bradshaw] Add a portable job server that proxies the Dataflow backend. 
(#17189)

[Robert Bradshaw] Improvements to dataflow job service for non-Python jobs.

[Robert Bradshaw] Get dataflow working.

[Robert Bradshaw] User friendly pipeline options.

[Robert Bradshaw] Less classes, more functions.

[Robert Bradshaw] Add new nullable standard coder.

[Robert Bradshaw] Make Apache Rat happy.

[Robert Bradshaw] Disable broken codecov.

[Robert Bradshaw] Remove last uses of base.ts.

[Robert Bradshaw] Remove unneedd file.

[Robert Bradshaw] Remove more uneeded/unused files.

[Robert Bradshaw] Cleanup tests.

[Robert Bradshaw] Minor cleanups to coder tests.

[Robert Bradshaw] Addressing issues from the review.

[noreply] Apply suggestions from code review.

[Robert Bradshaw] Post-merge fixes.

[dannymccormick] Delete tags.go

[Robert Bradshaw] Update tests to use our actual serialization libraries.

[Robert Bradshaw] Another pass at TODOs, removing finished items.

[Heejong Lee] [BEAM-14146] Python Streaming job failing to drain with 
BigQueryIO write

[noreply] Merge pull request #17359: [BEAM-14303] Add a way to exclude output

[Kenneth Knowles] Add parameter for service account impersonation in GCP 
credentials

[noreply] [BEAM-14347] Allow users to optimize DoFn execution with a single

[noreply] [BEAM-5878] Add (failing) kwonly-argument test (#17509)

[noreply] Merge pull request #17490 from [BEAM-14370] [Website] Add new page 
about

[noreply] [BEAM-14332] Refactored cluster management for Flink on Dataproc

[noreply] [BEAM-13988] Update mtime to use time.UnixMilli() calls (#17578)


------------------------------------------
[...truncated 72.50 KB...]
> Task :sdks:python:container:py38:dockerTagLatest
> Task :sdks:python:container:py38:dockerTag

> Task :sdks:python:container:py37:dockerPush
The push refers to repository 
[gcr.io/apache-beam-testing/beam_portability/beam_python3.7_sdk]
5a529b7cbf1f: Preparing
df7d715079ac: Preparing
f9176b041e94: Preparing
d4a0c7165f3d: Preparing
c1fc4f587a1e: Preparing
20d8983fa50b: Preparing
d7cabe7ff120: Preparing
cc022fcee428: Preparing
90ed71d512fa: Preparing
b7e54150b9b1: Preparing
b77b036016a2: Preparing
e913ca6c6bbb: Preparing
d6eff872c9ab: Preparing
59e30c1c3919: Preparing
84f0c5145011: Preparing
ea02e4889d36: Preparing
c4418e789e70: Preparing
7c12a541abbf: Preparing
6d95196cbe50: Preparing
5bdcc8e2060c: Preparing
08fa02ce37eb: Preparing
a037458de4e0: Preparing
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
20d8983fa50b: Waiting
d7cabe7ff120: Waiting
cc022fcee428: Waiting
e913ca6c6bbb: Waiting
90ed71d512fa: Waiting
d6eff872c9ab: Waiting
59e30c1c3919: Waiting
b7e54150b9b1: Waiting
84f0c5145011: Waiting
b77b036016a2: Waiting
ea02e4889d36: Waiting
c4418e789e70: Waiting
7c12a541abbf: Waiting
6d95196cbe50: Waiting
5bdcc8e2060c: Waiting
08fa02ce37eb: Waiting
a037458de4e0: Waiting
bafdbe68e4ae: Waiting
a13c519c6361: Waiting
f9176b041e94: Pushed
5a529b7cbf1f: Pushed
d4a0c7165f3d: Pushed
c1fc4f587a1e: Pushed
20d8983fa50b: Pushed
d7cabe7ff120: Pushed
90ed71d512fa: Pushed
df7d715079ac: Pushed
b77b036016a2: Pushed
b7e54150b9b1: Pushed
59e30c1c3919: Pushed
ea02e4889d36: Layer already exists
c4418e789e70: Layer already exists
7c12a541abbf: Layer already exists
84f0c5145011: Pushed
6d95196cbe50: Layer already exists
5bdcc8e2060c: Layer already exists
08fa02ce37eb: Layer already exists
a037458de4e0: Layer already exists
a13c519c6361: Layer already exists
bafdbe68e4ae: Layer already exists
cc022fcee428: Pushed

> Task :sdks:python:container:py39:dockerPush
The push refers to repository 
[gcr.io/apache-beam-testing/beam_portability/beam_python3.9_sdk]
4f8ec152051f: Preparing
8027a2b4f7b6: Preparing
cc101a3e46c2: Preparing
1b7eb895bf26: Preparing
464141e92b35: Preparing
1b7eb895bf26: Waiting
8027a2b4f7b6: Waiting
464141e92b35: Waiting
60692fac8b1b: Preparing
fdb97e8f0831: Preparing
3d082b640029: Preparing
cc101a3e46c2: Waiting
60692fac8b1b: Waiting
fdb97e8f0831: Waiting
90ed71d512fa: Preparing
ec2c8851a51b: Preparing
3d082b640029: Waiting
90ed71d512fa: Waiting
b77b036016a2: Preparing
a4d344addd50: Preparing
5c0af060656e: Preparing
f10f0b695f85: Preparing
9f6812f204f2: Preparing
105e55456415: Preparing
5c0af060656e: Waiting
a4d344addd50: Waiting
7e8c58e9679c: Preparing
9c26176f6534: Preparing
9f6812f204f2: Waiting
6d95196cbe50: Preparing
ec2c8851a51b: Waiting
5bdcc8e2060c: Preparing
7e8c58e9679c: Waiting
08fa02ce37eb: Preparing
f10f0b695f85: Waiting
9c26176f6534: Waiting
a037458de4e0: Preparing
6d95196cbe50: Waiting
5bdcc8e2060c: Waiting
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
b77b036016a2: Waiting
bafdbe68e4ae: Waiting
a13c519c6361: Waiting
4f8ec152051f: Pushed
cc101a3e46c2: Pushed
8027a2b4f7b6: Pushed
1b7eb895bf26: Pushed
464141e92b35: Pushed
60692fac8b1b: Pushed
fdb97e8f0831: Pushed
90ed71d512fa: Layer already exists
b77b036016a2: Layer already exists
ec2c8851a51b: Pushed
3d082b640029: Pushed
f10f0b695f85: Pushed
9f6812f204f2: Pushed
105e55456415: Layer already exists
7e8c58e9679c: Layer already exists
9c26176f6534: Layer already exists
6d95196cbe50: Layer already exists
5bdcc8e2060c: Layer already exists
08fa02ce37eb: Layer already exists
a037458de4e0: Layer already exists
bafdbe68e4ae: Layer already exists
a13c519c6361: Layer already exists

> Task :sdks:python:container:py38:dockerPush
The push refers to repository 
[gcr.io/apache-beam-testing/beam_portability/beam_python3.8_sdk]
4f8ec152051f: Preparing
8027a2b4f7b6: Preparing
cc101a3e46c2: Preparing
404f8d95d445: Preparing
464141e92b35: Preparing
07957b21dc3a: Preparing
e00101ae7963: Preparing
95296aa38325: Preparing
90ed71d512fa: Preparing
ec2c8851a51b: Preparing
e00101ae7963: Waiting
95296aa38325: Waiting
7fb36c37f7ee: Preparing
07957b21dc3a: Waiting
cc101a3e46c2: Waiting
9276ef0b1ef0: Preparing
abee5dcc978c: Preparing
7fb36c37f7ee: Waiting
68067113e0a1: Preparing
83cb9c0e0576: Preparing
abee5dcc978c: Waiting
c47d7088a79d: Preparing
c18b71656bcf: Preparing
e9872b0f234f: Preparing
6d95196cbe50: Preparing
5bdcc8e2060c: Preparing
83cb9c0e0576: Waiting
08fa02ce37eb: Preparing
a037458de4e0: Preparing
c47d7088a79d: Waiting
e9872b0f234f: Waiting
4f8ec152051f: Waiting
bafdbe68e4ae: Preparing
a13c519c6361: Preparing
6d95196cbe50: Waiting
5bdcc8e2060c: Waiting
a13c519c6361: Waiting
08fa02ce37eb: Waiting
bafdbe68e4ae: Waiting
90ed71d512fa: Waiting
a037458de4e0: Waiting
9276ef0b1ef0: Waiting
8027a2b4f7b6: Waiting
68067113e0a1: Waiting
4f8ec152051f: Layer already exists
8027a2b4f7b6: Layer already exists
cc101a3e46c2: Layer already exists
404f8d95d445: Pushed
464141e92b35: Layer already exists
07957b21dc3a: Pushed
e00101ae7963: Pushed
95296aa38325: Pushed
90ed71d512fa: Layer already exists
ec2c8851a51b: Layer already exists
7fb36c37f7ee: Pushed

> Task :sdks:python:container:py37:dockerPush
e913ca6c6bbb: Pushed

> Task :sdks:python:container:py39:dockerPush
a4d344addd50: Pushed

> Task :sdks:python:container:py38:dockerPush
68067113e0a1: Pushed
83cb9c0e0576: Pushed
c47d7088a79d: Layer already exists
c18b71656bcf: Layer already exists
e9872b0f234f: Layer already exists
6d95196cbe50: Layer already exists
5bdcc8e2060c: Layer already exists
08fa02ce37eb: Layer already exists
a037458de4e0: Layer already exists
bafdbe68e4ae: Layer already exists
a13c519c6361: Layer already exists
9276ef0b1ef0: Pushed

> Task :sdks:python:container:py37:dockerPush
d6eff872c9ab: Pushed
latest: digest: 
sha256:087892c8df4f06393eec29bcd99fe213960f2ef38c33dea05aef9614739cf0cf size: 
5361

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:go:container:docker'.
> 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 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

See 
https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 16m 23s
180 actionable tasks: 128 executed, 43 from cache, 9 up-to-date

Publishing build scan...
https://gradle.com/s/m5kidclxzn2gw

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]

Reply via email to