cbaenziger edited a comment on issue #34: RATIS-672. Vagrant test's Maven 404's 
URL: https://github.com/apache/incubator-ratis/pull/34#issuecomment-535997754
 
 
   Huh! I see Namazu building with warnings indeed but not failing for me. I 
have dialed up the I/O request failure probability and see Namazu is indeed 
injecting successfully and I see I/O response times are being varied as 
requested.
   ```
   vagrant@ratis-build:~$       cd namazu
   vagrant@ratis-build:~/namazu$       export GOROOT=/usr/local/go
   vagrant@ratis-build:~/namazu$       export GOPATH=`pwd`
   vagrant@ratis-build:~/namazu$       # for some reason seelog fails to pull 
automatically
   vagrant@ratis-build:~/namazu$       # Go should check its checksum database 
on go get per
   vagrant@ratis-build:~/namazu$       # 
https://blog.golang.org/module-mirror-launch
   vagrant@ratis-build:~/namazu$       go get -u github.com/cihub/seelog
   vagrant@ratis-build:~/namazu$       ./build
   [INFO] Installing protoc to /home/vagrant/namazu/bin
   [INFO] Generating PB files (FIXME: skipped...)
   [INFO] Building nmz
   # github.com/osrg/namazu/nmz
   /tmp/go-link-045955592/000009.o: In function `mygetgrouplist':
   /workdir/go/src/os/user/getgrouplist_unix.go:16: warning: Using 
'getgrouplist' in statically linked applications requires at runtime the shared 
libraries from the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetgrgid_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:38: warning: Using 'getgrgid_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetgrnam_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:43: warning: Using 'getgrnam_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetpwnam_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:33: warning: Using 'getpwnam_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetpwuid_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:28: warning: Using 'getpwuid_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000004.o: In function 
`_cgo_26061493d47f_C2func_getaddrinfo':
   /tmp/go-build/cgo-gcc-prolog:58: warning: Using 'getaddrinfo' in statically 
linked applications requires at runtime the shared libraries from the glibc 
version used for linking
   # github.com/osrg/namazu/nmz
   /tmp/go-link-045955592/000009.o: In function `mygetgrouplist':
   /workdir/go/src/os/user/getgrouplist_unix.go:16: warning: Using 
'getgrouplist' in statically linked applications requires at runtime the shared 
libraries from the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetgrgid_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:38: warning: Using 'getgrgid_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetgrnam_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:43: warning: Using 'getgrnam_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetpwnam_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:33: warning: Using 'getpwnam_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetpwuid_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:28: warning: Using 'getpwuid_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000004.o: In function 
`_cgo_26061493d47f_C2func_getaddrinfo':
   /tmp/go-build/cgo-gcc-prolog:58: warning: Using 'getaddrinfo' in statically 
linked applications requires at runtime the shared libraries from the glibc 
version used for linking
   [INFO] Building nmz.static
   # github.com/osrg/namazu/nmz
   /tmp/go-link-045955592/000009.o: In function `mygetgrouplist':
   /workdir/go/src/os/user/getgrouplist_unix.go:16: warning: Using 
'getgrouplist' in statically linked applications requires at runtime the shared 
libraries from the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetgrgid_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:38: warning: Using 'getgrgid_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetgrnam_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:43: warning: Using 'getgrnam_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetpwnam_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:33: warning: Using 'getpwnam_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000008.o: In function `mygetpwuid_r':
   /workdir/go/src/os/user/cgo_lookup_unix.go:28: warning: Using 'getpwuid_r' 
in statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
   /tmp/go-link-045955592/000004.o: In function 
`_cgo_26061493d47f_C2func_getaddrinfo':
   /tmp/go-build/cgo-gcc-prolog:58: warning: Using 'getaddrinfo' in statically 
linked applications requires at runtime the shared libraries from the glibc 
version used for linking
   [INFO] Building example/template/mypolicy.go
   [INFO] Building example/yarn/4301-reproduce/mypolicy.go
   [INFO] Building Java Inspector (bin/nmz-inspector.jar)
   [INFO] Building Java Analyzer (bin/nmz-analyzer.jar)
   vagrant@ratis-build:~/namazu$ echo $?
   0
   ```
   
   I did find that [RATIS-517](https://issues.apache.org/jira/browse/ratis-517) 
seems to have changed what JARs are loaded and so had to make a change for that 
after re-baseing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to