Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement OpenLineage spark-extension-interfaces #1267

Implement OpenLineage spark-extension-interfaces

75c82fd
Select commit
Loading
Failed to load commit list.
Merged

Implement OpenLineage spark-extension-interfaces #1267

Implement OpenLineage spark-extension-interfaces
75c82fd
Select commit
Loading
Failed to load commit list.
Google Cloud Build / dataproc-spark-bigquery-connector-presubmit-pr (cloud-dataproc-ci) succeeded Aug 29, 2024 in 1h 56m 54s

Summary

Build Information

Trigger dataproc-spark-bigquery-connector-presubmit-pr
Build 763c20f3-17b6-44ad-83ae-ba5e50c96f89
Start 2024-08-29T08:42:52-07:00
Duration 1h56m9.661s
Status SUCCESS

Steps

Step Status Duration
docker-build SUCCESS 52.433s
init SUCCESS 23m41.701s
unit-tests SUCCESS 4m40.74s
integration-tests-2.12 SUCCESS 22m39.19s
integration-tests-2.13 SUCCESS 23m24.447s
integration-tests-3.1 SUCCESS 20m27.303s
integration-tests-3.2 SUCCESS 20m33.492s
integration-tests-3.3 SUCCESS 20m19.616s
integration-tests-3.4 SUCCESS 22m29.588s
integration-tests-3.5 SUCCESS 23m20.164s
upload-it-to-codecov SUCCESS 4.653s

Details

starting build "763c20f3-17b6-44ad-83ae-ba5e50c96f89"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/GoogleCloudDataproc/spark-bigquery-connector
 * branch            75c82fdc312777424b9465f36b3303c15a2321e1 -> FETCH_HEAD
HEAD is now at 75c82fd Implement OpenLineage spark-extension-interfaces
BUILD
Starting Step #0 - "docker-build"
Step #0 - "docker-build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "docker-build": Sending build context to Docker daemon  30.13MB

Step #0 - "docker-build": Step 1/2 : FROM openjdk:8
Step #0 - "docker-build": 8: Pulling from library/openjdk
Step #0 - "docker-build": 001c52e26ad5: Already exists
Step #0 - "docker-build": d9d4b9b6e964: Already exists
Step #0 - "docker-build": 2068746827ec: Already exists
Step #0 - "docker-build": 9daef329d350: Already exists
Step #0 - "docker-build": d85151f15b66: Already exists
Step #0 - "docker-build": 52a8c426d30b: Already exists
Step #0 - "docker-build": 8754a66e0050: Already exists
Step #0 - "docker-build": Digest: sha256:86e863cc57215cfb181bd319736d0baf625fe8f150577f9eb58bd937f5452cb8
Step #0 - "docker-build": Status: Downloaded newer image for openjdk:8
Step #0 - "docker-build":  ---> b273004037cc
Step #0 - "docker-build": Step 2/2 : RUN   echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" |   tee -a /etc/apt/sources.list.d/google-cloud-sdk.list &&   curl https://packages.cloud.google.com/apt/doc/apt-key.gpg |   apt-key --keyring /usr/share/keyrings/cloud.google.gpg  add - &&   apt-get update -y &&   apt-get install google-cloud-cli -y
Step #0 - "docker-build":  ---> Running in 65c08b17fce6
Step #0 - "docker-build": deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main
Step #0 - "docker-build": �[91m  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #0 - "docker-build":                                  Dload  Upload   Total   Spent    Left�[0m�[91m  Speed
Step #0 - "docker-build": 
  0     0    0     0    0     0      0   �[0m�[91m   0 --:--:-- --:--:�[0m�[91m-- --:�[0m�[91m--:�[0m�[91m-- �[0m�[91m �[0m�[91m   0�[0m�[91m
100  1021  100  1021    0     0  27594      0 --:--:-- --:--:-- --:--:-- 27594
Step #0 - "docker-build": �[0m�[91mWarning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Step #0 - "docker-build": �[0mOK
Step #0 - "docker-build": Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Step #0 - "docker-build": Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Step #0 - "docker-build": Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Step #0 - "docker-build": Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8067 kB]
Step #0 - "docker-build": Get:5 http://packages.cloud.google.com/apt cloud-sdk InRelease [1618 B]
Step #0 - "docker-build": Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [280 kB]
Step #0 - "docker-build": Get:7 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [18.8 kB]
Step #0 - "docker-build": Get:8 http://packages.cloud.google.com/apt cloud-sdk/main all Packages [1511 kB]
Step #0 - "docker-build": Get:9 http://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [3214 kB]
Step #0 - "docker-build": Fetched 13.3 MB in 2s (8602 kB/s)
Step #0 - "docker-build": Reading package lists...
Step #0 - "docker-build": Reading package lists...
Step #0 - "docker-build": Building dependency tree...
Step #0 - "docker-build": Reading state information...
Step #0 - "docker-build": The following additional packages will be installed:
Step #0 - "docker-build":   google-cloud-cli-anthoscli
Step #0 - "docker-build": Suggested packages:
Step #0 - "docker-build":   google-cloud-cli-app-engine-java google-cloud-cli-app-engine-python
Step #0 - "docker-build":   google-cloud-cli-pubsub-emulator google-cloud-cli-bigtable-emulator
Step #0 - "docker-build":   google-cloud-cli-datastore-emulator kubectl
Step #0 - "docker-build": The following NEW packages will be installed:
Step #0 - "docker-build":   google-cloud-cli google-cloud-cli-anthoscli
Step #0 - "docker-build": 0 upgraded, 2 newly installed, 0 to remove and 53 not upgraded.
Step #0 - "docker-build": Need to get 107 MB of archives.
Step #0 - "docker-build": After this operation, 619 MB of additional disk space will be used.
Step #0 - "docker-build": Get:1 http://packages.cloud.google.com/apt cloud-sdk/main amd64 google-cloud-cli amd64 490.0.0-0 [82.4 MB]
Step #0 - "docker-build": Get:2 http://packages.cloud.google.com/apt cloud-sdk/main amd64 google-cloud-cli-anthoscli amd64 490.0.0-0 [24.8 MB]
Step #0 - "docker-build": �[91mdebconf: delaying package configuration, since apt-utils is not installed
Step #0 - "docker-build": �[0mFetched 107 MB in 2s (58.4 MB/s)
Step #0 - "docker-build": Selecting previously unselected package google-cloud-cli.
Step #0 - "docker-build": (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12680 files and directories currently installed.)
Step #0 - "docker-build": Preparing to unpack .../google-cloud-cli_490.0.0-0_amd64.deb ...
Step #0 - "docker-build": Unpacking google-cloud-cli (490.0.0-0) ...
Step #0 - "docker-build": Selecting previously unselected package google-cloud-cli-anthoscli.
Step #0 - "docker-build": Preparing to unpack .../google-cloud-cli-anthoscli_490.0.0-0_amd64.deb ...
Step #0 - "docker-build": Unpacking google-cloud-cli-anthoscli (490.0.0-0) ...
Step #0 - "docker-build": Setting up google-cloud-cli (490.0.0-0) ...
Step #0 - "docker-build": Setting up google-cloud-cli-anthoscli (490.0.0-0) ...
Step #0 - "docker-build": Processing triggers for libc-bin (2.31-13+deb11u3) ...
Step #0 - "docker-build": Removing intermediate container 65c08b17fce6
Step #0 - "docker-build":  ---> ddb6f160037b
Step #0 - "docker-build": Successfully built ddb6f160037b
Step #0 - "docker-build": Successfully tagged gcr.io/cloud-dataproc-ci/dataproc-spark-bigquery-connector-presubmit:latest
Finished Step #0 - "docker-build"
Starting Step #1 - "init"
Step #1 - "init": Already have image: gcr.io/cloud-dataproc-ci/dataproc-spark-bigquery-connector-presubmit
Step #1 - "init": + readonly 'MVN=./mvnw -B -e -s /workspace/cloudbuild/gcp-settings.xml -Dmaven.repo.local=/workspace/.repository'
Step #1 - "init": + MVN='./mvnw -B -e -s /workspace/cloudbuild/gcp-settings.xml -Dmaven.repo.local=/workspace/.repository'
Step #1 - "init": + readonly STEP=init
Step #1 - "init": + STEP=init
Step #1 - "init": + cd /workspace
Step #1 - "init": + case $STEP in
Step #1 - "init": + checkenv
Step #1 - "init": + '[' -z ba8d920c-8708-4c7a-9281-014f0e2cf094 ']'
Step #1 - "init": + ./mvnw -B -e -s /workspace/cloudbuild/gcp-settings.xml -Dmaven.repo.local=/workspace/.repository install -DskipTests -Pdsv1_2.12,dsv1_2.13,dsv2_3.1,dsv2_3.2,dsv2_3.3,dsv2_3.4,dsv2_3.5
Step #1 - "init": --2024-08-29 15:43:48--  https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
Step #1 - "init": Resolving repo.maven.apache.org (repo.maven.apache.org)... 151.101.0.215, 151.101.64.215, 151.101.128.215, ...
Step #1 - "init": Connecting to repo.maven.apache.org (repo.maven.apache.org)|151.101.0.215|:443... connected.
Step #1 - "init": HTTP request sent, awaiting response... 200 OK
Step #1 - "init": Length: 50710 (50K) [application/java-archive]
Step #1 - "init": Saving to: ‘/workspace/.mvn/wrapper/maven-wrapper.jar’
Step #1 - "init": 
Step #1 - "init":      0K .......... .......... .......... .......... ......... 100% 33.6M=0.001s
Step #1 - "init": 
Step #1 - "init": 2024-08-29 15:43:48 (33.6 MB/s) - ‘/workspace/.mvn/wrapper/maven-wrapper.jar’ saved [50710/50710]
Step #1 - "init": 
Step #1 - "init": [INFO] Error stacktraces are turned on.
Step #1 - "init": [INFO] Scanning for projects...
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom (19 kB at 154 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom (6.5 kB at 725 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom (24 kB at 2.4 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/gax-bom/2.51.0/gax-bom-2.51.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/gax-bom/2.51.0/gax-bom-2.51.0.pom (4.3 kB at 426 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-shared-config/1.9.1/google-cloud-shared-config-1.9.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-shared-config/1.9.1/google-cloud-shared-config-1.9.1.pom (23 kB at 2.1 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/native-image-shared-config/1.9.1/native-image-shared-config-1.9.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/native-image-shared-config/1.9.1/native-image-shared-config-1.9.1.pom (7.9 kB at 794 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-bom/1.24.0/google-auth-library-bom-1.24.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-bom/1.24.0/google-auth-library-bom-1.24.0.pom (4.5 kB at 454 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-bigquerystorage-bom/3.8.0/google-cloud-bigquerystorage-bom-3.8.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-bigquerystorage-bom/3.8.0/google-cloud-bigquerystorage-bom-3.8.0.pom (4.4 kB at 487 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/sdk-platform-java-config/3.33.0/sdk-platform-java-config-3.33.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/sdk-platform-java-config/3.33.0/sdk-platform-java-config-3.33.0.pom (1.0 kB at 116 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-dataproc-bom/4.44.0/google-cloud-dataproc-bom-4.44.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-dataproc-bom/4.44.0/google-cloud-dataproc-bom-4.44.0.pom (1.7 kB at 154 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-pom-parent/1.41.0/google-cloud-pom-parent-1.41.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-pom-parent/1.41.0/google-cloud-pom-parent-1.41.0.pom (3.8 kB at 425 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.25.3/protobuf-bom-3.25.3.pom (3.7 kB at 373 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-bom/1.65.1/grpc-bom-1.65.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-bom/1.65.1/grpc-bom-1.65.1.pom (6.5 kB at 718 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.112.Final/netty-bom-4.1.112.Final.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.112.Final/netty-bom-4.1.112.Final.pom (14 kB at 1.5 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 536 kB/s)
Step #1 - "init": [INFO] ------------------------------------------------------------------------
Step #1 - "init": [INFO] Reactor Build Order:
Step #1 - "init": [INFO] 
Step #1 - "init": [INFO] Spark BigQuery Connector Build Parent                              [pom]
Step #1 - "init": [INFO] BigQuery Connector Common Library                                  [jar]
Step #1 - "init": [INFO] Spark BigQuery Connector Common Library                            [jar]
Step #1 - "init": [INFO] Spark BigQuery Scala 2.12 Support Library                          [jar]
Step #1 - "init": [INFO] BigQuery Connector Tests Support                                   [jar]
Step #1 - "init": [INFO] PySpark-BigQuery support library                                   [pom]
Step #1 - "init": [INFO] Spark BigQuery Connector Spark 2 Support                           [jar]
Step #1 - "init": [INFO] Spark BigQuery Connector Spark 3 Support                           [jar]
Step #1 - "init": [INFO] BigQuery DataSource v1 implementation common settings              [pom]
Step #1 - "init": [INFO] Spark BigQuery Predicate Pushdown Implementation common settings   [pom]
Step #1 - "init": [INFO] spark-bigquery-pushdown-common_2.12                                [jar]
Step #1 - "init": [INFO] spark-2.4-bigquery-pushdown_2.12                                   [jar]
Step #1 - "init": [INFO] spark-3.1-bigquery-pushdown_2.12                                   [jar]
Step #1 - "init": [INFO] spark-3.2-bigquery-pushdown_2.12                                   [jar]
Step #1 - "init": [INFO] spark-3.3-bigquery-pushdown_2.12                                   [jar]
Step #1 - "init": [INFO] BigQuery DataSource v1 for Scala 2.12                              [jar]
Step #1 - "init": [INFO] BigQuery DataSource v1 shaded distributable common settings        [pom]
Step #1 - "init": [INFO] BigQuery DataSource v1 shaded distributable for Scala 2.12         [jar]
Step #1 - "init": [INFO] spark-bigquery-pushdown-common_2.13                                [jar]
Step #1 - "init": [INFO] spark-3.2-bigquery-pushdown_2.13                                   [jar]
Step #1 - "init": [INFO] spark-3.3-bigquery-pushdown_2.13                                   [jar]
Step #1 - "init": [INFO] BigQuery DataSource v1 for Scala 2.13                              [jar]
Step #1 - "init": [INFO] BigQuery DataSource v1 shaded distributable for Scala 2.13         [jar]
Step #1 - "init": [INFO] BigQuery DataSource v2 implementation common implementation        [jar]
Step #1 - "init": [INFO] BigQuery DataSource v2 implementation common settings              [pom]
Step #1 - "init": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.1            [jar]
Step #1 - "init": [INFO] BigQuery DataSource v2 for Spark 3.1                               [jar]
Step #1 - "init": [INFO] Custom Metrics code for BigQuery DataSource v2 for Spark 3.2       [jar]
Step #1 - "init": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.2            [jar]
Step #1 - "init": [INFO] BigQuery DataSource v2 for Spark 3.2                               [jar]
Step #1 - "init": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.3            [jar]
Step #1 - "init": [INFO] BigQuery DataSource v2 for Spark 3.3                               [jar]
Step #1 - "init": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.4            [jar]
Step #1 - "init": [INFO] BigQuery DataSource v2 for Spark 3.4                               [jar]
Step #1 - "init": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.5            [jar]
Step #1 - "init": [INFO] BigQuery DataSource v2 for Spark 3.5                               [jar]
Step #1 - "init": [INFO] Spark BigQuery Connector Reactor                                   [pom]
Step #1 - "init": [INFO] 
Step #1 - "init": [INFO] ------------< com.google.cloud.spark:spark-bigquery-parent >------------
Step #1 - "init": [INFO] Building Spark BigQuery Connector Build Parent 0.0.1-SNAPSHOT     [1/37]
Step #1 - "init": [INFO] --------------------------------[ pom ]---------------------------------
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/3.21.2/maven-pmd-plugin-3.21.2.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/3.21.2/maven-pmd-plugin-3.21.2.pom (16 kB at 1.3 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (8.1 kB at 898 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 4.4 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 2.6 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/3.21.2/maven-pmd-plugin-3.21.2.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/3.21.2/maven-pmd-plugin-3.21.2.jar (151 kB at 10 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom (15 kB at 1.5 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar (99 kB at 7.1 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/1.0/directory-maven-plugin-1.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/1.0/directory-maven-plugin-1.0.pom (3.8 kB at 348 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.1/maven-3.8.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 2.6 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 4.0 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 2.1 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/1.0/directory-maven-plugin-1.0.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/commonjava/maven/plugins/directory-maven-plugin/1.0/directory-maven-plugin-1.0.jar (13 kB at 1.4 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.30.0/spotless-maven-plugin-2.30.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.30.0/spotless-maven-plugin-2.30.0.pom (3.1 kB at 348 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.30.0/spotless-maven-plugin-2.30.0.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.30.0/spotless-maven-plugin-2.30.0.jar (103 kB at 7.4 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1.pom (14 kB at 1.4 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.5.1/maven-shade-plugin-3.5.1.jar (147 kB at 9.8 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.3.0/exec-maven-plugin-3.3.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.3.0/exec-maven-plugin-3.3.0.pom (14 kB at 1.0 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/82/mojo-parent-82.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/82/mojo-parent-82.pom (36 kB at 4.0 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 565 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.3.0/exec-maven-plugin-3.3.0.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/exec-maven-plugin/3.3.0/exec-maven-plugin-3.3.0.jar (85 kB at 6.5 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.pom (11 kB at 1.2 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 4.5 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 804 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/flatten-maven-plugin/1.5.0/flatten-maven-plugin-1.5.0.jar (120 kB at 9.2 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 798 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 1.3 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 3.3 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 1.9 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 3.4 MB/s)
Step #1 - "init": [INFO] 
Step #1 - "init": [INFO] >>> maven-pmd-plugin:3.21.2:cpd-check (copy-paste-detector) > :cpd @ spark-bigquery-parent >>>
Step #1 - "init": [INFO] 
Step #1 - "init": [INFO] --- maven-pmd-plugin:3.21.2:cpd (cpd) @ spark-bigquery-parent ---
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 1.4 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 728 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 2.1 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 2.3 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 947 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 2.7 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 3.0 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.6 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 556 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 1.2 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.mav
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/763c20f3-17b6-44ad-83ae-ba5e50c96f89?project=786080889824.]
...
"integration-tests-3.4": [INFO] Loading execution data file /workspace/spark-bigquery-connector-common/target/jacoco.exec
Step #8 - "integration-tests-3.4": [INFO] Analyzed bundle 'bigquery-connector-common' with 50 classes
Step #8 - "integration-tests-3.4": [INFO] Analyzed bundle 'spark-bigquery-connector-common' with 89 classes
Step #8 - "integration-tests-3.4": [INFO] 
Step #8 - "integration-tests-3.4": [INFO] -----------< com.google.cloud.spark:spark-bigquery-reactor >------------
Step #8 - "integration-tests-3.4": [INFO] Building Spark BigQuery Connector Reactor 0.0.1-SNAPSHOT         [21/21]
Step #8 - "integration-tests-3.4": [INFO] --------------------------------[ pom ]---------------------------------
Step #8 - "integration-tests-3.4": [INFO] 
Step #8 - "integration-tests-3.4": [INFO] --- maven-failsafe-plugin:3.2.5:integration-test (default-cli) @ spark-bigquery-reactor ---
Step #8 - "integration-tests-3.4": [INFO] No tests to run.
Step #8 - "integration-tests-3.4": [INFO] 
Step #8 - "integration-tests-3.4": [INFO] --- maven-failsafe-plugin:3.2.5:verify (default-cli) @ spark-bigquery-reactor ---
Step #8 - "integration-tests-3.4": [INFO] Failsafe report directory: /workspace/target/failsafe-reports
Step #8 - "integration-tests-3.4": [INFO] 
Step #8 - "integration-tests-3.4": [INFO] --- jacoco-maven-plugin:0.8.11:report (default-cli) @ spark-bigquery-reactor ---
Step #8 - "integration-tests-3.4": [INFO] Skipping JaCoCo execution due to missing execution data file.
Step #8 - "integration-tests-3.4": [INFO] 
Step #8 - "integration-tests-3.4": [INFO] --- jacoco-maven-plugin:0.8.11:report-aggregate (default-cli) @ spark-bigquery-reactor ---
Step #8 - "integration-tests-3.4": [INFO] ------------------------------------------------------------------------
Step #8 - "integration-tests-3.4": [INFO] Reactor Summary for Spark BigQuery Connector Reactor 0.0.1-SNAPSHOT:
Step #8 - "integration-tests-3.4": [INFO] 
Step #8 - "integration-tests-3.4": [INFO] Spark BigQuery Connector Build Parent .............. SUCCESS [  0.542 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery Connector Common Library .................. SUCCESS [  2.931 s]
Step #8 - "integration-tests-3.4": [INFO] Spark BigQuery Connector Common Library ............ SUCCESS [  0.998 s]
Step #8 - "integration-tests-3.4": [INFO] Spark BigQuery Scala 2.12 Support Library .......... SUCCESS [  0.475 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery Connector Tests Support ................... SUCCESS [  0.790 s]
Step #8 - "integration-tests-3.4": [INFO] PySpark-BigQuery support library ................... SUCCESS [  0.025 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery DataSource v2 implementation common implementation SUCCESS [  0.329 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery DataSource v2 implementation common settings SUCCESS [  0.127 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.1 SUCCESS [  0.298 s]
Step #8 - "integration-tests-3.4": [INFO] Custom Metrics code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [  0.125 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [  0.138 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.3 SUCCESS [  0.146 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.4 SUCCESS [  0.199 s]
Step #8 - "integration-tests-3.4": [INFO] Spark BigQuery Predicate Pushdown Implementation common settings SUCCESS [  0.324 s]
Step #8 - "integration-tests-3.4": [INFO] spark-bigquery-pushdown-common_2.12 ................ SUCCESS [  0.406 s]
Step #8 - "integration-tests-3.4": [INFO] spark-3.3-bigquery-pushdown_2.12 ................... SUCCESS [  0.417 s]
Step #8 - "integration-tests-3.4": [INFO] spark-bigquery-pushdown-common_2.13 ................ SUCCESS [  0.548 s]
Step #8 - "integration-tests-3.4": [INFO] spark-3.3-bigquery-pushdown_2.13 ................... SUCCESS [  0.372 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery DataSource v2 for Spark 3.4 ............... SUCCESS [22:16 min]
Step #8 - "integration-tests-3.4": [INFO] Coverage Report .................................... SUCCESS [  0.291 s]
Step #8 - "integration-tests-3.4": [INFO] Spark BigQuery Connector Reactor ................... SUCCESS [  0.258 s]
Step #8 - "integration-tests-3.4": [INFO] ------------------------------------------------------------------------
Step #8 - "integration-tests-3.4": [INFO] BUILD SUCCESS
Step #8 - "integration-tests-3.4": [INFO] ------------------------------------------------------------------------
Step #8 - "integration-tests-3.4": [INFO] Total time:  22:27 min
Step #8 - "integration-tests-3.4": [INFO] Finished at: 2024-08-29T17:18:37Z
Step #8 - "integration-tests-3.4": [INFO] ------------------------------------------------------------------------
Finished Step #8 - "integration-tests-3.4"
Step #9 - "integration-tests-3.5": [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 384.1 s -- in com.google.cloud.spark.bigquery.integration.Spark35QueryPushdownIntegrationTest
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |Seqno|date1   |num1 |num2 |amt1      |features_vector  |features                                 |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |1    |20230515|12345|5678 |1234.12345|[12345.0,5678.0] |(2,[],[])                                |
Step #9 - "integration-tests-3.5": |2    |20230515|14789|25836|1234.12345|[14789.0,25836.0]|[0.05822374690299218,0.21655010903778188]|
Step #9 - "integration-tests-3.5": |3    |20230515|54321|98765|1234.12345|[54321.0,98765.0]|[0.9999999999999999,1.0]                 |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": 
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |Seqno|date1   |num1 |num2 |amt1      |features_vector  |features                                 |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |1    |20230515|12345|5678 |1234.12345|[12345.0,5678.0] |(2,[],[])                                |
Step #9 - "integration-tests-3.5": |2    |20230515|14789|25836|1234.12345|[14789.0,25836.0]|[0.05822374690299218,0.21655010903778188]|
Step #9 - "integration-tests-3.5": |3    |20230515|54321|98765|1234.12345|[54321.0,98765.0]|[0.9999999999999999,1.0]                 |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": 
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |Seqno|date1   |num1 |num2 |amt1      |features_vector  |features                                 |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |1    |20230515|12345|5678 |1234.12345|[12345.0,5678.0] |(2,[],[])                                |
Step #9 - "integration-tests-3.5": |2    |20230515|14789|25836|1234.12345|[14789.0,25836.0]|[0.05822374690299218,0.21655010903778188]|
Step #9 - "integration-tests-3.5": |3    |20230515|54321|98765|1234.12345|[54321.0,98765.0]|[0.9999999999999999,1.0]                 |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": 
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |Seqno|date1   |num1 |num2 |amt1      |features_vector  |features                                 |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": |2    |20230515|14789|25836|1234.12345|[14789.0,25836.0]|[0.05822374690299218,0.21655010903778188]|
Step #9 - "integration-tests-3.5": |3    |20230515|54321|98765|1234.12345|[54321.0,98765.0]|[0.9999999999999999,1.0]                 |
Step #9 - "integration-tests-3.5": |1    |20230515|12345|5678 |1234.12345|[12345.0,5678.0] |(2,[],[])                                |
Step #9 - "integration-tests-3.5": +-----+--------+-----+-----+----------+-----------------+-----------------------------------------+
Step #9 - "integration-tests-3.5": 
Step #9 - "integration-tests-3.5": [WARNING] Tests run: 83, Failures: 0, Errors: 0, Skipped: 17, Time elapsed: 1124 s -- in com.google.cloud.spark.bigquery.integration.Spark35DirectWriteIntegrationTest
Step #9 - "integration-tests-3.5": [WARNING] Tests run: 83, Failures: 0, Errors: 0, Skipped: 27, Time elapsed: 1385 s -- in com.google.cloud.spark.bigquery.integration.Spark35IndirectWriteIntegrationTest
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] Results:
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [WARNING] Tests run: 233, Failures: 0, Errors: 0, Skipped: 50
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- maven-failsafe-plugin:3.2.5:verify (default-cli) @ spark-3.5-bigquery ---
Step #9 - "integration-tests-3.5": [INFO] Failsafe report directory: /workspace/spark-bigquery-dsv2/spark-3.5-bigquery/target/failsafe-reports
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- jacoco-maven-plugin:0.8.11:report (default-cli) @ spark-3.5-bigquery ---
Step #9 - "integration-tests-3.5": [INFO] Skipping JaCoCo execution due to missing execution data file.
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- jacoco-maven-plugin:0.8.11:report-aggregate (default-cli) @ spark-3.5-bigquery ---
Step #9 - "integration-tests-3.5": [INFO] Loading execution data file /workspace/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.12/target/jacoco.exec
Step #9 - "integration-tests-3.5": [INFO] Loading execution data file /workspace/spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/target/jacoco.exec
Step #9 - "integration-tests-3.5": [INFO] Loading execution data file /workspace/spark-bigquery-dsv2/spark-bigquery-dsv2-common/target/jacoco.exec
Step #9 - "integration-tests-3.5": [INFO] Analyzed bundle 'spark-3.5-bigquery-lib' with 1 classes
Step #9 - "integration-tests-3.5": [INFO] Analyzed bundle 'spark-3.3-bigquery-pushdown_2.12' with 7 classes
Step #9 - "integration-tests-3.5": [INFO] Analyzed bundle 'spark-3.3-bigquery-pushdown_2.13' with 7 classes
Step #9 - "integration-tests-3.5": [INFO] Analyzed bundle 'spark-bigquery-dsv2-common' with 14 classes
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] ------------------< com.google.cloud.spark:coverage >-------------------
Step #9 - "integration-tests-3.5": [INFO] Building Coverage Report 0.0.1-SNAPSHOT                          [21/22]
Step #9 - "integration-tests-3.5": [INFO] --------------------------------[ pom ]---------------------------------
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- maven-failsafe-plugin:3.2.5:integration-test (default-cli) @ coverage ---
Step #9 - "integration-tests-3.5": [INFO] No tests to run.
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- maven-failsafe-plugin:3.2.5:verify (default-cli) @ coverage ---
Step #9 - "integration-tests-3.5": [INFO] Failsafe report directory: /workspace/coverage/target/failsafe-reports
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- jacoco-maven-plugin:0.8.11:report (default-cli) @ coverage ---
Step #9 - "integration-tests-3.5": [INFO] Skipping JaCoCo execution due to missing execution data file.
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- jacoco-maven-plugin:0.8.11:report-aggregate (default-cli) @ coverage ---
Step #9 - "integration-tests-3.5": [INFO] Loading execution data file /workspace/bigquery-connector-common/target/jacoco.exec
Step #9 - "integration-tests-3.5": [INFO] Loading execution data file /workspace/spark-bigquery-connector-common/target/jacoco.exec
Step #9 - "integration-tests-3.5": [INFO] Analyzed bundle 'bigquery-connector-common' with 50 classes
Step #9 - "integration-tests-3.5": [INFO] Analyzed bundle 'spark-bigquery-connector-common' with 89 classes
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] -----------< com.google.cloud.spark:spark-bigquery-reactor >------------
Step #9 - "integration-tests-3.5": [INFO] Building Spark BigQuery Connector Reactor 0.0.1-SNAPSHOT         [22/22]
Step #9 - "integration-tests-3.5": [INFO] --------------------------------[ pom ]---------------------------------
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- maven-failsafe-plugin:3.2.5:integration-test (default-cli) @ spark-bigquery-reactor ---
Step #9 - "integration-tests-3.5": [INFO] No tests to run.
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- maven-failsafe-plugin:3.2.5:verify (default-cli) @ spark-bigquery-reactor ---
Step #9 - "integration-tests-3.5": [INFO] Failsafe report directory: /workspace/target/failsafe-reports
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- jacoco-maven-plugin:0.8.11:report (default-cli) @ spark-bigquery-reactor ---
Step #9 - "integration-tests-3.5": [INFO] Skipping JaCoCo execution due to missing execution data file.
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] --- jacoco-maven-plugin:0.8.11:report-aggregate (default-cli) @ spark-bigquery-reactor ---
Step #9 - "integration-tests-3.5": [INFO] ------------------------------------------------------------------------
Step #9 - "integration-tests-3.5": [INFO] Reactor Summary for Spark BigQuery Connector Reactor 0.0.1-SNAPSHOT:
Step #9 - "integration-tests-3.5": [INFO] 
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Connector Build Parent .............. SUCCESS [  0.446 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery Connector Common Library .................. SUCCESS [  2.633 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Connector Common Library ............ SUCCESS [  0.803 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Scala 2.12 Support Library .......... SUCCESS [  0.374 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery Connector Tests Support ................... SUCCESS [  0.716 s]
Step #9 - "integration-tests-3.5": [INFO] PySpark-BigQuery support library ................... SUCCESS [  0.020 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery DataSource v2 implementation common implementation SUCCESS [  0.300 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery DataSource v2 implementation common settings SUCCESS [  0.101 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.1 SUCCESS [  0.236 s]
Step #9 - "integration-tests-3.5": [INFO] Custom Metrics code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [  0.136 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [  0.110 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.3 SUCCESS [  0.108 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.4 SUCCESS [  0.177 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.5 SUCCESS [  0.155 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Predicate Pushdown Implementation common settings SUCCESS [  0.326 s]
Step #9 - "integration-tests-3.5": [INFO] spark-bigquery-pushdown-common_2.12 ................ SUCCESS [  0.412 s]
Step #9 - "integration-tests-3.5": [INFO] spark-3.3-bigquery-pushdown_2.12 ................... SUCCESS [  0.425 s]
Step #9 - "integration-tests-3.5": [INFO] spark-bigquery-pushdown-common_2.13 ................ SUCCESS [  0.375 s]
Step #9 - "integration-tests-3.5": [INFO] spark-3.3-bigquery-pushdown_2.13 ................... SUCCESS [  0.374 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery DataSource v2 for Spark 3.5 ............... SUCCESS [23:08 min]
Step #9 - "integration-tests-3.5": [INFO] Coverage Report .................................... SUCCESS [  0.329 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Connector Reactor ................... SUCCESS [  0.299 s]
Step #9 - "integration-tests-3.5": [INFO] ------------------------------------------------------------------------
Step #9 - "integration-tests-3.5": [INFO] BUILD SUCCESS
Step #9 - "integration-tests-3.5": [INFO] ------------------------------------------------------------------------
Step #9 - "integration-tests-3.5": [INFO] Total time:  23:17 min
Step #9 - "integration-tests-3.5": [INFO] Finished at: 2024-08-29T17:38:56Z
Step #9 - "integration-tests-3.5": [INFO] ------------------------------------------------------------------------
Finished Step #9 - "integration-tests-3.5"
Starting Step #10 - "upload-it-to-codecov"
Step #10 - "upload-it-to-codecov": Already have image: gcr.io/cloud-dataproc-ci/dataproc-spark-bigquery-connector-presubmit
Step #10 - "upload-it-to-codecov": + readonly 'MVN=./mvnw -B -e -s /workspace/cloudbuild/gcp-settings.xml -Dmaven.repo.local=/workspace/.repository'
Step #10 - "upload-it-to-codecov": + MVN='./mvnw -B -e -s /workspace/cloudbuild/gcp-settings.xml -Dmaven.repo.local=/workspace/.repository'
Step #10 - "upload-it-to-codecov": + readonly STEP=upload-it-to-codecov
Step #10 - "upload-it-to-codecov": + STEP=upload-it-to-codecov
Step #10 - "upload-it-to-codecov": + cd /workspace
Step #10 - "upload-it-to-codecov": + case $STEP in
Step #10 - "upload-it-to-codecov": + checkenv
Step #10 - "upload-it-to-codecov": + '[' -z ba8d920c-8708-4c7a-9281-014f0e2cf094 ']'
Step #10 - "upload-it-to-codecov": + bash /dev/fd/63 -K -F integrationtest
Step #10 - "upload-it-to-codecov": ++ curl -s https://codecov.io/bash
Step #10 - "upload-it-to-codecov": 
Step #10 - "upload-it-to-codecov":   _____          _
Step #10 - "upload-it-to-codecov":  / ____|        | |
Step #10 - "upload-it-to-codecov": | |     ___   __| | ___  ___ _____   __
Step #10 - "upload-it-to-codecov": | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
Step #10 - "upload-it-to-codecov": | |___| (_) | (_| |  __/ (_| (_) \ V /
Step #10 - "upload-it-to-codecov":  \_____\___/ \__,_|\___|\___\___/ \_/
Step #10 - "upload-it-to-codecov":                               Bash-1.0.6
Step #10 - "upload-it-to-codecov": 
Step #10 - "upload-it-to-codecov": 
Step #10 - "upload-it-to-codecov": ==> git version 2.30.2 found
Step #10 - "upload-it-to-codecov": ==> curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Step #10 - "upload-it-to-codecov": Release-Date: 2020-12-09
Step #10 - "upload-it-to-codecov": Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 
Step #10 - "upload-it-to-codecov": Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
Step #10 - "upload-it-to-codecov": x> No CI provider detected.
Step #10 - "upload-it-to-codecov":     Testing inside Docker? http://docs.codecov.io/docs/testing-with-docker
Step #10 - "upload-it-to-codecov":     Testing with Tox? https://docs.codecov.io/docs/python#section-testing-with-tox
Step #10 - "upload-it-to-codecov":     current dir:  /workspace
Step #10 - "upload-it-to-codecov":     project root: .
Step #10 - "upload-it-to-codecov": --> token set from env
Step #10 - "upload-it-to-codecov":     Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
Step #10 - "upload-it-to-codecov": ==> Running gcov in . (disable via -X gcov)
Step #10 - "upload-it-to-codecov": ==> Python coveragepy not found
Step #10 - "upload-it-to-codecov": ==> Searching for coverage reports in:
Step #10 - "upload-it-to-codecov":     + .
Step #10 - "upload-it-to-codecov":     -> Found 54 reports
Step #10 - "upload-it-to-codecov": ==> Detecting git/mercurial file structure
Step #10 - "upload-it-to-codecov": ==> Reading reports
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-tests/target/site/jacoco-aggregate/jacoco.xml bytes=1184326
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.3-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=113037
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.2-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=97404
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.4-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=114712
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.2-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=122967
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-bigquery-dsv2-parent/target/site/jacoco-aggregate/jacoco.xml bytes=61696
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-bigquery-dsv2-common/target/site/jacoco/jacoco.xml bytes=61353
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-bigquery-dsv2-common/target/site/jacoco-aggregate/jacoco.xml bytes=446072
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.5-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=110443
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-bigquery-metrics/target/site/jacoco/jacoco.xml bytes=18066
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-bigquery-metrics/target/site/jacoco-aggregate/jacoco.xml bytes=61787
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.4-bigquery-lib/target/site/jacoco/jacoco.xml bytes=6815
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.4-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=66763
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.1-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=127588
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.5-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=68358
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.1-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=61698
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv2/spark-3.3-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=74367
Step #10 - "upload-it-to-codecov":     + ./coverage/target/site/jacoco-aggregate/jacoco.xml bytes=732102
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-python-lib/target/site/jacoco-aggregate/jacoco.xml bytes=173
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery-dsv1-spark3-support/target/site/jacoco-aggregate/jacoco.xml bytes=445964
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery-with-dependencies-parent/target/site/jacoco-aggregate/jacoco.xml bytes=200
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery_2.12/target/site/jacoco/jacoco.xml bytes=45640
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=547221
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery_2.13/target/site/jacoco/jacoco.xml bytes=46317
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=502854
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=46682
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery-dsv1-spark2-support/target/site/jacoco-aggregate/jacoco.xml bytes=445964
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery-dsv1-parent/target/site/jacoco-aggregate/jacoco.xml bytes=456143
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-dsv1/spark-bigquery-with-dependencies_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=46006
Step #10 - "upload-it-to-codecov":     + ./bigquery-connector-common/target/site/jacoco/jacoco.xml bytes=286317
Step #10 - "upload-it-to-codecov":     + ./bigquery-connector-common/target/site/jacoco-aggregate/jacoco.xml bytes=266
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-connector-common/target/site/jacoco/jacoco.xml bytes=445595
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-connector-common/target/site/jacoco-aggregate/jacoco.xml bytes=286746
Step #10 - "upload-it-to-codecov":     + ./target/site/jacoco-aggregate/jacoco.xml bytes=173
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.1-bigquery-pushdown_2.12/target/site/jacoco/jacoco.xml bytes=22667
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.1-bigquery-pushdown_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=781776
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.12/target/site/jacoco/jacoco.xml bytes=329032
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=452953
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.12/target/site/jacoco/jacoco.xml bytes=23177
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=781774
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/target/site/jacoco/jacoco.xml bytes=23445
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=788188
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.12/target/site/jacoco/jacoco.xml bytes=22488
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-2.4-bigquery-pushdown_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=781775
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-bigquery-pushdown-parent/target/site/jacoco-aggregate/jacoco.xml bytes=452898
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.13/target/site/jacoco/jacoco.xml bytes=335445
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=452953
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.13/target/site/jacoco/jacoco.xml bytes=23445
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.2-bigquery-pushdown_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=788188
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.12/target/site/jacoco/jacoco.xml bytes=23178
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=781775
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-parent/target/site/jacoco-aggregate/jacoco.xml bytes=178
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-scala-212-support/target/site/jacoco/jacoco.xml bytes=6879
Step #10 - "upload-it-to-codecov":     + ./spark-bigquery-scala-212-support/target/site/jacoco-aggregate/jacoco.xml bytes=446047
Step #10 - "upload-it-to-codecov": ==> Appending adjustments
Step #10 - "upload-it-to-codecov":     https://docs.codecov.io/docs/fixing-reports
Step #10 - "upload-it-to-codecov":     -> No adjustments found
Step #10 - "upload-it-to-codecov": ==> Gzipping contents
Step #10 - "upload-it-to-codecov":         972K	/tmp/codecov.GgpNVP.gz
Step #10 - "upload-it-to-codecov": ==> Uploading reports
Step #10 - "upload-it-to-codecov":     url: https://codecov.io
Step #10 - "upload-it-to-codecov":     query: branch=master&commit=75c82fdc312777424b9465f36b3303c15a2321e1&build=&build_url=&name=&tag=&slug=GoogleCloudDataproc%2Fspark-bigquery-connector&service=&flags=integrationtest&pr=&job=&cmd_args=K,F
Step #10 - "upload-it-to-codecov": ->  Pinging Codecov
Step #10 - "upload-it-to-codecov": https://codecov.io/upload/v4?package=bash-1.0.6&token=<hidden>&package=bash-1.0.6&token=ba8d920c-8708-4c7a-9281-014f0e2cf094&branch=master&commit=75c82fdc312777424b9465f36b3303c15a2321e1&build=&build_url=&name=&tag=&slug=GoogleCloudDataproc%2Fspark-bigquery-connector&service=&flags=integrationtest&pr=&job=&cmd_args=K,F
Step #10 - "upload-it-to-codecov": ->  Uploading to
Step #10 - "upload-it-to-codecov": https://storage.googleapis.com/codecov/v4/raw/2024-08-29/CD43C09AA3C334ECBCB3F66CEE0D2B9E/75c82fdc312777424b9465f36b3303c15a2321e1/6b542156-2ef7-4245-a65e-bb46b5030b08.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240829%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240829T173900Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=635e4c8589c3ccb5746d26f632233efb8b740f42aaf948c300398ae7bb777b55
Step #10 - "upload-it-to-codecov":   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Step #10 - "upload-it-to-codecov":                                  Dload  Upload   Total   Spent    Left  Speed
Step #10 - "upload-it-to-codecov": 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  968k    0     0  100  968k      0  5836k --:--:-- --:--:-- --:--:-- 5836k
Step #10 - "upload-it-to-codecov":     -> Reports have been successfully queued for processing at https://app.codecov.io/github/GoogleCloudDataproc/spark-bigquery-connector/commit/75c82fdc312777424b9465f36b3303c15a2321e1
Finished Step #10 - "upload-it-to-codecov"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/763c20f3-17b6-44ad-83ae-ba5e50c96f89?project=786080889824