Skip to content

build: bump com.google.cloud.tools.jib from 3.4.0 to 3.4.1 #466

build: bump com.google.cloud.tools.jib from 3.4.0 to 3.4.1

build: bump com.google.cloud.tools.jib from 3.4.0 to 3.4.1 #466

GitHub Actions / JUnit Tests succeeded Feb 26, 2024 in 0s

120 passed, 0 failed and 9 skipped

Tests passed successfully

Report Passed Failed Skipped Time
common/build/test-results/test/TEST-co.elastic.otel.common.AbstractSimpleChainingSpanProcessorTest.xml 2✔️ 89ms
common/build/test-results/test/TEST-co.elastic.otel.common.ChainingSpanProcessorAutoConfigurationTest.xml 3✔️ 1s
common/build/test-results/test/TEST-co.elastic.otel.common.LocalRootSpanTest.xml 3✔️ 12ms
common/build/test-results/test/TEST-co.elastic.otel.common.MutableSpanTest.xml 5✔️ 15ms
common/build/test-results/test/TEST-co.elastic.otel.common.SpanValueTest.xml 26✔️ 170ms
common/build/test-results/test/TEST-co.elastic.otel.common.util.HexUtilsTest.xml 1✔️ 4ms
custom/build/test-results/test/TEST-co.elastic.otel.config.ConfigurationExporterTest.xml 1✔️ 330ms
custom/build/test-results/test/TEST-co.elastic.otel.config.ReconcileOptionsTest.xml 3✔️ 4ms
custom/build/test-results/test/TEST-co.elastic.otel.ElasticDistroResourceProviderTest.xml 1✔️ 30ms
custom/build/test-results/test/TEST-co.elastic.otel.SpanStackTraceProcessorAutoConfigTest.xml 2✔️ 306ms
custom/build/test-results/test/TEST-co.elastic.otel.SpanStackTraceProcessorTest.xml 3✔️ 16ms
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.asyncprofiler.AsyncProfilerTest.xml 2✔️ 77ms
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.asyncprofiler.AsyncProfilerUpgrader.xml 1✖️ 0ms
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.asyncprofiler.JfrParserTest.xml 1✔️ 16ms
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.CallTreeSpanifyTest.xml 2✔️ 504ms
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.CallTreeTest.xml 33✔️ 1✖️ 1s
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.InferredSpansAutoConfigTest.xml 3✔️ 5s
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.SamplingProfilerQueueTest.xml 1✔️ 53ms
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.SamplingProfilerTest.xml 5✔️ 1✖️ 16s
inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.ThreadMatcherTest.xml 1✔️ 1ms
jvmti-access/build/test-results/test/TEST-co.elastic.otel.ResourceExtractionUtilTest.xml 5✔️ 1s
jvmti-access/build/test-results/test/TEST-co.elastic.otel.UniversalProfilingCorrelationTest$CorrelationMemory.xml 3✔️ 1✖️ 52ms
jvmti-access/build/test-results/test/TEST-co.elastic.otel.UniversalProfilingCorrelationTest$ProfilerSocket.xml 8✔️ 59ms
smoke-tests/build/test-results/test/TEST-com.example.javaagent.smoketest.AgentFeaturesSmokeTest.xml 1✔️ 1s
smoke-tests/build/test-results/test/TEST-com.example.javaagent.smoketest.AppServerProvidersTest.xml 1✔️ 42s
smoke-tests/build/test-results/test/TEST-com.example.javaagent.smoketest.AwsResourceProvidersTest.xml 5✖️ 2ms
testing/integration-tests/inferred-spans-test/build/test-results/test/TEST-InferredSpansTest.xml 1✔️ 569ms
universal-profiling-integration/build/test-results/test/TEST-co.elastic.otel.UniversalProfilingProcessorTest.xml 3✔️ 130ms

✔️ common/build/test-results/test/TEST-co.elastic.otel.common.AbstractSimpleChainingSpanProcessorTest.xml

2 tests were completed in 89ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.common.AbstractSimpleChainingSpanProcessorTest 2✔️ 89ms

✔️ co.elastic.otel.common.AbstractSimpleChainingSpanProcessorTest

✔️ testAttributeUpdate()
✔️ testSpanDropping()

✔️ common/build/test-results/test/TEST-co.elastic.otel.common.ChainingSpanProcessorAutoConfigurationTest.xml

3 tests were completed in 1s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.common.ChainingSpanProcessorAutoConfigurationTest 3✔️ 1s

✔️ co.elastic.otel.common.ChainingSpanProcessorAutoConfigurationTest

✔️ noProcessorCreatedWithoutExporter()
✔️ multipleExporterProcessors()
✔️ verifyProcessorOrder()

✔️ common/build/test-results/test/TEST-co.elastic.otel.common.LocalRootSpanTest.xml

3 tests were completed in 12ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.common.LocalRootSpanTest 3✔️ 12ms

✔️ co.elastic.otel.common.LocalRootSpanTest

✔️ checkInferredSpanDetected()
✔️ checkNested()
✔️ checkRemoteParent()

✔️ common/build/test-results/test/TEST-co.elastic.otel.common.MutableSpanTest.xml

5 tests were completed in 15ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.common.MutableSpanTest 5✔️ 15ms

✔️ co.elastic.otel.common.MutableSpanTest

✔️ testAttributesMutations()
✔️ noDoubleWrapping()
✔️ freezeAfterMutation()
✔️ noSpanDataCopyWithoutMutation()
✔️ testAttributesReusedIfNotMutated()

✔️ common/build/test-results/test/TEST-co.elastic.otel.common.SpanValueTest.xml

26 tests were completed in 170ms with 26 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.common.SpanValueTest 26✔️ 170ms

✔️ co.elastic.otel.common.SpanValueTest

✔️ testInvalidSpanDetected()
✔️ [1] Early Span, dense SpanValue
✔️ [2] Early Span, sparse SpanValue
✔️ [3] Early ReadableSpan, dense SpanValue
✔️ [4] Early ReadableSpan, sparse SpanValue
✔️ [5] New Span, dense SpanValue
✔️ [6] New Span, sparse SpanValue
✔️ [7] MutableSpan, dense SpanValue
✔️ [8] MutableSpan, sparse SpanValue
✔️ verifyMutableSpanUnwrapped()
✔️ [1] Early Span, dense SpanValue
✔️ [2] Early Span, sparse SpanValue
✔️ [3] Early ReadableSpan, dense SpanValue
✔️ [4] Early ReadableSpan, sparse SpanValue
✔️ [5] New Span, dense SpanValue
✔️ [6] New Span, sparse SpanValue
✔️ [7] MutableSpan, dense SpanValue
✔️ [8] MutableSpan, sparse SpanValue
✔️ [1] Early Span, dense SpanValue
✔️ [2] Early Span, sparse SpanValue
✔️ [3] Early ReadableSpan, dense SpanValue
✔️ [4] Early ReadableSpan, sparse SpanValue
✔️ [5] New Span, dense SpanValue
✔️ [6] New Span, sparse SpanValue
✔️ [7] MutableSpan, dense SpanValue
✔️ [8] MutableSpan, sparse SpanValue

✔️ common/build/test-results/test/TEST-co.elastic.otel.common.util.HexUtilsTest.xml

1 tests were completed in 4ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.common.util.HexUtilsTest 1✔️ 4ms

✔️ co.elastic.otel.common.util.HexUtilsTest

✔️ writeHexToByteBuffer()

✔️ custom/build/test-results/test/TEST-co.elastic.otel.config.ConfigurationExporterTest.xml

1 tests were completed in 330ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.config.ConfigurationExporterTest 1✔️ 330ms

✔️ co.elastic.otel.config.ConfigurationExporterTest

✔️ testGeneratedConfigurationDocsAreUpToDate()

✔️ custom/build/test-results/test/TEST-co.elastic.otel.config.ReconcileOptionsTest.xml

3 tests were completed in 4ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.config.ReconcileOptionsTest 3✔️ 4ms

✔️ co.elastic.otel.config.ReconcileOptionsTest

✔️ reconcileWithOneDifferentOption()
✔️ reconcileWithoutOneOption()
✔️ reconcileAllOptions()

✔️ custom/build/test-results/test/TEST-co.elastic.otel.ElasticDistroResourceProviderTest.xml

1 tests were completed in 30ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.ElasticDistroResourceProviderTest 1✔️ 30ms

✔️ co.elastic.otel.ElasticDistroResourceProviderTest

✔️ elasticDistroNameAndVersion()

✔️ custom/build/test-results/test/TEST-co.elastic.otel.SpanStackTraceProcessorAutoConfigTest.xml

2 tests were completed in 306ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.SpanStackTraceProcessorAutoConfigTest 2✔️ 306ms

✔️ co.elastic.otel.SpanStackTraceProcessorAutoConfigTest

✔️ checkStackTracePresent()
✔️ checkMinDurationRespected()

✔️ custom/build/test-results/test/TEST-co.elastic.otel.SpanStackTraceProcessorTest.xml

3 tests were completed in 16ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.SpanStackTraceProcessorTest 3✔️ 16ms

✔️ co.elastic.otel.SpanStackTraceProcessorTest

✔️ checkInferredSpansIgnored()
✔️ checkMinimumDurationRespected()
✔️ checkStackTraceCorrect()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.asyncprofiler.AsyncProfilerTest.xml

2 tests were completed in 77ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.asyncprofiler.AsyncProfilerTest 2✔️ 77ms

✔️ co.elastic.otel.profiler.asyncprofiler.AsyncProfilerTest

✔️ testShouldCopyLibToSpecifiedDirectory(File)
✔️ testShouldCopyLibToTempDirectory()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.asyncprofiler.AsyncProfilerUpgrader.xml

1 tests were completed in 0ms with 0 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.asyncprofiler.AsyncProfilerUpgrader 1✖️ 0ms

✔️ co.elastic.otel.profiler.asyncprofiler.AsyncProfilerUpgrader

✖️ updateAsyncProfilerBinaries()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.asyncprofiler.JfrParserTest.xml

1 tests were completed in 16ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.asyncprofiler.JfrParserTest 1✔️ 16ms

✔️ co.elastic.otel.profiler.asyncprofiler.JfrParserTest

✔️ name()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.CallTreeSpanifyTest.xml

2 tests were completed in 504ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.CallTreeSpanifyTest 2✔️ 504ms

✔️ co.elastic.otel.profiler.CallTreeSpanifyTest

✔️ testCallTreeWithActiveSpan()
✔️ testSpanification()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.CallTreeTest.xml

34 tests were completed in 1s with 33 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.CallTreeTest 33✔️ 1✖️ 1s

✔️ co.elastic.otel.profiler.CallTreeTest

✔️ testGiveEmptyChildIdsTo()
✔️ testRemoveNodesWithCountOne()
✔️ testRegularActivationFollowedByNestedActivationAfterMethodEnds()
✔️ testActivationBetweenMethods_AfterFastMethod()
✔️ testShouldNotCreateInferredSpansForPillarsAndLeafShouldHaveStacktrace()
✔️ testCallTreeActivationAsParentOfFastSpan()
✔️ testDectivationAfterEnd()
✔️ testActivationBetweenMethods()
✔️ testActivationAfterMethodEnds_SameRootDeeperStack()
✔️ testNestedActivation()
✔️ testSameTopOfStackDifferentBottom()
✔️ testActivationBeforeMethodStarts()
✔️ testActivationAfterMethodEnds_RootChangesToB2()
✔️ testCallTreeMultipleActivationsAsLeafWithExcludedParent()
✔️ testActivationAfterMethodEnds_RootChangesToB()
✔️ testActivationAfterMethodEnds()
✔️ testFirstInferredSpanShouldHaveNoStackTrace()
✔️ testStackTraceWithRecursion()
✔️ testDectivationBeforeEnd_DontStealChildIdsOfUnrelatedActivations_Nested()
✔️ testBasicCallTree()
✔️ testActivationBetweenFastMethods()
✔️ testDectivationBeforeEnd2()
✔️ testCallTree()
✔️ testCallTreeActivationAsChildOfFastSpan()
✔️ testDeactivationBeforeEnd()
✔️ testNestedActivationAfterMethodEnds_CommonAncestorA()
✔️ testTwoDistinctInvocationsOfMethodBShouldNotBeFoldedIntoOne()
✔️ testCallTreeMultipleActivationsAsLeaf()
✔️ testCallTreeWithSpanActivations()
✔️ testDectivationBeforeEnd_DontStealChildIdsOfUnrelatedActivations()
✖️ testNestedActivationBeforeCallTree()
✔️ testCallTreeMultipleActivationsWithOneChild()
✔️ testNestedActivationAfterMethodEnds_RootChangesToC()
✔️ testCallTreeActivationAsLeaf()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.InferredSpansAutoConfigTest.xml

3 tests were completed in 5s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.InferredSpansAutoConfigTest 3✔️ 5s

✔️ co.elastic.otel.profiler.InferredSpansAutoConfigTest

✔️ checkProfilerWorking()
✔️ checkAllOptions()
✔️ checkDisabledbyDefault()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.SamplingProfilerQueueTest.xml

1 tests were completed in 53ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.SamplingProfilerQueueTest 1✔️ 53ms

✔️ co.elastic.otel.profiler.SamplingProfilerQueueTest

✔️ testFillQueue()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.SamplingProfilerTest.xml

6 tests were completed in 16s with 5 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.SamplingProfilerTest 5✔️ 1✖️ 16s

✔️ co.elastic.otel.profiler.SamplingProfilerTest

✔️ shouldLazilyCreateTempFilesAndCleanThem()
✔️ testPostProcessingDisabled()
✔️ testProfileTransaction()
✔️ testStartCommand()
✔️ shouldNotDeleteProvidedFiles()
✖️ testVirtualThreadsExcluded()

✔️ inferred-spans/build/test-results/test/TEST-co.elastic.otel.profiler.ThreadMatcherTest.xml

1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.profiler.ThreadMatcherTest 1✔️ 1ms

✔️ co.elastic.otel.profiler.ThreadMatcherTest

✔️ testLookup()

✔️ jvmti-access/build/test-results/test/TEST-co.elastic.otel.ResourceExtractionUtilTest.xml

5 tests were completed in 1s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.ResourceExtractionUtilTest 5✔️ 1s

✔️ co.elastic.otel.ResourceExtractionUtilTest

✔️ exportResourceToDirectoryIdempotence(Path)
✔️ testContentDoesNotMatch(Path)
✔️ exportResourceToDirectoryInMultipleThreads(Path)
✔️ exportResourceToDirectory(Path)
✔️ exportResourceToDirectory_throwExceptionIfNotFound(Path)

✔️ jvmti-access/build/test-results/test/TEST-co.elastic.otel.UniversalProfilingCorrelationTest$CorrelationMemory.xml

4 tests were completed in 52ms with 3 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.UniversalProfilingCorrelationTest$CorrelationMemory 3✔️ 1✖️ 52ms

✔️ co.elastic.otel.UniversalProfilingCorrelationTest$CorrelationMemory

✔️ ensureProcessStorageBufferNotGCed()
✔️ testPlatformThreadStorage()
✔️ testProcessStorage()
✖️ testVirtualThreadsExcluded()

✔️ jvmti-access/build/test-results/test/TEST-co.elastic.otel.UniversalProfilingCorrelationTest$ProfilerSocket.xml

8 tests were completed in 59ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.UniversalProfilingCorrelationTest$ProfilerSocket 8✔️ 59ms

✔️ co.elastic.otel.UniversalProfilingCorrelationTest$ProfilerSocket

✔️ [1] true
✔️ [2] false
✔️ receiveTraceCorrelationMessage(Path)
✔️ badFileName()
✔️ receiveUnknownMessage(Path)
✔️ tooLongFileName()
✔️ decodeTruncatedMessage(Path)
✔️ checkTruncatedMessageHandling(Path)

✔️ smoke-tests/build/test-results/test/TEST-com.example.javaagent.smoketest.AgentFeaturesSmokeTest.xml

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.example.javaagent.smoketest.AgentFeaturesSmokeTest 1✔️ 1s

✔️ com.example.javaagent.smoketest.AgentFeaturesSmokeTest

✔️ healthcheck()

✔️ smoke-tests/build/test-results/test/TEST-com.example.javaagent.smoketest.AppServerProvidersTest.xml

1 tests were completed in 42s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.example.javaagent.smoketest.AppServerProvidersTest 1✔️ 42s

✔️ com.example.javaagent.smoketest.AppServerProvidersTest

✔️ tomcat()

✔️ smoke-tests/build/test-results/test/TEST-com.example.javaagent.smoketest.AwsResourceProvidersTest.xml

5 tests were completed in 2ms with 0 passed, 0 failed and 5 skipped.

Test suite Passed Failed Skipped Time
com.example.javaagent.smoketest.AwsResourceProvidersTest 5✖️ 2ms

✔️ com.example.javaagent.smoketest.AwsResourceProvidersTest

✖️ beanstalk()
✖️ lambda()
✖️ ec2()
✖️ ecs()
✖️ eks()

✔️ testing/integration-tests/inferred-spans-test/build/test-results/test/TEST-InferredSpansTest.xml

1 tests were completed in 569ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
InferredSpansTest 1✔️ 569ms

✔️ InferredSpansTest

✔️ checkInferredSpansFunctional()

✔️ universal-profiling-integration/build/test-results/test/TEST-co.elastic.otel.UniversalProfilingProcessorTest.xml

3 tests were completed in 130ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
co.elastic.otel.UniversalProfilingProcessorTest 3✔️ 130ms

✔️ co.elastic.otel.UniversalProfilingProcessorTest

✔️ testProcessStoragePopulated()
✔️ testNestedActivations()
✔️ testRemoteSpanIgnored()