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
diff --git a/Dockerfile b/Dockerfile | |
index f3dd5c7..f7f580e 100644 | |
--- a/Dockerfile | |
+++ b/Dockerfile | |
@@ -15,7 +15,7 @@ | |
# limitations under the License. | |
# | |
-FROM golang:1.15 | |
+FROM golang:1.16.2 |
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
diff --git a/build/makelib/golang.mk b/build/makelib/golang.mk | |
index 28c05b7ed..088081b3d 100644 | |
--- a/build/makelib/golang.mk | |
+++ b/build/makelib/golang.mk | |
@@ -48,7 +48,7 @@ GO_TEST_FLAGS ?= | |
# ==================================================================================== | |
# Setup go environment | |
-GO_SUPPORTED_VERSIONS ?= 1.15 | |
+GO_SUPPORTED_VERSIONS ?= 1.16 |
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
diff --git a/_examples/cluster-broadcast/shared/protos.pb.go b/_examples/cluster-broadcast/shared/protos.pb.go | |
index 0db81cc..2dcbd8c 100644 | |
--- a/_examples/cluster-broadcast/shared/protos.pb.go | |
+++ b/_examples/cluster-broadcast/shared/protos.pb.go | |
@@ -3,16 +3,17 @@ package shared | |
import ( | |
context "context" | |
fmt "fmt" | |
+ io "io" | |
+ math "math" |
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
oceanfish81@ams1-c2:~/rook$ make -j32 go.test.integration | |
=== go test integration-tests | |
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go test -v -i -tags '' -pkgdir /home/oceanfish81/rook/.work/pkg/linux_arm64_static -installsuffix static -ldflags ' -s -w -X github.com/rook/rook/pkg/version.Version=v1.5.0-alpha.0.590.g2a192300e-dirty' github.com/rook/rook/tests/integration | |
go test: -i flag is deprecated | |
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go test -v -timeout 7200s -tags '' -pkgdir /home/oceanfish81/rook/.work/pkg/linux_arm64_static -installsuffix static -ldflags ' -s -w -X github.com/rook/rook/pkg/version.Version=v1.5.0-alpha.0.590.g2a192300e-dirty' github.com/rook/rook/tests/integration 2>&1 | tee /home/oceanfish81/rook/_output/tests/linux_arm64/integration-tests.log | |
=== RUN TestCephFlexSuite | |
2021-03-07 02:26:41.247960 I | installer: test environment variable (default) "STORAGE_PROVIDER_TESTS"="" | |
2021-03-07 02:26:41.402749 I | testutil: Loaded kubectl context minikube at https://192.168.49.2:8443. secure=t |
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
$ make -j32 | |
=== helm package rook-ceph | |
=== ensuring modules are tidied | |
==> Linting /home/oceanfish81/rook/_output/rook-ceph | |
1 chart(s) linted, 0 chart(s) failed | |
Successfully packaged chart and saved it to: /home/oceanfish81/rook/_output/charts/rook-ceph-v1.5.0-alpha.0.634.g7ed082170.tgz | |
=== helm index | |
=== go vet | |
diff -u pkg/daemon/ceph/client/pool_test.go.orig pkg/daemon/ceph/client/pool_test.go |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCg6L6Ufyp6LJoIeBdh5mxcpZNwZbwIG+vnmHEIM/Jil5XL0zJEmp6zuLNZOxIiwX2KSNa6AtRXh6A3FUuOwECMs4xRxIeZ9T8pRRHcvXx9P5IwazFcddJ8LOP99aLbJpk38Jx1gPTOJZCr5M1I0NIewP8pKATTh5N5hTuZkrh0TljalK5Ae7XinwFwdyzkDIbZJqWTRCoYgEhtvMPeQ1+R5PXSCArtcMV1m37yy6/CbA263YK5Y/YtTu3r3p1HprYwZsnhkJ9H7VKw+/lcd7nwdeKfvjzQM6LFeqtNNKFiMsw6/qm7S5KxupMukB2Eai7OHzTBz6XCKRHzfTtGSRcj oceanfish81@oceanfish81-A8He |
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
diff --git a/Gopkg.lock b/Gopkg.lock | |
index c8a9fbb..f023636 100644 | |
--- a/Gopkg.lock | |
+++ b/Gopkg.lock | |
@@ -8,10 +8,10 @@ | |
version = "1.0.0" | |
[[projects]] | |
- name = "github.com/modern-go/reflect2" | |
+ name = "https://github.com/goccy/go-reflect/" |
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
diff --git a/Gopkg.lock b/Gopkg.lock | |
index c8a9fbb..afeead1 100644 | |
--- a/Gopkg.lock | |
+++ b/Gopkg.lock | |
@@ -8,7 +8,7 @@ | |
version = "1.0.0" | |
[[projects]] | |
- name = "github.com/modern-go/reflect2" | |
+ name = "github.com/goccy/go-reflect" |
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
$ mvn -e clean install | |
[INFO] Error stacktraces are turned on. | |
[INFO] Scanning for projects... | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for org.apache.flink:flink-scala_2.11:jar:1.13-SNAPSHOT | |
[WARNING] 'artifactId' contains an expression but should be a constant. @ org.apache.flink:flink-scala_${scala.binary.version}:1.13-SNAPSHOT, /home/ivan/flink/flink-scala/pom.xml, line 31, column 14 | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective model for org.apache.flink:flink-runtime_2.11:jar:1.13-SNAPSHOT | |
[WARNING] 'artifactId' contains an expression but should be a constant. @ org.apache.flink:flink-runtime_${scala.binary.version}:1.13-SNAPSHOT, /home/ivan/flink/flink-runtime/pom.xml, line 32, column 14 |
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
$ mvn clean package -DskipTests -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -X | |
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) | |
Maven home: /usr/local/apache-maven-3.6.3 | |
Java version: 11.0.8, vendor: AdoptOpenJDK, runtime: /home/jenkins/jdk-11.0.8+10 | |
Default locale: en_US, platform encoding: ANSI_X3.4-1968 | |
OS name: "linux", version: "5.0.0-rc1-56210-g0a657e0d72f0", arch: "riscv", family: "unix" | |
[DEBUG] Created new class realm maven.api | |
[DEBUG] Importing foreign packages into class realm maven.api | |
[DEBUG] Imported: javax.annotation.* < plexus.core | |
[DEBUG] Imported: javax.annotation.security.* < plexus.core |