Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-05 Thread Ian Lance Taylor
On Wed, Aug 5, 2020 at 5:50 AM Andrei Tudor Călin wrote: > > Go requires Linux 2.6.23 or later. Yes, and more generally RHEL 5 is not supported and known to fail. This is mentioned at https://golang.org/doc/install . Sorry. But note that as far as I know RHEL 5 is end-of-life in a few months.

Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-05 Thread Andrei Tudor Călin
Go requires Linux 2.6.23 or later. On Wed, Aug 5, 2020 at 7:47 AM Ravi Kant Soni wrote: > It's, where trying to run Binary > > -Linux version 2.6.18 > > -Red Hat Enterprise Linux Server release 5.11 > > Jenkins, where Binary generated > > -RHEL 7.8 > > -Linux 3.10.0 > > -- > You received this

Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-04 Thread Ravi Kant Soni
It's, where trying to run Binary -Linux version 2.6.18 -Red Hat Enterprise Linux Server release 5.11 Jenkins, where Binary generated -RHEL 7.8 -Linux 3.10.0 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and

Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-04 Thread Kurtis Rader
On Tue, Aug 4, 2020 at 9:31 PM Ravi Kant Soni wrote: > Binary generated in Linux 3.10.0 > > And Running in 2.6.18 > What was the Linux distro and kernel version of the system on which you attempted to run the binary? -- Kurtis Rader Caretaker of the exceptional canines Junior and Hank --

Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-04 Thread Ravi Kant Soni
Binary generated in Linux 3.10.0 And Running in 2.6.18 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this

Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-04 Thread Ian Lance Taylor
On Tue, Aug 4, 2020 at 1:21 PM Ravi Kant Soni wrote: > > runtime: epollwait on fd 4 failed with 38 > Fatal error: runtime : netpoll failed > > runtime stack: > Runtime.throw(0xa59c24, 0x17) >/apps/jenkins/build/tools/go1.12.6.linux-amd64/src/runtime/panic.go:617 > . > > > This generates

Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-04 Thread Ravi Kant Soni
runtime: epollwait on fd 4 failed with 38 Fatal error: runtime : netpoll failed runtime stack: Runtime.throw(0xa59c24, 0x17) /apps/jenkins/build/tools/go1.12.6.linux-amd64/src/runtime/panic.go:617 . This generates when I run generated binary from jenkins pipeline, in linux box using

Re: [go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-04 Thread Ian Lance Taylor
On Tue, Aug 4, 2020 at 10:38 AM wrote: > > I used 1.12.6 Go library to develop GoLang Application with Beego framework. > When I generate Binary in Linux box and run that binary in same linux box, > its run fine. > > Issue is: when I generate Binary in Jenkins Pipeline, and run that binary in

[go-nuts] Binary generated from jenkins pipeline throwing error in linux box while running - netpoll failed

2020-08-04 Thread nova3ravi
I used 1.12.6 Go library to develop GoLang Application with Beego framework. When I generate Binary in Linux box and run that binary in same linux box, its run fine. Issue is: when I generate Binary in Jenkins Pipeline, and run that binary in Linux box, it gives error, epollwait on fd 4, and