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
GO111MODULE=on go test ./...
? go.universe.tf/netboot/cmd/pixiecore [no test files]
? go.universe.tf/netboot/cmd/pixiecore-apache2 [no test files]
ok go.universe.tf/netboot/dhcp4 0.814s
ok go.universe.tf/netboot/dhcp6 1.097s
ok go.universe.tf/netboot/dhcp6/pool 1.081s
? go.universe.tf/netboot/out/ipxe [no test files]
ok go.universe.tf/netboot/pcap 0.506s
ok go.universe.tf/netboot/pixiecore 1.058s
? go.universe.tf/netboot/pixiecore/api-example [no test files]
? go.universe.tf/netboot/pixiecore/cli [no test files]
? go.universe.tf/netboot/scripts/prune_old_versions [no test files]
? go.universe.tf/netboot/scripts/trigger_docker_build [no test files]
? go.universe.tf/netboot/scripts/trigger_quay_build [no test files]
ok go.universe.tf/netboot/tftp 0.448s
GO111MODULE=on go test -race ./...
package go.universe.tf/netboot/cmd/pixiecore: cannot find package
make: *** [Makefile:28: test] Error 1
Digest: sha256:9fdb74150f8d8b07ee4b65a4f00ca007e5ede5481fa06e9fd33710890a624331
Status: Downloaded newer image for golang:latest
---> 05499cedca62
Step 2/6 : RUN CGO_ENABLED=0 go get go.universe.tf/netboot/cmd/pixiecore
---> Running in 4c8a1012c464
cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
/usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)
The command '/bin/sh -c CGO_ENABLED=0 go get go.universe.tf/netboot/cmd/pixiecore' returned a non-zero code: 1
Something went wrong. Failing.
Its worked for a long time and suddenly broke about the same time this issue was filed.
I wasn't able to run your test suite:
Here is what I am using
The text was updated successfully, but these errors were encountered: