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

Build 67 for 8.13 with status FAILURE #38533

Closed
elasticmachine opened this issue Mar 21, 2024 · 5 comments
Closed

Build 67 for 8.13 with status FAILURE #38533

elasticmachine opened this issue Mar 21, 2024 · 5 comments
Labels
automation build-failures Build failures in the CI. ci-reported Issues that have been automatically reported from the CI Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Comments

@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: 2024-03-21T13:00:43.242+0000

  • Duration: 210 min 30 sec

Test stats 🧪

Test Results
Failed 2
Passed 55425
Skipped 4941
Total 60368

Test errors 2

Expand to view the tests failures

ExtendedWin / auditbeat-windows-11-windows-11 / 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:59: unexpected error calling exeObjParser.Parse: open ./testdata/garble_macho_executable: The system cannot find the file specified.
        exeobjparser_test.go:85: unexpected error for garble_macho macho.import_hash: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.symhash: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.imports: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.go_import_hash: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.go_imports: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.go_imports_names_entropy: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.go_imports_names_var_entropy: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.go_stripped: got:key not found want:<nil>
        exeobjparser_test.go:85: unexpected error for garble_macho macho.sections: got:key not found want:<nil>
    --- FAIL: TestExeObjParser/executableObject_macho_garble (0.00s)
     
    

ExtendedWin / auditbeat-windows-11-windows-11 / 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 4

Expand to view the steps failures

auditbeat-windows-11-windows-11 - mage build unitTest
  • Took 4 min 47 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-11-windows-11 - mage build unitTest
  • Took 1 min 48 sec . View more details here
  • Description: mage build unitTest
auditbeat-windows-11-windows-11 - 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"

@elasticmachine elasticmachine added automation build-failures Build failures in the CI. ci-reported Issues that have been automatically reported from the CI Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels Mar 21, 2024
@elasticmachine
Copy link
Collaborator Author

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@pierrehilbert
Copy link
Collaborator

@andrewkroh it looks like the fix is not working as expected.
Any idea?

@andrewkroh
Copy link
Member

I put the arguments to errors.Is() in the wrong order at 😵‍💫

if _, err := os.Stat(target); err != nil && errors.Is(fs.ErrNotExist, err) {

I will open a PR to fix this and backport it.

Refs: https://pkg.go.dev/errors#Is

@andrewkroh
Copy link
Member

andrewkroh commented Mar 26, 2024

Fix: #38606

@pierrehilbert
Copy link
Collaborator

Thanks @andrewkroh for the quick action, I added the backport label to your PR to not forget about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation build-failures Build failures in the CI. ci-reported Issues that have been automatically reported from the CI Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

No branches or pull requests

3 participants