Created
March 26, 2019 16:44
-
-
Save dasl-/57d9cb4e2cc824f937be1283ea0557ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 10/12 : RUN make build_debug | |
---> Running in 76d18797daf7 | |
Mon Mar 25 20:42:19 UTC 2019: Building source tree | |
# vitess.io/vitess/go/vt/mysqlctl/cephbackupstorage | |
go/vt/mysqlctl/cephbackupstorage/ceph.go:91:22: bh.client.PutObjectWithContext undefined (type *minio.Client has no field or method PutObjectWithContext) | |
go/vt/mysqlctl/cephbackupstorage/ceph.go:91:77: undefined: minio.PutObjectOptions | |
go/vt/mysqlctl/cephbackupstorage/ceph.go:129:2: not enough arguments to return | |
go/vt/mysqlctl/cephbackupstorage/ceph.go:129:18: bh.client.GetObjectWithContext undefined (type *minio.Client has no field or method GetObjectWithContext) | |
go/vt/mysqlctl/cephbackupstorage/ceph.go:129:61: undefined: minio.GetObjectOptions | |
go/vt/mysqlctl/cephbackupstorage/ceph.go:157:11: assignment mismatch: 2 variables but 1 values | |
go/vt/mysqlctl/cephbackupstorage/ceph.go:193:13: assignment mismatch: 2 variables but 1 values | |
make: *** [build_debug] Error 2 | |
Makefile:53: recipe for target 'build_debug' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment