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

Bump golang.org/x/net from 0.7.0 to 0.17.0 #44

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump golang.org/x/net from 0.7.0 to 0.17.0

64b3bb1
Select commit
Loading
Failed to load commit list.
Open

Bump golang.org/x/net from 0.7.0 to 0.17.0 #44

Bump golang.org/x/net from 0.7.0 to 0.17.0
64b3bb1
Select commit
Loading
Failed to load commit list.
Google Cloud Build / postmortems-build (icco-cloud) succeeded Oct 11, 2023 in 1m 38s

Summary

Build Information

Trigger postmortems-build
Build 0c365207-7495-4377-b74f-d0872a615409
Start 2023-10-11T16:32:40-07:00
Duration 1m37.168s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 1m7.79s

Details

starting build "0c365207-7495-4377-b74f-d0872a615409"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/icco/postmortems
 * branch            64b3bb16ff6a30c5ee261164dd63e727acaf39f3 -> FETCH_HEAD
HEAD is now at 64b3bb1 Bump golang.org/x/net from 0.7.0 to 0.17.0
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon    577kB

Step 1/11 : FROM golang:1.17-alpine as builder
1.17-alpine: Pulling from library/golang
530afca65e2e: Pulling fs layer
d450d4da0343: Pulling fs layer
8162171ecb65: Pulling fs layer
ff63b82a42d3: Pulling fs layer
5b4b56e6b994: Pulling fs layer
ff63b82a42d3: Waiting
5b4b56e6b994: Waiting
8162171ecb65: Verifying Checksum
8162171ecb65: Download complete
530afca65e2e: Verifying Checksum
530afca65e2e: Download complete
d450d4da0343: Verifying Checksum
d450d4da0343: Download complete
5b4b56e6b994: Verifying Checksum
5b4b56e6b994: Download complete
530afca65e2e: Pull complete
d450d4da0343: Pull complete
8162171ecb65: Pull complete
ff63b82a42d3: Verifying Checksum
ff63b82a42d3: Download complete
ff63b82a42d3: Pull complete
5b4b56e6b994: Pull complete
Digest: sha256:99ddec1bbfd6d6bca3f9804c02363daee8c8524dae50df7942e8e60788fd17c9
Status: Downloaded newer image for golang:1.17-alpine
 ---> 270c4f58750f
Step 2/11 : ENV GOPROXY="https://proxy.golang.org"
 ---> Running in fdeccfa7f4f9
Removing intermediate container fdeccfa7f4f9
 ---> 5ace9805bb5b
Step 3/11 : ENV GO111MODULE="on"
 ---> Running in 5acc8918608f
Removing intermediate container 5acc8918608f
 ---> 978fed07b745
Step 4/11 : ENV NAT_ENV="production"
 ---> Running in 6c025ceb1ea3
Removing intermediate container 6c025ceb1ea3
 ---> 69728adb2f16
Step 5/11 : RUN apk add --no-cache git
 ---> Running in e1fe9d021c45
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
(1/6) Installing brotli-libs (1.0.9-r6)
(2/6) Installing nghttp2-libs (1.47.0-r1)
(3/6) Installing libcurl (8.4.0-r0)
(4/6) Installing expat (2.5.0-r0)
(5/6) Installing pcre2 (10.42-r0)
(6/6) Installing git (2.36.6-r0)
Executing busybox-1.35.0-r15.trigger
OK: 19 MiB in 21 packages
Removing intermediate container e1fe9d021c45
 ---> 8234cba64adc
Step 6/11 : WORKDIR /go/src/github.com/icco/postmortems
 ---> Running in 828a0f9c31fb
Removing intermediate container 828a0f9c31fb
 ---> 6d77a9422460
Step 7/11 : COPY . .
 ---> e68e7f773434
Step 8/11 : RUN go build -o /go/bin/pm ./tool
 ---> Running in 66af739eb694
�[91mgo: downloading github.com/AlecAivazis/survey/v2 v2.3.2
�[0m�[91mgo: downloading github.com/icco/gutil v0.0.0-20220221170217-9aa326c389ec
�[0m�[91mgo: downloading go.uber.org/zap v1.21.0
�[0m�[91mgo: downloading golang.org/x/text v0.13.0
�[0m�[91mgo: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
�[0m�[91mgo: downloading golang.org/x/term v0.13.0
�[0m�[91mgo: downloading github.com/go-chi/chi/v5 v5.0.7
�[0m�[91mgo: downloading github.com/icco/zapdriver v1.4.0
�[0m�[91mgo: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v1.0.0-RC1.0.20220111155622-771af0772772
�[0m�[91mgo: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.3.0
�[0m�[91mgo: downloading github.com/XSAM/otelsql v0.10.0
�[0m�[91mgo: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
�[0m�[91mgo: downloading go.opentelemetry.io/otel v1.4.1
�[0m�[91mgo: downloading go.opentelemetry.io/otel/sdk/metric v0.26.0
�[0m�[91mgo: downloading go.opentelemetry.io/otel/sdk v1.4.1
�[0m�[91mgo: downloading github.com/russross/blackfriday/v2 v2.1.0
�[0m�[91mgo: downloading github.com/gernest/front v0.0.0-20210301115436-8a0b0a782d0a
�[0m�[91mgo: downloading github.com/goccy/go-yaml v1.9.5
�[0m�[91mgo: downloading github.com/google/uuid v1.3.0
�[0m�[91mgo: downloading go.uber.org/atomic v1.9.0
�[0m�[91mgo: downloading go.uber.org/multierr v1.7.0
�[0m�[91mgo: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
�[0m�[91mgo: downloading golang.org/x/sys v0.13.0
�[0m�[91mgo: downloading cloud.google.com/go/monitoring v1.2.0
�[0m�[91mgo: downloading go.opentelemetry.io/otel/metric v0.27.0
�[0m�[91mgo: downloading go.opentelemetry.io/otel/sdk/export/metric v0.26.0
�[0m�[91mgo: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
�[0m�[91mgo: downloading google.golang.org/api v0.68.0
�[0m�[91mgo: downloading google.golang.org/genproto v0.0.0-20220207185906-7721543eae58
�[0m�[91mgo: downloading google.golang.org/protobuf v1.27.1
�[0m�[91mgo: downloading cloud.google.com/go/trace v1.0.0
�[0m�[91mgo: downloading github.com/golang/protobuf v1.5.2
�[0m�[91mgo: downloading go.opentelemetry.io/otel/trace v1.4.1
�[0m�[91mgo: downloading github.com/felixge/httpsnoop v1.0.2
�[0m�[91mgo: downloading github.com/go-logr/logr v1.2.2
�[0m�[91mgo: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
�[0m�[91mgo: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
�[0m�[91mgo: downloading gopkg.in/yaml.v2 v2.4.0
�[0m�[91mgo: downloading github.com/mattn/go-colorable v0.1.12
�[0m�[91mgo: downloading github.com/googleapis/gax-go/v2 v2.1.1
�[0m�[91mgo: downloading google.golang.org/grpc v1.44.0
�[0m�[91mgo: downloading cloud.google.com/go/compute v1.2.0
�[0m�[91mgo: downloading github.com/go-logr/stdr v1.2.2
�[0m�[91mgo: downloading github.com/fatih/color v1.13.0
�[0m�[91mgo: downloading github.com/mattn/go-isatty v0.0.14
�[0m�[91mgo: downloading go.opencensus.io v0.23.0
�[0m�[91mgo: downloading golang.org/x/net v0.17.0
�[0m�[91mgo: downloading github.com/google/go-cmp v0.5.7
�[0m�[91mgo: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
�[0mRemoving intermediate container 66af739eb694
 ---> 88a05b681a11
Step 9/11 : RUN /go/bin/pm -action=validate
 ---> Running in 0a3847b12fb5
Removing intermediate container 0a3847b12fb5
 ---> f6a8dbf6d65d
Step 10/11 : RUN /go/bin/pm -action=generate
 ---> Running in 7870c9c23f3d
Removing intermediate container 7870c9c23f3d
 ---> 8d1d33f3f125
Step 11/11 : CMD /go/bin/pm -action=serve
 ---> Running in 22b72ae01dfb
Removing intermediate container 22b72ae01dfb
 ---> 3f7e84de5914
Successfully built 3f7e84de5914
Successfully tagged us-central1-docker.pkg.dev/icco-cloud/containers/postmortems:64b3bb16ff6a30c5ee261164dd63e727acaf39f3
PUSH
Pushing us-central1-docker.pkg.dev/icco-cloud/containers/postmortems:64b3bb16ff6a30c5ee261164dd63e727acaf39f3
The push refers to repository [us-central1-docker.pkg.dev/icco-cloud/containers/postmortems]
8c32daaaf9da: Preparing
0bdb0355f1aa: Preparing
f8d6541f73f2: Preparing
a783ec24756b: Preparing
fcb62ad0e1f9: Preparing
fed9565c145c: Preparing
60af18e613ad: Preparing
925e9633fd86: Preparing
7b35f2def65d: Preparing
ec34fcc1d526: Preparing
fed9565c145c: Waiting
60af18e613ad: Waiting
925e9633fd86: Waiting
ec34fcc1d526: Waiting
7b35f2def65d: Waiting
a783ec24756b: Pushed
8c32daaaf9da: Pushed
fed9565c145c: Layer already exists
f8d6541f73f2: Pushed
60af18e613ad: Layer already exists
925e9633fd86: Layer already exists
fcb62ad0e1f9: Pushed
7b35f2def65d: Layer already exists
ec34fcc1d526: Layer already exists
0bdb0355f1aa: Pushed
64b3bb16ff6a30c5ee261164dd63e727acaf39f3: digest: sha256:1ae245effbc58e873a8d5d1e5e43706ec46524fa633c44e20caecb01c8fd8e6d size: 2415
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/0c365207-7495-4377-b74f-d0872a615409?project=940380154622