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

[x-pack/elastic-agent][windows-7-32] got some failed tests for TestEql #22316

Closed
v1v opened this issue Oct 30, 2020 · 1 comment · Fixed by #22349
Closed

[x-pack/elastic-agent][windows-7-32] got some failed tests for TestEql #22316

v1v opened this issue Oct 30, 2020 · 1 comment · Fixed by #22349
Assignees
Labels
windows-7-32 Enable builds in the CI for windows-7 32 bits

Comments

@v1v
Copy link
Member

v1v commented Oct 30, 2020

Failed Test

Stack Trace

[2020-10-30T14:13:42.499Z] 
[2020-10-30T14:13:42.499Z] C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\x-pack\elastic-agent>mage build unitTest 
[2020-10-30T14:14:00.626Z] go version go1.14.7 windows/386
[2020-10-30T14:14:00.626Z] set GO111MODULE=
[2020-10-30T14:14:00.626Z] set GOARCH=386
[2020-10-30T14:14:00.626Z] set GOBIN=
[2020-10-30T14:14:00.626Z] set GOCACHE=C:\Windows\system32\config\systemprofile\AppData\Local\go-build
[2020-10-30T14:14:00.626Z] set GOENV=C:\Windows\system32\config\systemprofile\AppData\Roaming\go\env
[2020-10-30T14:14:00.626Z] set GOEXE=.exe
[2020-10-30T14:14:00.626Z] set GOFLAGS=
[2020-10-30T14:14:00.626Z] set GOHOSTARCH=386
[2020-10-30T14:14:00.626Z] set GOHOSTOS=windows
[2020-10-30T14:14:00.626Z] set GOINSECURE=
[2020-10-30T14:14:00.626Z] set GONOPROXY=
[2020-10-30T14:14:00.626Z] set GONOSUMDB=
[2020-10-30T14:14:00.626Z] set GOOS=windows
[2020-10-30T14:14:00.626Z] set GOPATH=C:\Users\jenkins\workspace\Beats_beats_PR-19797
[2020-10-30T14:14:00.626Z] set GOPRIVATE=
[2020-10-30T14:14:00.626Z] set GOPROXY=https://proxy.golang.org,direct
[2020-10-30T14:14:00.626Z] set GOROOT=C:\Windows\system32\config\systemprofile\.gvm\versions\go1.14.7.windows.386
[2020-10-30T14:14:00.626Z] set GOSUMDB=sum.golang.org
[2020-10-30T14:14:00.626Z] set GOTMPDIR=
[2020-10-30T14:14:00.626Z] set GOTOOLDIR=C:\Windows\system32\config\systemprofile\.gvm\versions\go1.14.7.windows.386\pkg\tool\windows_386
[2020-10-30T14:14:00.626Z] set GCCGO=gccgo
[2020-10-30T14:14:00.626Z] set GO386=sse2
[2020-10-30T14:14:00.626Z] set AR=ar
[2020-10-30T14:14:00.626Z] set CC=gcc
[2020-10-30T14:14:00.626Z] set CXX=g++
[2020-10-30T14:14:00.626Z] set CGO_ENABLED=1
[2020-10-30T14:14:00.626Z] set GOMOD=C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\go.mod
[2020-10-30T14:14:00.626Z] set CGO_CFLAGS=-g -O2
[2020-10-30T14:14:00.626Z] set CGO_CPPFLAGS=
[2020-10-30T14:14:00.626Z] set CGO_CXXFLAGS=-g -O2
[2020-10-30T14:14:00.626Z] set CGO_FFLAGS=-g -O2
[2020-10-30T14:14:00.626Z] set CGO_LDFLAGS=-g -O2
[2020-10-30T14:14:00.626Z] set PKG_CONFIG=pkg-config
[2020-10-30T14:14:00.626Z] set GOGCCFLAGS=-m32 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Windows\TEMP\go-build863373410=/tmp/go-build -gno-record-gcc-switches
[2020-10-30T14:14:00.626Z] >> build: Building elastic-agent
[2020-10-30T14:14:57.121Z] >> go test: Unit Testing
[2020-10-30T14:17:04.051Z] FAILURES:
[2020-10-30T14:17:04.051Z] Package: github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/eql
[2020-10-30T14:17:04.051Z] Test:    TestEql
[2020-10-30T14:17:04.051Z] ----
[2020-10-30T14:17:04.051Z] Package: github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/eql
[2020-10-30T14:17:04.051Z] Test:    TestEql/number('0xdeadbeef',_16)_==_3735928559_=>_return_true
[2020-10-30T14:17:04.051Z]     eql_test.go:340: 
[2020-10-30T14:17:04.051Z] ----
[2020-10-30T14:17:04.051Z] SUMMARY:
[2020-10-30T14:17:04.051Z]   Fail:     2
[2020-10-30T14:17:04.051Z]   Skip:     3
[2020-10-30T14:17:04.051Z]   Pass:     690
[2020-10-30T14:17:04.051Z]   Packages: 46
[2020-10-30T14:17:04.051Z]   Duration: 2m0.3339843s
[2020-10-30T14:17:04.051Z]   Coverage Report: C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\x-pack\elastic-agent\build\TEST-go-unit.html
[2020-10-30T14:17:04.051Z]   JUnit Report:    C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\x-pack\elastic-agent\build\TEST-go-unit.xml
[2020-10-30T14:17:04.051Z]   Output File:     C:\Users\jenkins\workspace\Beats_beats_PR-19797\src\github.com\elastic\beats\x-pack\elastic-agent\build\TEST-go-unit.out
[2020-10-30T14:17:04.051Z] >> go test: Unit Test Failed
[2020-10-30T14:17:04.051Z] Error: go test failed: 2 test failures
script returned exit code 1
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Oct 30, 2020
@v1v v1v changed the title [x-pack/elastic-agent-][windows-7-32] got some failed tests for TestEql [x-pack/elastic-agent][windows-7-32] got some failed tests for TestEql Oct 30, 2020
@v1v v1v added the windows-7-32 Enable builds in the CI for windows-7 32 bits label Oct 30, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ingest-management (Team:Ingest Management)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Oct 30, 2020
v1v added a commit to v1v/beats that referenced this issue Oct 30, 2020
@blakerouse blakerouse self-assigned this Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows-7-32 Enable builds in the CI for windows-7 32 bits
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants