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

Test fails on aarch64 #151

Open
eclipseo opened this issue Mar 8, 2019 · 3 comments
Open

Test fails on aarch64 #151

eclipseo opened this issue Mar 8, 2019 · 3 comments

Comments

@eclipseo
Copy link

eclipseo commented Mar 8, 2019

With Go 1.12 on aarch64 only:

Testing: github.com/hpcloud/tail
Testing: "/builddir/build/BUILD/tail-a1dbeea552b7c8df4b542c66073e393de198a800/_build/src/github.com/hpcloud/tail"
+ GOPATH=/builddir/build/BUILD/tail-a1dbeea552b7c8df4b542c66073e393de198a800/_build:/usr/share/gocode
+ go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '\'''
2019/03/08 19:34:22 Waiting for /no/such/file to appear...
2019/03/08 19:34:22 FATAL -- failed to create Watcher
goroutine 21 [running]:
runtime/debug.Stack(0x4000094060, 0x21, 0x0)
	/usr/lib/golang/src/runtime/debug/stack.go:24 +0x88
github.com/hpcloud/tail/util.Fatal(0xaaaaac6304d6, 0x18, 0x0, 0x0, 0x0)
	/builddir/build/BUILD/tail-a1dbeea552b7c8df4b542c66073e393de198a800/_build/src/github.com/hpcloud/tail/util/util.go:22 +0x8c
github.com/hpcloud/tail/watch.(*InotifyTracker).run(0x400009a880)
	/builddir/build/BUILD/tail-a1dbeea552b7c8df4b542c66073e393de198a800/_build/src/github.com/hpcloud/tail/watch/inotify_tracker.go:219 +0x350
created by github.com/hpcloud/tail/watch.glob..func1
	/builddir/build/BUILD/tail-a1dbeea552b7c8df4b542c66073e393de198a800/_build/src/github.com/hpcloud/tail/watch/inotify_tracker.go:54 +0x110
exit status 1
FAIL	github.com/hpcloud/tail	0.013s
@kxjhcs
Copy link

kxjhcs commented May 25, 2019

I have the same problem.
error is:
EpollCreate function not implemented

1 similar comment
@anttygithub
Copy link

I have the same problem.
error is:
EpollCreate function not implemented

@xlango
Copy link

xlango commented Dec 17, 2020

2020/12/17 15:42:16 FATAL -- failed to create Watcher
goroutine 258 [running]:
runtime/debug.Stack(0x400046e060, 0x21, 0x0)
/usr/local/go/src/runtime/debug/stack.go:24 +0x88
github.com/hpcloud/tail/util.Fatal(0xc568be, 0x18, 0x0, 0x0, 0x0)
/home/go/src/github.com/hpcloud/tail/util/util.go:22 +0x8c
github.com/hpcloud/tail/watch.(*InotifyTracker).run(0x40002c6000)
/home/go/src/github.com/hpcloud/tail/watch/inotify_tracker.go:219 +0x35c
created by github.com/hpcloud/tail/watch.glob..func1
/home/go/src/github.com/hpcloud/tail/watch/inotify_tracker.go:54 +0x110

aarch64 Is there a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants