Build log appears to be incomplete for failed build

At the time of writing, https://travis-ci.org/myitcv/gobin/jobs/460442958 is a failed build. However, the build log (copied below) is incomplete. It doesn’t give me any indication as to why the build has failed. Which suggests to me the log has become truncated for some reason.

I couldn’t see anything similar in the known issues so am raising this issue here.

Thanks in advance.

travis_fold:start:worker_info
e[0Ke[33;1mWorker informatione[0m
hostname: e4c6a71b-8420-4782-9e25-14c46a4fd49d@1.production-2-worker-org-gce-vgnx
version: v5.1.0 https://github.com/travis-ci/worker/tree/0bdbc36fc39a4c4c18f44c0a80f1eadac7a66a65
instance: travis-job-1142122d-095e-47a0-87f8-59e5720fcf34 travis-ci-onion-1803-containers-1542208204-ad01dca (via amqp)
startup: 9.167054186s
travis_fold:end:worker_info
e[0Ke[33;1mUpdating gimmee[0m

travis_fold:start:git.checkout
e[0Ktravis_time:start:1bf50b20
e[0K$ git clone --depth=50 https://github.com/myitcv/gobin.git myitcv/gobin
Cloning into 'myitcv/gobin'...
travis_time:end:1bf50b20:start=1543349622135979300,finish=1543349623746918300,duration=1610939000
e[0K$ cd myitcv/gobin
travis_time:start:1659a620
e[0K$ git fetch origin +refs/pull/49/merge:
From https://github.com/myitcv/gobin
 * branch            refs/pull/49/merge -> FETCH_HEAD
travis_time:end:1659a620:start=1543349623788729200,finish=1543349624362971900,duration=574242700
e[0K$ git checkout -qf FETCH_HEAD
travis_fold:end:git.checkout
e[0K

e[33;1mSetting environment variables from repository settingse[0m
$ export GITHUB_PAT=[secure]
$ export GITHUB_USERNAME=myitcv

e[33;1mSetting environment variables from .travis.ymle[0m
$ export GO111MODULE=on

travis_time:start:0a49d194
e[0K$ GIMME_OUTPUT="$(gimme 1.11.x | tee -a ${TRAVIS_HOME}/.bashrc)" && eval "$GIMME_OUTPUT"
go version go1.11.2 windows/amd64
travis_time:end:0a49d194:start=1543349626281250700,finish=1543349723545901200,duration=97264650500
e[0K$ export GOPATH=${TRAVIS_HOME}/gopath
$ export PATH=${TRAVIS_HOME}/gopath/bin:$PATH
$ mkdir -p ${TRAVIS_HOME}/gopath/src/github.com/myitcv/gobin
$ tar -Pczf ${TRAVIS_TMPDIR}/src_archive.tar.gz -C ${TRAVIS_BUILD_DIR} . && tar -Pxzf ${TRAVIS_TMPDIR}/src_archive.tar.gz -C ${TRAVIS_HOME}/gopath/src/github.com/myitcv/gobin
$ export TRAVIS_BUILD_DIR=${TRAVIS_HOME}/gopath/src/github.com/myitcv/gobin
$ cd ${TRAVIS_HOME}/gopath/src/github.com/myitcv/gobin
travis_time:start:0562b8ee
e[0Ktravis_time:end:0562b8ee:start=1543349724057325900,finish=1543349724116324700,duration=58998800
e[0K$ gimme version
v1.5.3
$ go version
go version go1.11.2 windows/amd64
travis_fold:start:go.env
e[0K$ go env
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\travis\AppData\Local\go-build
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=C:/Users/travis/gopath
set GOPROXY=
set GORACE=
set GOROOT=C:\Users\travis\.gimme\versions\go1.11.2.windows.amd64
set GOTMPDIR=
set GOTOOLDIR=C:\Users\travis\.gimme\versions\go1.11.2.windows.amd64\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=C:\Users\travis\gopath\src\github.com\myitcv\gobin\go.mod
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\travis\AppData\Local\Temp\go-build630811294=/tmp/go-build -gno-record-gcc-switches
travis_fold:end:go.env
e[0Ktravis_fold:start:install
e[0Ktravis_time:start:0501be18
e[0K$ echo no install step required
no install step required
travis_time:end:0501be18:start=1543349725169678000,finish=1543349725200618900,duration=30940900
e[0Ktravis_fold:end:install
e[0Ktravis_fold:start:before_script.1
e[0Ktravis_time:start:00265c24
e[0K$ git config --global core.excludesfile ~/.gitignore_global
travis_time:end:00265c24:start=1543349725242277300,finish=1543349725309086200,duration=66808900
e[0Ktravis_fold:end:before_script.1
e[0Ktravis_fold:start:before_script.2
e[0Ktravis_time:start:02ded34c
e[0K$ echo ".gobincache" >> ~/.gitignore_global
travis_time:end:02ded34c:start=1543349725341259100,finish=1543349725365996400,duration=24737300
e[0Ktravis_fold:end:before_script.2
e[0Ktravis_time:start:0d6359f7
e[0K$ go test ./...
go: finding github.com/rogpeppe/go-internal v1.0.0
go: finding myitcv.io v0.0.0-20181102104800-990e6f9524a1
go: finding gopkg.in/errgo.v2 v2.1.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/gopherjs/jsbuiltin v0.0.0-20180426082241-50091555e127
go: finding github.com/jteeuwen/go-bindata v3.0.7+incompatible
go: finding github.com/russross/blackfriday v1.5.1
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding gopkg.in/fsnotify/fsnotify.v1 v1.4.7
go: finding golang.org/x/net v0.0.0-20180731172858-49c15d80dfbc
go: finding honnef.co/go/js/xhr v0.0.0-20150307031022-00e3346113ae
go: finding honnef.co/go/js/dom v0.0.0-20180323154144-6da835bec70f
go: finding github.com/google/go-github v17.0.0+incompatible
go: finding github.com/kr/pretty v0.1.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/google/go-querystring v1.0.0
go: finding mvdan.cc/sh v2.5.0+incompatible
go: finding github.com/sclevine/agouti v3.0.0+incompatible
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/onsi/gomega v1.4.1
go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
go: finding github.com/kr/fs v0.1.0
go: finding github.com/kisielk/gotool v1.0.0
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding github.com/kr/text v0.1.0
go: finding github.com/onsi/ginkgo v1.6.0
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding honnef.co/go/js/util v0.0.0-20150216223935-96b8dd9d1621
go: finding golang.org/x/tools v0.0.0-20180803180156-3c07937fe18c
go: finding google.golang.org/appengine v1.2.0
go: finding github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f
go: finding golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4
go: finding github.com/kr/pty v1.1.1
go: finding golang.org/x/net v0.0.0-20180724234803-3673e40ba225
go: finding golang.org/x/text v0.3.0
go: downloading github.com/rogpeppe/go-internal v1.0.0
go: downloading gopkg.in/errgo.v2 v2.1.0

Secrets are known to cause problems on Windows. https://travis-ci.org/myitcv/gobin/jobs/460850306#L15

Ah, yes, I forgot I have a secret set for this repo. Let me try without that. Thanks for the quick reply.

Thanks, that is exactly the issue here. I’ll follow the secrets issue for updates on that point.