Showing build.log
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[09:27:23 PDT] Transferring environment variable script to build VM
[09:27:24 PDT] Transferring kokoro_log_reader.py to build VM
[09:27:25 PDT] Transferring source code to build VM
[09:27:29 PDT] Executing build script on build VM
[ID: 8060339] Executing command via SSH:
export KOKORO_BUILD_NUMBER="2633"
export KOKORO_JOB_NAME="cloud-devrel/client-libraries/java/java-datastore/presubmit/integration"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 github/java-datastore/.kokoro/trampoline.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup bash -c "( rm -f /tmpfs/kokoro_build_exit_code ; github/java-datastore/.kokoro/trampoline.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ) > /tmpfs/kokoro_build.log 2>&1" > /dev/null 2>&1 & echo $! > /tmpfs/kokoro_build.pid ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
2024-10-15 09:27:30 Creating folder on disk for secrets: /tmpfs/src/gfile/secret_manager
2024-10-15 09:27:30 Retrieving secret java-it-service-account
2024-10-15 09:27:32 Secret written to /tmpfs/src/gfile/secret_manager/java-it-service-account
Activated service account credentials for: [kokoro-trampoline@cloud-devrel-kokoro-resources.iam.gserviceaccount.com]
WARNING: Your config file at [/home/kbuilder/.docker/config.json] contains these credential helper entries:
{
"credHelpers": {
"gcr.io": "gcr",
"us.gcr.io": "gcr",
"asia.gcr.io": "gcr",
"staging-k8s.gcr.io": "gcr",
"eu.gcr.io": "gcr"
}
}
These will be overwritten.
Docker configuration file updated.
Using default tag: latest
latest: Pulling from cloud-devrel-kokoro-resources/java8
Digest: sha256:521b85d77597f9491fbd44162437354ef7f9596cd287215c507b5ef945e189db
Status: Image is up to date for gcr.io/cloud-devrel-kokoro-resources/java8:latest
gcr.io/cloud-devrel-kokoro-resources/java8:latest
Executing: docker run --rm --interactive --network=host --privileged --volume=/var/run/docker.sock:/var/run/docker.sock --workdir=/tmpfs/src --entrypoint=github/java-datastore/.kokoro/build.sh --env-file=/tmpfs/tmp/tmp54o9sh_x/envfile --volume=/tmpfs:/tmpfs gcr.io/cloud-devrel-kokoro-resources/java8
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /usr/local/lib/maven
Java version: 1.8.0_342, vendor: Oracle Corporation, runtime: /usr/local/openjdk-8/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.0.0-050000rc8-generic", arch: "amd64", family: "unix"
integration
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /usr/local/lib/maven
Java version: 1.8.0_342, vendor: Oracle Corporation, runtime: /usr/local/openjdk-8/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.0.0-050000rc8-generic", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.google.cloud:google-cloud-datastore-bom:pom:2.22.0-grpc-experimental-1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ line 77, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Inspecting build with total of 8 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Google Cloud Datastore Parent [pom]
[INFO] proto-google-cloud-datastore-v1 [jar]
[INFO] grpc-google-cloud-datastore-v1 [jar]
[INFO] proto-google-cloud-datastore-admin-v1 [jar]
[INFO] grpc-google-cloud-datastore-admin-v1 [jar]
[INFO] datastore-v1-proto-client [jar]
[INFO] Google Cloud Datastore [jar]
[INFO] Google Cloud datastore BOM [pom]
[INFO]
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 4
[INFO]
[INFO] -----------< com.google.cloud:google-cloud-datastore-parent >-----------
[INFO]
[INFO] Building Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT [1/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------< com.google.cloud:google-cloud-datastore-bom >-------------
[INFO] Building Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT [2/8]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Google Cloud Datastore Parent:
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Google Cloud datastore BOM:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-bom ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/target/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-parent ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-parent ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-bom ---
[INFO] Tests are skipped.
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-bom >>>
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-parent >>>
[INFO]
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-parent <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-parent ---
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-bom <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-bom ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ google-cloud-datastore-parent ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ google-cloud-datastore-bom ---
[INFO] Installing /tmpfs/src/github/java-datastore/pom.xml to /root/.m2/repository/com/google/cloud/google-cloud-datastore-parent/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore-bom/pom.xml to /root/.m2/repository/com/google/cloud/google-cloud-datastore-bom/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/target/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore-parent/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore-bom/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --------< com.google.api.grpc:proto-google-cloud-datastore-v1 >---------
[INFO] Building proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT [3/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] -----< com.google.api.grpc:proto-google-cloud-datastore-admin-v1 >------
[INFO] Building proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [4/8]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in proto-google-cloud-datastore-v1:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in proto-google-cloud-datastore-admin-v1:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 97 source files with javac [debug deprecation target 1.8] to target/classes
[INFO] Compiling 42 source files with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 42 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/proto
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] ------< com.google.api.grpc:grpc-google-cloud-datastore-admin-v1 >------
[INFO] Building grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [5/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in grpc-google-cloud-datastore-admin-v1:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] Copying 5 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 97 source files with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ proto-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-v1/0.113.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-v1/0.113.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-v1/0.113.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO]
[INFO] ---------< com.google.api.grpc:grpc-google-cloud-datastore-v1 >---------
[INFO] Building grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT [6/8]
[INFO] --------< com.google.cloud.datastore:datastore-v1-proto-client >--------
[INFO] Building datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT [7/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in grpc-google-cloud-datastore-v1:
[WARNING] The following plugins are not marked @threadSafe in datastore-v1-proto-client:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ grpc-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation target 1.8] to target/test-classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[27,34] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[87,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[102,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[117,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[243,17] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[257,25] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[44,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[51,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[57,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[79,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[81,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[93,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,39] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[81,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[82,13] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[62,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[79,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[98,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[117,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[133,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ datastore-v1-proto-client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ datastore-v1-proto-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ datastore-v1-proto-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ datastore-v1-proto-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ datastore-v1-proto-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ datastore-v1-proto-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ datastore-v1-proto-client <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ datastore-v1-proto-client ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ datastore-v1-proto-client ---
[INFO] Installing /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/cloud/datastore/datastore-v1-proto-client/2.22.0-grpc-experimental-1-SNAPSHOT/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/datastore-v1-proto-client/pom.xml to /root/.m2/repository/com/google/cloud/datastore/datastore-v1-proto-client/2.22.0-grpc-experimental-1-SNAPSHOT/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/datastore/datastore-v1-proto-client/2.22.0-grpc-experimental-1-SNAPSHOT/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --------------< com.google.cloud:google-cloud-datastore >---------------
[INFO] Building Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT [8/8]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Google Cloud Datastore:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 76 source files with javac [debug deprecation target 1.8] to target/test-classes
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ google-cloud-datastore ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/google-cloud-datastore/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ google-cloud-datastore ---
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore/.flattened-pom.xml to /root/.m2/repository/com/google/cloud/google-cloud-datastore/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 6.013 s]
[INFO] proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 14.131 s]
[INFO] grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.772 s]
[INFO] proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 10.025 s]
[INFO] grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 1.701 s]
[INFO] datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 2.581 s]
[INFO] Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 6.431 s]
[INFO] Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 6.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.254 s (Wall Clock)
[INFO] Finished at: 2024-10-15T16:28:34Z
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.google.cloud:google-cloud-datastore-bom:pom:2.22.0-grpc-experimental-1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ line 77, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Inspecting build with total of 8 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Google Cloud Datastore Parent [pom]
[INFO] proto-google-cloud-datastore-v1 [jar]
[INFO] grpc-google-cloud-datastore-v1 [jar]
[INFO] proto-google-cloud-datastore-admin-v1 [jar]
[INFO] grpc-google-cloud-datastore-admin-v1 [jar]
[INFO] datastore-v1-proto-client [jar]
[INFO] Google Cloud Datastore [jar]
[INFO] Google Cloud datastore BOM [pom]
[INFO]
[INFO] -----------< com.google.cloud:google-cloud-datastore-parent >-----------
[INFO] Building Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT [1/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-parent ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-parent ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-parent <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-parent ---
[INFO] Skipping execution
[INFO]
[INFO] --------< com.google.api.grpc:proto-google-cloud-datastore-v1 >---------
[INFO] Building proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT [2/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] Copying 5 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] ---------< com.google.api.grpc:grpc-google-cloud-datastore-v1 >---------
[INFO] Building grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT [3/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] -----< com.google.api.grpc:proto-google-cloud-datastore-admin-v1 >------
[INFO] Building proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [4/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] ------< com.google.api.grpc:grpc-google-cloud-datastore-admin-v1 >------
[INFO] Building grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [5/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --------< com.google.cloud.datastore:datastore-v1-proto-client >--------
[INFO] Building datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT [6/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation target 1.8] to target/test-classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[27,34] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[87,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[102,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[117,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[243,17] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[257,25] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[44,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[51,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[57,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[79,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[81,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[93,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,39] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[81,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[82,13] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[62,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[79,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[98,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[117,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[133,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ datastore-v1-proto-client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ datastore-v1-proto-client ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.datastore.v1.client.QuerySplitterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s -- in com.google.datastore.v1.client.QuerySplitterTest
[INFO] Running com.google.datastore.v1.client.ChecksumEnforcingInputStreamTest
Test duration for payloadsize = 2** 21 is: 24ms
Test duration for payloadsize = 2** 22 is: 46ms
Test duration for payloadsize = 2** 23 is: 68ms
Test duration for payloadsize = 2** 24 is: 141ms
Test duration for payloadsize = 2** 25 is: 336ms
Test duration for payloadsize = 2** 26 is: 609ms
Test duration for payloadsize = 2** 27 is: 1903ms
Test duration for payloadsize = 2** 28 is: 2069ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.239 s -- in com.google.datastore.v1.client.ChecksumEnforcingInputStreamTest
[INFO] Running com.google.datastore.v1.client.EndToEndChecksumHandlerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.datastore.v1.client.EndToEndChecksumHandlerTest
[INFO] Running com.google.datastore.v1.client.RemoteRpcTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in com.google.datastore.v1.client.RemoteRpcTest
[INFO] Running com.google.datastore.v1.client.DatastoreHelperTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in com.google.datastore.v1.client.DatastoreHelperTest
[INFO] Running com.google.datastore.v1.client.DatastoreClientTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in com.google.datastore.v1.client.DatastoreClientTest
[INFO] Running com.google.datastore.v1.client.DatastoreFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.datastore.v1.client.DatastoreFactoryTest
[INFO] Running com.google.datastore.v1.client.DatastoreEmulatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.datastore.v1.client.DatastoreEmulatorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ datastore-v1-proto-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ datastore-v1-proto-client ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.datastore.v1.client.it.ITDatastoreProtoClientTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s -- in com.google.datastore.v1.client.it.ITDatastoreProtoClientTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ datastore-v1-proto-client ---
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ datastore-v1-proto-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ datastore-v1-proto-client <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ datastore-v1-proto-client ---
[INFO] Skipping execution
[INFO]
[INFO] --------------< com.google.cloud:google-cloud-datastore >---------------
[INFO] Building Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT [7/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 76 source files with javac [debug deprecation target 1.8] to target/test-classes
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ google-cloud-datastore ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.cloud.datastore.NullValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in com.google.cloud.datastore.NullValueTest
[INFO] Running com.google.cloud.datastore.BaseDatastoreBatchWriterTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in com.google.cloud.datastore.BaseDatastoreBatchWriterTest
[INFO] Running com.google.cloud.datastore.admin.v1.DatastoreAdminClientHttpJsonTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in com.google.cloud.datastore.admin.v1.DatastoreAdminClientHttpJsonTest
[INFO] Running com.google.cloud.datastore.admin.v1.DatastoreAdminClientTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s -- in com.google.cloud.datastore.admin.v1.DatastoreAdminClientTest
[INFO] Running com.google.cloud.datastore.models.ExplainOptionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in com.google.cloud.datastore.models.ExplainOptionsTest
[INFO] Running com.google.cloud.datastore.models.PlanSummaryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in com.google.cloud.datastore.models.PlanSummaryTest
[INFO] Running com.google.cloud.datastore.models.ExecutionStatsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in com.google.cloud.datastore.models.ExecutionStatsTest
[INFO] Running com.google.cloud.datastore.TransactionExceptionHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.TransactionExceptionHandlerTest
[INFO] Running com.google.cloud.datastore.StructuredQueryProtoPreparerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in com.google.cloud.datastore.StructuredQueryProtoPreparerTest
[INFO] Running com.google.cloud.datastore.SerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in com.google.cloud.datastore.SerializationTest
[INFO] Running com.google.cloud.datastore.it.MultipleAttemptsRuleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in com.google.cloud.datastore.it.MultipleAttemptsRuleTest
[INFO] Running com.google.cloud.datastore.spi.v1.RpcUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in com.google.cloud.datastore.spi.v1.RpcUtilsTest
[INFO] Running com.google.cloud.datastore.RawValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.RawValueTest
[INFO] Running com.google.cloud.datastore.BlobValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.BlobValueTest
[INFO] Running com.google.cloud.datastore.telemetry.DisabledTraceUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in com.google.cloud.datastore.telemetry.DisabledTraceUtilTest
[INFO] Running com.google.cloud.datastore.telemetry.EnabledTraceUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in com.google.cloud.datastore.telemetry.EnabledTraceUtilTest
[INFO] Running com.google.cloud.datastore.telemetry.TraceUtilTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in com.google.cloud.datastore.telemetry.TraceUtilTest
[INFO] Running com.google.cloud.datastore.ValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.ValueTest
[INFO] Running com.google.cloud.datastore.v1.DatastoreClientHttpJsonTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in com.google.cloud.datastore.v1.DatastoreClientHttpJsonTest
[INFO] Running com.google.cloud.datastore.v1.DatastoreClientTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in com.google.cloud.datastore.v1.DatastoreClientTest
[INFO] Running com.google.cloud.datastore.DatastoreHelperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in com.google.cloud.datastore.DatastoreHelperTest
[INFO] Running com.google.cloud.datastore.KeyFactoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.KeyFactoryTest
[INFO] Running com.google.cloud.datastore.BaseEntityTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in com.google.cloud.datastore.BaseEntityTest
[INFO] Running com.google.cloud.datastore.GrpcToDatastoreCodeTranslationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in com.google.cloud.datastore.GrpcToDatastoreCodeTranslationTest
[INFO] Running com.google.cloud.datastore.CursorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.CursorTest
[INFO] Running com.google.cloud.datastore.ListValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.google.cloud.datastore.ListValueTest
[INFO] Running com.google.cloud.datastore.TimestampValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.google.cloud.datastore.TimestampValueTest
[INFO] Running com.google.cloud.datastore.EntityValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.EntityValueTest
[INFO] Running com.google.cloud.datastore.ProjectionEntityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.ProjectionEntityTest
[INFO] Running com.google.cloud.datastore.LatLngTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.LatLngTest
[INFO] Running com.google.cloud.datastore.ReadOptionProtoPreparerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in com.google.cloud.datastore.ReadOptionProtoPreparerTest
[INFO] Running com.google.cloud.datastore.DoubleValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.DoubleValueTest
[INFO] Running com.google.cloud.datastore.KeyTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in com.google.cloud.datastore.KeyTest
[INFO] Running com.google.cloud.datastore.DatastoreOptionsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in com.google.cloud.datastore.DatastoreOptionsTest
[INFO] Running com.google.cloud.datastore.GqlQueryProtoPreparerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in com.google.cloud.datastore.GqlQueryProtoPreparerTest
[INFO] Running com.google.cloud.datastore.aggregation.AvgAggregationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in com.google.cloud.datastore.aggregation.AvgAggregationTest
[INFO] Running com.google.cloud.datastore.aggregation.SumAggregationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.google.cloud.datastore.aggregation.SumAggregationTest
[INFO] Running com.google.cloud.datastore.aggregation.CountAggregationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.aggregation.CountAggregationTest
[INFO] Running com.google.cloud.datastore.IncompleteKeyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.IncompleteKeyTest
[INFO] Running com.google.cloud.datastore.LongValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.LongValueTest
[INFO] Running com.google.cloud.datastore.LatLngValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.LatLngValueTest
[INFO] Running com.google.cloud.datastore.BlobTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in com.google.cloud.datastore.BlobTest
[INFO] Running com.google.cloud.datastore.StringValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.google.cloud.datastore.StringValueTest
[INFO] Running com.google.cloud.datastore.PathElementTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.PathElementTest
[INFO] Running com.google.cloud.datastore.AggregationQueryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.AggregationQueryTest
[INFO] Running com.google.cloud.datastore.execution.AggregationQueryExecutorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in com.google.cloud.datastore.execution.AggregationQueryExecutorTest
[INFO] Running com.google.cloud.datastore.execution.request.AggregationQueryRequestProtoPreparerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.google.cloud.datastore.execution.request.AggregationQueryRequestProtoPreparerTest
[INFO] Running com.google.cloud.datastore.execution.response.AggregationQueryResponseTransformerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.execution.response.AggregationQueryResponseTransformerTest
[INFO] Running com.google.cloud.datastore.BooleanValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.BooleanValueTest
[INFO] Running com.google.cloud.datastore.DatastoreUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.DatastoreUtilsTest
[INFO] Running com.google.cloud.datastore.DatastoreExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in com.google.cloud.datastore.DatastoreExceptionTest
[INFO] Running com.google.cloud.datastore.FullEntityTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.FullEntityTest
[INFO] Running com.google.cloud.datastore.StructuredQueryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.google.cloud.datastore.StructuredQueryTest
[INFO] Running com.google.cloud.datastore.EntityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.google.cloud.datastore.EntityTest
[INFO] Running com.google.cloud.datastore.BaseKeyTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.google.cloud.datastore.BaseKeyTest
[INFO] Running com.google.cloud.datastore.KeyValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.KeyValueTest
[INFO] Running com.google.cloud.datastore.AggregationResultTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.AggregationResultTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 316, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore ---
[INFO] Loading execution data file /tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO] Analyzed bundle 'Google Cloud Datastore' with 189 classes
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.cloud.datastore.it.ITE2ETracingTest
Oct 15, 2024 4:29:13 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:13 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=94441ff7d4c55d381ea57c7dbcab10d3, spanId=696c95734fcaa6f2
Oct 15, 2024 4:29:14 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009753493, expectedCallStack[0]=ITE2ETracingTest1729009753493
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:19 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:19 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=5c6fa81d5644215738d2da1dd8797642, spanId=834fe72175a64dd5
Oct 15, 2024 4:29:19 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009759292, expectedCallStack[0]=ITE2ETracingTest1729009759292
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e1061daa4eae3ae8a943034608f54c13, spanId=74a1cfc7c98c2a41
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009765336, expectedCallStack[0]=ITE2ETracingTest1729009765336
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f3f0b1589dba7e3b96f9760257d2d81c, spanId=68319ca7d901cdcc
Oct 15, 2024 4:29:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:31 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009768980, expectedCallStack[0]=ITE2ETracingTest1729009768980
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e73ac3c51535f49b932b0ca5b530ca01, spanId=e3bcb0d62c98b27a
Oct 15, 2024 4:29:35 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009774773, expectedCallStack[0]=ITE2ETracingTest1729009774773
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=d55b11971b8924f2f5be37021a057351, spanId=b8055b44ffcbe964
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009779175, expectedCallStack[0]=ITE2ETracingTest1729009779175
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8182a7497e389233ecce900943d54f04, spanId=b4c8c137d62074b9
Oct 15, 2024 4:29:46 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009785747, expectedCallStack[0]=ITE2ETracingTest1729009785747
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=d77659a92cd0853f422f7b8c304a8436, spanId=c37da4ac6a152722
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009791096, expectedCallStack[0]=ITE2ETracingTest1729009791096
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=a32c960ebdf56ac6e2915765b4d993a1, spanId=6ef94a3262fd15a3
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009795318, expectedCallStack[0]=ITE2ETracingTest1729009795318
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=190419889dcbdf96e1d0eed0948a20ca, spanId=dc6480ff6ab96408
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009799367, expectedCallStack[0]=ITE2ETracingTest1729009799367
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e5c9a319f7d9d8ddf688b7fdc2a6cb0d, spanId=7569f74ba365f052
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009802360, expectedCallStack[0]=ITE2ETracingTest1729009802360
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8d2bcab9a0efb597cbe17cad5e9b3801, spanId=a2d84fc7f44073f4
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:07 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009805383, expectedCallStack[0]=ITE2ETracingTest1729009805383
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=bfc24d7363fc830f39d0753b79a14af4, spanId=578574bfde3fe9d9
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009809312, expectedCallStack[0]=ITE2ETracingTest1729009809312
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009809312, expectedCallStack[0]=ITE2ETracingTest1729009809312
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009809312, expectedCallStack[0]=ITE2ETracingTest1729009809312
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=bfe97d87d17e3190d9dd0139706b4ed8, spanId=ab090ed37fe32238
Oct 15, 2024 4:30:14 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:15 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009813794, expectedCallStack[0]=ITE2ETracingTest1729009813794
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009813794, expectedCallStack[0]=ITE2ETracingTest1729009813794
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009813794, expectedCallStack[0]=ITE2ETracingTest1729009813794
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=6a8a9953f34cda685af7a195a87593a7, spanId=831cf51f9740b433
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:19 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009817400, expectedCallStack[0]=ITE2ETracingTest1729009817400
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009817400, expectedCallStack[0]=ITE2ETracingTest1729009817400
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009817400, expectedCallStack[0]=ITE2ETracingTest1729009817400
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1affebcd95aefc2a93c81406ba118db2, spanId=12605b981fe18a85
Oct 15, 2024 4:30:22 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009821858, expectedCallStack[0]=ITE2ETracingTest1729009821858
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009821858, expectedCallStack[0]=ITE2ETracingTest1729009821858
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009821858, expectedCallStack[0]=ITE2ETracingTest1729009821858
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f4853c64c8834aeae40ff714ad897112, spanId=983896316be5a732
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009826326, expectedCallStack[0]=ITE2ETracingTest1729009826326
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=90443e52391f73d33101c43facc88f2a, spanId=c8fcb037e4155581
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:31 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009830038, expectedCallStack[0]=ITE2ETracingTest1729009830038
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:35 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=76264dbf1047a5ec28c739a2718381e4, spanId=447a9c09a16c6982
Oct 15, 2024 4:30:35 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009835002, expectedCallStack[0]=ITE2ETracingTest1729009835002
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=9139f2d3305689657536909b2c29aa97, spanId=a780cf0a72a041e1
Oct 15, 2024 4:30:40 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009839905, expectedCallStack[0]=ITE2ETracingTest1729009839905
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=aa6ef762b86a4b701a24226ec599a0bf, spanId=343d59386cd87a1c
Oct 15, 2024 4:30:45 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009844853, expectedCallStack[0]=ITE2ETracingTest1729009844853
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=ee172230211fa2449a33f2aeb9a1d9ea, spanId=c06bc2f03746d225
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009850088, expectedCallStack[0]=ITE2ETracingTest1729009850088
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=4a53d30a6d0501b97fb995fc246495db, spanId=171667d8552ba124
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:58 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009854115, expectedCallStack[0]=ITE2ETracingTest1729009854115
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=11b43541da83f70ba698165efeb0e036, spanId=1458d17cab34097d
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:03 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009860274, expectedCallStack[0]=ITE2ETracingTest1729009860274
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:05 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:05 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=aa91514f519b38378386ee83b6138d31, spanId=a16dd315e32a4219
Oct 15, 2024 4:31:05 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:07 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:08 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009865258, expectedCallStack[0]=ITE2ETracingTest1729009865258
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009865258, expectedCallStack[0]=ITE2ETracingTest1729009865258
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009865258, expectedCallStack[0]=ITE2ETracingTest1729009865258
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=9b5ec2772111994ae4c5fba325f64010, spanId=f4b0462e7001a81c
Oct 15, 2024 4:31:11 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:15 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009870867, expectedCallStack[0]=ITE2ETracingTest1729009870867
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009870867, expectedCallStack[0]=ITE2ETracingTest1729009870867
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009870867, expectedCallStack[0]=ITE2ETracingTest1729009870867
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=c3403f7f12b65dd7666493ec48405c88, spanId=d957bb1aa14217d5
Oct 15, 2024 4:31:17 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:19 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009876487, expectedCallStack[0]=ITE2ETracingTest1729009876487
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009876487, expectedCallStack[0]=ITE2ETracingTest1729009876487
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009876487, expectedCallStack[0]=ITE2ETracingTest1729009876487
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:21 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:21 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=3db754a175faf516310987f618ce8a49, spanId=7c5f3dc3ad1c3560
Oct 15, 2024 4:31:21 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009881089, expectedCallStack[0]=ITE2ETracingTest1729009881089
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009881089, expectedCallStack[0]=ITE2ETracingTest1729009881089
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009881089, expectedCallStack[0]=ITE2ETracingTest1729009881089
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=259db61a798e5dbc2563e56577680979, spanId=8946f6d565d692e5
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:26 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:26 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:27 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:27 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:28 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:28 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009884618, expectedCallStack[0]=ITE2ETracingTest1729009884618
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009884618, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009884618 didn't match Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009884618, expectedCallStack[0]=ITE2ETracingTest1729009884618
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=43993917715d06eef82e955bac86411c, spanId=23aef08c15ec66f2
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:30 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:30 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:31 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:31 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009889450, expectedCallStack[0]=ITE2ETracingTest1729009889450
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009889450, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009889450 didn't match Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009889450, expectedCallStack[0]=ITE2ETracingTest1729009889450
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=d94450e9f2da76be97d4505483fd720f, spanId=2cee6e64a858d007
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:33 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:33 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:34 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:34 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009892159, expectedCallStack[0]=ITE2ETracingTest1729009892159
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009892159, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009892159 didn't match Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009892159, expectedCallStack[0]=ITE2ETracingTest1729009892159
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1628d23a41ebf390595149254d134bef, spanId=3b94072a83905b88
Oct 15, 2024 4:31:36 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:37 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:37 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:38 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:38 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009895969, expectedCallStack[0]=ITE2ETracingTest1729009895969
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009895969, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009895969 didn't match Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009895969, expectedCallStack[0]=ITE2ETracingTest1729009895969
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=90620a2163e43c65acaad44ba2491937, spanId=e30fc184574b22f1
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009899755, expectedCallStack[0]=ITE2ETracingTest1729009899755
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1ee212868891e33a2c1fbd56b80890a8, spanId=71eee0e432490557
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009903476, expectedCallStack[0]=ITE2ETracingTest1729009903476
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=697e89a4b8cb7787ea4923520047fb29, spanId=2634620377a17a87
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009908352, expectedCallStack[0]=ITE2ETracingTest1729009908352
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=282b2dd3dec08ff94c4095ce8e6fb1e9, spanId=7691a0ff4a87adbe
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009912162, expectedCallStack[0]=ITE2ETracingTest1729009912162
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8d98a78671b77a8eabb97675aacc7400, spanId=9a0e2c5e51a3f7e6
Oct 15, 2024 4:31:56 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:58 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009915958, expectedCallStack[0]=ITE2ETracingTest1729009915958
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009915958, expectedCallStack[0]=ITE2ETracingTest1729009915958
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009915958, expectedCallStack[0]=ITE2ETracingTest1729009915958
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=47bfb8b29dd3dc3fe90cf538cf733a06, spanId=2bdcacb3b5391c45
Oct 15, 2024 4:32:02 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:03 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009921496, expectedCallStack[0]=ITE2ETracingTest1729009921496
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009921496, expectedCallStack[0]=ITE2ETracingTest1729009921496
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009921496, expectedCallStack[0]=ITE2ETracingTest1729009921496
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1450c7d7cfe4df55f13185276021be32, spanId=ff41c76b4e1d421a
Oct 15, 2024 4:32:07 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:08 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009926983, expectedCallStack[0]=ITE2ETracingTest1729009926983
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009926983, expectedCallStack[0]=ITE2ETracingTest1729009926983
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009926983, expectedCallStack[0]=ITE2ETracingTest1729009926983
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:13 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:13 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=66f01fdfe4b308ccee45944a7d9bb01e, spanId=c15e0ea119bb39c6
Oct 15, 2024 4:32:18 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009933258, expectedCallStack[0]=ITE2ETracingTest1729009933258
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009933258, expectedCallStack[0]=ITE2ETracingTest1729009933258
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009933258, expectedCallStack[0]=ITE2ETracingTest1729009933258
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=4cd632df3669f88fe9bed93b273da045, spanId=72abede2291c7426
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009941530, expectedCallStack[0]=ITE2ETracingTest1729009941530
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009941530, expectedCallStack[0]=ITE2ETracingTest1729009941530
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009941530, expectedCallStack[0]=ITE2ETracingTest1729009941530
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=62d7ccdb38475b9f5366a7c97807eb8c, spanId=e10ec9d228ac265e
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009945394, expectedCallStack[0]=ITE2ETracingTest1729009945394
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009945394, expectedCallStack[0]=ITE2ETracingTest1729009945394
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009945394, expectedCallStack[0]=ITE2ETracingTest1729009945394
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f984fff9a15bd766c39bb5a3d8c96c51, spanId=da6efa1e3742b6ef
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009949392, expectedCallStack[0]=ITE2ETracingTest1729009949392
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009949392, expectedCallStack[0]=ITE2ETracingTest1729009949392
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009949392, expectedCallStack[0]=ITE2ETracingTest1729009949392
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=80876466ccc3f52f2862344ce0e8c247, spanId=d26fe7144c3c0cb5
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009953231, expectedCallStack[0]=ITE2ETracingTest1729009953231
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009953231, expectedCallStack[0]=ITE2ETracingTest1729009953231
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009953231, expectedCallStack[0]=ITE2ETracingTest1729009953231
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1a156cae412f3d84cdfc4ebec8f2695a, spanId=e73685ceb3ff5f1e
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009957141, expectedCallStack[0]=ITE2ETracingTest1729009957141
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009957141, expectedCallStack[0]=ITE2ETracingTest1729009957141
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009957141, expectedCallStack[0]=ITE2ETracingTest1729009957141
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=6eb6b9a2401b5da59f92f86c2d798381, spanId=40f64223553469b1
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009962408, expectedCallStack[0]=ITE2ETracingTest1729009962408
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009962408, expectedCallStack[0]=ITE2ETracingTest1729009962408
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009962408, expectedCallStack[0]=ITE2ETracingTest1729009962408
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:52 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:52 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f6efe26f4295c5365d2eab01248351a6, spanId=541f294f6f70b721
Oct 15, 2024 4:32:52 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009972154, expectedCallStack[0]=ITE2ETracingTest1729009972154
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009972154, expectedCallStack[0]=ITE2ETracingTest1729009972154
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009972154, expectedCallStack[0]=ITE2ETracingTest1729009972154
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=c3553e0f330ea8625191d9e78726a9bf, spanId=ce286228a9c1e055
Oct 15, 2024 4:32:57 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:58 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009976749, expectedCallStack[0]=ITE2ETracingTest1729009976749
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009976749, expectedCallStack[0]=ITE2ETracingTest1729009976749
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009976749, expectedCallStack[0]=ITE2ETracingTest1729009976749
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=9d10318f3c780af9d861c63884706acf, spanId=e073dc73a10cf085
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009980381, expectedCallStack[0]=ITE2ETracingTest1729009980381
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=b81e8cb1206874fc317c9c775d4b73e1, spanId=7565b0fe2469fd51
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009984128, expectedCallStack[0]=ITE2ETracingTest1729009984128
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e04d2c78ae12ed9ee38ba775745fd749, spanId=1edbfed413c00bb7
Oct 15, 2024 4:33:07 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:07 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:08 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009986963, expectedCallStack[0]=ITE2ETracingTest1729009986963
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=cc082c0072a8c11cf8f1dbd6bcdbc665, spanId=a7093b724f8a1afd
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009995219, expectedCallStack[0]=ITE2ETracingTest1729009995219
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=2ff3253a51ee1b283c3fd5a0611f45dc, spanId=1316ae66ffe4af32
Oct 15, 2024 4:33:19 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:19 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009998986, expectedCallStack[0]=ITE2ETracingTest1729009998986
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=eed6207b4d1a8ae97c38e79bc2bcec92, spanId=733c28608b2e775b
Oct 15, 2024 4:33:23 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010002824, expectedCallStack[0]=ITE2ETracingTest1729010002824
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8fda086739d04d95f78fd1ae8cab06d6, spanId=820f7a68b699cf99
Oct 15, 2024 4:33:26 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010005770, expectedCallStack[0]=ITE2ETracingTest1729010005770
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=680383a8f88b9d09f81f1d0292a2b43d, spanId=832bb767c7dda81d
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:31 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010009632, expectedCallStack[0]=ITE2ETracingTest1729010009632
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=36138f407e006df5711c5f989a23d8ef, spanId=3cb6c751846dc5ee
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010012401, expectedCallStack[0]=ITE2ETracingTest1729010012401
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=239ebabf1f3de627411626536f42b3f6, spanId=e285b409f4e1cb3b
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010016490, expectedCallStack[0]=ITE2ETracingTest1729010016490
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=88bd9b99bf5a20dde7a634ff88535c01, spanId=8cfac66e6fb6c67c
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010020706, expectedCallStack[0]=ITE2ETracingTest1729010020706
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=ba8fc762e2f13eea9338afaeb40e082d, spanId=8ec313db7da3ee4a
Oct 15, 2024 4:33:46 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010025935, expectedCallStack[0]=ITE2ETracingTest1729010025935
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 277.9 s -- in com.google.cloud.datastore.it.ITE2ETracingTest
[INFO] Running com.google.cloud.datastore.it.ITDatastoreConceptsTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.91 s -- in com.google.cloud.datastore.it.ITDatastoreConceptsTest
[INFO] Running com.google.cloud.datastore.it.ITTracingTest
Oct 15, 2024 4:34:34 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:34 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:35 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:36 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:36 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='077aa22817af4372') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='da884c0c8972f3c5') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:38 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='8a93ce953ccd33be') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:38 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:38 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='0a242cf509de81b9') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:39 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:39 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:39 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='168b03488eaa3475') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='3db9acf22cc31c1f') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='73c05a09bbe217bc') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='69492e1f5cae751e') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='f7a7b67c62736d4a') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='27a917b3177eb6ad') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='b206faf50eff3a26') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='e9d5d9e8fcae19dc') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:43 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:43 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:43 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:44 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:44 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:44 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:45 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:45 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:46 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:47 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:47 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='4c65f74ec35035bf') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='9a3ed9ba06d1b04b') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='a9f1e3bb9cf85cf4') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='95736055b18a2655') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:49 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='ee1dc99f8876f6a4') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:49 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:49 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='ab3d58323ae55660') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:50 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:50 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='00c118f784b156b2') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:50 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='59a51f6ff75a96f6') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='17005b09fae230e6') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='44fa2daf9506e508') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='76344787e4b82700') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='550df304886d697d') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='ce6244a03f7fd6bc') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='8717e3ab36c5095b') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='9ae8b705a2b554c8') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='157db441a08fd8f7') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:54 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:54 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:54 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='e110a5755a80d3d5') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='0c78796d2fd98c1c') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='76bc00e1220f52e7') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='3466b75b80bce4a3') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='e14c0b5a68103de0') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='5c055991347d0560') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='5ddd683794284486') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='3f2a8fbfedb6864f') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:57 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='8a7a22908dee2eef') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:57 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:57 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='93f5328b65488fd3') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='e931561abf080b4a') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='5ee4d73dc4c52723') contains an event named 'Commit complete.'
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.27 s -- in com.google.cloud.datastore.it.ITTracingTest
[INFO] Running com.google.cloud.datastore.it.ITDatastoreTestGrpc
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.06 s -- in com.google.cloud.datastore.it.ITDatastoreTestGrpc
[INFO] Running com.google.cloud.datastore.it.ITDatastoreTestHttp
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.28 s -- in com.google.cloud.datastore.it.ITDatastoreTestHttp
[INFO] Running com.google.cloud.datastore.testing.ITLocalDatastoreHelperTest
Oct 15, 2024 4:38:12 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:12 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected non-HTTP/2 connection.
Oct 15, 2024 4:38:12 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:13 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected HTTP/2 connection.
[datastore] *** shutting down gRPC server since JVM is shutting down
[datastore] *** server shut down
Oct 15, 2024 4:38:14 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] scheduler shutting down.
Oct 15, 2024 4:38:16 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:16 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected non-HTTP/2 connection.
Oct 15, 2024 4:38:16 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:18 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected HTTP/2 connection.
[datastore] *** shutting down gRPC server since JVM is shutting down
[datastore] *** server shut down
Oct 15, 2024 4:38:18 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] scheduler shutting down.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.836 s -- in com.google.cloud.datastore.testing.ITLocalDatastoreHelperTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 365, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore ---
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/google-cloud-datastore/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore ---
[INFO] Skipping execution
[INFO]
[INFO] ------------< com.google.cloud:google-cloud-datastore-bom >-------------
[INFO] Building Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT [8/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-bom ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-bom ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-bom ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-bom ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-bom ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-bom >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-bom <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-bom ---
[INFO] Skipping execution
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 2.362 s]
[INFO] proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 1.605 s]
[INFO] grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 2.116 s]
[INFO] proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.523 s]
[INFO] grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.848 s]
[INFO] datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 11.821 s]
[INFO] Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [09:23 min]
[INFO] Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.034 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:44 min
[INFO] Finished at: 2024-10-15T16:38:20Z
[INFO] ------------------------------------------------------------------------
coercing sponge logs...
exiting with 0
cleanup
[ID: 8060339] Command finished after 657 secs, exit value: 0
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[09:38:26 PDT] Collecting build artifacts from build VM
[09:38:27 PDT] Kokoro builder finished
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[09:27:23 PDT] Transferring environment variable script to build VM
[09:27:24 PDT] Transferring kokoro_log_reader.py to build VM
[09:27:25 PDT] Transferring source code to build VM
[09:27:29 PDT] Executing build script on build VM
[ID: 8060339] Executing command via SSH:
export KOKORO_BUILD_NUMBER="2633"
export KOKORO_JOB_NAME="cloud-devrel/client-libraries/java/java-datastore/presubmit/integration"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 github/java-datastore/.kokoro/trampoline.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup bash -c "( rm -f /tmpfs/kokoro_build_exit_code ; github/java-datastore/.kokoro/trampoline.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ) > /tmpfs/kokoro_build.log 2>&1" > /dev/null 2>&1 & echo $! > /tmpfs/kokoro_build.pid ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
2024-10-15 09:27:30 Creating folder on disk for secrets: /tmpfs/src/gfile/secret_manager
2024-10-15 09:27:30 Retrieving secret java-it-service-account
2024-10-15 09:27:32 Secret written to /tmpfs/src/gfile/secret_manager/java-it-service-account
Activated service account credentials for: [kokoro-trampoline@cloud-devrel-kokoro-resources.iam.gserviceaccount.com]
WARNING: Your config file at [/home/kbuilder/.docker/config.json] contains these credential helper entries:
{
"credHelpers": {
"gcr.io": "gcr",
"us.gcr.io": "gcr",
"asia.gcr.io": "gcr",
"staging-k8s.gcr.io": "gcr",
"eu.gcr.io": "gcr"
}
}
These will be overwritten.
Docker configuration file updated.
Using default tag: latest
latest: Pulling from cloud-devrel-kokoro-resources/java8
Digest: sha256:521b85d77597f9491fbd44162437354ef7f9596cd287215c507b5ef945e189db
Status: Image is up to date for gcr.io/cloud-devrel-kokoro-resources/java8:latest
gcr.io/cloud-devrel-kokoro-resources/java8:latest
Executing: docker run --rm --interactive --network=host --privileged --volume=/var/run/docker.sock:/var/run/docker.sock --workdir=/tmpfs/src --entrypoint=github/java-datastore/.kokoro/build.sh --env-file=/tmpfs/tmp/tmp54o9sh_x/envfile --volume=/tmpfs:/tmpfs gcr.io/cloud-devrel-kokoro-resources/java8
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /usr/local/lib/maven
Java version: 1.8.0_342, vendor: Oracle Corporation, runtime: /usr/local/openjdk-8/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.0.0-050000rc8-generic", arch: "amd64", family: "unix"
integration
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /usr/local/lib/maven
Java version: 1.8.0_342, vendor: Oracle Corporation, runtime: /usr/local/openjdk-8/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.0.0-050000rc8-generic", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.google.cloud:google-cloud-datastore-bom:pom:2.22.0-grpc-experimental-1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ line 77, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Inspecting build with total of 8 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Google Cloud Datastore Parent [pom]
[INFO] proto-google-cloud-datastore-v1 [jar]
[INFO] grpc-google-cloud-datastore-v1 [jar]
[INFO] proto-google-cloud-datastore-admin-v1 [jar]
[INFO] grpc-google-cloud-datastore-admin-v1 [jar]
[INFO] datastore-v1-proto-client [jar]
[INFO] Google Cloud Datastore [jar]
[INFO] Google Cloud datastore BOM [pom]
[INFO]
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 4
[INFO]
[INFO] -----------< com.google.cloud:google-cloud-datastore-parent >-----------
[INFO]
[INFO] Building Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT [1/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------< com.google.cloud:google-cloud-datastore-bom >-------------
[INFO] Building Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT [2/8]
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Google Cloud Datastore Parent:
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Google Cloud datastore BOM:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-bom ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/target/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-parent ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-parent ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-bom ---
[INFO] Tests are skipped.
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-bom >>>
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-parent >>>
[INFO]
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-parent <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-parent ---
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-bom <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-bom ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ google-cloud-datastore-parent ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ google-cloud-datastore-bom ---
[INFO] Installing /tmpfs/src/github/java-datastore/pom.xml to /root/.m2/repository/com/google/cloud/google-cloud-datastore-parent/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore-bom/pom.xml to /root/.m2/repository/com/google/cloud/google-cloud-datastore-bom/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/target/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore-parent/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-parent-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore-bom/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-bom-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --------< com.google.api.grpc:proto-google-cloud-datastore-v1 >---------
[INFO] Building proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT [3/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] -----< com.google.api.grpc:proto-google-cloud-datastore-admin-v1 >------
[INFO] Building proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [4/8]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in proto-google-cloud-datastore-v1:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in proto-google-cloud-datastore-admin-v1:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 5 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 97 source files with javac [debug deprecation target 1.8] to target/classes
[INFO] Compiling 42 source files with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 42 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/proto
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] ------< com.google.api.grpc:grpc-google-cloud-datastore-admin-v1 >------
[INFO] Building grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [5/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in grpc-google-cloud-datastore-admin-v1:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] Copying 5 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 97 source files with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-admin-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ proto-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-v1/0.113.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-v1/0.113.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/proto-google-cloud-datastore-v1/0.113.0-grpc-experimental-1-SNAPSHOT/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO]
[INFO] ---------< com.google.api.grpc:grpc-google-cloud-datastore-v1 >---------
[INFO] Building grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT [6/8]
[INFO] --------< com.google.cloud.datastore:datastore-v1-proto-client >--------
[INFO] Building datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT [7/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in grpc-google-cloud-datastore-v1:
[WARNING] The following plugins are not marked @threadSafe in datastore-v1-proto-client:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ grpc-google-cloud-datastore-v1 ---
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/.flattened-pom.xml to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/api/grpc/grpc-google-cloud-datastore-v1/2.22.0-grpc-experimental-1-SNAPSHOT/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation target 1.8] to target/test-classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[27,34] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[87,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[102,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[117,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[243,17] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[257,25] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[44,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[51,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[57,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[79,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[81,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[93,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,39] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[81,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[82,13] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[62,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[79,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[98,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[117,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[133,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ datastore-v1-proto-client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ datastore-v1-proto-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ datastore-v1-proto-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ datastore-v1-proto-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ datastore-v1-proto-client ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ datastore-v1-proto-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ datastore-v1-proto-client <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ datastore-v1-proto-client ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ datastore-v1-proto-client ---
[INFO] Installing /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/cloud/datastore/datastore-v1-proto-client/2.22.0-grpc-experimental-1-SNAPSHOT/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/datastore-v1-proto-client/pom.xml to /root/.m2/repository/com/google/cloud/datastore/datastore-v1-proto-client/2.22.0-grpc-experimental-1-SNAPSHOT/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/datastore/datastore-v1-proto-client/2.22.0-grpc-experimental-1-SNAPSHOT/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --------------< com.google.cloud:google-cloud-datastore >---------------
[INFO] Building Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT [8/8]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadSafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Google Cloud Datastore:
[WARNING] org.codehaus.mojo:clirr-maven-plugin:2.8
[WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.
[WARNING] *****************************************************************
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 76 source files with javac [debug deprecation target 1.8] to target/test-classes
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ google-cloud-datastore ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore ---
[INFO] Tests are skipped.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/google-cloud-datastore/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore ---
[INFO] Skipping execution
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ google-cloud-datastore ---
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore/.flattened-pom.xml to /root/.m2/repository/com/google/cloud/google-cloud-datastore/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.pom
[INFO] Installing /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar to /root/.m2/repository/com/google/cloud/google-cloud-datastore/2.22.0-grpc-experimental-1-SNAPSHOT/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 6.013 s]
[INFO] proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 14.131 s]
[INFO] grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.772 s]
[INFO] proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 10.025 s]
[INFO] grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 1.701 s]
[INFO] datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 2.581 s]
[INFO] Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 6.431 s]
[INFO] Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 6.021 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.254 s (Wall Clock)
[INFO] Finished at: 2024-10-15T16:28:34Z
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.google.cloud:google-cloud-datastore-bom:pom:2.22.0-grpc-experimental-1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ line 77, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] Inspecting build with total of 8 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 8 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Google Cloud Datastore Parent [pom]
[INFO] proto-google-cloud-datastore-v1 [jar]
[INFO] grpc-google-cloud-datastore-v1 [jar]
[INFO] proto-google-cloud-datastore-admin-v1 [jar]
[INFO] grpc-google-cloud-datastore-admin-v1 [jar]
[INFO] datastore-v1-proto-client [jar]
[INFO] Google Cloud Datastore [jar]
[INFO] Google Cloud datastore BOM [pom]
[INFO]
[INFO] -----------< com.google.cloud:google-cloud-datastore-parent >-----------
[INFO] Building Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT [1/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-parent ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-parent ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-parent ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-parent ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-parent ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-parent ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-parent ---
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-parent <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-parent ---
[INFO] Skipping execution
[INFO]
[INFO] --------< com.google.api.grpc:proto-google-cloud-datastore-v1 >---------
[INFO] Building proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT [2/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/src/main/resources
[INFO] Copying 5 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-v1:jar:0.113.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/proto-google-cloud-datastore-v1-0.113.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] ---------< com.google.api.grpc:grpc-google-cloud-datastore-v1 >---------
[INFO] Building grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT [3/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/grpc-google-cloud-datastore-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] -----< com.google.api.grpc:proto-google-cloud-datastore-admin-v1 >------
[INFO] Building proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [4/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ proto-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ proto-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:proto-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/proto-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/proto-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ proto-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ proto-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] ------< com.google.api.grpc:grpc-google-cloud-datastore-admin-v1 >------
[INFO] Building grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT [5/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No sources to compile
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ grpc-google-cloud-datastore-admin-v1 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ grpc-google-cloud-datastore-admin-v1 >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Generating flattened POM of project com.google.api.grpc:grpc-google-cloud-datastore-admin-v1:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation target 1.8] to target/classes
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/grpc-google-cloud-datastore-admin-v1-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/grpc-google-cloud-datastore-admin-v1/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ grpc-google-cloud-datastore-admin-v1 <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ grpc-google-cloud-datastore-admin-v1 ---
[INFO] Skipping execution
[INFO]
[INFO] --------< com.google.cloud.datastore:datastore-v1-proto-client >--------
[INFO] Building datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT [6/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation target 1.8] to target/test-classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[23,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[27,34] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[87,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[102,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[117,21] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[243,17] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreClientTest.java:[257,25] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[44,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[51,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[57,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[79,14] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[81,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreEmulatorTest.java:[93,16] start(java.lang.String,java.lang.String,java.lang.String...) in com.google.datastore.v1.client.DatastoreEmulator has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[56,39] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[81,5] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/DatastoreFactoryTest.java:[82,13] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[62,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[79,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[98,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[117,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/test/java/com/google/datastore/v1/client/RemoteRpcTest.java:[133,13] com.google.api.client.util.Charsets in com.google.api.client.util has been deprecated
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ datastore-v1-proto-client ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ datastore-v1-proto-client ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.datastore.v1.client.QuerySplitterTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s -- in com.google.datastore.v1.client.QuerySplitterTest
[INFO] Running com.google.datastore.v1.client.ChecksumEnforcingInputStreamTest
Test duration for payloadsize = 2** 21 is: 24ms
Test duration for payloadsize = 2** 22 is: 46ms
Test duration for payloadsize = 2** 23 is: 68ms
Test duration for payloadsize = 2** 24 is: 141ms
Test duration for payloadsize = 2** 25 is: 336ms
Test duration for payloadsize = 2** 26 is: 609ms
Test duration for payloadsize = 2** 27 is: 1903ms
Test duration for payloadsize = 2** 28 is: 2069ms
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.239 s -- in com.google.datastore.v1.client.ChecksumEnforcingInputStreamTest
[INFO] Running com.google.datastore.v1.client.EndToEndChecksumHandlerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.datastore.v1.client.EndToEndChecksumHandlerTest
[INFO] Running com.google.datastore.v1.client.RemoteRpcTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in com.google.datastore.v1.client.RemoteRpcTest
[INFO] Running com.google.datastore.v1.client.DatastoreHelperTest
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in com.google.datastore.v1.client.DatastoreHelperTest
[INFO] Running com.google.datastore.v1.client.DatastoreClientTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in com.google.datastore.v1.client.DatastoreClientTest
[INFO] Running com.google.datastore.v1.client.DatastoreFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.datastore.v1.client.DatastoreFactoryTest
[INFO] Running com.google.datastore.v1.client.DatastoreEmulatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.datastore.v1.client.DatastoreEmulatorTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ datastore-v1-proto-client ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ datastore-v1-proto-client ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ datastore-v1-proto-client ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.datastore.v1.client.it.ITDatastoreProtoClientTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s -- in com.google.datastore.v1.client.it.ITDatastoreProtoClientTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ datastore-v1-proto-client ---
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ datastore-v1-proto-client >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ datastore-v1-proto-client ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ datastore-v1-proto-client ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ datastore-v1-proto-client ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datastore-v1-proto-client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ datastore-v1-proto-client ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[19,52] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/RemoteRpc.java:[199,16] copy(java.io.InputStream,java.io.OutputStream,boolean) in com.google.api.client.util.IOUtils has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[190,18] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[195,16] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[248,12] com.google.api.client.googleapis.auth.oauth2.GoogleCredential in com.google.api.client.googleapis.auth.oauth2 has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java:[326,14] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/datastore-v1-proto-client-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/datastore-v1-proto-client/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ datastore-v1-proto-client <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ datastore-v1-proto-client ---
[INFO] Skipping execution
[INFO]
[INFO] --------------< com.google.cloud:google-cloud-datastore >---------------
[INFO] Building Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT [7/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/proto
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 76 source files with javac [debug deprecation target 1.8] to target/test-classes
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/test/java/com/google/cloud/datastore/TestUtils.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-surefire-plugin:3.5.0:test (default-test) @ google-cloud-datastore ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.cloud.datastore.NullValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in com.google.cloud.datastore.NullValueTest
[INFO] Running com.google.cloud.datastore.BaseDatastoreBatchWriterTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in com.google.cloud.datastore.BaseDatastoreBatchWriterTest
[INFO] Running com.google.cloud.datastore.admin.v1.DatastoreAdminClientHttpJsonTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in com.google.cloud.datastore.admin.v1.DatastoreAdminClientHttpJsonTest
[INFO] Running com.google.cloud.datastore.admin.v1.DatastoreAdminClientTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s -- in com.google.cloud.datastore.admin.v1.DatastoreAdminClientTest
[INFO] Running com.google.cloud.datastore.models.ExplainOptionsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in com.google.cloud.datastore.models.ExplainOptionsTest
[INFO] Running com.google.cloud.datastore.models.PlanSummaryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in com.google.cloud.datastore.models.PlanSummaryTest
[INFO] Running com.google.cloud.datastore.models.ExecutionStatsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in com.google.cloud.datastore.models.ExecutionStatsTest
[INFO] Running com.google.cloud.datastore.TransactionExceptionHandlerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.TransactionExceptionHandlerTest
[INFO] Running com.google.cloud.datastore.StructuredQueryProtoPreparerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in com.google.cloud.datastore.StructuredQueryProtoPreparerTest
[INFO] Running com.google.cloud.datastore.SerializationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in com.google.cloud.datastore.SerializationTest
[INFO] Running com.google.cloud.datastore.it.MultipleAttemptsRuleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in com.google.cloud.datastore.it.MultipleAttemptsRuleTest
[INFO] Running com.google.cloud.datastore.spi.v1.RpcUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in com.google.cloud.datastore.spi.v1.RpcUtilsTest
[INFO] Running com.google.cloud.datastore.RawValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.RawValueTest
[INFO] Running com.google.cloud.datastore.BlobValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.BlobValueTest
[INFO] Running com.google.cloud.datastore.telemetry.DisabledTraceUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in com.google.cloud.datastore.telemetry.DisabledTraceUtilTest
[INFO] Running com.google.cloud.datastore.telemetry.EnabledTraceUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in com.google.cloud.datastore.telemetry.EnabledTraceUtilTest
[INFO] Running com.google.cloud.datastore.telemetry.TraceUtilTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in com.google.cloud.datastore.telemetry.TraceUtilTest
[INFO] Running com.google.cloud.datastore.ValueTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.ValueTest
[INFO] Running com.google.cloud.datastore.v1.DatastoreClientHttpJsonTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in com.google.cloud.datastore.v1.DatastoreClientHttpJsonTest
[INFO] Running com.google.cloud.datastore.v1.DatastoreClientTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in com.google.cloud.datastore.v1.DatastoreClientTest
[INFO] Running com.google.cloud.datastore.DatastoreHelperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in com.google.cloud.datastore.DatastoreHelperTest
[INFO] Running com.google.cloud.datastore.KeyFactoryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.KeyFactoryTest
[INFO] Running com.google.cloud.datastore.BaseEntityTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in com.google.cloud.datastore.BaseEntityTest
[INFO] Running com.google.cloud.datastore.GrpcToDatastoreCodeTranslationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in com.google.cloud.datastore.GrpcToDatastoreCodeTranslationTest
[INFO] Running com.google.cloud.datastore.CursorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.CursorTest
[INFO] Running com.google.cloud.datastore.ListValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.google.cloud.datastore.ListValueTest
[INFO] Running com.google.cloud.datastore.TimestampValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.google.cloud.datastore.TimestampValueTest
[INFO] Running com.google.cloud.datastore.EntityValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.EntityValueTest
[INFO] Running com.google.cloud.datastore.ProjectionEntityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.ProjectionEntityTest
[INFO] Running com.google.cloud.datastore.LatLngTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.LatLngTest
[INFO] Running com.google.cloud.datastore.ReadOptionProtoPreparerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in com.google.cloud.datastore.ReadOptionProtoPreparerTest
[INFO] Running com.google.cloud.datastore.DoubleValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.DoubleValueTest
[INFO] Running com.google.cloud.datastore.KeyTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in com.google.cloud.datastore.KeyTest
[INFO] Running com.google.cloud.datastore.DatastoreOptionsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in com.google.cloud.datastore.DatastoreOptionsTest
[INFO] Running com.google.cloud.datastore.GqlQueryProtoPreparerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in com.google.cloud.datastore.GqlQueryProtoPreparerTest
[INFO] Running com.google.cloud.datastore.aggregation.AvgAggregationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in com.google.cloud.datastore.aggregation.AvgAggregationTest
[INFO] Running com.google.cloud.datastore.aggregation.SumAggregationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in com.google.cloud.datastore.aggregation.SumAggregationTest
[INFO] Running com.google.cloud.datastore.aggregation.CountAggregationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in com.google.cloud.datastore.aggregation.CountAggregationTest
[INFO] Running com.google.cloud.datastore.IncompleteKeyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.IncompleteKeyTest
[INFO] Running com.google.cloud.datastore.LongValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.LongValueTest
[INFO] Running com.google.cloud.datastore.LatLngValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.LatLngValueTest
[INFO] Running com.google.cloud.datastore.BlobTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in com.google.cloud.datastore.BlobTest
[INFO] Running com.google.cloud.datastore.StringValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.google.cloud.datastore.StringValueTest
[INFO] Running com.google.cloud.datastore.PathElementTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.PathElementTest
[INFO] Running com.google.cloud.datastore.AggregationQueryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.AggregationQueryTest
[INFO] Running com.google.cloud.datastore.execution.AggregationQueryExecutorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in com.google.cloud.datastore.execution.AggregationQueryExecutorTest
[INFO] Running com.google.cloud.datastore.execution.request.AggregationQueryRequestProtoPreparerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.google.cloud.datastore.execution.request.AggregationQueryRequestProtoPreparerTest
[INFO] Running com.google.cloud.datastore.execution.response.AggregationQueryResponseTransformerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.execution.response.AggregationQueryResponseTransformerTest
[INFO] Running com.google.cloud.datastore.BooleanValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.BooleanValueTest
[INFO] Running com.google.cloud.datastore.DatastoreUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.DatastoreUtilsTest
[INFO] Running com.google.cloud.datastore.DatastoreExceptionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in com.google.cloud.datastore.DatastoreExceptionTest
[INFO] Running com.google.cloud.datastore.FullEntityTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in com.google.cloud.datastore.FullEntityTest
[INFO] Running com.google.cloud.datastore.StructuredQueryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in com.google.cloud.datastore.StructuredQueryTest
[INFO] Running com.google.cloud.datastore.EntityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.google.cloud.datastore.EntityTest
[INFO] Running com.google.cloud.datastore.BaseKeyTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in com.google.cloud.datastore.BaseKeyTest
[INFO] Running com.google.cloud.datastore.KeyValueTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in com.google.cloud.datastore.KeyValueTest
[INFO] Running com.google.cloud.datastore.AggregationResultTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in com.google.cloud.datastore.AggregationResultTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 316, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore ---
[INFO] Loading execution data file /tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO] Analyzed bundle 'Google Cloud Datastore' with 189 classes
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:jar (default-jar) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore ---
[INFO] Building jar: /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.google.cloud.datastore.it.ITE2ETracingTest
Oct 15, 2024 4:29:13 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:13 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=94441ff7d4c55d381ea57c7dbcab10d3, spanId=696c95734fcaa6f2
Oct 15, 2024 4:29:14 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009753493, expectedCallStack[0]=ITE2ETracingTest1729009753493
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:19 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:19 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=5c6fa81d5644215738d2da1dd8797642, spanId=834fe72175a64dd5
Oct 15, 2024 4:29:19 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009759292, expectedCallStack[0]=ITE2ETracingTest1729009759292
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e1061daa4eae3ae8a943034608f54c13, spanId=74a1cfc7c98c2a41
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009765336, expectedCallStack[0]=ITE2ETracingTest1729009765336
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:28 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f3f0b1589dba7e3b96f9760257d2d81c, spanId=68319ca7d901cdcc
Oct 15, 2024 4:29:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:31 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009768980, expectedCallStack[0]=ITE2ETracingTest1729009768980
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunAggregationQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunAggregationQuery, expectedCallStack[0]=RunAggregationQuery
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunAggregationQuery
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:34 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e73ac3c51535f49b932b0ca5b530ca01, spanId=e3bcb0d62c98b27a
Oct 15, 2024 4:29:35 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009774773, expectedCallStack[0]=ITE2ETracingTest1729009774773
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=d55b11971b8924f2f5be37021a057351, spanId=b8055b44ffcbe964
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009779175, expectedCallStack[0]=ITE2ETracingTest1729009779175
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:45 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8182a7497e389233ecce900943d54f04, spanId=b4c8c137d62074b9
Oct 15, 2024 4:29:46 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009785747, expectedCallStack[0]=ITE2ETracingTest1729009785747
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=d77659a92cd0853f422f7b8c304a8436, spanId=c37da4ac6a152722
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009791096, expectedCallStack[0]=ITE2ETracingTest1729009791096
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:29:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=a32c960ebdf56ac6e2915765b4d993a1, spanId=6ef94a3262fd15a3
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009795318, expectedCallStack[0]=ITE2ETracingTest1729009795318
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=190419889dcbdf96e1d0eed0948a20ca, spanId=dc6480ff6ab96408
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:29:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009799367, expectedCallStack[0]=ITE2ETracingTest1729009799367
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e5c9a319f7d9d8ddf688b7fdc2a6cb0d, spanId=7569f74ba365f052
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009802360, expectedCallStack[0]=ITE2ETracingTest1729009802360
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8d2bcab9a0efb597cbe17cad5e9b3801, spanId=a2d84fc7f44073f4
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:07 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009805383, expectedCallStack[0]=ITE2ETracingTest1729009805383
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=bfc24d7363fc830f39d0753b79a14af4, spanId=578574bfde3fe9d9
Oct 15, 2024 4:30:09 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009809312, expectedCallStack[0]=ITE2ETracingTest1729009809312
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009809312, expectedCallStack[0]=ITE2ETracingTest1729009809312
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009809312, expectedCallStack[0]=ITE2ETracingTest1729009809312
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:13 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=bfe97d87d17e3190d9dd0139706b4ed8, spanId=ab090ed37fe32238
Oct 15, 2024 4:30:14 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:15 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009813794, expectedCallStack[0]=ITE2ETracingTest1729009813794
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009813794, expectedCallStack[0]=ITE2ETracingTest1729009813794
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009813794, expectedCallStack[0]=ITE2ETracingTest1729009813794
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=6a8a9953f34cda685af7a195a87593a7, spanId=831cf51f9740b433
Oct 15, 2024 4:30:17 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:19 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009817400, expectedCallStack[0]=ITE2ETracingTest1729009817400
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009817400, expectedCallStack[0]=ITE2ETracingTest1729009817400
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009817400, expectedCallStack[0]=ITE2ETracingTest1729009817400
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:21 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1affebcd95aefc2a93c81406ba118db2, spanId=12605b981fe18a85
Oct 15, 2024 4:30:22 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009821858, expectedCallStack[0]=ITE2ETracingTest1729009821858
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009821858, expectedCallStack[0]=ITE2ETracingTest1729009821858
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009821858, expectedCallStack[0]=ITE2ETracingTest1729009821858
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f4853c64c8834aeae40ff714ad897112, spanId=983896316be5a732
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009826326, expectedCallStack[0]=ITE2ETracingTest1729009826326
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=90443e52391f73d33101c43facc88f2a, spanId=c8fcb037e4155581
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:31 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009830038, expectedCallStack[0]=ITE2ETracingTest1729009830038
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:34 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:35 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=76264dbf1047a5ec28c739a2718381e4, spanId=447a9c09a16c6982
Oct 15, 2024 4:30:35 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009835002, expectedCallStack[0]=ITE2ETracingTest1729009835002
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:39 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=9139f2d3305689657536909b2c29aa97, spanId=a780cf0a72a041e1
Oct 15, 2024 4:30:40 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009839905, expectedCallStack[0]=ITE2ETracingTest1729009839905
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=AllocateIds, expectedCallStackSize=2
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=AllocateIds, expectedCallStack[0]=AllocateIds
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for AllocateIds
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:44 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=aa6ef762b86a4b701a24226ec599a0bf, spanId=343d59386cd87a1c
Oct 15, 2024 4:30:45 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009844853, expectedCallStack[0]=ITE2ETracingTest1729009844853
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=ee172230211fa2449a33f2aeb9a1d9ea, spanId=c06bc2f03746d225
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009850088, expectedCallStack[0]=ITE2ETracingTest1729009850088
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=4a53d30a6d0501b97fb995fc246495db, spanId=171667d8552ba124
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:30:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:58 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009854115, expectedCallStack[0]=ITE2ETracingTest1729009854115
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:30:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=11b43541da83f70ba698165efeb0e036, spanId=1458d17cab34097d
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:03 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009860274, expectedCallStack[0]=ITE2ETracingTest1729009860274
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:31:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:05 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:05 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=aa91514f519b38378386ee83b6138d31, spanId=a16dd315e32a4219
Oct 15, 2024 4:31:05 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:07 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:08 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009865258, expectedCallStack[0]=ITE2ETracingTest1729009865258
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009865258, expectedCallStack[0]=ITE2ETracingTest1729009865258
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009865258, expectedCallStack[0]=ITE2ETracingTest1729009865258
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:10 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=9b5ec2772111994ae4c5fba325f64010, spanId=f4b0462e7001a81c
Oct 15, 2024 4:31:11 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:15 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009870867, expectedCallStack[0]=ITE2ETracingTest1729009870867
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009870867, expectedCallStack[0]=ITE2ETracingTest1729009870867
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009870867, expectedCallStack[0]=ITE2ETracingTest1729009870867
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:16 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=c3403f7f12b65dd7666493ec48405c88, spanId=d957bb1aa14217d5
Oct 15, 2024 4:31:17 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:19 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009876487, expectedCallStack[0]=ITE2ETracingTest1729009876487
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009876487, expectedCallStack[0]=ITE2ETracingTest1729009876487
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009876487, expectedCallStack[0]=ITE2ETracingTest1729009876487
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:21 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:21 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=3db754a175faf516310987f618ce8a49, spanId=7c5f3dc3ad1c3560
Oct 15, 2024 4:31:21 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=5, retrievedSpanCount=5
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009881089, expectedCallStack[0]=ITE2ETracingTest1729009881089
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009881089, expectedCallStack[0]=ITE2ETracingTest1729009881089
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for RunQuery
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009881089, expectedCallStack[0]=ITE2ETracingTest1729009881089
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Run, expectedCallStackSize=3
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Run, expectedCallStack[0]=Transaction.Run
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=259db61a798e5dbc2563e56577680979, spanId=8946f6d565d692e5
Oct 15, 2024 4:31:24 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:26 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:26 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:27 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:27 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:28 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:28 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009884618, expectedCallStack[0]=ITE2ETracingTest1729009884618
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009884618, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009884618 didn't match Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009884618, expectedCallStack[0]=ITE2ETracingTest1729009884618
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=43993917715d06eef82e955bac86411c, spanId=23aef08c15ec66f2
Oct 15, 2024 4:31:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:30 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:30 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:31 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:31 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009889450, expectedCallStack[0]=ITE2ETracingTest1729009889450
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009889450, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009889450 didn't match Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009889450, expectedCallStack[0]=ITE2ETracingTest1729009889450
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=d94450e9f2da76be97d4505483fd720f, spanId=2cee6e64a858d007
Oct 15, 2024 4:31:32 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:33 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:33 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:34 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:34 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009892159, expectedCallStack[0]=ITE2ETracingTest1729009892159
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009892159, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009892159 didn't match Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009892159, expectedCallStack[0]=ITE2ETracingTest1729009892159
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:35 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1628d23a41ebf390595149254d134bef, spanId=3b94072a83905b88
Oct 15, 2024 4:31:36 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:37 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:37 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:38 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:38 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Trace Found. The trace did not contain 2 spans. Going to retry.
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest traceContainerTest
INFO: Success: Got 2 spans.
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009895969, expectedCallStack[0]=ITE2ETracingTest1729009895969
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009895969, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: ITE2ETracingTest1729009895969 didn't match Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009895969, expectedCallStack[0]=ITE2ETracingTest1729009895969
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=3
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=90620a2163e43c65acaad44ba2491937, spanId=e30fc184574b22f1
Oct 15, 2024 4:31:39 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009899755, expectedCallStack[0]=ITE2ETracingTest1729009899755
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1ee212868891e33a2c1fbd56b80890a8, spanId=71eee0e432490557
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009903476, expectedCallStack[0]=ITE2ETracingTest1729009903476
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=697e89a4b8cb7787ea4923520047fb29, spanId=2634620377a17a87
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009908352, expectedCallStack[0]=ITE2ETracingTest1729009908352
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=282b2dd3dec08ff94c4095ce8e6fb1e9, spanId=7691a0ff4a87adbe
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:52 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009912162, expectedCallStack[0]=ITE2ETracingTest1729009912162
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Lookup, expectedCallStackSize=2
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Lookup, expectedCallStack[0]=Lookup
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Lookup
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:31:55 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8d98a78671b77a8eabb97675aacc7400, spanId=9a0e2c5e51a3f7e6
Oct 15, 2024 4:31:56 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:31:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:58 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:31:59 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009915958, expectedCallStack[0]=ITE2ETracingTest1729009915958
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009915958, expectedCallStack[0]=ITE2ETracingTest1729009915958
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009915958, expectedCallStack[0]=ITE2ETracingTest1729009915958
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:01 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=47bfb8b29dd3dc3fe90cf538cf733a06, spanId=2bdcacb3b5391c45
Oct 15, 2024 4:32:02 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:03 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009921496, expectedCallStack[0]=ITE2ETracingTest1729009921496
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009921496, expectedCallStack[0]=ITE2ETracingTest1729009921496
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009921496, expectedCallStack[0]=ITE2ETracingTest1729009921496
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:06 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1450c7d7cfe4df55f13185276021be32, spanId=ff41c76b4e1d421a
Oct 15, 2024 4:32:07 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:08 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009926983, expectedCallStack[0]=ITE2ETracingTest1729009926983
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009926983, expectedCallStack[0]=ITE2ETracingTest1729009926983
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009926983, expectedCallStack[0]=ITE2ETracingTest1729009926983
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:13 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:13 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=66f01fdfe4b308ccee45944a7d9bb01e, spanId=c15e0ea119bb39c6
Oct 15, 2024 4:32:18 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009933258, expectedCallStack[0]=ITE2ETracingTest1729009933258
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009933258, expectedCallStack[0]=ITE2ETracingTest1729009933258
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.RunQuery
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009933258, expectedCallStack[0]=ITE2ETracingTest1729009933258
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.RunQuery, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.RunQuery, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.RunQuery didn't match Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=4cd632df3669f88fe9bed93b273da045, spanId=72abede2291c7426
Oct 15, 2024 4:32:21 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009941530, expectedCallStack[0]=ITE2ETracingTest1729009941530
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009941530, expectedCallStack[0]=ITE2ETracingTest1729009941530
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009941530, expectedCallStack[0]=ITE2ETracingTest1729009941530
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=62d7ccdb38475b9f5366a7c97807eb8c, spanId=e10ec9d228ac265e
Oct 15, 2024 4:32:25 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009945394, expectedCallStack[0]=ITE2ETracingTest1729009945394
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009945394, expectedCallStack[0]=ITE2ETracingTest1729009945394
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009945394, expectedCallStack[0]=ITE2ETracingTest1729009945394
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f984fff9a15bd766c39bb5a3d8c96c51, spanId=da6efa1e3742b6ef
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009949392, expectedCallStack[0]=ITE2ETracingTest1729009949392
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009949392, expectedCallStack[0]=ITE2ETracingTest1729009949392
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009949392, expectedCallStack[0]=ITE2ETracingTest1729009949392
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=80876466ccc3f52f2862344ce0e8c247, spanId=d26fe7144c3c0cb5
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:34 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009953231, expectedCallStack[0]=ITE2ETracingTest1729009953231
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009953231, expectedCallStack[0]=ITE2ETracingTest1729009953231
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009953231, expectedCallStack[0]=ITE2ETracingTest1729009953231
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Commit, expectedCallStackSize=2
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Commit, expectedCallStack[0]=Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Commit
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=1a156cae412f3d84cdfc4ebec8f2695a, spanId=e73685ceb3ff5f1e
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009957141, expectedCallStack[0]=ITE2ETracingTest1729009957141
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009957141, expectedCallStack[0]=ITE2ETracingTest1729009957141
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009957141, expectedCallStack[0]=ITE2ETracingTest1729009957141
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=6eb6b9a2401b5da59f92f86c2d798381, spanId=40f64223553469b1
Oct 15, 2024 4:32:42 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009962408, expectedCallStack[0]=ITE2ETracingTest1729009962408
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009962408, expectedCallStack[0]=ITE2ETracingTest1729009962408
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009962408, expectedCallStack[0]=ITE2ETracingTest1729009962408
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:32:51 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:52 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:32:52 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=f6efe26f4295c5365d2eab01248351a6, spanId=541f294f6f70b721
Oct 15, 2024 4:32:52 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:53 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:54 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:55 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009972154, expectedCallStack[0]=ITE2ETracingTest1729009972154
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009972154, expectedCallStack[0]=ITE2ETracingTest1729009972154
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009972154, expectedCallStack[0]=ITE2ETracingTest1729009972154
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:32:56 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=c3553e0f330ea8625191d9e78726a9bf, spanId=ce286228a9c1e055
Oct 15, 2024 4:32:57 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:32:57 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:32:58 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=4, retrievedSpanCount=4
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009976749, expectedCallStack[0]=ITE2ETracingTest1729009976749
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Begin
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Begin
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009976749, expectedCallStack[0]=ITE2ETracingTest1729009976749
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Lookup
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009976749, expectedCallStack[0]=ITE2ETracingTest1729009976749
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Begin, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Begin, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Begin didn't match Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Lookup, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Lookup, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: Transaction.Lookup didn't match Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Transaction.Rollback, expectedCallStackSize=2
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Transaction.Rollback, expectedCallStack[0]=Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Transaction.Rollback
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=9d10318f3c780af9d861c63884706acf, spanId=e073dc73a10cf085
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:00 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:01 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:02 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009980381, expectedCallStack[0]=ITE2ETracingTest1729009980381
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=b81e8cb1206874fc317c9c775d4b73e1, spanId=7565b0fe2469fd51
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:04 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:05 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009984128, expectedCallStack[0]=ITE2ETracingTest1729009984128
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:06 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=e04d2c78ae12ed9ee38ba775745fd749, spanId=1edbfed413c00bb7
Oct 15, 2024 4:33:07 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:07 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:08 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:09 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:10 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:11 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:12 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:13 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009986963, expectedCallStack[0]=ITE2ETracingTest1729009986963
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:14 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=cc082c0072a8c11cf8f1dbd6bcdbc665, spanId=a7093b724f8a1afd
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:15 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:16 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:17 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009995219, expectedCallStack[0]=ITE2ETracingTest1729009995219
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=ReserveIds, expectedCallStackSize=2
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ReserveIds, expectedCallStack[0]=ReserveIds
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for ReserveIds
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:18 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=2ff3253a51ee1b283c3fd5a0611f45dc, spanId=1316ae66ffe4af32
Oct 15, 2024 4:33:19 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:19 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:20 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:21 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729009998986, expectedCallStack[0]=ITE2ETracingTest1729009998986
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:22 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=eed6207b4d1a8ae97c38e79bc2bcec92, spanId=733c28608b2e775b
Oct 15, 2024 4:33:23 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:23 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:24 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010002824, expectedCallStack[0]=ITE2ETracingTest1729010002824
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:25 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=8fda086739d04d95f78fd1ae8cab06d6, spanId=820f7a68b699cf99
Oct 15, 2024 4:33:26 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:26 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:27 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:28 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010005770, expectedCallStack[0]=ITE2ETracingTest1729010005770
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=680383a8f88b9d09f81f1d0292a2b43d, spanId=832bb767c7dda81d
Oct 15, 2024 4:33:29 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:30 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:31 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010009632, expectedCallStack[0]=ITE2ETracingTest1729010009632
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=36138f407e006df5711c5f989a23d8ef, spanId=3cb6c751846dc5ee
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:32 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:33 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:35 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010012401, expectedCallStack[0]=ITE2ETracingTest1729010012401
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=239ebabf1f3de627411626536f42b3f6, spanId=e285b409f4e1cb3b
Oct 15, 2024 4:33:36 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:37 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:38 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:39 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010016490, expectedCallStack[0]=ITE2ETracingTest1729010016490
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=88bd9b99bf5a20dde7a634ff88535c01, spanId=8cfac66e6fb6c67c
Oct 15, 2024 4:33:40 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:41 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:42 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:43 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:44 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010020706, expectedCallStack[0]=ITE2ETracingTest1729010020706
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:33:45 PM com.google.cloud.datastore.it.ITE2ETracingTest getNewSpanContext
INFO: traceId=ba8fc762e2f13eea9338afaeb40e082d, spanId=8ec313db7da3ee4a
Oct 15, 2024 4:33:46 PM com.google.cloud.datastore.it.ITE2ETracingTest waitForTracesToComplete
INFO: Flushing traces...
Oct 15, 2024 4:33:46 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:47 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:48 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:49 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Trace not found, retrying in 1000 ms
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: expectedSpanCount=2, retrievedSpanCount=2
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
INFO: Checking if TraceContainer contains the callStack
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=ITE2ETracingTest1729010025935, expectedCallStack[0]=ITE2ETracingTest1729010025935
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: childSpan=Commit, expectedCallStackSize=2
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: span=Commit, expectedCallStack[0]=Commit
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest$TraceContainer dfsContainsCallStack
INFO: No more children for Commit
Oct 15, 2024 4:33:50 PM com.google.cloud.datastore.it.ITE2ETracingTest fetchAndValidateTrace
SEVERE: CallStack not found in TraceContainer.
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 277.9 s -- in com.google.cloud.datastore.it.ITE2ETracingTest
[INFO] Running com.google.cloud.datastore.it.ITDatastoreConceptsTest
[INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.91 s -- in com.google.cloud.datastore.it.ITDatastoreConceptsTest
[INFO] Running com.google.cloud.datastore.it.ITTracingTest
Oct 15, 2024 4:34:34 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:34 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:35 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:36 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:36 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='077aa22817af4372') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='da884c0c8972f3c5') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:37 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:38 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='8a93ce953ccd33be') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:38 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:38 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'RunQuery' (ID='0a242cf509de81b9') contains an event named 'RunQuery complete.'
Oct 15, 2024 4:34:39 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:39 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:39 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='168b03488eaa3475') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:40 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='3db9acf22cc31c1f') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='73c05a09bbe217bc') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='69492e1f5cae751e') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='f7a7b67c62736d4a') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:41 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='27a917b3177eb6ad') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='b206faf50eff3a26') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Commit' (ID='e9d5d9e8fcae19dc') contains an event named 'Transaction.Commit complete.'
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:42 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:43 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:43 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:43 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:44 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:44 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:44 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:45 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:45 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:46 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:47 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:47 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='4c65f74ec35035bf') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='9a3ed9ba06d1b04b') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='a9f1e3bb9cf85cf4') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Lookup' (ID='95736055b18a2655') contains an event named 'Lookup complete.'
Oct 15, 2024 4:34:48 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:49 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='ee1dc99f8876f6a4') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:49 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:49 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='ab3d58323ae55660') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:50 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:50 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='00c118f784b156b2') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:50 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.RunQuery' (ID='59a51f6ff75a96f6') contains an event named 'Transaction.RunQuery complete.'
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='17005b09fae230e6') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:51 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='44fa2daf9506e508') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='76344787e4b82700') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='550df304886d697d') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:52 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='ce6244a03f7fd6bc') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='8717e3ab36c5095b') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Lookup' (ID='9ae8b705a2b554c8') contains an event named 'Transaction.Lookup complete.'
Oct 15, 2024 4:34:53 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Transaction.Rollback' (ID='157db441a08fd8f7') contains an event named 'Transaction.Rollback'
Oct 15, 2024 4:34:54 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:54 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:54 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='e110a5755a80d3d5') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='0c78796d2fd98c1c') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:55 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='76bc00e1220f52e7') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='3466b75b80bce4a3') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='e14c0b5a68103de0') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='5c055991347d0560') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='5ddd683794284486') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='3f2a8fbfedb6864f') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:56 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:57 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='8a7a22908dee2eef') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:57 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:57 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='93f5328b65488fd3') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='e931561abf080b4a') contains an event named 'Commit complete.'
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest before
INFO: Integration test using named database test-db
Oct 15, 2024 4:34:58 PM com.google.cloud.datastore.it.ITTracingTest hasEvent
INFO: Checking if span named 'Commit' (ID='5ee4d73dc4c52723') contains an event named 'Commit complete.'
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.27 s -- in com.google.cloud.datastore.it.ITTracingTest
[INFO] Running com.google.cloud.datastore.it.ITDatastoreTestGrpc
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.06 s -- in com.google.cloud.datastore.it.ITDatastoreTestGrpc
[INFO] Running com.google.cloud.datastore.it.ITDatastoreTestHttp
[INFO] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.28 s -- in com.google.cloud.datastore.it.ITDatastoreTestHttp
[INFO] Running com.google.cloud.datastore.testing.ITLocalDatastoreHelperTest
Oct 15, 2024 4:38:12 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:12 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected non-HTTP/2 connection.
Oct 15, 2024 4:38:12 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:13 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected HTTP/2 connection.
[datastore] *** shutting down gRPC server since JVM is shutting down
[datastore] *** server shut down
Oct 15, 2024 4:38:14 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] scheduler shutting down.
Oct 15, 2024 4:38:16 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:16 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected non-HTTP/2 connection.
Oct 15, 2024 4:38:16 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Adding handler(s) to newly registered Channel.
Oct 15, 2024 4:38:18 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] Detected HTTP/2 connection.
[datastore] *** shutting down gRPC server since JVM is shutting down
[datastore] *** server shut down
Oct 15, 2024 4:38:18 PM com.google.cloud.testing.BlockingProcessStreamReader writeLog
INFO: [datastore] scheduler shutting down.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.836 s -- in com.google.cloud.datastore.testing.ITLocalDatastoreHelperTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 365, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore ---
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-datastore ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO] skip non existing resourceDirectory /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/proto
[INFO]
[INFO] --- flatten-maven-plugin:1.3.0:flatten (flatten) @ google-cloud-datastore ---
[INFO] Generating flattened POM of project com.google.cloud:google-cloud-datastore:jar:2.22.0-grpc-experimental-1-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ google-cloud-datastore ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 110 source files with javac [debug deprecation target 1.8] to target/classes
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/spi/v1/HttpDatastoreRpc.java:[78,52] projectEndpoint(java.lang.String) in com.google.datastore.v1.client.DatastoreOptions.Builder has been deprecated
[WARNING] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/EnabledTraceUtil.java:[119,17] addCallback(com.google.api.core.ApiFuture,com.google.api.core.ApiFutureCallback) in com.google.api.core.ApiFutures has been deprecated
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Some input files use unchecked or unsafe operations.
[INFO] /tmpfs/src/github/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/StructuredQuery.java: Recompile with -Xlint:unchecked for details.
[WARNING] Overwriting artifact's file from /tmpfs/src/github/java-datastore/google-cloud-datastore/target/google-cloud-datastore-2.22.0-grpc-experimental-1-SNAPSHOT.jar to /tmpfs/src/github/java-datastore/google-cloud-datastore/target/classes
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore ---
[INFO] Skipping execution
[INFO]
[INFO] ------------< com.google.cloud:google-cloud-datastore-bom >-------------
[INFO] Building Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT [8/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-test-resource (add-test-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.24:check (java8) @ google-cloud-datastore-bom ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:report (report) @ google-cloud-datastore-bom ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:3.4.2:test-jar (default) @ google-cloud-datastore-bom ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:integration-test (default) @ google-cloud-datastore-bom ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-failsafe-plugin:3.5.0:verify (default) @ google-cloud-datastore-bom ---
[INFO] No tests to run.
[INFO]
[INFO] >>> clirr-maven-plugin:2.8:check (default) > compile @ google-cloud-datastore-bom >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.5.0:enforce (enforce) @ google-cloud-datastore-bom ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.12:prepare-agent (default) @ google-cloud-datastore-bom ---
[INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/tmpfs/src/github/java-datastore/google-cloud-datastore-bom/target/jacoco.exec
[INFO]
[INFO] --- build-helper-maven-plugin:3.6.0:add-resource (add-main-proto-resources) @ google-cloud-datastore-bom ---
[INFO]
[INFO] <<< clirr-maven-plugin:2.8:check (default) < compile @ google-cloud-datastore-bom <<<
[INFO]
[INFO]
[INFO] --- clirr-maven-plugin:2.8:check (default) @ google-cloud-datastore-bom ---
[INFO] Skipping execution
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Google Cloud Datastore Parent 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 2.362 s]
[INFO] proto-google-cloud-datastore-v1 0.113.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 1.605 s]
[INFO] grpc-google-cloud-datastore-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 2.116 s]
[INFO] proto-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.523 s]
[INFO] grpc-google-cloud-datastore-admin-v1 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.848 s]
[INFO] datastore-v1-proto-client 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 11.821 s]
[INFO] Google Cloud Datastore 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [09:23 min]
[INFO] Google Cloud datastore BOM 2.22.0-grpc-experimental-1-SNAPSHOT SUCCESS [ 0.034 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:44 min
[INFO] Finished at: 2024-10-15T16:38:20Z
[INFO] ------------------------------------------------------------------------
coercing sponge logs...
exiting with 0
cleanup
[ID: 8060339] Command finished after 657 secs, exit value: 0
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[09:38:26 PDT] Collecting build artifacts from build VM
[09:38:27 PDT] Kokoro builder finished