Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Remove Nassim Kammah from list of Ironbank maintainers #37474

Closed
wants to merge 3 commits into from

Conversation

nkammah
Copy link
Contributor

@nkammah nkammah commented Dec 20, 2023

Proposed commit message

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

@nkammah nkammah requested review from a team as code owners December 20, 2023 15:14
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 20, 2023
@botelastic
Copy link

botelastic bot commented Dec 20, 2023

This pull request doesn't have a Team:<team> label.

@nkammah nkammah requested a review from jlind23 December 20, 2023 15:14
Copy link
Contributor

mergify bot commented Dec 20, 2023

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @nkammah? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

@elasticmachine
Copy link
Collaborator

💔 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 preview

Expand to view the summary

Build stats

  • Start Time: 2023-12-20T15:14:31.959+0000

  • Duration: 140 min 31 sec

Test stats 🧪

Test Results
Failed 8
Passed 28694
Skipped 1993
Total 30695

Test errors 8

Expand to view the tests failures

Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: The system cannot find the file specified.
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.04s)
     
    

Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: The system cannot find the file specified.
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.04s)
     
    

Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: no such file or directory
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.04s)
     
    

Build&Test / auditbeat-unitTest / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: no such file or directory
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-unitTest / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.06s)
     
    

Steps errors 13

Expand to view the steps failures

Show only the first 10 steps failures

auditbeat-rhel-9-rhel-9 - mage build unitTest
  • Took 3 min 41 sec . View more details here
  • Description: mage build unitTest
auditbeat-rhel-9-rhel-9 - mage build unitTest
  • Took 1 min 43 sec . View more details here
  • Description: mage build unitTest
auditbeat-rhel-9-rhel-9 - mage build unitTest
  • Took 1 min 44 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2022-windows-2022 - mage build unitTest
  • Took 3 min 17 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2022-windows-2022 - mage build unitTest
  • Took 1 min 43 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2022-windows-2022 - mage build unitTest
  • Took 1 min 43 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2016-windows-2016 - mage build unitTest
  • Took 3 min 20 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2016-windows-2016 - mage build unitTest
  • Took 1 min 44 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2016-windows-2016 - mage build unitTest
  • Took 1 min 46 sec . View more details here
  • Description: mage build unitTest
Error signal
  • Took 0 min 0 sec . View more details here
  • Description: Error 'hudson.AbortException: script returned exit code 1'

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Genuine test errors 8

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

  • Name: Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-unitTest / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-unitTest / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@nkammah nkammah force-pushed the update-ironbank-maintainers branch from 2a25a9c to 26097dc Compare December 20, 2023 18:00
@nkammah nkammah force-pushed the update-ironbank-maintainers branch from 26097dc to 4cc7ac4 Compare December 20, 2023 18:04
@elasticmachine
Copy link
Collaborator

💔 Build Failed

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

Expand to view the summary

Build stats

  • Start Time: 2023-12-20T18:01:07.428+0000

  • Duration: 7 min 58 sec

Steps errors 3

Expand to view the steps failures

Check out from version control
  • Took 1 min 39 sec . View more details here
  • Description: [2023-12-20T18:05:59.750Z] The recommended git tool is: git [2023-12-20T18:05:59.767Z] using creden
Check out from version control
  • Took 0 min 26 sec . View more details here
  • Description: [2023-12-20T18:06:48.631Z] The recommended git tool is: git [2023-12-20T18:06:48.647Z] using creden
Check out from version control
  • Took 0 min 29 sec . View more details here
  • Description: [2023-12-20T18:07:24.551Z] The recommended git tool is: git [2023-12-20T18:07:24.566Z] using creden

❕ Flaky test report

No test was executed to be analysed.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@elasticmachine
Copy link
Collaborator

💔 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 preview

Expand to view the summary

Build stats

  • Start Time: 2023-12-20T18:04:31.120+0000

  • Duration: 130 min 25 sec

Test stats 🧪

Test Results
Failed 8
Passed 28694
Skipped 1993
Total 30695

Test errors 8

Expand to view the tests failures

Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: no such file or directory
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.04s)
     
    

Build&Test / auditbeat-unitTest / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: no such file or directory
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-unitTest / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.05s)
     
    

Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: The system cannot find the file specified.
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.04s)
     
    

Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser/executableObject_macho_garble
        exeobjparser_test.go:50: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: The system cannot find the file specified.
        exeobjparser_test.go:76: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:76: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
    Expand to view the error details

     Failed 
    

    Expand to view the stacktrace

     === RUN   TestExeObjParser
    --- FAIL: TestExeObjParser (0.05s)
     
    

Steps errors 13

Expand to view the steps failures

Show only the first 10 steps failures

auditbeat-rhel-9-rhel-9 - mage build unitTest
  • Took 3 min 41 sec . View more details here
  • Description: mage build unitTest
auditbeat-rhel-9-rhel-9 - mage build unitTest
  • Took 1 min 42 sec . View more details here
  • Description: mage build unitTest
auditbeat-rhel-9-rhel-9 - mage build unitTest
  • Took 1 min 42 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2022-windows-2022 - mage build unitTest
  • Took 4 min 44 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2022-windows-2022 - mage build unitTest
  • Took 1 min 48 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2022-windows-2022 - mage build unitTest
  • Took 1 min 48 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2016-windows-2016 - mage build unitTest
  • Took 4 min 31 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2016-windows-2016 - mage build unitTest
  • Took 1 min 47 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-2016-windows-2016 - mage build unitTest
  • Took 1 min 47 sec . View more details here
  • Description: mage build unitTest
Error signal
  • Took 0 min 0 sec . View more details here
  • Description: Error 'hudson.AbortException: script returned exit code 1'

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Genuine test errors 8

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

  • Name: Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-rhel-9-rhel-9 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-unitTest / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-unitTest / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-windows-2016-windows-2016 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser/executableObject_macho_garble – github.com/elastic/beats/v7/auditbeat/module/file_integrity
  • Name: Build&Test / auditbeat-windows-2022-windows-2022 / TestExeObjParser – github.com/elastic/beats/v7/auditbeat/module/file_integrity

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@elasticmachine
Copy link
Collaborator

💔 Build Failed

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

Expand to view the summary

Build stats

  • Duration: 127 min 15 sec

Pipeline error 1

This error is likely related to the pipeline itself. Click here
and then you will see the error (either incorrect syntax or an invalid configuration).

❕ Flaky test report

No test was executed to be analysed.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Member

@rdner rdner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was auditbeat/module/file_integrity/testdata/garble_macho_executable removed in this PR? Seems unrelated. I think the tests might be failing because of it.

@elasticmachine
Copy link
Collaborator

💔 Build Failed

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

Expand to view the summary

Build stats

  • Duration: 128 min 14 sec

Pipeline error 1

This error is likely related to the pipeline itself. Click here
and then you will see the error (either incorrect syntax or an invalid configuration).

❕ Flaky test report

No test was executed to be analysed.

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

Copy link
Contributor

mergify bot commented Feb 5, 2024

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @nkammah? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't need removed. See #37853 (comment).

@nkammah nkammah closed this Dec 12, 2024
@nkammah nkammah deleted the update-ironbank-maintainers branch December 12, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants