Skip to content

test: synchronizing gherkin spec#1696

Closed
ghost wants to merge 1 commit intomasterfrom
update-spec-files-20210312052350
Closed

test: synchronizing gherkin spec#1696
ghost wants to merge 1 commit intomasterfrom
update-spec-files-20210312052350

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Mar 12, 2021

What

APM agent specs automatic sync

Why

Changeset

@ghost ghost added the automation Tests & automation that help build & maintain the project label Mar 12, 2021
@ghost
Copy link
Copy Markdown
Author

ghost commented Mar 12, 2021

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #1696 opened

  • Start Time: 2021-03-12T05:24:10.562+0000

  • Duration: 13 min 46 sec

  • Commit: f621b85

Test stats 🧪

Test Results
Failed 7
Passed 623
Skipped 0
Total 630

Trends 🧪

Image of Build Times

Image of Tests

Test errors 7

Expand to view the tests failures

Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

WEBSITE_OWNER_NAME environment variable not expected format – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_OWNER_NAME environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_RESOURCE_GROUP environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_SITE_NAME environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_INSTANCE_ID environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Steps errors 1

Expand to view the steps failures

Shell Script
  • Took 2 min 17 sec . View more details on here
  • Description: #!/bin/bash set -euxo pipefail ./mvnw test

Log output

Expand to view the last 100 lines of log output

[2021-03-12T05:36:48.972Z] [INFO] BUILD FAILURE
[2021-03-12T05:36:48.972Z] [INFO] ------------------------------------------------------------------------
[2021-03-12T05:36:48.972Z] [INFO] Total time:  11.167 s
[2021-03-12T05:36:48.972Z] [INFO] Finished at: 2021-03-12T05:36:48Z
[2021-03-12T05:36:48.972Z] [INFO] ------------------------------------------------------------------------
[2021-03-12T05:36:48.972Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:javadoc (default-cli) on project apm-indy-bootstrap-module: An error has occurred in Javadoc report generation: 
[2021-03-12T05:36:48.972Z] [ERROR] Exit code: 143 - /var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696/src/github.com/elastic/apm-agent-java/apm-indy-bootstrap-module/src/main/java/co/elastic/apm/agent/bci/IndyBootstrapDispatcherModuleSetter.java:27: warning: Unsafe is internal proprietary API and may be removed in a future release
[2021-03-12T05:36:48.972Z] [ERROR] import sun.misc.Unsafe;
[2021-03-12T05:36:48.972Z] [ERROR]                ^
[2021-03-12T05:36:48.972Z] [ERROR] 
[2021-03-12T05:36:48.972Z] [ERROR] Command line was: /var/lib/jenkins/.java/java11/bin/javadoc @options @packages
[2021-03-12T05:36:48.972Z] [ERROR] 
[2021-03-12T05:36:48.972Z] [ERROR] Refer to the generated Javadoc files in '/var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696/src/github.com/elastic/apm-agent-java/apm-indy-bootstrap-module/target/site/apidocs' dir.
[2021-03-12T05:36:48.972Z] [ERROR] -> [Help 1]
[2021-03-12T05:36:48.972Z] [ERROR] 
[2021-03-12T05:36:49.009Z] script returned exit code 143
[2021-03-12T05:36:50.318Z] Post stage
[2021-03-12T05:36:50.426Z] Post stage
[2021-03-12T05:36:50.475Z] Failed in branch Javadoc
[2021-03-12T05:36:50.510Z] Recording test results
[2021-03-12T05:36:50.542Z] Recording test results
[2021-03-12T05:36:51.236Z] None of the test reports contained any result
[2021-03-12T05:36:51.248Z] [Checks API] No suitable checks publisher found.
[2021-03-12T05:36:51.312Z] Running in /var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696/src/github.com/elastic/apm-agent-java
[2021-03-12T05:36:51.369Z] [INFO] Codecov: Getting branch ref...
[2021-03-12T05:36:51.415Z] None of the test reports contained any result
[2021-03-12T05:36:51.433Z] [Checks API] No suitable checks publisher found.
[2021-03-12T05:36:51.529Z] Running in /var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696/src/github.com/elastic/apm-agent-java
[2021-03-12T05:36:51.538Z] Masking supported pattern matches of $GITHUB_TOKEN
[2021-03-12T05:36:51.635Z] [INFO] Codecov: Getting branch ref...
[2021-03-12T05:36:51.734Z] Masking supported pattern matches of $GITHUB_TOKEN
[2021-03-12T05:36:52.077Z] [INFO] Codecov: Sending data...
[2021-03-12T05:36:52.410Z] [INFO] Codecov: Sending data...
[2021-03-12T05:36:52.630Z] + curl -sSLo codecov.sh https://codecov.io/bash
[2021-03-12T05:36:52.950Z] + curl -sSLo codecov.sh https://codecov.io/bash
[2021-03-12T05:36:53.120Z] + bash codecov.sh
[2021-03-12T05:36:53.120Z] 
[2021-03-12T05:36:53.120Z]   _____          _
[2021-03-12T05:36:53.120Z]  / ____|        | |
[2021-03-12T05:36:53.120Z] | |     ___   __| | ___  ___ _____   __
[2021-03-12T05:36:53.120Z] | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
[2021-03-12T05:36:53.120Z] | |___| (_) | (_| |  __/ (_| (_) \ V /
[2021-03-12T05:36:53.120Z]  \_____\___/ \__,_|\___|\___\___/ \_/
[2021-03-12T05:36:53.120Z]                               Bash-20210309-2b87ace
[2021-03-12T05:36:53.120Z] 
[2021-03-12T05:36:53.120Z] 
[2021-03-12T05:36:53.120Z] ==> git version 2.17.1 found
[2021-03-12T05:36:53.121Z] ==> curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
[2021-03-12T05:36:53.121Z] Release-Date: 2018-01-24
[2021-03-12T05:36:53.121Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp 
[2021-03-12T05:36:53.121Z] Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL 
[2021-03-12T05:36:53.121Z] ==> Jenkins CI detected.
[2021-03-12T05:36:53.121Z]     project root: .
[2021-03-12T05:36:53.121Z] --> token set from env
[2021-03-12T05:36:53.121Z]     Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
[2021-03-12T05:36:53.121Z] ==> Running gcov in . (disable via -X gcov)
[2021-03-12T05:36:53.121Z] ==> Python coveragepy not found
[2021-03-12T05:36:53.121Z] ==> Searching for coverage reports in:
[2021-03-12T05:36:53.121Z]     + .
[2021-03-12T05:36:53.359Z] + bash codecov.sh
[2021-03-12T05:36:53.359Z] 
[2021-03-12T05:36:53.359Z]   _____          _
[2021-03-12T05:36:53.359Z]  / ____|        | |
[2021-03-12T05:36:53.359Z] | |     ___   __| | ___  ___ _____   __
[2021-03-12T05:36:53.359Z] | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
[2021-03-12T05:36:53.359Z] | |___| (_) | (_| |  __/ (_| (_) \ V /
[2021-03-12T05:36:53.359Z]  \_____\___/ \__,_|\___|\___\___/ \_/
[2021-03-12T05:36:53.359Z]                               Bash-20210309-2b87ace
[2021-03-12T05:36:53.359Z] 
[2021-03-12T05:36:53.359Z] 
[2021-03-12T05:36:53.359Z] ==> git version 2.17.1 found
[2021-03-12T05:36:53.359Z] ==> curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
[2021-03-12T05:36:53.359Z] Release-Date: 2018-01-24
[2021-03-12T05:36:53.359Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp 
[2021-03-12T05:36:53.359Z] Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL 
[2021-03-12T05:36:53.359Z] ==> Jenkins CI detected.
[2021-03-12T05:36:53.359Z]     project root: .
[2021-03-12T05:36:53.360Z] --> token set from env
[2021-03-12T05:36:53.360Z]     Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
[2021-03-12T05:36:53.360Z] ==> Running gcov in . (disable via -X gcov)
[2021-03-12T05:36:53.360Z] ==> Python coveragepy not found
[2021-03-12T05:36:53.360Z] ==> Searching for coverage reports in:
[2021-03-12T05:36:53.360Z]     + .
[2021-03-12T05:36:53.692Z] --> No coverage report found.
[2021-03-12T05:36:53.692Z]     Please visit http://docs.codecov.io/docs/supported-languages
[2021-03-12T05:36:53.930Z] --> No coverage report found.
[2021-03-12T05:36:53.930Z]     Please visit http://docs.codecov.io/docs/supported-languages
[2021-03-12T05:36:54.219Z] Failed in branch Smoke Tests 02
[2021-03-12T05:36:54.528Z] Failed in branch Smoke Tests 01
[2021-03-12T05:36:54.902Z] Stage "Integration Tests" skipped due to earlier failure(s)
[2021-03-12T05:36:55.023Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-03-12T05:36:55.079Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-03-12T05:36:55.598Z] Running on Jenkins in /var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696
[2021-03-12T05:36:55.722Z] [INFO] getVaultSecret: Getting secrets
[2021-03-12T05:36:55.927Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-03-12T05:36:57.097Z] + chmod 755 generate-build-data.sh
[2021-03-12T05:36:57.097Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/1 FAILURE 766249
[2021-03-12T05:36:57.348Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/1/steps/?limit=10000 -o steps-info.json
[2021-03-12T05:36:58.259Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/1/tests/?status=FAILED -o tests-errors.json
[2021-03-12T05:36:58.259Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/1/log/ -o pipeline-log.txt

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Test stats 🧪

Test Results
Failed 7
Passed 623
Skipped 0
Total 630

Genuine test errors 7

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
  • Name: Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
  • Name: WEBSITE_OWNER_NAME environment variable not expected format – specs.RunCucumberTest
  • Name: Missing WEBSITE_OWNER_NAME environment variable – specs.RunCucumberTest
  • Name: Missing WEBSITE_RESOURCE_GROUP environment variable – specs.RunCucumberTest
  • Name: Missing WEBSITE_SITE_NAME environment variable – specs.RunCucumberTest
  • Name: Missing WEBSITE_INSTANCE_ID environment variable – specs.RunCucumberTest

@AlexanderWert
Copy link
Copy Markdown
Member

Duplicate of #1695

@AlexanderWert AlexanderWert marked this as a duplicate of #1695 Mar 15, 2021
@ghost
Copy link
Copy Markdown
Author

ghost commented Mar 15, 2021

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Branch indexing

  • Start Time: 2021-03-15T09:39:18.503+0000

  • Duration: 13 min 24 sec

  • Commit: f621b85

Test stats 🧪

Test Results
Failed 7
Passed 623
Skipped 0
Total 630

Trends 🧪

Image of Build Times

Image of Tests

Test errors 7

Expand to view the tests failures

Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is not null")
    public void cloud_metadata_is_not_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata {string} is {string}")
    public void cloud_metadata_is(String string, String string2) {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

WEBSITE_OWNER_NAME environment variable not expected format – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_OWNER_NAME environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_RESOURCE_GROUP environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_SITE_NAME environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Missing WEBSITE_INSTANCE_ID environment variable – specs.RunCucumberTest
    Expand to view the error details

     The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
     
    

    Expand to view the stacktrace

     io.cucumber.junit.UndefinedStepException: 
    The step "an instrumented application is configured to collect cloud provider metadata for azure" is undefined. You can implement it using the snippet(s) below:
    
    @Given("an instrumented application is configured to collect cloud provider metadata for azure")
    public void an_instrumented_application_is_configured_to_collect_cloud_provider_metadata_for_azure() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
    Some other steps were also undefined:
    
    @Given("the following environment variables are present")
    public void the_following_environment_variables_are_present(io.cucumber.datatable.DataTable dataTable) {
        // Write code here that turns the phrase above into concrete actions
        // For automatic transformation, change DataTable to one of
        // E, List<E>, List<List<E>>, List<Map<K,V>>, Map<K,V> or
        // Map<K, List<V>>. E,K,V must be a String, Integer, Float,
        // Double, Byte, Short, Long, BigInteger or BigDecimal.
        //
        // For other transformations you can register a DataTableType.
        throw new io.cucumber.java.PendingException();
    }
    @When("cloud metadata is collected")
    public void cloud_metadata_is_collected() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    @Then("cloud metadata is null")
    public void cloud_metadata_is_null() {
        // Write code here that turns the phrase above into concrete actions
        throw new io.cucumber.java.PendingException();
    }
    
     
    

Steps errors 1

Expand to view the steps failures

Shell Script
  • Took 2 min 6 sec . View more details on here
  • Description: #!/bin/bash set -euxo pipefail ./mvnw test

Log output

Expand to view the last 100 lines of log output

[2021-03-15T09:52:25.590Z]     https://docs.codecov.io/docs/fixing-reports
[2021-03-15T09:52:26.187Z]     -> No adjustments found
[2021-03-15T09:52:26.187Z] ==> Gzipping contents
[2021-03-15T09:52:26.187Z]         16K	/tmp/codecov.oBW3bj.gz
[2021-03-15T09:52:26.187Z] ==> Uploading reports
[2021-03-15T09:52:26.187Z]     url: https://codecov.io
[2021-03-15T09:52:26.187Z]     query: branch=elastic%2Fupdate-spec-files-20210312052350&commit=7d480bd28b51848bbdbb3730faecb52c05ca3f6b&build=2&build_url=https%3A%2F%2Fapm-ci.elastic.co%2Fjob%2Fapm-agent-java%2Fjob%2Fapm-agent-java-mbp%2Fjob%2FPR-1696%2F2%2F&name=&tag=&slug=elastic%2Fapm-agent-java&service=jenkins&flags=&pr=1696&job=&cmd_args=
[2021-03-15T09:52:26.187Z] ->  Pinging Codecov
[2021-03-15T09:52:26.188Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=elastic%2Fupdate-spec-files-20210312052350&commit=7d480bd28b51848bbdbb3730faecb52c05ca3f6b&build=2&build_url=https%3A%2F%2Fapm-ci.elastic.co%2Fjob%2Fapm-agent-java%2Fjob%2Fapm-agent-java-mbp%2Fjob%2FPR-1696%2F2%2F&name=&tag=&slug=elastic%2Fapm-agent-java&service=jenkins&flags=&pr=1696&job=&cmd_args=
[2021-03-15T09:52:26.457Z] ->  Uploading to
[2021-03-15T09:52:26.458Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-15/9D96A76C16FC0F1A9E828BAAD4B02DD6/7d480bd28b51848bbdbb3730faecb52c05ca3f6b/bec6f028-f0d8-48c4-885a-7d635f1acd07.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T095226Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=338a89e63c29c342f5d3fbefeed7941cb488c705ddca54bc568a2ba02824b237
[2021-03-15T09:52:26.458Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
[2021-03-15T09:52:26.458Z]                                  Dload  Upload   Total   Spent    Left  Speed
[2021-03-15T09:52:26.458Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 14783    0     0  100 14783      0   122k --:--:-- --:--:-- --:--:--  122k
[2021-03-15T09:52:26.458Z]     -> Reports have been successfully queued for processing at https://codecov.io/github/elastic/apm-agent-java/commit/7d480bd28b51848bbdbb3730faecb52c05ca3f6b
[2021-03-15T09:52:26.809Z] Failed in branch Unit Tests
[2021-03-15T09:52:27.817Z] Post stage
[2021-03-15T09:52:27.884Z] Recording test results
[2021-03-15T09:52:28.004Z] Post stage
[2021-03-15T09:52:28.171Z] Recording test results
[2021-03-15T09:52:28.187Z] Failed in branch Javadoc
[2021-03-15T09:52:29.026Z] None of the test reports contained any result
[2021-03-15T09:52:29.039Z] [Checks API] No suitable checks publisher found.
[2021-03-15T09:52:29.115Z] Running in /var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696/src/github.com/elastic/apm-agent-java
[2021-03-15T09:52:29.151Z] [INFO] Codecov: Getting branch ref...
[2021-03-15T09:52:29.359Z] Masking supported pattern matches of $GITHUB_TOKEN
[2021-03-15T09:52:29.512Z] None of the test reports contained any result
[2021-03-15T09:52:29.536Z] [Checks API] No suitable checks publisher found.
[2021-03-15T09:52:29.644Z] Running in /var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696/src/github.com/elastic/apm-agent-java
[2021-03-15T09:52:29.743Z] [INFO] Codecov: Getting branch ref...
[2021-03-15T09:52:29.759Z] [INFO] Codecov: Sending data...
[2021-03-15T09:52:30.073Z] Masking supported pattern matches of $GITHUB_TOKEN
[2021-03-15T09:52:33.991Z] [INFO] Codecov: Sending data...
[2021-03-15T09:52:34.087Z] + curl -sSLo codecov.sh https://codecov.io/bash
[2021-03-15T09:52:38.835Z] + curl -sSLo codecov.sh https://codecov.io/bash
[2021-03-15T09:52:38.937Z] + bash codecov.sh
[2021-03-15T09:52:38.937Z] 
[2021-03-15T09:52:38.937Z]   _____          _
[2021-03-15T09:52:38.937Z]  / ____|        | |
[2021-03-15T09:52:38.937Z] | |     ___   __| | ___  ___ _____   __
[2021-03-15T09:52:38.937Z] | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
[2021-03-15T09:52:38.937Z] | |___| (_) | (_| |  __/ (_| (_) \ V /
[2021-03-15T09:52:38.937Z]  \_____\___/ \__,_|\___|\___\___/ \_/
[2021-03-15T09:52:38.937Z]                               Bash-20210309-2b87ace
[2021-03-15T09:52:38.937Z] 
[2021-03-15T09:52:38.937Z] 
[2021-03-15T09:52:38.937Z] ==> git version 2.17.1 found
[2021-03-15T09:52:38.937Z] ==> curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
[2021-03-15T09:52:38.937Z] Release-Date: 2018-01-24
[2021-03-15T09:52:38.937Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp 
[2021-03-15T09:52:38.937Z] Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL 
[2021-03-15T09:52:38.937Z] ==> Jenkins CI detected.
[2021-03-15T09:52:38.937Z]     project root: .
[2021-03-15T09:52:38.937Z] --> token set from env
[2021-03-15T09:52:38.937Z]     Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
[2021-03-15T09:52:38.938Z] ==> Running gcov in . (disable via -X gcov)
[2021-03-15T09:52:38.938Z] ==> Python coveragepy not found
[2021-03-15T09:52:38.938Z] ==> Searching for coverage reports in:
[2021-03-15T09:52:38.938Z]     + .
[2021-03-15T09:52:38.938Z] --> No coverage report found.
[2021-03-15T09:52:38.938Z]     Please visit http://docs.codecov.io/docs/supported-languages
[2021-03-15T09:52:39.385Z] + bash codecov.sh
[2021-03-15T09:52:39.385Z] 
[2021-03-15T09:52:39.385Z]   _____          _
[2021-03-15T09:52:39.385Z]  / ____|        | |
[2021-03-15T09:52:39.385Z] | |     ___   __| | ___  ___ _____   __
[2021-03-15T09:52:39.385Z] | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
[2021-03-15T09:52:39.385Z] | |___| (_) | (_| |  __/ (_| (_) \ V /
[2021-03-15T09:52:39.385Z]  \_____\___/ \__,_|\___|\___\___/ \_/
[2021-03-15T09:52:39.385Z]                               Bash-20210309-2b87ace
[2021-03-15T09:52:39.385Z] 
[2021-03-15T09:52:39.385Z] 
[2021-03-15T09:52:39.385Z] ==> git version 2.17.1 found
[2021-03-15T09:52:39.385Z] ==> curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3
[2021-03-15T09:52:39.385Z] Release-Date: 2018-01-24
[2021-03-15T09:52:39.385Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp 
[2021-03-15T09:52:39.386Z] Features: AsynchDNS IDN IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz TLS-SRP HTTP2 UnixSockets HTTPS-proxy PSL 
[2021-03-15T09:52:39.386Z] ==> Jenkins CI detected.
[2021-03-15T09:52:39.386Z]     project root: .
[2021-03-15T09:52:39.386Z] --> token set from env
[2021-03-15T09:52:39.386Z]     Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
[2021-03-15T09:52:39.386Z] ==> Running gcov in . (disable via -X gcov)
[2021-03-15T09:52:39.386Z] ==> Python coveragepy not found
[2021-03-15T09:52:39.386Z] ==> Searching for coverage reports in:
[2021-03-15T09:52:39.386Z]     + .
[2021-03-15T09:52:39.386Z] --> No coverage report found.
[2021-03-15T09:52:39.386Z]     Please visit http://docs.codecov.io/docs/supported-languages
[2021-03-15T09:52:39.466Z] Failed in branch Smoke Tests 01
[2021-03-15T09:52:39.817Z] Failed in branch Smoke Tests 02
[2021-03-15T09:52:39.964Z] Stage "Integration Tests" skipped due to earlier failure(s)
[2021-03-15T09:52:40.049Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-03-15T09:52:40.099Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-03-15T09:52:40.935Z] Running on worker-854309 in /var/lib/jenkins/workspace/_java_apm-agent-java-mbp_PR-1696
[2021-03-15T09:52:41.060Z] [INFO] getVaultSecret: Getting secrets
[2021-03-15T09:52:41.499Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-03-15T09:52:44.013Z] + chmod 755 generate-build-data.sh
[2021-03-15T09:52:44.013Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/2 FAILURE 804065
[2021-03-15T09:52:44.013Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/2/steps/?limit=10000 -o steps-info.json
[2021-03-15T09:52:44.728Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/2/tests/?status=FAILED -o tests-errors.json
[2021-03-15T09:52:45.448Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-java/apm-agent-java-mbp/PR-1696/runs/2/log/ -o pipeline-log.txt

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Test stats 🧪

Test Results
Failed 7
Passed 623
Skipped 0
Total 630

Genuine test errors 7

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
  • Name: Azure App Service with all environment variables present in expected format – specs.RunCucumberTest
  • Name: WEBSITE_OWNER_NAME environment variable not expected format – specs.RunCucumberTest
  • Name: Missing WEBSITE_OWNER_NAME environment variable – specs.RunCucumberTest
  • Name: Missing WEBSITE_RESOURCE_GROUP environment variable – specs.RunCucumberTest
  • Name: Missing WEBSITE_SITE_NAME environment variable – specs.RunCucumberTest
  • Name: Missing WEBSITE_INSTANCE_ID environment variable – specs.RunCucumberTest

@SylvainJuge SylvainJuge deleted the update-spec-files-20210312052350 branch October 19, 2021 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-java automation Tests & automation that help build & maintain the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants