Add equals and hashcode in IdentityTokenSupplier #1251
Merged
Google Cloud Build / dataproc-spark-bigquery-connector-presubmit-pr (cloud-dataproc-ci)
succeeded
Jun 27, 2024 in 1h 39m 10s
Summary
Build Information
Trigger | dataproc-spark-bigquery-connector-presubmit-pr |
Build | 1fe89d84-2c14-4c17-892b-c6ad158f41cf |
Start | 2024-06-27T09:24:14-07:00 |
Duration | 1h38m24.779s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
docker-build | SUCCESS | 51.341s |
init | SUCCESS | 23m34.378s |
unit-tests | SUCCESS | 4m54.797s |
integration-tests-2.12 | SUCCESS | 17m34.279s |
integration-tests-2.13 | SUCCESS | 18m2.619s |
integration-tests-3.1 | SUCCESS | 16m4.261s |
integration-tests-3.2 | SUCCESS | 16m4.672s |
integration-tests-3.3 | SUCCESS | 16m16.197s |
integration-tests-3.4 | SUCCESS | 18m9.662s |
integration-tests-3.5 | SUCCESS | 19m1.177s |
upload-it-to-codecov | SUCCESS | 4.557s |
Details
starting build "1fe89d84-2c14-4c17-892b-c6ad158f41cf"
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 11f82de0b91a68118a03ddec0d7c895aa572f9a2 -> FETCH_HEAD
HEAD is now at 11f82de use objects.equal
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.11MB
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 3a864fc40478
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 Speed
Step #0 - "docker-build":
0 0 0�[0m�[91m 0 0 0 0 0 --:-�[0m�[91m-:-- --:--:-�[0m�[91m- --:-�[0m�[91m-:--�[0m�[91m �[0m�[91m �[0m�[91m0�[0m�[91m
100 2659 100 2659 0 0 69973 0 --:--:-- --:--:-- --:--:-- 69973
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 [8068 kB]
Step #0 - "docker-build": Get:5 http://packages.cloud.google.com/apt cloud-sdk InRelease [1616 B]
Step #0 - "docker-build": Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [275 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 amd64 Packages [3071 kB]
Step #0 - "docker-build": Get:9 http://packages.cloud.google.com/apt cloud-sdk/main all Packages [1470 kB]
Step #0 - "docker-build": Fetched 13.1 MB in 2s (8230 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 52 not upgraded.
Step #0 - "docker-build": Need to get 107 MB of archives.
Step #0 - "docker-build": After this operation, 616 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 482.0.0-0 [82.2 MB]
Step #0 - "docker-build": Get:2 http://packages.cloud.google.com/apt cloud-sdk/main amd64 google-cloud-cli-anthoscli amd64 482.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 1s (85.0 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_482.0.0-0_amd64.deb ...
Step #0 - "docker-build": Unpacking google-cloud-cli (482.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_482.0.0-0_amd64.deb ...
Step #0 - "docker-build": Unpacking google-cloud-cli-anthoscli (482.0.0-0) ...
Step #0 - "docker-build": Setting up google-cloud-cli (482.0.0-0) ...
Step #0 - "docker-build": Setting up google-cloud-cli-anthoscli (482.0.0-0) ...
Step #0 - "docker-build": Processing triggers for libc-bin (2.31-13+deb11u3) ...
Step #0 - "docker-build": Removing intermediate container 3a864fc40478
Step #0 - "docker-build": ---> 343d90e01fbf
Step #0 - "docker-build": Successfully built 343d90e01fbf
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-06-27 16:25:09-- 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% 6.73M=0.007s
Step #1 - "init":
Step #1 - "init": 2024-06-27 16:25:09 (6.73 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.1/jackson-bom-2.17.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.1/jackson-bom-2.17.1.pom (19 kB at 140 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 326 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 1.1 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/gax-bom/2.48.1/gax-bom-2.48.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/gax-bom/2.48.1/gax-bom-2.48.1.pom (4.3 kB at 203 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-shared-config/1.7.7/google-cloud-shared-config-1.7.7.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-shared-config/1.7.7/google-cloud-shared-config-1.7.7.pom (23 kB at 1.2 MB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/native-image-shared-config/1.7.7/native-image-shared-config-1.7.7.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/native-image-shared-config/1.7.7/native-image-shared-config-1.7.7.pom (7.4 kB at 352 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-bom/1.23.0/google-auth-library-bom-1.23.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-bom/1.23.0/google-auth-library-bom-1.23.0.pom (4.5 kB at 216 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-bigquerystorage-bom/3.5.1/google-cloud-bigquerystorage-bom-3.5.1.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-bigquerystorage-bom/3.5.1/google-cloud-bigquerystorage-bom-3.5.1.pom (4.4 kB at 209 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/sdk-platform-java-config/3.30.0/sdk-platform-java-config-3.30.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/sdk-platform-java-config/3.30.0/sdk-platform-java-config-3.30.0.pom (1.0 kB at 50 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-dataproc-bom/4.40.0/google-cloud-dataproc-bom-4.40.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-dataproc-bom/4.40.0/google-cloud-dataproc-bom-4.40.0.pom (1.7 kB at 85 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-pom-parent/1.37.0/google-cloud-pom-parent-1.37.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/cloud/google-cloud-pom-parent/1.37.0/google-cloud-pom-parent-1.37.0.pom (3.8 kB at 182 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 186 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-bom/1.64.0/grpc-bom-1.64.0.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-bom/1.64.0/grpc-bom-1.64.0.pom (6.3 kB at 300 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.109.Final/netty-bom-4.1.109.Final.pom
Step #1 - "init": [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.109.Final/netty-bom-4.1.109.Final.pom (14 kB at 687 kB/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 241 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 668 kB/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 385 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 2.1 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 1.2 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 5.4 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 685 kB/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 4.0 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 182 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 1.1 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 2.1 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 900 kB/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 345 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.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 165 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 4.7 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 675 kB/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 5.6 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 677 kB/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 1.8 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 314 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 4.0 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 501 kB/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 1.9 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 296 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 4.8 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 354 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 511 kB/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 1.5 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 741 kB/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 1.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 624 kB/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 283 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.0 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 1.0 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 368 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 1.2 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 1.3 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 711 kB/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 229 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 481 kB/s)
Step #1 - "init": [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehau
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/1fe89d84-2c14-4c17-892b-c6ad158f41cf?project=786080889824.]
...
tor-common' with 50 classes
Step #8 - "integration-tests-3.4": [INFO] Analyzed bundle 'spark-bigquery-connector-common' with 88 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.734 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery Connector Common Library .................. SUCCESS [ 3.229 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.578 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery Connector Tests Support ................... SUCCESS [ 1.078 s]
Step #8 - "integration-tests-3.4": [INFO] PySpark-BigQuery support library ................... SUCCESS [ 0.024 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery DataSource v2 implementation common implementation SUCCESS [ 0.395 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery DataSource v2 implementation common settings SUCCESS [ 0.118 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.1 SUCCESS [ 0.326 s]
Step #8 - "integration-tests-3.4": [INFO] Custom Metrics code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [ 0.154 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [ 0.156 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.3 SUCCESS [ 0.119 s]
Step #8 - "integration-tests-3.4": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.4 SUCCESS [ 0.218 s]
Step #8 - "integration-tests-3.4": [INFO] Spark BigQuery Predicate Pushdown Implementation common settings SUCCESS [ 0.367 s]
Step #8 - "integration-tests-3.4": [INFO] spark-bigquery-pushdown-common_2.12 ................ SUCCESS [ 0.461 s]
Step #8 - "integration-tests-3.4": [INFO] spark-3.3-bigquery-pushdown_2.12 ................... SUCCESS [ 0.452 s]
Step #8 - "integration-tests-3.4": [INFO] spark-bigquery-pushdown-common_2.13 ................ SUCCESS [ 0.412 s]
Step #8 - "integration-tests-3.4": [INFO] spark-3.3-bigquery-pushdown_2.13 ................... SUCCESS [ 0.517 s]
Step #8 - "integration-tests-3.4": [INFO] BigQuery DataSource v2 for Spark 3.4 ............... SUCCESS [17:55 min]
Step #8 - "integration-tests-3.4": [INFO] Coverage Report .................................... SUCCESS [ 0.295 s]
Step #8 - "integration-tests-3.4": [INFO] Spark BigQuery Connector Reactor ................... SUCCESS [ 0.249 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: 18:06 min
Step #8 - "integration-tests-3.4": [INFO] Finished at: 2024-06-27T17:45:54Z
Step #8 - "integration-tests-3.4": [INFO] ------------------------------------------------------------------------
Finished Step #8 - "integration-tests-3.4"
Step #9 - "integration-tests-3.5": [WARNING] Tests run: 29, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 135.9 s -- in com.google.cloud.spark.bigquery.integration.Spark35ReadIntegrationTest
Step #9 - "integration-tests-3.5": [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 286.4 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: 82, Failures: 0, Errors: 0, Skipped: 17, Time elapsed: 946.9 s -- in com.google.cloud.spark.bigquery.integration.Spark35DirectWriteIntegrationTest
Step #9 - "integration-tests-3.5": [WARNING] Tests run: 82, Failures: 0, Errors: 0, Skipped: 27, Time elapsed: 1125 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: 229, 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 15 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 88 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.471 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery Connector Common Library .................. SUCCESS [ 2.845 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Connector Common Library ............ SUCCESS [ 0.779 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Scala 2.12 Support Library .......... SUCCESS [ 0.385 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery Connector Tests Support ................... SUCCESS [ 0.733 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.317 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery DataSource v2 implementation common settings SUCCESS [ 0.102 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.1 SUCCESS [ 0.215 s]
Step #9 - "integration-tests-3.5": [INFO] Custom Metrics code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [ 0.119 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.2 SUCCESS [ 0.137 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.3 SUCCESS [ 0.136 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.4 SUCCESS [ 0.181 s]
Step #9 - "integration-tests-3.5": [INFO] Connector code for BigQuery DataSource v2 for Spark 3.5 SUCCESS [ 0.162 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Predicate Pushdown Implementation common settings SUCCESS [ 0.315 s]
Step #9 - "integration-tests-3.5": [INFO] spark-bigquery-pushdown-common_2.12 ................ SUCCESS [ 0.438 s]
Step #9 - "integration-tests-3.5": [INFO] spark-3.3-bigquery-pushdown_2.12 ................... SUCCESS [ 0.418 s]
Step #9 - "integration-tests-3.5": [INFO] spark-bigquery-pushdown-common_2.13 ................ SUCCESS [ 0.408 s]
Step #9 - "integration-tests-3.5": [INFO] spark-3.3-bigquery-pushdown_2.13 ................... SUCCESS [ 0.370 s]
Step #9 - "integration-tests-3.5": [INFO] BigQuery DataSource v2 for Spark 3.5 ............... SUCCESS [18:49 min]
Step #9 - "integration-tests-3.5": [INFO] Coverage Report .................................... SUCCESS [ 0.288 s]
Step #9 - "integration-tests-3.5": [INFO] Spark BigQuery Connector Reactor ................... SUCCESS [ 0.253 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: 18:58 min
Step #9 - "integration-tests-3.5": [INFO] Finished at: 2024-06-27T18:02:33Z
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=1174299
Step #10 - "upload-it-to-codecov": + ./coverage/target/site/jacoco-aggregate/jacoco.xml bytes=726740
Step #10 - "upload-it-to-codecov": + ./target/site/jacoco-aggregate/jacoco.xml bytes=173
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-connector-common/target/site/jacoco-aggregate/jacoco.xml bytes=286049
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-connector-common/target/site/jacoco/jacoco.xml bytes=440930
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.3-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=76346
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.2-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=99384
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.5-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=112422
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.4-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=116691
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-bigquery-dsv2-common/target/site/jacoco-aggregate/jacoco.xml bytes=441408
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-bigquery-dsv2-common/target/site/jacoco/jacoco.xml bytes=63332
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.3-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=115016
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.1-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=63677
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.2-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=124344
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-bigquery-dsv2-parent/target/site/jacoco-aggregate/jacoco.xml bytes=63675
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-3.4-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=68742
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.1-bigquery/target/site/jacoco-aggregate/jacoco.xml bytes=128965
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv2/spark-bigquery-metrics/target/site/jacoco-aggregate/jacoco.xml bytes=63766
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-3.5-bigquery-lib/target/site/jacoco-aggregate/jacoco.xml bytes=70337
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv1/spark-bigquery-dsv1-parent/target/site/jacoco-aggregate/jacoco.xml bytes=451478
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-with-dependencies_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=46006
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv1/spark-bigquery_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=542557
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-dsv1-spark3-support/target/site/jacoco-aggregate/jacoco.xml bytes=441299
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv1/spark-bigquery-dsv1-spark2-support/target/site/jacoco-aggregate/jacoco.xml bytes=441299
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-dsv1/spark-bigquery_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=498189
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-with-dependencies-parent/target/site/jacoco-aggregate/jacoco.xml bytes=200
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-scala-212-support/target/site/jacoco-aggregate/jacoco.xml bytes=441382
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-python-lib/target/site/jacoco-aggregate/jacoco.xml bytes=173
Step #10 - "upload-it-to-codecov": + ./bigquery-connector-common/target/site/jacoco-aggregate/jacoco.xml bytes=266
Step #10 - "upload-it-to-codecov": + ./bigquery-connector-common/target/site/jacoco/jacoco.xml bytes=285615
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-pushdown/spark-bigquery-pushdown-common_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=448288
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-2.4-bigquery-pushdown_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=777110
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-3.2-bigquery-pushdown_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=783523
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.12/target/site/jacoco-aggregate/jacoco.xml bytes=777110
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-pushdown/spark-3.2-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=777110
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-bigquery-pushdown-parent/target/site/jacoco-aggregate/jacoco.xml bytes=448233
Step #10 - "upload-it-to-codecov": + ./spark-bigquery-pushdown/spark-3.3-bigquery-pushdown_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=783523
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.1-bigquery-pushdown_2.12/target/site/jacoco-aggregate/jacoco.xml bytes=777110
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-bigquery-pushdown-common_2.13/target/site/jacoco-aggregate/jacoco.xml bytes=448288
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-parent/target/site/jacoco-aggregate/jacoco.xml bytes=178
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": 964K /tmp/codecov.tZlGPk.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=11f82de0b91a68118a03ddec0d7c895aa572f9a2&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=11f82de0b91a68118a03ddec0d7c895aa572f9a2&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-06-27/CD43C09AA3C334ECBCB3F66CEE0D2B9E/11f82de0b91a68118a03ddec0d7c895aa572f9a2/d5f70b4a-c3e4-4064-90e6-0417503f9152.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240627%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240627T180238Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bc56f0bb6812caa43e58f7ffe68465c30a64fed62aba9b6493b6effcb5dd0808
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 963k 0 0 100 963k 0 5948k --:--:-- --:--:-- --:--:-- 5948k
Step #10 - "upload-it-to-codecov": -> Reports have been successfully queued for processing at https://app.codecov.io/github/GoogleCloudDataproc/spark-bigquery-connector/commit/11f82de0b91a68118a03ddec0d7c895aa572f9a2
Finished Step #10 - "upload-it-to-codecov"
PUSH
DONE
Loading