You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the build and test as a part of the Ubuntu distribution for ppc64le.
This helps us simplify testing later when distributions are re-building and re-releasing.
During the build and test, I found that build for go 1.10.x is failing. This is failing for intel (amd64) as well.
travis_install_go_dependencies 1.10.x -v is failing for github.com/alessio/shellescape with the error
"../../alessio/shellescape/shellescape.go:36:16: undefined: strings.ReplaceAll"
I think this function is deprecated and we may have to move to next version of go ?
Below is the detailed log.
github.com/alessio/shellescape
github.com/BurntSushi/toml
# github.com/alessio/shellescape
../../alessio/shellescape/shellescape.go:36:16: undefined: strings.ReplaceAll
github.com/mitchellh/go-homedir
golang.org/x/net/html/atom
golang.org/x/net/html
github.com/asciimoo/wuzz/config
github.com/fatih/color/vendor/golang.org/x/sys/unix
github.com/andybalholm/cascadia
github.com/PuerkitoBio/goquery
github.com/fatih/color/vendor/github.com/mattn/go-isatty
github.com/fatih/color/vendor/github.com/mattn/go-colorable
github.com/fatih/color
github.com/tidwall/match
github.com/nwidger/jsoncolor
github.com/tidwall/pretty
github.com/tidwall/gjson
github.com/x86kernel/htmlcolor
github.com/mattn/go-runewidth
github.com/nsf/termbox-go
github.com/asciimoo/wuzz/formatter
golang.org/x/net/internal/socks
github.com/jroimartin/gocui
golang.org/x/net/proxy
github.com/gururajrkatti/wuzz/config
github.com/gururajrkatti/wuzz/formatter
The command "eval go get -v -t ./... " failed. Retrying, 2 of 3.
github.com/alessio/shellescape
# github.com/alessio/shellescape
../../alessio/shellescape/shellescape.go:36:16: undefined: strings.ReplaceAll
The command "eval go get -v -t ./... " failed. Retrying, 3 of 3.
github.com/alessio/shellescape
# github.com/alessio/shellescape
../../alessio/shellescape/shellescape.go:36:16: undefined: strings.ReplaceAll
The command "eval go get -v -t ./... " failed 3 times.
The command "go get -v -t ./..." failed and exited with 2 during .
Your build has been stopped.
I am running the build and test as a part of the Ubuntu distribution for ppc64le.
This helps us simplify testing later when distributions are re-building and re-releasing.
During the build and test, I found that build for go 1.10.x is failing. This is failing for intel (amd64) as well.
travis_install_go_dependencies 1.10.x -v
is failing forgithub.com/alessio/shellescape
with the error"../../alessio/shellescape/shellescape.go:36:16: undefined: strings.ReplaceAll"
I think this function is deprecated and we may have to move to next version of go ?
Below is the detailed log.
Build logs present at https://travis-ci.com/github/gururajrkatti/wuzz/jobs/445547465 for your reference.
Could you pl. check on the same.
The text was updated successfully, but these errors were encountered: