Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile构建失败 #1070

Open
jxhsjxhs opened this issue Sep 12, 2024 · 1 comment
Open

Dockerfile构建失败 #1070

jxhsjxhs opened this issue Sep 12, 2024 · 1 comment

Comments

@jxhsjxhs
Copy link

Issue Description

Type: bug report , feature request or question

Describe what happened (or what feature you want)

Describe what you expected to happen

How to reproduce it (as minimally and precisely as possible)

Tell us your environment

Anything else we need to know?

@jxhsjxhs
Copy link
Author

root@master:/tmp/chaosblade-1.7.4# docker build -t chaosblade:v5 .
[+] Building 83.1s (14/18) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 1.45kB 0.0s
=> [internal] load metadata for docker.io/library/alpine:3.13.7 3.6s
=> [internal] load metadata for docker.io/library/golang:1.20.5 0.0s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> CACHED [builder 1/8] FROM docker.io/library/golang:1.20.5 0.0s
=> [stage-1 1/5] FROM docker.io/library/alpine:3.13.7@sha256:026f721af4cf2843e07bba648e158fb35ecc876d822130633cc49f707f0fc88c 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 9.70kB 0.0s
=> [builder 2/8] RUN apt-get update && apt-get -y install unzip 6.7s
=> [builder 3/8] RUN wget http://www.musl-libc.org/releases/musl-1.2.0.tar.gz && tar -zxvf musl-1.2.0.tar.gz && rm musl-1.2.0.tar 42.7s
=> [builder 4/8] RUN /usr/local/musl/bin/musl-gcc --version 0.6s
=> [builder 5/8] RUN go version 0.5s
=> [builder 6/8] COPY . /tmp/chaosblade 0.3s
=> [builder 7/8] WORKDIR /tmp/chaosblade 0.2s
=> ERROR [builder 8/8] RUN make clean && go mod vendor && env GO111MODULE=on GO15VENDOREXPERIMENT=1 make build_with java && mv - 28.1s

[builder 8/8] RUN make clean && go mod vendor && env GO111MODULE=on GO15VENDOREXPERIMENT=1 make build_with java && mv -f /tmp/chaosblade/target/chaosblade-1.7.4 /usr/local/chaosblade:
0.381 env CGO_ENABLED=1 GO111MODULE=on go clean ./...
0.414 go: downloading github.com/chaosblade-io/chaosblade-spec-go v1.7.4
0.415 go: downloading github.com/mattn/go-sqlite3 v1.10.1-0.20190217174029-ad30583d8387
1.581 go: downloading github.com/chaosblade-io/chaosblade-exec-cloud v1.7.4
1.599 go: downloading github.com/chaosblade-io/chaosblade-exec-cri v1.7.4
1.604 go: downloading github.com/shirou/gopsutil v3.21.11+incompatible
1.784 go: downloading github.com/chaosblade-io/chaosblade-exec-os v1.7.4
1.813 go: downloading github.com/chaosblade-io/chaosblade-operator v1.7.4
1.866 go: downloading github.com/chaosblade-io/chaosblade-exec-middleware v1.7.4
1.877 go: downloading k8s.io/apimachinery v0.20.6
2.195 go: downloading k8s.io/client-go v0.20.6
2.744 go: downloading sigs.k8s.io/controller-runtime v0.6.0
2.745 go: downloading github.com/olekukonko/tablewriter v0.0.5-0.20201029120751-42e21c7531a3
2.745 go: downloading github.com/spf13/cobra v1.0.0
2.746 go: downloading github.com/spf13/pflag v1.0.5
2.952 go: downloading golang.org/x/term v0.1.0
2.988 go: downloading github.com/sirupsen/logrus v1.8.1
3.018 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.0.0
3.043 go: downloading gopkg.in/yaml.v2 v2.4.0
3.162 go: downloading github.com/containerd/cgroups v1.0.2-0.20210605143700-23b51209bf7b
3.198 go: downloading github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
3.205 go: downloading golang.org/x/crypto v0.1.0
3.253 go: downloading github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
4.161 go: downloading github.com/tklauser/go-sysconf v0.3.9
4.161 go: downloading golang.org/x/sys v0.1.0
4.164 go: downloading github.com/go-openapi/spec v0.19.4
4.165 go: downloading k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
5.135 go: downloading github.com/gogo/protobuf v1.3.2
5.343 go: downloading github.com/google/gofuzz v1.1.0
5.465 go: downloading k8s.io/api v0.20.6
6.294 go: downloading golang.org/x/net v0.1.0
6.294 go: downloading k8s.io/klog/v2 v2.4.0
6.296 go: downloading k8s.io/utils v0.0.0-20201110183641-67b214c5f920
6.491 go: downloading github.com/imdario/mergo v0.3.12
6.571 go: downloading github.com/mattn/go-runewidth v0.0.7
6.599 go: downloading github.com/evanphx/json-patch v4.9.0+incompatible
6.688 go: downloading github.com/containerd/containerd v1.5.6
7.257 go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
7.258 go: downloading go.uber.org/automaxprocs v1.3.0
7.259 go: downloading github.com/coreos/go-systemd/v22 v22.3.2
7.260 go: downloading github.com/docker/go-units v0.4.0
7.462 go: downloading github.com/godbus/dbus/v5 v5.0.4
7.471 go: downloading github.com/pkg/errors v0.9.1
7.485 go: downloading github.com/docker/go-connections v0.4.0
7.498 go: downloading github.com/docker/distribution v2.7.1+incompatible
7.692 go: downloading github.com/opencontainers/go-digest v1.0.0
7.709 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.0.3
7.709 go: downloading github.com/tklauser/numcpus v0.3.0
7.801 go: downloading github.com/go-openapi/jsonpointer v0.19.3
7.899 go: downloading github.com/go-openapi/jsonreference v0.19.3
7.905 go: downloading github.com/go-openapi/swag v0.19.5
7.940 go: downloading github.com/emicklei/go-restful v2.9.5+incompatible
8.001 go: downloading gopkg.in/inf.v0 v0.9.1
8.114 go: downloading github.com/json-iterator/go v1.1.10
8.114 go: downloading github.com/modern-go/reflect2 v1.0.1
8.159 go: downloading sigs.k8s.io/yaml v1.2.0
8.212 go: downloading github.com/davecgh/go-spew v1.1.1
8.317 go: downloading golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
8.358 go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
8.359 go: downloading github.com/hashicorp/golang-lru v0.5.3
8.413 go: downloading github.com/google/go-cmp v0.5.6
8.508 go: downloading github.com/go-logr/logr v0.2.1
8.616 go: downloading github.com/containerd/fifo v1.0.0
8.626 go: downloading github.com/containerd/ttrpc v1.0.2
8.648 go: downloading google.golang.org/grpc v1.39.0
8.734 go: downloading github.com/containerd/continuity v0.1.0
8.813 go: downloading github.com/opencontainers/image-spec v1.0.1
8.838 go: downloading github.com/opencontainers/runc v1.0.2
9.093 go: downloading github.com/containerd/typeurl v1.0.2
9.093 go: downloading github.com/opencontainers/selinux v1.8.2
9.093 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
9.297 go: downloading github.com/PuerkitoBio/purell v1.1.1
9.298 go: downloading github.com/mailru/easyjson v0.7.0
9.305 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
9.494 go: downloading github.com/prometheus/client_golang v1.7.1
9.495 go: downloading github.com/golang/protobuf v1.5.2
9.496 go: downloading github.com/googleapis/gnostic v0.4.1
9.496 go: downloading golang.org/x/text v0.4.0
9.818 go: downloading github.com/gogo/googleapis v1.4.0
10.05 go: downloading github.com/klauspost/compress v1.11.13
10.73 go: downloading github.com/moby/sys/mountinfo v0.4.1
10.73 go: downloading google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a
10.73 go: downloading github.com/google/uuid v1.2.0
10.92 go: downloading github.com/moby/locker v1.0.1
10.93 go: downloading google.golang.org/protobuf v1.26.0
11.38 go: downloading github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
11.38 go: downloading github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
11.57 go: downloading gomodules.xyz/jsonpatch/v2 v2.0.1
11.57 go: downloading github.com/prometheus/client_model v0.2.0
11.76 go: downloading github.com/prometheus/common v0.10.0
11.80 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
11.99 go: downloading github.com/bits-and-blooms/bitset v1.2.0
11.99 go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
12.19 go: downloading github.com/beorn7/perks v1.0.1
12.19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12.38 go: downloading github.com/prometheus/procfs v0.6.0
12.38 go: downloading gopkg.in/fsnotify.v1 v1.4.7
12.58 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
20.54 rm -rf target
20.54 rm -rf build/image/blade/chaosblade-1.7.4
20.57 go: downloading github.com/inconshreveable/mousetrap v1.0.0
20.58 go: downloading github.com/yusufpapurcu/wmi v1.2.4
20.61 go: downloading github.com/Microsoft/go-winio v0.4.17
20.62 go: downloading github.com/Microsoft/hcsshim v0.8.21
21.57 go: downloading google.golang.org/appengine v1.6.5
21.60 go: downloading github.com/go-ole/go-ole v1.2.6
21.79 go: downloading go.opencensus.io v0.22.3
23.50 mkdir -p target/cache
23.50 rm -rf target/chaosblade-1.7.4 target/chaosblade-1.7.4.tar.gz
23.50 mkdir -p target/chaosblade-1.7.4/bin target/chaosblade-1.7.4/lib target/chaosblade-1.7.4/yaml
23.50 git clone -b master https://github.com/chaosblade-io/chaosblade-exec-jvm.git target/cache/chaosblade-exec-jvm
23.50 Cloning into 'target/cache/chaosblade-exec-jvm'...
25.82 make -C target/cache/chaosblade-exec-jvm
25.82 make[1]: Entering directory '/tmp/chaosblade/target/cache/chaosblade-exec-jvm'
25.82 mkdir -p build-target/cache
25.82 wget "https://chaosblade.oss-cn-hangzhou.aliyuncs.com/agent/github/sandbox/sandbox-1.3.3-bin.zip" -O build-target/cache/sandbox-1.3.3-bin.zip
25.83 --2024-09-12 09:16:39-- https://chaosblade.oss-cn-hangzhou.aliyuncs.com/agent/github/sandbox/sandbox-1.3.3-bin.zip
25.85 Resolving chaosblade.oss-cn-hangzhou.aliyuncs.com (chaosblade.oss-cn-hangzhou.aliyuncs.com)... 115.238.5.187
25.85 Connecting to chaosblade.oss-cn-hangzhou.aliyuncs.com (chaosblade.oss-cn-hangzhou.aliyuncs.com)|115.238.5.187|:443... connected.
25.98 HTTP request sent, awaiting response... 200 OK
26.07 Length: 11215835 (11M) [application/zip]
26.07 Saving to: 'build-target/cache/sandbox-1.3.3-bin.zip'
26.07
26.07 0K .......... .......... .......... .......... .......... 0% 14.5M 1s
26.07 50K .......... .......... .......... .......... .......... 0% 1.91M 3s
26.10 100K .......... .......... .......... .......... .......... 1% 1.62M 4s
26.13 150K .......... .......... .......... .......... .......... 1% 8.94M 3s
26.13 200K .......... .......... .......... .......... .......... 2% 67.3M 3s
26.13 250K .......... .......... .......... .......... .......... 2% 2.73M 3s
26.15 300K .......... .......... .......... .......... .......... 3% 12.9M 3s
26.16 350K .......... .......... .......... .......... .......... 3% 11.3M 2s
26.16 400K .......... .......... .......... .......... .......... 4% 12.6M 2s
26.16 450K .......... .......... .......... .......... .......... 4% 11.6M 2s
26.17 500K .......... .......... .......... .......... .......... 5% 6.61M 2s
26.18 550K .......... .......... .......... .......... .......... 5% 15.2M 2s
26.18 600K .......... .......... .......... .......... .......... 5% 14.7M 2s
26.18 650K .......... .......... .......... .......... .......... 6% 15.4M 2s
26.18 700K .......... .......... .......... .......... .......... 6% 16.1M 2s
26.19 750K .......... .......... .......... .......... .......... 7% 12.1M 2s
26.19 800K .......... .......... .......... .......... .......... 7% 27.6M 1s
26.19 850K .......... .......... .......... .......... .......... 8% 23.6M 1s
26.20 900K .......... .......... .......... .......... .......... 8% 20.4M 1s
26.20 950K .......... .......... .......... .......... .......... 9% 21.9M 1s
26.20 1000K .......... .......... .......... .......... .......... 9% 27.7M 1s
26.20 1050K .......... .......... .......... .......... .......... 10% 29.8M 1s
26.20 1100K .......... .......... .......... .......... .......... 10% 31.1M 1s
26.21 1150K .......... .......... .......... .......... .......... 10% 32.1M 1s
26.21 1200K .......... .......... .......... .......... .......... 11% 16.1M 1s
26.21 1250K .......... .......... .......... .......... .......... 11% 38.3M 1s
26.21 1300K .......... .......... .......... .......... .......... 12% 80.4M 1s
26.21 1350K .......... .......... .......... .......... .......... 12% 47.5M 1s
26.21 1400K .......... .......... .......... .......... .......... 13% 34.6M 1s
26.21 1450K .......... .......... .......... .......... .......... 13% 32.7M 1s
26.22 1500K .......... .......... .......... .......... .......... 14% 31.6M 1s
26.22 1550K .......... .......... .......... .......... .......... 14% 33.6M 1s
26.22 1600K .......... .......... .......... .......... .......... 15% 57.4M 1s
26.22 1650K .......... .......... .......... .......... .......... 15% 35.8M 1s
26.22 1700K .......... .......... .......... .......... .......... 15% 35.1M 1s
26.22 1750K .......... .......... .......... .......... .......... 16% 51.4M 1s
26.22 1800K .......... .......... .......... .......... .......... 16% 19.2M 1s
26.23 1850K .......... .......... .......... .......... .......... 17% 67.3M 1s
26.23 1900K .......... .......... .......... .......... .......... 17% 57.7M 1s
26.23 1950K .......... .......... .......... .......... .......... 18% 102M 1s
26.23 2000K .......... .......... .......... .......... .......... 18% 71.8M 1s
26.23 2050K .......... .......... .......... .......... .......... 19% 46.5M 1s
26.23 2100K .......... .......... .......... .......... .......... 19% 42.5M 1s
26.23 2150K .......... .......... .......... .......... .......... 20% 42.5M 1s
26.23 2200K .......... .......... .......... .......... .......... 20% 35.0M 1s
26.23 2250K .......... .......... .......... .......... .......... 20% 33.7M 1s
26.23 2300K .......... .......... .......... .......... .......... 21% 90.0M 1s
26.24 2350K .......... .......... .......... .......... .......... 21% 142M 1s
26.24 2400K .......... .......... .......... .......... .......... 22% 217M 1s
26.24 2450K .......... .......... .......... .......... .......... 22% 210M 1s
26.24 2500K .......... .......... .......... .......... .......... 23% 65.6M 1s
26.24 2550K .......... .......... .......... .......... .......... 23% 68.2M 1s
26.24 2600K .......... .......... .......... .......... .......... 24% 51.6M 1s
26.24 2650K .......... .......... .......... .......... .......... 24% 48.3M 1s
26.24 2700K .......... .......... .......... .......... .......... 25% 49.4M 1s
26.24 2750K .......... .......... .......... .......... .......... 25% 20.2M 1s
26.25 2800K .......... .......... .......... .......... .......... 26% 84.9M 0s
26.25 2850K .......... .......... .......... .......... .......... 26% 128M 0s
26.25 2900K .......... .......... .......... .......... .......... 26% 125M 0s
26.25 2950K .......... .......... .......... .......... .......... 27% 127M 0s
26.25 3000K .......... .......... .......... .......... .......... 27% 168M 0s
26.25 3050K .......... .......... .......... .......... .......... 28% 165M 0s
26.25 3100K .......... .......... .......... .......... .......... 28% 170M 0s
26.25 3150K .......... .......... .......... .......... .......... 29% 151M 0s
26.25 3200K .......... .......... .......... .......... .......... 29% 147M 0s
26.25 3250K .......... .......... .......... .......... .......... 30% 79.2M 0s
26.25 3300K .......... .......... .......... .......... .......... 30% 139M 0s
26.25 3350K .......... .......... .......... .......... .......... 31% 85.7M 0s
26.25 3400K .......... .......... .......... .......... .......... 31% 84.4M 0s
26.25 3450K .......... .......... .......... .......... .......... 31% 75.1M 0s
26.25 3500K .......... .......... .......... .......... .......... 32% 56.7M 0s
26.25 3550K .......... .......... .......... .......... .......... 32% 73.1M 0s
26.25 3600K .......... .......... .......... .......... .......... 33% 163M 0s
26.25 3650K .......... .......... .......... .......... .......... 33% 145M 0s
26.25 3700K .......... .......... .......... .......... .......... 34% 55.0M 0s
26.25 3750K .......... .......... .......... .......... .......... 34% 126M 0s
26.25 3800K .......... .......... .......... .......... .......... 35% 82.7M 0s
26.25 3850K .......... .......... .......... .......... .......... 35% 64.5M 0s
26.25 3900K .......... .......... .......... .......... .......... 36% 76.4M 0s
26.25 3950K .......... .......... .......... .......... .......... 36% 54.5M 0s
26.26 4000K .......... .......... .......... .......... .......... 36% 198M 0s
26.26 4050K .......... .......... .......... .......... .......... 37% 8.51M 0s
26.26 4100K .......... .......... .......... .......... .......... 37% 110M 0s
26.26 4150K .......... .......... .......... .......... .......... 38% 52.6M 0s
26.26 4200K .......... .......... .......... .......... .......... 38% 70.9M 0s
26.26 4250K .......... .......... .......... .......... .......... 39% 70.3M 0s
26.26 4300K .......... .......... .......... .......... .......... 39% 170M 0s
26.26 4350K .......... .......... .......... .......... .......... 40% 67.8M 0s
26.26 4400K .......... .......... .......... .......... .......... 40% 194M 0s
26.27 4450K .......... .......... .......... .......... .......... 41% 63.1M 0s
26.27 4500K .......... .......... .......... .......... .......... 41% 143M 0s
26.27 4550K .......... .......... .......... .......... .......... 41% 55.2M 0s
26.27 4600K .......... .......... .......... .......... .......... 42% 98.9M 0s
26.27 4650K .......... .......... .......... .......... .......... 42% 83.4M 0s
26.27 4700K .......... .......... .......... .......... .......... 43% 211M 0s
26.27 4750K .......... .......... .......... .......... .......... 43% 83.4M 0s
26.27 4800K .......... .......... .......... .......... .......... 44% 68.9M 0s
26.27 4850K .......... .......... .......... .......... .......... 44% 106M 0s
26.27 4900K .......... .......... .......... .......... .......... 45% 63.5M 0s
26.27 4950K .......... .......... .......... .......... .......... 45% 100M 0s
26.27 5000K .......... .......... .......... .......... .......... 46% 90.2M 0s
26.27 5050K .......... .......... .......... .......... .......... 46% 114M 0s
26.27 5100K .......... .......... .......... .......... .......... 47% 775K 0s
26.34 5150K .......... .......... .......... .......... .......... 47% 84.7M 0s
26.34 5200K .......... .......... .......... .......... .......... 47% 196M 0s
26.34 5250K .......... .......... .......... .......... .......... 48% 80.7M 0s
26.34 5300K .......... .......... .......... .......... .......... 48% 82.3M 0s
26.34 5350K .......... .......... .......... .......... .......... 49% 87.7M 0s
26.34 5400K .......... .......... .......... .......... .......... 49% 42.8M 0s
26.34 5450K .......... .......... .......... .......... .......... 50% 48.3M 0s
26.34 5500K .......... .......... .......... .......... .......... 50% 40.0M 0s
26.34 5550K .......... .......... .......... .......... .......... 51% 38.7M 0s
26.34 5600K .......... .......... .......... .......... .......... 51% 71.0M 0s
26.35 5650K .......... .......... .......... .......... .......... 52% 77.0M 0s
26.35 5700K .......... .......... .......... .......... .......... 52% 126M 0s
26.35 5750K .......... .......... .......... .......... .......... 52% 61.5M 0s
26.35 5800K .......... .......... .......... .......... .......... 53% 212M 0s
26.35 5850K .......... .......... .......... .......... .......... 53% 115M 0s
26.35 5900K .......... .......... .......... .......... .......... 54% 157M 0s
26.35 5950K .......... .......... .......... .......... .......... 54% 147M 0s
26.35 6000K .......... .......... .......... .......... .......... 55% 133M 0s
26.35 6050K .......... .......... .......... .......... .......... 55% 150M 0s
26.35 6100K .......... .......... .......... .......... .......... 56% 128M 0s
26.35 6150K .......... .......... .......... .......... .......... 56% 172M 0s
26.35 6200K .......... .......... .......... .......... .......... 57% 98.8M 0s
26.35 6250K .......... .......... .......... .......... .......... 57% 103M 0s
26.35 6300K .......... .......... .......... .......... .......... 57% 75.8M 0s
26.35 6350K .......... .......... .......... .......... .......... 58% 173M 0s
26.35 6400K .......... .......... .......... .......... .......... 58% 69.6M 0s
26.35 6450K .......... .......... .......... .......... .......... 59% 165M 0s
26.35 6500K .......... .......... .......... .......... .......... 59% 57.3M 0s
26.35 6550K .......... .......... .......... .......... .......... 60% 60.8M 0s
26.35 6600K .......... .......... .......... .......... .......... 60% 131M 0s
26.35 6650K .......... .......... .......... .......... .......... 61% 143M 0s
26.35 6700K .......... .......... .......... .......... .......... 61% 1.59M 0s
26.39 6750K .......... .......... .......... .......... .......... 62% 65.9M 0s
26.39 6800K .......... .......... .......... .......... .......... 62% 96.3M 0s
26.39 6850K .......... .......... .......... .......... .......... 62% 120M 0s
26.39 6900K .......... .......... .......... .......... .......... 63% 108M 0s
26.39 6950K .......... .......... .......... .......... .......... 63% 112M 0s
26.39 7000K .......... .......... .......... .......... .......... 64% 98.0M 0s
26.39 7050K .......... .......... .......... .......... .......... 64% 97.2M 0s
26.39 7100K .......... .......... .......... .......... .......... 65% 106M 0s
26.39 7150K .......... .......... .......... .......... .......... 65% 85.2M 0s
26.39 7200K .......... .......... .......... .......... .......... 66% 98.4M 0s
26.39 7250K .......... .......... .......... .......... .......... 66% 63.4M 0s
26.39 7300K .......... .......... .......... .......... .......... 67% 57.8M 0s
26.39 7350K .......... .......... .......... .......... .......... 67% 59.8M 0s
26.39 7400K .......... .......... .......... .......... .......... 68% 125M 0s
26.39 7450K .......... .......... .......... .......... .......... 68% 115M 0s
26.39 7500K .......... .......... .......... .......... .......... 68% 181M 0s
26.39 7550K .......... .......... .......... .......... .......... 69% 132M 0s
26.39 7600K .......... .......... .......... .......... .......... 69% 141M 0s
26.39 7650K .......... .......... .......... .......... .......... 70% 54.4M 0s
26.40 7700K .......... .......... .......... .......... .......... 70% 46.4M 0s
26.40 7750K .......... .......... .......... .......... .......... 71% 44.1M 0s
26.40 7800K .......... .......... .......... .......... .......... 71% 58.5M 0s
26.40 7850K .......... .......... .......... .......... .......... 72% 53.6M 0s
26.40 7900K .......... .......... .......... .......... .......... 72% 41.9M 0s
26.40 7950K .......... .......... .......... .......... .......... 73% 54.4M 0s
26.40 8000K .......... .......... .......... .......... .......... 73% 80.4M 0s
26.40 8050K .......... .......... .......... .......... .......... 73% 37.7M 0s
26.40 8100K .......... .......... .......... .......... .......... 74% 55.5M 0s
26.40 8150K .......... .......... .......... .......... .......... 74% 66.0M 0s
26.41 8200K .......... .......... .......... .......... .......... 75% 198M 0s
26.41 8250K .......... .......... .......... .......... .......... 75% 160M 0s
26.41 8300K .......... .......... .......... .......... .......... 76% 110M 0s
26.41 8350K .......... .......... .......... .......... .......... 76% 95.9M 0s
26.41 8400K .......... .......... .......... .......... .......... 77% 77.0M 0s
26.41 8450K .......... .......... .......... .......... .......... 77% 50.8M 0s
26.41 8500K .......... .......... .......... .......... .......... 78% 64.9M 0s
26.41 8550K .......... .......... .......... .......... .......... 78% 101M 0s
26.41 8600K .......... .......... .......... .......... .......... 78% 70.3M 0s
26.41 8650K .......... .......... .......... .......... .......... 79% 56.5M 0s
26.41 8700K .......... .......... .......... .......... .......... 79% 69.2M 0s
26.41 8750K .......... .......... .......... .......... .......... 80% 59.0M 0s
26.41 8800K .......... .......... .......... .......... .......... 80% 60.9M 0s
26.41 8850K .......... .......... .......... .......... .......... 81% 95.6M 0s
26.41 8900K .......... .......... .......... .......... .......... 81% 158M 0s
26.41 8950K .......... .......... .......... .......... .......... 82% 183M 0s
26.41 9000K .......... .......... .......... .......... .......... 82% 247M 0s
26.41 9050K .......... .......... .......... .......... .......... 83% 95.4M 0s
26.42 9100K .......... .......... .......... .......... .......... 83% 71.3M 0s
26.42 9150K .......... .......... .......... .......... .......... 83% 104M 0s
26.42 9200K .......... .......... .......... .......... .......... 84% 797K 0s
26.48 9250K .......... .......... .......... .......... .......... 84% 65.9M 0s
26.48 9300K .......... .......... .......... .......... .......... 85% 53.3M 0s
26.48 9350K .......... .......... .......... .......... .......... 85% 88.5M 0s
26.48 9400K .......... .......... .......... .......... .......... 86% 47.1M 0s
26.48 9450K .......... .......... .......... .......... .......... 86% 68.0M 0s
26.48 9500K .......... .......... .......... .......... .......... 87% 73.9M 0s
26.48 9550K .......... .......... .......... .......... .......... 87% 48.7M 0s
26.48 9600K .......... .......... .......... .......... .......... 88% 58.5M 0s
26.49 9650K .......... .......... .......... .......... .......... 88% 68.2M 0s
26.49 9700K .......... .......... .......... .......... .......... 89% 73.4M 0s
26.49 9750K .......... .......... .......... .......... .......... 89% 121M 0s
26.49 9800K .......... .......... .......... .......... .......... 89% 67.9M 0s
26.49 9850K .......... .......... .......... .......... .......... 90% 14.1M 0s
26.49 9900K .......... .......... .......... .......... .......... 90% 124M 0s
26.49 9950K .......... .......... .......... .......... .......... 91% 137M 0s
26.49 10000K .......... .......... .......... .......... .......... 91% 157M 0s
26.49 10050K .......... .......... .......... .......... .......... 92% 156M 0s
26.49 10100K .......... .......... .......... .......... .......... 92% 136M 0s
26.49 10150K .......... .......... .......... .......... .......... 93% 153M 0s
26.49 10200K .......... .......... .......... .......... .......... 93% 165M 0s
26.49 10250K .......... .......... .......... .......... .......... 94% 155M 0s
26.49 10300K .......... .......... .......... .......... .......... 94% 58.5M 0s
26.50 10350K .......... .......... .......... .......... .......... 94% 150M 0s
26.50 10400K .......... .......... .......... .......... .......... 95% 147M 0s
26.50 10450K .......... .......... .......... .......... .......... 95% 193M 0s
26.50 10500K .......... .......... .......... .......... .......... 96% 217M 0s
26.50 10550K .......... .......... .......... .......... .......... 96% 1.94M 0s
26.52 10600K .......... .......... .......... .......... .......... 97% 103M 0s
26.52 10650K .......... .......... .......... .......... .......... 97% 142M 0s
26.52 10700K .......... .......... .......... .......... .......... 98% 185M 0s
26.52 10750K .......... .......... .......... .......... .......... 98% 57.0M 0s
26.52 10800K .......... .......... .......... .......... .......... 99% 190M 0s
26.52 10850K .......... .......... .......... .......... .......... 99% 26.8M 0s
26.53 10900K .......... .......... .......... .......... .......... 99% 84.1M 0s
26.53 10950K .. 100% 57.9M=0.5s
26.53
26.53 2024-09-12 09:16:40 (23.4 MB/s) - 'build-target/cache/sandbox-1.3.3-bin.zip' saved [11215835/11215835]
26.53
26.53 wget "https://chaosblade.oss-cn-hangzhou.aliyuncs.com/agent/release/tools.jar" -O build-target/cache/tools.jar
26.53 --2024-09-12 09:16:40-- https://chaosblade.oss-cn-hangzhou.aliyuncs.com/agent/release/tools.jar
26.54 Resolving chaosblade.oss-cn-hangzhou.aliyuncs.com (chaosblade.oss-cn-hangzhou.aliyuncs.com)... 115.238.5.187
26.54 Connecting to chaosblade.oss-cn-hangzhou.aliyuncs.com (chaosblade.oss-cn-hangzhou.aliyuncs.com)|115.238.5.187|:443... connected.
26.67 HTTP request sent, awaiting response... 200 OK
26.74 Length: 8608771 (8.2M) [application/java-archive]
26.74 Saving to: 'build-target/cache/tools.jar'
26.74
26.74 0K .......... .......... .......... .......... .......... 0% 15.0M 1s
26.75 50K .......... .......... .......... .......... .......... 1% 2.08M 2s
26.77 100K .......... .......... .......... .......... .......... 1% 1.97M 3s
26.79 150K .......... .......... .......... .......... .......... 2% 11.8M 2s
26.80 200K .......... .......... .......... .......... .......... 2% 12.4M 2s
26.80 250K .......... .......... .......... .......... .......... 3% 2.93M 2s
26.82 300K .......... .......... .......... .......... .......... 4% 11.8M 2s
26.82 350K .......... .......... .......... .......... .......... 4% 12.7M 2s
26.83 400K .......... .......... .......... .......... .......... 5% 13.6M 2s
26.83 450K .......... .......... .......... .......... .......... 5% 11.5M 1s
26.83 500K .......... .......... .......... .......... .......... 6% 12.8M 1s
26.84 550K .......... .......... .......... .......... .......... 7% 9.71M 1s
26.84 600K .......... .......... .......... .......... .......... 7% 18.3M 1s
26.85 650K .......... .......... .......... .......... .......... 8% 17.2M 1s
26.85 700K .......... .......... .......... .......... .......... 8% 17.7M 1s
26.85 750K .......... .......... .......... .......... .......... 9% 17.0M 1s
26.85 800K .......... .......... .......... .......... .......... 10% 19.8M 1s
26.86 850K .......... .......... .......... .......... .......... 10% 21.0M 1s
26.87 900K .......... .......... .......... .......... .......... 11% 23.4M 1s
26.87 950K .......... .......... .......... .......... .......... 11% 22.6M 1s
26.87 1000K .......... .......... .......... .......... .......... 12% 1.16M 1s
26.91 1050K .......... .......... .......... .......... .......... 13% 27.6M 1s
26.91 1100K .......... .......... .......... .......... .......... 13% 31.6M 1s
26.91 1150K .......... .......... .......... .......... .......... 14% 59.4M 1s
26.91 1200K .......... .......... .......... .......... .......... 14% 117M 1s
26.91 1250K .......... .......... .......... .......... .......... 15% 151M 1s
26.91 1300K .......... .......... .......... .......... .......... 16% 69.4M 1s
26.91 1350K .......... .......... .......... .......... .......... 16% 38.7M 1s
26.91 1400K .......... .......... .......... .......... .......... 17% 92.0M 1s
26.91 1450K .......... .......... .......... .......... .......... 17% 58.3M 1s
26.91 1500K .......... .......... .......... .......... .......... 18% 43.6M 1s
26.92 1550K .......... .......... .......... .......... .......... 19% 59.1M 1s
26.92 1600K .......... .......... .......... .......... .......... 19% 51.9M 1s
26.92 1650K .......... .......... .......... .......... .......... 20% 50.5M 1s
26.92 1700K .......... .......... .......... .......... .......... 20% 49.3M 1s
26.92 1750K .......... .......... .......... .......... .......... 21% 54.0M 1s
26.92 1800K .......... .......... .......... .......... .......... 22% 41.9M 1s
26.92 1850K .......... .......... .......... .......... .......... 22% 54.5M 1s
26.92 1900K .......... .......... .......... .......... .......... 23% 45.6M 1s
26.92 1950K .......... .......... .......... .......... .......... 23% 7.34M 1s
26.93 2000K .......... .......... .......... .......... .......... 24% 39.3M 1s
26.93 2050K .......... .......... .......... .......... .......... 24% 54.9M 1s
26.93 2100K .......... .......... .......... .......... .......... 25% 54.3M 1s
26.93 2150K .......... .......... .......... .......... .......... 26% 56.5M 1s
26.93 2200K .......... .......... .......... .......... .......... 26% 35.7M 1s
26.93 2250K .......... .......... .......... .......... .......... 27% 46.6M 1s
26.94 2300K .......... .......... .......... .......... .......... 27% 77.1M 0s
26.94 2350K .......... .......... .......... .......... .......... 28% 55.7M 0s
26.94 2400K .......... .......... .......... .......... .......... 29% 49.6M 0s
26.94 2450K .......... .......... .......... .......... .......... 29% 44.5M 0s
26.94 2500K .......... .......... .......... .......... .......... 30% 50.3M 0s
26.94 2550K .......... .......... .......... .......... .......... 30% 57.1M 0s
26.94 2600K .......... .......... .......... .......... .......... 31% 43.2M 0s
26.94 2650K .......... .......... .......... .......... .......... 32% 42.2M 0s
26.94 2700K .......... .......... .......... .......... .......... 32% 52.2M 0s
26.94 2750K .......... .......... .......... .......... .......... 33% 120M 0s
26.94 2800K .......... .......... .......... .......... .......... 33% 66.9M 0s
26.95 2850K .......... .......... .......... .......... .......... 34% 62.1M 0s
26.95 2900K .......... .......... .......... .......... .......... 35% 45.6M 0s
26.95 2950K .......... .......... .......... .......... .......... 35% 144M 0s
26.95 3000K .......... .......... .......... .......... .......... 36% 26.7M 0s
26.95 3050K .......... .......... .......... .......... .......... 36% 79.5M 0s
26.95 3100K .......... .......... .......... .......... .......... 37% 82.2M 0s
26.95 3150K .......... .......... .......... .......... .......... 38% 75.1M 0s
26.95 3200K .......... .......... .......... .......... .......... 38% 134M 0s
26.95 3250K .......... .......... .......... .......... .......... 39% 85.1M 0s
26.95 3300K .......... .......... .......... .......... .......... 39% 71.3M 0s
26.95 3350K .......... .......... .......... .......... .......... 40% 46.6M 0s
26.95 3400K .......... .......... .......... .......... .......... 41% 198M 0s
26.95 3450K .......... .......... .......... .......... .......... 41% 51.6M 0s
26.96 3500K .......... .......... .......... .......... .......... 42% 32.8M 0s
26.96 3550K .......... .......... .......... .......... .......... 42% 90.3M 0s
26.96 3600K .......... .......... .......... .......... .......... 43% 129M 0s
26.96 3650K .......... .......... .......... .......... .......... 44% 175M 0s
26.96 3700K .......... .......... .......... .......... .......... 44% 78.7M 0s
26.96 3750K .......... .......... .......... .......... .......... 45% 63.8M 0s
26.96 3800K .......... .......... .......... .......... .......... 45% 33.6M 0s
26.96 3850K .......... .......... .......... .......... .......... 46% 51.8M 0s
26.96 3900K .......... .......... .......... .......... .......... 46% 122M 0s
26.96 3950K .......... .......... .......... .......... .......... 47% 85.1M 0s
26.96 4000K .......... .......... .......... .......... .......... 48% 98.3M 0s
26.96 4050K .......... .......... .......... .......... .......... 48% 55.9M 0s
26.96 4100K .......... .......... .......... .......... .......... 49% 42.0M 0s
26.97 4150K .......... .......... .......... .......... .......... 49% 63.5M 0s
26.97 4200K .......... .......... .......... .......... .......... 50% 101M 0s
26.97 4250K .......... .......... .......... .......... .......... 51% 156M 0s
26.97 4300K .......... .......... .......... .......... .......... 51% 177M 0s
26.97 4350K .......... .......... .......... .......... .......... 52% 174M 0s
26.97 4400K .......... .......... .......... .......... .......... 52% 179M 0s
26.97 4450K .......... .......... .......... .......... .......... 53% 172M 0s
26.97 4500K .......... .......... .......... .......... .......... 54% 195M 0s
26.97 4550K .......... .......... .......... .......... .......... 54% 149M 0s
26.97 4600K .......... .......... .......... .......... .......... 55% 228M 0s
26.97 4650K .......... .......... .......... .......... .......... 55% 64.0M 0s
26.97 4700K .......... .......... .......... .......... .......... 56% 46.8M 0s
26.97 4750K .......... .......... .......... .......... .......... 57% 88.8M 0s
26.97 4800K .......... .......... .......... .......... .......... 57% 106M 0s
26.97 4850K .......... .......... .......... .......... .......... 58% 226M 0s
26.97 4900K .......... .......... .......... .......... .......... 58% 66.2M 0s
26.97 4950K .......... .......... .......... .......... .......... 59% 52.3M 0s
26.97 5000K .......... .......... .......... .......... .......... 60% 96.3M 0s
26.97 5050K .......... .......... .......... .......... .......... 60% 1.85M 0s
27.00 5100K .......... .......... .......... .......... .......... 61% 76.6M 0s
27.00 5150K .......... .......... .......... .......... .......... 61% 82.6M 0s
27.00 5200K .......... .......... .......... .......... .......... 62% 79.7M 0s
27.00 5250K .......... .......... .......... .......... .......... 63% 67.1M 0s
27.00 5300K .......... .......... .......... .......... .......... 63% 79.0M 0s
27.00 5350K .......... .......... .......... .......... .......... 64% 50.8M 0s
27.00 5400K .......... .......... .......... .......... .......... 64% 38.5M 0s
27.01 5450K .......... .......... .......... .......... .......... 65% 32.3M 0s
27.01 5500K .......... .......... .......... .......... .......... 66% 45.9M 0s
27.01 5550K .......... .......... .......... .......... .......... 66% 54.7M 0s
27.01 5600K .......... .......... .......... .......... .......... 67% 52.5M 0s
27.01 5650K .......... .......... .......... .......... .......... 67% 62.7M 0s
27.01 5700K .......... .......... .......... .......... .......... 68% 153M 0s
27.01 5750K .......... .......... .......... .......... .......... 68% 158M 0s
27.01 5800K .......... .......... .......... .......... .......... 69% 138M 0s
27.01 5850K .......... .......... .......... .......... .......... 70% 117M 0s
27.01 5900K .......... .......... .......... .......... .......... 70% 136M 0s
27.01 5950K .......... .......... .......... .......... .......... 71% 108M 0s
27.01 6000K .......... .......... .......... .......... .......... 71% 133M 0s
27.01 6050K .......... .......... .......... .......... .......... 72% 188M 0s
27.01 6100K .......... .......... .......... .......... .......... 73% 4.10M 0s
27.03 6150K .......... .......... .......... .......... .......... 73% 42.6M 0s
27.03 6200K .......... .......... .......... .......... .......... 74% 58.2M 0s
27.03 6250K .......... .......... .......... .......... .......... 74% 59.3M 0s
27.03 6300K .......... .......... .......... .......... .......... 75% 57.2M 0s
27.03 6350K .......... .......... .......... .......... .......... 76% 99.3M 0s
27.03 6400K .......... .......... .......... .......... .......... 76% 128M 0s
27.03 6450K .......... .......... .......... .......... .......... 77% 68.3M 0s
27.03 6500K .......... .......... .......... .......... .......... 77% 54.9M 0s
27.03 6550K .......... .......... .......... .......... .......... 78% 91.3M 0s
27.03 6600K .......... .......... .......... .......... .......... 79% 166M 0s
27.03 6650K .......... .......... .......... .......... .......... 79% 153M 0s
27.03 6700K .......... .......... .......... .......... .......... 80% 253M 0s
27.03 6750K .......... .......... .......... .......... .......... 80% 90.1M 0s
27.03 6800K .......... .......... .......... .......... .......... 81% 135M 0s
27.03 6850K .......... .......... .......... .......... .......... 82% 74.8M 0s
27.03 6900K .......... .......... .......... .......... .......... 82% 10.7M 0s
27.04 6950K .......... .......... .......... .......... .......... 83% 159M 0s
27.04 7000K .......... .......... .......... .......... .......... 83% 88.0M 0s
27.05 7050K .......... .......... .......... .......... .......... 84% 92.6M 0s
27.05 7100K .......... .......... .......... .......... .......... 85% 204M 0s
27.05 7150K .......... .......... .......... .......... .......... 85% 133M 0s
27.05 7200K .......... .......... .......... .......... .......... 86% 117M 0s
27.05 7250K .......... .......... .......... .......... .......... 86% 84.4M 0s
27.05 7300K .......... .......... .......... .......... .......... 87% 84.5M 0s
27.05 7350K .......... .......... .......... .......... .......... 88% 112M 0s
27.05 7400K .......... .......... .......... .......... .......... 88% 147M 0s
27.05 7450K .......... .......... .......... .......... .......... 89% 168M 0s
27.05 7500K .......... .......... .......... .......... .......... 89% 178M 0s
27.05 7550K .......... .......... .......... .......... .......... 90% 202M 0s
27.05 7600K .......... .......... .......... .......... .......... 90% 236M 0s
27.05 7650K .......... .......... .......... .......... .......... 91% 226M 0s
27.05 7700K .......... .......... .......... .......... .......... 92% 251M 0s
27.05 7750K .......... .......... .......... .......... .......... 92% 209M 0s
27.05 7800K .......... .......... .......... .......... .......... 93% 276M 0s
27.05 7850K .......... .......... .......... .......... .......... 93% 96.0M 0s
27.05 7900K .......... .......... .......... .......... .......... 94% 84.0M 0s
27.05 7950K .......... .......... .......... .......... .......... 95% 2.02M 0s
27.07 8000K .......... .......... .......... .......... .......... 95% 260M 0s
27.07 8050K .......... .......... .......... .......... .......... 96% 177M 0s
27.07 8100K .......... .......... .......... .......... .......... 96% 175M 0s
27.07 8150K .......... .......... .......... .......... .......... 97% 235M 0s
27.07 8200K .......... .......... .......... .......... .......... 98% 217M 0s
27.07 8250K .......... .......... .......... .......... .......... 98% 124M 0s
27.07 8300K .......... .......... .......... .......... .......... 99% 108M 0s
27.07 8350K .......... .......... .......... .......... .......... 99% 161M 0s
27.07 8400K ....... 100% 179M=0.3s
27.07
27.07 2024-09-12 09:16:40 (24.8 MB/s) - 'build-target/cache/tools.jar' saved [8608771/8608771]
27.07
27.08 rm -rf build-target/chaosblade-1.7.4
27.08 mkdir -p build-target/chaosblade-1.7.4/bin build-target/chaosblade-1.7.4/lib build-target/chaosblade-1.7.4/yaml
27.08 # unzip jvm-sandbox
27.08 unzip build-target/cache/sandbox-1.3.3-bin.zip -d build-target/chaosblade-1.7.4/lib
27.08 Archive: build-target/cache/sandbox-1.3.3-bin.zip
27.08 creating: build-target/chaosblade-1.7.4/lib/sandbox/
27.08 creating: build-target/chaosblade-1.7.4/lib/sandbox/bin/
27.08 inflating: build-target/chaosblade-1.7.4/lib/sandbox/bin/sandbox.sh
27.08 creating: build-target/chaosblade-1.7.4/lib/sandbox/example/
27.08 inflating: build-target/chaosblade-1.7.4/lib/sandbox/example/sandbox-debug-module.jar
27.11 creating: build-target/chaosblade-1.7.4/lib/sandbox/module/
27.11 inflating: build-target/chaosblade-1.7.4/lib/sandbox/module/sandbox-mgr-module.jar
27.12 creating: build-target/chaosblade-1.7.4/lib/sandbox/provider/
27.12 inflating: build-target/chaosblade-1.7.4/lib/sandbox/provider/sandbox-mgr-provider.jar
27.12 creating: build-target/chaosblade-1.7.4/lib/sandbox/cfg/
27.12 inflating: build-target/chaosblade-1.7.4/lib/sandbox/cfg/sandbox.properties
27.12 inflating: build-target/chaosblade-1.7.4/lib/sandbox/cfg/sandbox-logback.xml
27.12 extracting: build-target/chaosblade-1.7.4/lib/sandbox/cfg/version
27.12 inflating: build-target/chaosblade-1.7.4/lib/sandbox/install-local.sh
27.12 creating: build-target/chaosblade-1.7.4/lib/sandbox/lib/
27.12 inflating: build-target/chaosblade-1.7.4/lib/sandbox/lib/sandbox-spy.jar
27.12 inflating: build-target/chaosblade-1.7.4/lib/sandbox/lib/sandbox-agent.jar
27.12 inflating: build-target/chaosblade-1.7.4/lib/sandbox/lib/sandbox-core.jar
27.17 creating: build-target/chaosblade-1.7.4/lib/sandbox/sandbox-module/
27.17 # cp tools.jar to lib/sandbox
27.17 cp build-target/cache/tools.jar build-target/chaosblade-1.7.4/lib/sandbox
27.18 rm -rf plugins
27.18 mkdir -p plugins
27.18 mvn clean package -Dmaven.test.skip=true -U
27.18 make[1]: Leaving directory '/tmp/chaosblade/target/cache/chaosblade-exec-jvm'
27.18 make[1]: mvn: No such file or directory
27.18 make[1]: *** [Makefile:65: build_java] Error 127
27.18 make: *** [Makefile:196: java] Error 2


Dockerfile:31

30 | WORKDIR ${BLADE_BUILD_PATH}
31 | >>> RUN make clean &&
32 | >>> go mod vendor &&
33 | >>> env GO111MODULE=on GO15VENDOREXPERIMENT=1 make build_with java &&
34 | >>> mv -f ${BLADE_BUILD_PATH}/target/chaosblade-${BLADE_VERSION} /usr/local/chaosblade
35 |

ERROR: failed to solve: process "/bin/sh -c make clean && go mod vendor && env GO111MODULE=on GO15VENDOREXPERIMENT=1 make build_with java && mv -f ${BLADE_BUILD_PATH}/target/chaosblade-${BLADE_VERSION} /usr/local/chaosblade" did not complete successfully: exit code: 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant